Forum Discussion
Altera_Forum
Honored Contributor
15 years agoStrange error with NIOS2 DMA ..
hello to everyone i am trying to make my DMA read from a PIO and write in a SDRAM This is my adapted code to do this Code: #include <stdio.h> #include <stdlib.h> #include <stddef.h> #include <s...
Altera_Forum
Honored Contributor
15 years agoThat's normal: you have put zero DMA data length, then you have no DMA transfer at all.
As I told you in the other thread you must set the RCON control bit instead. Cris