Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

interrupt nesting in 8951

Status
Not open for further replies.

hr1212s

Newbie level 2
Joined
May 19, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,290
what happen if controller executing interrupt subroutine and another interrupt is arrived?
new interrupt may be higher,lower priority or same interrupt.

should controller automatically disables all interrupt at start of interrupt execution?
 

No need to disable the interrupt..
If ur controller is already executing an ISR, at that time if another interrupt is reported then if that interrupt is of higher priority then program control will shifted to new ISR...
if that second interrupt is of same or lower priority then first ISR will get complete then second will be executed....
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top