Timer 2 isr not firing unless in debug mode
Posted on August 14, 2013 at 14:25Strange problem...Timer 2 works great when debugging. When I turn my supply off and reboot, everything is hunky dory except timer2. Any clues? TIM_DeInit(TIM2); //ENABLE CLOCKS RCC_APB1PeriphClockCmd(RCC_A...