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.

Hercules系列的芯片怎么使用CCS实时查看变量?

Other Parts Discussed in Thread: TMS570LS0432

我用的是TMS570LS0432,每次查看变量只能暂停DEBUG,否则显示BAD0.。以前使用过C2000系列的28027,可以实时刷新变量,请问Hercules系列的芯片无法使用CCS查看吗?有没有其他方法可以查看?

  •  不清楚,总之,想看哪个变量,设置断点,debug到的时候停止观看。

  • CCS5以上的版本都是支持实时调试的,要是程序运行并没有问题的话,可以尝试remove 不能正确显示的变量,然后右键变量,add watch expression,重新添加,应该没有问题的。