Seminar Topics & Project Ideas On Computer Science Electronics Electrical Mechanical Engineering Civil MBA Medicine Nursing Science Physics Mathematics Chemistry ppt pdf doc presentation downloads and Abstract

Full Version: DWMC – Lecture3 Interrupts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
DWMC – Lecture3 Interrupts

[attachment=29907]
Interrupts

What?
External/internal signal to change the flow of execution
Why?
Service request by a device
Interrupt Service Routine / Handler

Interrupt vector table

ISR:
Has fixed memory location
IVT
Set of locations set aside to hold addresses of ISRs

Interrupts in 8051

6 interrupts
Reset
Timer1 and Timer2
H/w external interrupts : P3.2 (INT0) and P3.3(INT1)
Serial commn