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.
我在使用CPU0定时器作为定时中断时,想实现 30s左右的延时,ConfigCpuTimer(&CpuTimer0, 150, 30000000),上电后发现最多只能延时14s左右,请问cpu定时最长时间为多少?
您好,
定时器定时时长取决于选择的时钟频率。您程序中是否有其他中断,请参考下面帖子。
(+) ConfigCpuTimer(&CpuTimer0,X,Y*1000000)的定时问题 - C2000︎ 微控制器论坛 - C2000 微控制器 - E2E
设计支持
(+) TI DSP中的ConfigCpuTimer 函数解读 - C2000︎ 微控制器论坛 - C2000 微控制器 - E2E
设计支持