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.
Thanks a lot for this posts, Cris i can tranfer from my onchip memory to my sdram memory without any problems. But now i want to do something differnt. Really simmilar to what fightingdreamer did.
I have a fifo outside my sopc system that is connected to a 8bits PIO in my sopc system. I want to read this 8 bits from my PIO and write to a DDR memory. How should the code look like? (While i ask i am trying to modify your code) Thanks a lot. Fightingdreaming, do you have any tips? I saw you did exactly what i am trying to do.