How would I program the Piccolo TMS320F28069 to modulate the 3 Space Vector Components?
Specifically, how can I program the ePWM module to: (one sector, for example, between V001 and V011)
1. turn on V001 (= EPWM1B, EPWM2B, EPWM3A is on) for ta,
2. turn on V011 (=EPWM1B, EPWM2A, EPWM3A is on) for tb,
3. turn on V000 (=EPWM1B, EPWM2B, EPWM3B is on) for to
every PWM period, To, such that
To = ta + tb + to ?
(ST Micro details this in Figs. 6 and 7 of their application note AN2154.)
Thanks.