Altera_Forum
Honored Contributor
15 years agoNiosII DMA Tutorial
Hello, may I know where can I get NiosII DMA Tutorial? Currently, I am doing a project to implement DMA on FPGA board. So I would to refer to some tutorials that can help me. Thanks.
Software: Look at nios ii software developer's handbook (10.0) page 6-25 following. It's not exactly a tutorial but it's an example on how to use the DMA with HAL-driver.
I prefer to write the registers of the DMA directly without using the HAL. The functionality of the various registers and bits are described in the user guide mentioned above by Cris. See dma controller core -> software programming model -> register map.