0
11kviews
Describe the importance of DMA controller. Explain method of interfacing 8257 DMA with 8086 microprocessor.
1 Answer
written 6.1 years ago by |
The DMA Controller (DMAC) does DMA transfer through its channels. The minimum requirements of each channel are:
i. Address Register (to store the starting address for the transfer).
ii. Count Register (to store the number of bytes to be transferred).
iii. A DREQ signal from the IO device. iv. A DACK signal to the IO device.