Forum Discussion
Altera_Forum
Honored Contributor
15 years agoPresumably the modified code sends lots of packets.
If you are trying to send a single packet only (from a test program) you'll need to ensure the program doesn't exit/return immediately and that is likely to reset everything. I'm not sure what your 'SEND PACKET' does, but clearly it can also fail due to lack of buffers of fifo space (etc) in the MAC engine (unless your code runs slower than ethernet line rate).