看书上3.3有probe point功能,但我用的是CCS5,我找不到,查手册也查不到,是不是用什么方法替代了该功能,我想观察随时间变量的变化,并用图形显示,怎么办
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.
看书上3.3有probe point功能,但我用的是CCS5,我找不到,查手册也查不到,是不是用什么方法替代了该功能,我想观察随时间变量的变化,并用图形显示,怎么办
楼主可以将要看的变量添加到graph中,例如要添加全局变量temp1,请在start address中输入&temp1.想看到实时更新,需要进入实时仿真模式,同时在graph窗口中要允许变量持续刷新。
详细步骤可按如下:
step1: 添加变量到graph窗口中。将要观察的变量start address设置好,其它根据需要设置。
Step2:运行实时仿真。
Step3:允许持续刷新。