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.

controlsuite工程问题



在HVPM_Sensored这个工程里,对定时器有如下配置

CpuTimer0Regs.PRD.all = mSec1;  // A tasks
CpuTimer1Regs.PRD.all = mSec5;  // B tasks
CpuTimer2Regs.PRD.all = mSec50; // C tasks

但我并没有找到定时器启动指令,如StartCpuTimer0();或者CpuTimer0Regs.TCR.bit.TSS = 0;

请问程序运行到哪里启动定时器的呢?