Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDMA memtest.c confusion
Hi, I am using DMA device in my Nios program for DE1 board. The code memtest.c is taken from the example given in Nios IDE. The part of the code is shown below between green arterisk: *******...
Altera_Forum
Honored Contributor
16 years agoMainly you should avoid native addressing since it only allows for atomic accesses. The direct macros use specific byte enables based on the access size which is sometimes needed especially during accesses that could be destructive.