STM32 and Timer Interrupt flags
Posted on August 05, 2015 at 11:39Greetings. I have a timer3 configured to be 1 ms timer with an interrupt on the overflow: void InitTIM3() { TIM_TimeBaseInitTypeDef timer; TIM_TimeBaseStructInit(&timer); // Fill structure fields with default va...