Inconsistent Timer Interrupt
I'm running an STM32F373 with 8Mhz osc and enabled PLL in the clock config to get 24Mhz on the timer buses.I setup TIM2 to TIM_IT_UPDATE interrupt at 4Hz. I send a one time 10ms pulse to an output pin each time TIM2 interrupts. ( I have a speaker b...