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.

about nested interrupts!

Status
Not open for further replies.

the moon is back

Member level 2
Joined
Apr 29, 2012
Messages
42
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,566
hi, whether 8051 mc supports nested interrupts? if yes, how? if no, why?
pls help me
thank u
 

Review the 8051 hardware manual, take particularly a look at interrupt priority feature.

In a short, interrupts can be nested once utilizing the two available priorities.
 

All the interrupts are latched and When 8051 enters into a ISR, then it will disable all the interrupt which are having priority level lower and equal than that. Low priority interrupt will be serviced after finishing the services of higher priority interrupts.

you have to manipulate Interrupt Priority control register for that.

check out following for details

Code:
http://www.8052.com/tutint.phtml
 
yes 8051 supports to nested interrupts
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top