Does your compiler automatically enable interrupts in the while (1) loop? Is this main loop implemented with wfi instruction or endless jumps? No. Here is my code for enabling instruction.void timer2_config(void) { TIM2_ClearI...
HayCould you solve this? I have same problem with almost similar code.If I enable TIM2_Interrupt_Enable flag in debug peripheral watch, it works, but does not enable by software.If you have solution, let me know.