HAL Timer IRQ Handler
Posted on July 10, 2015 at 22:34I'm trying to configure Timer2, and I've initialized it as follows based on some sample code, but I'm not sure how I'm supposed to handle the IRQ it generates. Usually I would use TIM2_IRQHandler for example, but some...