Forum Discussion
Altera_Forum
Honored Contributor
14 years agoA question about SG-DMA in simple socket server example
I run simple socket server example on DE2-115 board. I can't fine the code to initial and use the sgdma(Scatter-Gather DMA) and tse_mac(Triple-Speed Ethernet MegaCore), such as alt_avalon_sgdma_do_sy...
Altera_Forum
Honored Contributor
14 years agoIf you use the uCOS operating system and the Interniche TCP/IP stack, like in the simple socket server example, then you don't need to worry about the sgdma transfers. Those are done by the IP stack. Just use the standard sockets API.