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.

What are the interrupts?

Status
Not open for further replies.
Interrupt

Interrupts is a mechanism by which other modules(I/O,memmory) may interrupt the normal processing of the processor.
 

    mohsin3069

    Points: 2
    Helpful Answer Positive Rating
Re: Interrupt

One type of I/O schemes dominantly used in computers.
 

Interrupt

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

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.
 

Re: Interrupt

what r hardware or software interrupts?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top