
Originally Posted by
hell
No need to dma this since the address is not moving. You dma a code when you have the code moving to different places in the memory.
Yea to wat h3ll said! I write my DMA codes out in c like this.
Code:
setU32DMA(unsigned int address, unsigned int offset, unsigned int value);
Bookmarks