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.

msp430fe427 调试跑飞



iar全速运行时 没问题,一旦单步调试,就出现许多问题,

如:1、进入中断后跳不出中断,每次应该跳出时,debug log显示“Target execution stopped”

        2、程序跑飞,好像是复位,先进入?cstart_init_zero 然后进入__data16_memzero。(我使用其他系类片子,也出现这问题,头大了)

我查过了RAM没有出现溢出。

怎么解决?或者告诉我原因,是仿真器问题还是IAR使用问题??