Question
STM32F446 Offset two 3-Phase PWM-Signals
Posted on October 12, 2017 at 14:51
Hi,
I am trying to sync two three phase center aligned PWM signals on my STM32F446.
Goal is to habe the center of the two PWM signals to be offset by half of the base frequency.
Is this possbile and if yes how do I configure the master/slave timers?
Currently I have TIM1 and TIM8 in use for the PWM generation, both with three PWM generation channels and the fourth as trigger channel for the ADC.
Thank you for your help!
-sgessler