Part Number: TMS320F280039C
- The PWM Frequency varies between 150KHz to 400KHz.
- The duty cycle (of all the PWMs) is fixed at 50%.
- All PWMs are Center-aligned.
- All PWM channels are updated (TBPRD) sequentially for the required frequency for every 20us.
- Dead band of 400ns, both rising and falling edges, for all the frequency values.
-
Our application is to switch the PWMs (ON/OFF) at a time (Q1&Q4 "ON") and (Q2&Q3 "OFF") and vice-versa, as shown below.

- EPWM_setTimeBasePeriod(EPWM4_BASE, TIME_PERIOD_VALUE);
- EPWM_setTimeBasePeriod(EPWM5_BASE, TIME_PERIOD_VALUE);
