2020-08-08 07:28 AM
Hello i want to to generate variable phase shifting PWM
2020-08-09 12:13 AM
there is a cookbook for cascading timers, if that's what you mean..
STM32 Timer Cookbook
2020-08-10 05:09 PM
write desired phase shift to ccr registers, either in update interrupt or using DMA.