f4 FLSH
遭遇问题记录1:
程序卡在BKPT 0XAB
或者 从boot进入app程序时
一直进入BKPT 0XAB
但点击运行可以执行
都是因为使用了printf的原因
尽量不适用 一旦使用时,一定需要重定向fgets函数,并启用MicroLIB .
https://blog.csdn.net/l1324352/article/details/141307530
2.心得2
理解了keil中使用不复位程序变量,并成功使用。
https://www.cnblogs.com/armfly/p/15569773.html
具体使用时
还需要修改很多东西
https://blog.csdn.net/weixin_44088559/article/details/105627984
程序中定义 不复位为0
uint32_t g_JumpInit __attribute__(( section( ".bss.NoInit"), zero_init));