Change phase difference between two pwm signals during runtime/realtime.
I'm working on a PSFB converter project and need to generate 4 PWM signals. Currently, I'm using TIM1 CH1 for complementary PWM with dead time inversion, and TIM1 CH2 as a master to trigger TIM8 CH1, also configured for complementary PWM with dead ti...