Is it possible to create 120 degrees 3 phase shifted pwm with controllable duty cycle?
Hello,
I am working on a 3 phase buck converter project.
I am using stm32f303ze nucleo board for the project using HAL libraries and STM32CubeIde.
The problem is that i want to generate 3 phase shifted pwm with complementary outputs and i need to control duty cycle according to pid control.
I want to use a single advanced timer and according to stm32f303ze datasheet, it has 3 advanced timers.
I have found that asymetrical pwm mode can produce such phase shifted pwm signals but I couldn't find any apparent example source codes or applications.
That is why i request the community's assistance.
