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.
我主要是看视频教程上点击browse project选项的,
但是如果点击browse--选择相应的.out文件,
点击Resum(F8)按钮--代码停在__mdebugstop();处,但是再次按F5(step into)按钮,
CCS会提示如下故障:
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.0.872.0)
和视频教程上的操作结果不一样,变量的值也是毫无变化!!
头痛啊
刚刚找出了原因了。
我又看了一遍视频教程,发现是先成功连接CLA后,再点击C28XX_CPU核,再点击RESUME,等待几秒后,就可以看到CLA里面变量的值发生变化了。
谢谢各位,
您好:
我想看下代码运行的时间,准备用clock功能查看
步骤如下:
Enable--Show,
在CCS5的左下角有个时钟的图表,还有数值0
但是当我在CLA里用_mdebugstop();设置断点,发现时钟的数值并没有跟着更新,难道在CLA里面不能用时钟功能来看代码运行的时间吗?