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.
1 使用ccs5,licensed
2 仿真器采用闻亭 560v2 usb,测试connection成功
3 为排除工程影响,创建new project (空),F11 debug下载成功,pc停到main入口
4 question。。。。。。 如何默认开启sillicon real-time mode,我的界面显示的是灰的,点不了。。。帮助文档里也没有写如何开启。。。。
5 设置目的,程序全速运行时,开了sillicon real-time mode可以不设置断点进行全局变量的刷新,在调硬件寄存器接口数据的时候很有用。
期待答复!。。。higur@163.com
C6713不支持real time mode. 见下面的wiki网站说明.
http://processors.wiki.ti.com/index.php/Real-Time_Mode
那么根据这句:
Many debuggers will "silently halt" the processor. In other words, the debugger halts the processor, reads/writes memory, and then starts it running again. This was the behavior in CCS 3.3 when you clicked "refresh" on a watch window at run-time.
我如何设置成 silently mode 然后 在runtime的时候进行refresh呢?6713情况下,那个按钮也是灰的???
没有silently mode, 这句话的"silently halt"就是CCS debugger实现real time模式的方式.
c6713 ccs中的refresh按钮只有在程序停下来后, 点一下refresh可以更新memory/watch window内容, 不能实时更新数据.
要在runtime的时候进行数据更新的话, 有个叫"Continuous Refresh "的按钮可以选择, 见下面的网站说明. 但C6713没有realtime mode这个功能.
http://processors.wiki.ti.com/index.php/C2000_Getting_Started_with_Code_Composer_Studio_v5#Enable_real-time_mode_to_monitor_the_watch_variables_as_they_are_changing