To Create Three PWM signals using one TIM1 with 120 phase shift
Hello,
I'm using a STM32F303RE to create the PWM signals.
I need to have 3 PWM signals plus their complementary outputs with same pulsewidth and a phaseshift of 120° between them, see picture below.
Hands-On with STM32 Timers: Internal Triggering System, three timers are used via master-slave mode to get this done.
How to create these three signals with one Timer, for example TIM1 and use CH1-CH3 and their complementary outputs?
Thanks!
