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.
Interrupts are used to inform the processor about occurrence of an external event. The external events could be Key presses, reception of the character on the serial port etc.
After receiving an interrupt processor stops the current task, jumps to the interrupt handler, perform required operation (detect which key is pressed or read the received character) and come back to where it was stopped by the interrupt.
interrupt in computer syatems is a mechanism wich when an event occur (like presing switch, end of adc convetion,peripheral device send an data to cpu ,etc) cpu understand and make approprite decisin .so no need cpu pooling peripheral device alternately and after reciving interrupt cpu execute predefind program for this device.
in general with interrupt we cat write more flexible programs.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.