FAQ

FAQ

In the interrupt vector table, can the interrupt vector with a smaller number interrupt the interrupt vector with a larger number?  Issue Date:2018-01-16

In the case of different NVIC priorities, the interrupt vector with the higher NVIC priority can interrupt the interrupt handler being executed. In the case of the same NVIC priority, the interrupt vectors in the interrupt handler cannot interrupt each other. However, when the interrupt flag is set at the same time, the smaller interrupt vector in the interrupt vector table will enter the interrupt handler first.

Products: Microcontrollers ,8bit 8051 MCUs ,Arm Cortex-M0 MCUs ,Arm Cortex-M4 MCUs
Applications:
Function: Peripherals,ARM,Interrupt,NVIC