进入CCS Debug模式,点击debug按钮右边的小箭头打开下拉列表,选中Debug Configurations,在target选项卡下选择Realtime Options->Halt the target before any debugger access。如果不选此项当target running时,graph波形会是一条为0的直线。
在代码中打断点,运行到断点处,因为只有运行在断点处Graphs才能识别变量地址,才能在设定Start Address时使用数组名和&变量名的形式。
Graphs只能跟踪全局变量,所以缓冲区要设置为全局变量。