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

Post Reply
a_ziliu
Posts: 208
Joined: 20 Mar 2017, 10:52

31 May 2021, 15:51

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.

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 1 guest