Part Number: TIDM-HV-1PH-DCAC
I am adopting this eval board to make a 3 phase inverter. So in the code I added another 2 set of PWM to generate gate signal for other 2 phases and working only with open loop. I use the same interrupt to update other 2 channels of pwm. However In the code - in inline void updateInverterPWM(uint32_t base1, uint32_t base2, float duty) function following code need to be commented to get the PWM signals on all the other channels.
// if(EPWM_getTimeBaseCounterDirection(base1)==0) // make sure the PWM is counting down