Altera_Forum
Honored Contributor
14 years agoNicheStack: ARP refuses to work
Hello,
I am trying to start the NicheStack on Nios II. I've fallowed the stack manual and prepared example code available here (http://pastebin.com/bfqwah7c). The stack starts fine, however ARP doesn't work. When I try to ping the IP I set, the stack doesn't respond to ARP broadcast message. However if I run the example code (either Simple Socket Server or Web Server), then the computer gets ARP response, I reupload my code and the stack responds to ping. Basically it is like this: upload web server example -> start ping -> upload my code -> ping drops a few timeouts during Nios II upload process and the continues to work. Now what is more strange: if I change the IP address, computer gets the new address and ping successfully continues to work. What did I miss there?