
Main characteristic of interrupt modes of data transfer is that data exchange between peripheral and the processor is initiated by the device. The interrupt modes of data transfer are the same like normal Interrupt process in microprocessor 8085.
This mode is basically used for data transfer between slow peripherals and processor, and also when the occurrence of data is unpredictable in nature.
In billow I discuss on the details steps of interrupt modes of data transfer
An interrupt is requested by a peripheral device to processor.
After getting interrupt request an acknowledgement of the request is send by the processor at the end of the execution of the current instruction.
Data transfer takes place under ISS.
Interrupt system is enabled.
The program then returns to the main program after loading the return address from stack in program counter (PC).
See the flowchart corresponding to this scheme to understand better way.
Polled interrupt system.
Polled interrupt can be of two types those are a) Software polled interrupt scheme b) Hardware polled interrupt scheme .Polled interrupt is used when many devices are connected to the system. In a polled interrupt scheme, each device is tested, using either hardware or software, until the device which has requested the interrupt, is identified. Corresponding to the device thus identified, the program is then diverted to the ISS written for that device.
Hardware polling scheme.

Software polling scheme

you may also download the pdf of this study note for download click bellow.
Color CRT Monitors
ReplyDeleteKnapsack Problem using Backtracking
Issues Knowledge Representation
ARM Architecture in Detail
File Models Distributed File System
Memory Allocation
Basic Primitive Operations Queue
First Come First Serve
What is CDMA Technology