hi, I want to use F28035's epwm as a timer. Is there any instruction that can achieve the epwm timer's start, stop, reload and other operations, just like cputimer? Thank you
CpuTimer1Regs.TCR.bit.TSS = 0;
CpuTimer1Regs.TCR.bit.TSS = 1;// Make sure timers are stopped
//
// Reload all counter register with period value
//
CpuTimer1Regs.TCR.bit.TRB = 1;