Resolved! STM32 NVIC lower priority Interrupt doesn't work again after being preempted by the interrupt with the higher priority.
Hello,I am using stm32f4 discovery. I wrote 2 interrupts to blink LEDs in different speeds to write an example for NVIC. I have 1 question that I wonder about and 2 issues I couldn't solve. Here is the situation :All interrupts work well seperately. ...