单片机学习小组
直播中

徐丽丽

7年用户 183经验值
私信 关注

STM32在线升级IAP功能代码

共享一个STM32 的IAP工程
源码:
    在线升级IAP功能.rar  


  • #include "mainInclude.h"
  • int main(void)
  • {
  •         NVIC_Group_Init();//系统默认中断分组
  •         Debug_Serial_Init(115200);
  •         Delay_Init();
  •         Led_Init();
  •         Command_Init(100);//100ms
  •         while(1)
  •         {
  •                 CommandScan();//命令处理
  •                 Led_Set(0,0);
  •                 Delay_Ms(50);
  •                 Led_Set(0,1);
  •                 Delay_Ms(50);
  •         }
  • }





更多回帖

发帖
×
20
完善资料,
赚取积分