通过增/减计数模式使得T1CNT产生等腰三角波形,现在想观察这个波形该怎么看?PS:我观察了寄存器里的值发现并没有什么变化,使用的是CCS4.1,仿真的芯片是2812 .如下图:
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.
我按照定义了数组如下:int a_data[100];
p=0;
a_data[p]=EvaRegs.T1CNT;
p++;
if (p==100)
p=0;
T1CNT的值依然没有变化。
整个程序已发你邮箱yongshi_711@sina.com,望查看。