Forum Discussion
Altera_Forum
Honored Contributor
15 years agoalt_avalon_sgdma_construct_mem_to_mem_desc()
hi: "alt_avalon_sgdma_construct_mem_to_mem_desc()"can only transmit the number of data smaller than 65535 bytes ,so if I want to transmit data which the number is larger than 65535,how I...
Altera_Forum
Honored Contributor
15 years agowhat exactly do you mean by "can only transmit the limited number of data"? What happens when you try to send more? I don't see any for loop in the code you shown.
If you use the alt_avalon_sgdma_do_sync_transfer() (and not the async version) it will only return once the transfer is finished.