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.
您好,我想请教你一下关于CLA连接的问题,。我
这边用的是CONTROLSUIT里面芯片28035的atan的例程,CCS5.3的版本。
连接时C28XX的CPU是可以连接的,代码什么的都可以调试。
但是连接CLA后,点击RUN---Load Symbol 后找不到相应的out文件,之后就根本调试不了CLA的代码
您有遇到过这样的问题吗?
谢谢
我在选择CLA情况下--run---load symbol---browse project 操作后,CCS提示no entry available 提示。
但是在连接C28XX的CPU时,代码是能烧写的;
这是什么原因,谢谢
用的是TI的28035的例程,CCS5.3
我主要是看视频教程上点击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)
和视频教程上的操作结果不一样,变量的值也是毫无变化!!
头痛啊
您好:
我想看下代码运行的时间,准备用clock功能查看
步骤如下:
Enable--Show,
在CCS5的左下角有个时钟的图表,还有数值0
但是当我在CLA里用_mdebugstop();设置断点,发现时钟的数值并没有跟着更新,难道在CLA里面不能用时钟功能来看代码运行的时间吗?