Cse Dma
Cse Dma
Technology
Seminar On
Direct Memory Access
Single
A single byte (or word) is transferred. The DMA must release
and re-acquire the bus for each additional byte. This is
commonly-used by devices that cannot transfer the entire block
of data immediately. The peripheral will request the DMA each
time it is ready for another transfer.
Block/Demand
Once the DMA acquires the system bus, an entire block of data
is transferred, up to a maximum of 64K. If the peripheral needs
additional time, it can assert the READY signal to suspend the
transfer briefly.
Types