I'm programming a dc/dc converter controller which have two full-bridge LLC interleaving with TMS320F280049M and I'm tring to use HRPWM.
With two LLC interleaving, ePWM1 and ePWM2 are used to generate two PWM signals with 90degree phase shift to drive the LLC separately. LLC is a resonant converter, so both period and phase need modify it's vaule every a few PWM cycles.
Because of Up-Down Count Duty Cycle Range Limitation Example (HRPCTL[HRPE]=1) TRM Figure 18-89, CTR=ZRO & CTR=PRD can't be used for AQ to generate PWM action. Since that, Why it still possible to use CTR=ZRO/CTR=PRD rigger a interrupt ? what is the exact time when the interrupted issued as there is two parts (PRD:PRDHR or TBPHS: BPHSHR)for the period and zero?
Will the Interrupt trigger time also varies like the pwm will jitter when AQ generate action on CTR=ZRO?