INTC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
1,708 Views
mehmetkaradag
Contributor III

Hi! NXP engineer,

I'm using MPC5777c.

if the MCU receives 10 interrupts of the same priority at the same time, how will INTC behave in this situation ?

best regard,thank you.

0 Kudos
Reply
1 Solution
1,696 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

If the software priority (given by PRI field) is the same then hardware priority takes effect. The lower vector number, the higher priority. The lower vector is chosen regardless of the time order of the interrupt requests.

View solution in original post

1 Reply
1,697 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

If the software priority (given by PRI field) is the same then hardware priority takes effect. The lower vector number, the higher priority. The lower vector is chosen regardless of the time order of the interrupt requests.