Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI'm sorry I don't understand what you are saying... further up you said you were using dhcp, but new you are back at defining the ip yourself...
The IP 192.168.1.234 is inside a comment, it will never be read or used by the compiler. You must define the IPADDR0-3 constants to force an IP address. And remember to turn off the DHCP_CLIENT define too. What does it say in the nios terminal when you run the application? It will tell you what IP address it is using (as I've already said).