ccs4中的Graph 怎么用?好像无法刷新,显示的内容也不对
sampling rate HZ 有设置要求吗?
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. 如果要连续刷新,请选择哪个钟表的图标,Enable Silicon Realtime Refresh, 然后弹出对话框,选择Yes.
2. 进入到Graph界面,要选择刷新的数组的数据类型,Int16 or Uint16 or Int32 or Uint32等,另外要设置要刷新数组的首地址,可以是数组名或者直接地址也可以。
3. 设置显示的Graph的长度等。
4. 在Graph显示界面上,有连续刷新的图标,选上即可连续刷新。
如果数组的数值来自于ADC的采集,则可以讲Sampling Rate设置成 ADC的采样频率。如果不设置,波形应该没问题,但上横轴的数据没有意义。