I stored IP address as a variable on my AT91SAM7X. I change it sometimes. After changing it, next time when my board is powered up, the new IP should be used. How can I store a variable after power is off? Can I write it to flash, and how?
mul, thank you so much. Easy to implement is very important to me, I will use EEPROM as you suggested. It is so nice that you listed all the options available and described the issues associated with each, greatly appreciated.