情况.docx没跑freeRTOS时,可以正常使用F021 FLASH API 对FLASH擦除、编写,在freeRTOS任务中运行F021 FLASH API 就会卡在Fapi_initializeFlashBanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
情况.docx没跑freeRTOS时,可以正常使用F021 FLASH API 对FLASH擦除、编写,在freeRTOS任务中运行F021 FLASH API 就会卡在Fapi_initializeFlashBanks
原因是不是操作Flash 的函数没有跑在RAM 中,Share 一下原因啊,多谢!!
我遇到这个问题, 在于忘记写将API 函数Copy 到指定的RAM 段;
紧接着在执行编程之前,遇到0x3FE49的问题,原因在于我对Flash 执行了Erase 操作,而Main 函数默认就是在Flash 运行,所以从子函数退出到Main 函数执行时,无法定位地址,所以就报错了!!