How to enable PWM using interrupt
Hi I'm new to STM32 and I am exploring this MCU. I have the STM32F103C8T6 MCU. I just want to ask some help how to enable PWM using interrupts. I am using TIM2 CH1 and set them on the CubeMX. Now I use PA6 as input switch to enable and disable th...