Forum Discussion
Altera_Forum
Honored Contributor
16 years agoTake a look at this software: http://www.nioswiki.com/exampledesigns/sgdma
Really though you shouldn't need to modify the structure directly, there is an API for creating descriptors and sending them to memory for the SGDMA to access. There are a lot of pitfalls you can run into since the SGDMA accesses the descriptors in memory so you have to be very careful how you synchronize between the CPU and SGDMA engine.