Forum Discussion
Altera_Forum
Honored Contributor
9 years agoData transfer from hardware Modules to Nios
Hello, As I have described in a previous post http://www.alteraforum.com/forum/showthread.php?t=52808&p=217155&highlight=#post217155 I want to implement a DAQ system using NIOS and W5300. The c...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- I've made code optimization but this didn't bring any improvement. The changes in the code above also didn't work in contrary bring more trouble cause by changing the code I stared to lose some packets (I've tested the changes separately....). --- Quote End --- "losing packets" could simply be a side effect of your code not waiting for the transmit to complete before issuing the next request. After you've sped things up as fast as you can, just add a simple wait loop to delay between packet transmits and see if that affects at all your lost packets.