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.

DSP 28335 进入非法中断问题

诸位,最近在调试一个28335板子的时候遇到一个奇怪的现象:

对于同一个工程生成的.OUT文件,我通过仿真器直接LOAD,程序可以正常运行。

改用SCI串口烧写,发现程序会进入非法中断。单步运行程序,发现非法中断是在配置EPWM2模式为递增递减的时候进入的,请问这是什么原因呢??

串口下载后进入非法中断的地方:

对应的程序:

仿真器直接下载后能正常运行,断点处没有出现ITRAP0:

堆栈分配为RAMM1   0X400-0X800,EPWM2寄存器地址没问题。