Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUCOSII without flash
Hello I am tryin to run the web server example, with UCOS II on a board without a flash chip (but with an EPCS). Can it be done ? When I try to configure the LWIP stack in the project library p...
Altera_Forum
Honored Contributor
21 years agoYour problem is that the web server example stores the MAC address (ethernet address) in flash, you will need to re-write the get_mac_addr function chapter 9 of the Nios II Sofwtare Developers Handbook shoudl help you out.