2 PWM outputs - is this possible?
now I'm about to try 2 PWM outputs on STM32G4, one is 1/2 time-base delayed from another one.
I think that it is difficult with using only 1 timer, and if using 2, is it possible?
maybe like following..
using TIM2 & TIM3 for example, both are PWM generate mode (up/down counter)
master = TIM2, slave = TIM3, TIM3 start at TIM2 counter overflow

I'm glad to hear someone can advise me.
Regards.
