Hi TI guys,
I have a question about updated window size.
PWM0 - LLC main PWM, PWM1 - LLC SR PWM
My test code is using PWM0 carrier is delayed 100 cycle with comparison to PWM1 because of driver delay.
( Dpwm0Regs.DPWMPHASETRIG.bit.PHASE_TRIGGER = 100; )
Recently, I have changed sample rate from PWM0 frequency to fixed rate frequency.
Previous version, PWM 0 deadtime = 250ns , PWM1 deadtime = 350ns. there is no problem.
After changing, PWM1 deadtime is changed to 1.1 ns... because of pwm1 pulse extension phenomenon. .. maby be addressed in datashet as update window size.
( phase delay (400ns) + window size (132ns) ) * 2 = 1064ns .. ... ? is this right? ..
pulse extension phenomenon is reproduced when hard dynamic condition. I have also checked this phenomenon is reproduced when pwm1 deadtime is from 350ns to 700ns.
064 -> 064a, update window size is change from 72ns to 132ns. I can agree about this fact. I don't know why I should consider phase delay part in this configuration.
Anybody tell me why? ...