How to generate PWM pulse with varying timer period?
Hi,
I am working on STM32F56G eval board. I need to generate a PWM pulse with varying time period on a single channel. I am new to stm32 PWM. With DMA burst code example time period is changing on the runtime .
How can I generate a PWM pulse with different time period on a single channel?
Eg : 1 pulse (x time period) + 2 pulse (y time period) +3 pulse (x time period)
If it is possible to generate such PWM pulse pattern then please suggest approach or example code.
Any help is appreciated.