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.
已经先连接目标,然后Load Symbols,然后主CPU全速运行。这时候在对CLA进行单步运行时出现
CLA_0: Can't Single Step Target Program: (Error -2060 @ 0x0) Requested operation cannot be done while device is running. Halt the device, and retry the operation. (Emulation package 5.1.232.0)
请问这是为什么
Eric Ma,
我试了,确实是先要运行CPU1(28x核),再才能单步调试CLA;
现在有几个疑问:
1.build project后,点小虫子,已经将.out烧入到CPU了,也将CPU1(28x)连接了仿真器,后又connect CLA,Load sysboml(.out),这样会不会将前面的.out替换掉?还有此时连接了C28xx与CLA_0,是不是两个都与仿真器连接上了?
2.在.cla程序里面加__mdebugstop(),当运行CPU1时,就好停在__mdebugstop,再单步执行.cla代码,那么在单步调试.cla代码时,CPU1是否也一直在运行,相互之间不影响?
3.在调试.cla时,如添加断点、实时显示变量是否也同调试C28x一样?也就是在调试.cla有没有其他与C28X不一样的。