Iterrupt handlers don't compile
Posted on July 09, 2016 at 00:10I'm writing code for STM32F4.I'm trying to set interrupt handler for TIM1 which is configured as PWM1 output.The timer itself works, but I'm unable to configure the interrupt handler static void initTimer(void){ TIM_T...