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.
I am using the TMS320F28069. I have configured one shot trip event for EPWM1 via TZFRC . That is working fine.
The problem is I want to reenable PWM later when timer1 expired.
I cleared TZCLR OST bit to restart PWM after one shot trip.
EALLOW
EPWM1.TZCLR.bit.OST = 1;
EDIS
but not working. Is there a way to reenable the PWM ?
Thanks,
Hamid