Getting Started with STM32F103: Timer in PWM Mode with DMA
In the previous guide of PWM (here), we saw how to configure the timer to operate in PWM mode and update the duty cycle using for loop. In this guide, we shall use DMA and set of predefined duty cycle to update two channels of PWM. In this guide...
READ MORE