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.

粗心在永久循环中进入halt模式,现在好像无法烧入程序,还能解救吗?



求救啊!

CCS中这样提示:

Error connecting to the target:
(Error -1155 @ 0x0)
Device may be operating in low-power mode. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK).
(Emulation package 5.1.207.0)

  • 问题解决!

    发现只要reset之后程序就无法烧录,但是按住reset键会有烧录的过程,但是失败。

    于是我在烧录是按住reset,然后在提示失败前再松开。。。后来成功了。。

    不大懂原理,感觉是一旦程序运行就无法从低功耗模式中醒来,但是我在程序运行初期就禁止它,这样可以重新烧程序。

    求高手指点原因。。。