常见问答

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: 마이크로컨트롤러(MCU) ,8비트 8051 MCU ,Arm Cortex-M0 MCUs ,Arm Cortex-M4 MCUs
Applications:
Function: Peripherals,ARM,Interrupt,NVIC