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.

C6670的调试问题,无法执行到main



用的是C6670的评估板,之前是可以调试的,后来不知道是什么问题,开始debug之后不能执行到main了

执行system reset 然后reload program,之前这样操作之后debug界面里应该就是执行到main函数那里了,

但是现在看到核心的状态一直是running,暂停之后在反汇编界面单步执行,可以看到是在一个死循环里面出不来了

但是载入一个TI的例程之后调试,是可以正常运行的

所以现在就很困惑,不知道问题可能出在哪里...还请指点一二...