Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWell usually when using that DMA I just bit bang the slave port which has a register map show in page 243 here: http://www.altera.com/literature/ug/ug_embedded_ip.pdf
I'll leave it to you to read but basically you just need to state where to read from, where to write to, the transfer length in bytes, and various control bits like reading/writing to fixed location, data width, etc... Sorry I haven't used this DMA in ages so I can't be of more help, usually I stick to my own DMA....