Forum Discussion
Altera_Forum
Honored Contributor
17 years agoDE2_UDP example for download here free (feedbacks are wellcomed)
Hi all. My goal is to get about 3Mbytes/sec data transfer rate from my DE2 board to PC. Here in this example I get about 1.2 Mbytes/sec. I'll accept comments about, how to speed up this, as w...
Altera_Forum
Honored Contributor
13 years agoUse Signaltap to check what is happening between the MAC and the DMA on the receive path. The big problem with UDP streams is that they are unreliable. If your software is too slow to receive the UDP packets then it will miss some. If it stops completely to receive any data it probably means that your software crashes, and you should use a debugger to see what it is doing.