Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIt seems your flash memory stored invalid ip and mac addresses.
In your SSS project you should have a function named get_ip_add(). Try forcing *use_dhcp = 0 and momentarily set a well known static ip address. In the same file you should also find a get_mac_addr() function: force it returning a fixed mac address, not ff ff ff ff ff ff If everything works this way, debug into these functions in order to discover why you can't retrieve the correct addresses from flash.