Forum Discussion
Altera_Forum
Honored Contributor
12 years agoFor those who read this later.
Just be careful about the source/destination addresses you give to the sgdma core. They have to be the ones marked as viewed by sgdma ip core in system.h The descriptor address I used was initialized as follows alt_sgdma_descriptor *transmit_descriptors = (alt_sgdma_descriptor *) SUBSYSTEM_1_SGDMA_DESC_BASE; // This is a memory inside the subsystem It works. Cheers ZubairLK