Page 1 of 1

In the interrupt vector table, can the interrupt vector with a smaller number interrupt the interrupt vector with a larg

Posted: 31 May 2021, 15:51
by a_ziliu
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.