Forum Discussion
Altera_Forum
Honored Contributor
8 years agolittle problem in understanding MODULAR sgDMA ?
hello all, I have created a SoC in platform designer which have a modular SG-DMA. I have a confusion on what to pass the arguments while using HAL API function calls. ex: alt_msgdma_standa...
Altera_Forum
Honored Contributor
8 years agoI have never used the driver but it's documented in chapter 26 of this document: https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/ug/ug_embedded_ip.pdf
It looks like you call the construction API to create your descriptor then you pass it into the transfer function so that the driver will send the descriptor to the DMA.