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.

硬件调试后运行良好,修改一些数据值后,无法回到main入口



  • 将程序烧写到flash后,程序长时间运行良好。

    后来修改一些数据再次烧写到flash后,我点击 go main之后,程序自动运行。

    再次修改后又出现了:

    Trouble Setting Breakpoint with the Action "Terminate GEL_Go()" at 0x330275: Error 0x00000008/-2049

    Error during: Break Point,  Unable to set hardware watchpoint 1 at 0x00330275.

    Watchpoint 1 is already in use. Some hardware breakpoints may be used by analysis.  

    这有可能是什么问题?

    我使用的是CCS3.3,dsp是F28335。

  • 楼主你好!

    原因很有可能是你在调制的时候设置了断点,请在断点窗口里面将全部断点清除掉再试一下!

  • 我没有设置断点。

    应该在Option下Customize里的Program/Project/CIO下的Porgram Load里对后三项打钩,就不会报错了。