Resolved! Activating TIMER PWM mode with CMSIS. Need help!
Hi all! I'm fighting witn CMSIS, and now I'm triyng to start a timer in PWM mode. The MCU is a STM32F303CCT6, and the timer I want to use is TIMER3, activating a led on PA6. I didnt modify any clock, so I supose the MCU uses the HSI clock at 8MHz.Thi...