Resolved! STM32F051 TIM2 counting way too fast?
Posted on February 20, 2018 at 10:27I'm trying to use TIM2 on the STM32F0-Discovery board (I am new to the STM32, but have used the STM8 before).I setup TIM2 and USART1, then in a loop I send the value of TIM2_CNT via the USART1, so I can see how TI...