Resetting EEPROM
JAllen007
Posts: 3
While experimenting with some code I'd written on the Propeller Activity Board (code runs fine) I decided to try the "Load EEPROM and run" button. Everything works fine, but now as soon as I turn the board on, this code automatically runs. It's not a major problem, but I'd like to clear the EEPROM to get the board back to "normal". What's the best way to get the EEPROM back to it's original state?
Comments
Welcome to the forum.
The short answer is, what is in the EEPROM is there and it has overwritten what was there before. If you just want to try some code next time, choose the "Write to Ram".
By original code, which did you mean? Some Demo code that was programmed?
"Thanks" to all of you for taking the time to respond.