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.

C6748的计数器设置问题。

Other Parts Discussed in Thread: TMS320C6748

你好,请问下,我们目前在使用TMS320C6748  在配置 计数器time0的时候有些问题, 做64位使用时能正常使用, 但是配置成 2个 32位的独立计数器的时候,不能正常工作, 查看配置寄存器,  12计数器一直处于复位状态。   请问下TMS320C6748  在配置 计数器time0   可以配置成 2个独立32位计数器一起使用吗。还是只能使用1个32位的。多谢了!

如下,配置的方式。
TMR0->TGCR=0x00000017;

TMR0->PRD12=0x000004B0; //div 1200: 0x000004B0;
TMR0->PRD34=0x005B8D80; //div 6000 000: 5B8D80

TMR0->TCR=0x00800080;