Page 1 of 1

DMA

Posted: Thu Oct 21, 2004 3:19 am
by ManOfSteel
Hello,
I was reading some documents about the DMA and they were talking about 'Flip-Flop register'. What is the role of this register?
Thank you for any help.

Re:DMA

Posted: Thu Oct 21, 2004 7:38 am
by pkd
Hi,
The DMA has 16 bit registers but the port is only 8bit so to make sure that you are writing the correct 8 bits you initialise the ports by writing any value to the flipFlop register. Then The Lo byte is the first written.

Hope this helps
pkd

Re:DMA

Posted: Fri Oct 22, 2004 3:50 am
by ManOfSteel
@pkd
Thanks that's what I wanted to know.