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.

TMS320F28335: 烧写程序到FLASH中,程序运行不正常

Part Number: TMS320F28335


 我将烧写程序到RAM和FLASH都是没有问题的,都可以正常烧写,也不会报错,但是烧写到FLASH掉电后重启,板子程序运行不正常。但是按下板子上硬件复位按钮程序就可以正常运行了。求教解决方法,谢谢!

最开始查阅网上资料,以为是使用delay_us()函数导致的,但是我在程序中已经修改了代码,将DSP28x_usDelay这段代码COPY 到RAM运行。