problem in calling timer interrupt routine
Posted on December 30, 2014 at 05:19I am using timer2 and I am trying to generate an interrupt from it, so according to vector table the TIM2 ID is 44 so i am defining an interrupt routine as __interrupt(44) void TIM2_IRQHandler() so why is it not ...