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烧写前在仿真情况下基本上没问题,通过几次失败的烧写之后,软件仿真就出现两种情况(前后都是同一程序):

1:在仿真情况下,程序正常运行,但不能暂停,点halt就报错“在与仿真器断开连接时不能停止程序”。退出ccs仿真环境,用示波器检测发现程序还在运行。

2:这是在出现1以后出现的问题,点运行时报错:trouble reading target cpu memory:

                                        error during: register,

                                         invalid data was scanned by the emulation controller.

      但实际上程序还是启动了,用示波器检测到了信号输出,同样在退出CCS仿真环境后,用示波器检测到程序还在运行。

这两个应该是同一类问题,但是我就是没找到原因。