Hi C2000 team,
I have some questions about the TIDM-1000 solution.
There are only PWM waveform of 1 phase in guide document.

I need PWM waveforms of 3 phases.
I haven't found any documentation with the full PWM waveform of the 3ph vienna PFC.
Could you please provide this?
And although the phase shift function of PWM2 and PWM3 are enabled in the PWM settings (VIENNA_HAL_setupPWM in vienna_hal.c), the TBPHS value does not seem to be a meaningful value.
PWM_disablePhaseShiftLoad(base1); EPWM_setSyncOutPulseMode(base1, EPWM_SYNC_OUT_PULSE_ON_COUNTER_ZERO); EPWM_enablePhaseShiftLoad(base2); EPWM_setSyncOutPulseMode(base2, EPWM_SYNC_OUT_PULSE_ON_SOFTWARE); EPWM_setPhaseShift(base2, 2); EPWM_setCountModeAfterSync(base2, EPWM_COUNT_MODE_UP_AFTER_SYNC); EPWM_enablePhaseShiftLoad(base3); EPWM_setSyncOutPulseMode(base3, EPWM_SYNC_OUT_PULSE_ON_SOFTWARE); EPWM_setPhaseShift(base3, 2); EPWM_setCountModeAfterSync(base3, EPWM_COUNT_MODE_UP_AFTER_SYNC);
How does the PWM logic in the 3Ph vienna PFC change the phase of each phase?