Page 1 of 1

DMA copy to CRAM

Posted: Sat Dec 30, 2006 8:59 pm
by ob1
Has anyone already tried (and succeded) to DMA copy from VRAM (obviously) to CRAM ?
Would it be faster than a DMA transfer from ROM or Work RAM (obviously no) ?

Nevertheless, with DMA copy, the CPU can keep on working whereas with DMA transfer, it is stalled. I guess that for transferring data to CRAM (1024 bytes max), I don't have to worry about CPU stalling.

Posted: Sat Dec 30, 2006 9:56 pm
by Stef
You just can't transfert from VRAM to CRAM.
When you do a DMA operation, you can only choose destination :
VRAM / CRAM / WSRAM
So during DMA "copy" operation, destinatin almost becomes the source.