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
17 years agoAlready tried to add this code in the last lines?
if (ior(0xFE)&0x01) { iow (0xFE,0x01); ethernet_interrupts(); } else { usleep(10); } } return 0; for receive!