在RAM中能正常运行程勋,但是在FLASH运行时会出现下图所示报警:
单步运行时发现在如下位置报错,请问是什么问题?谢谢
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.
是自己创建的工程吗?方便描述下修改为FLASH运行的步骤吗?
由于所有对FLASH的操作都要在RAM中进行,所以即使是从FLASH运行,也要将相应的代码搬移到RAM中运行。请检查一下搬移是否成功。