I guess it would be possible to write a short utility, download that with F10 (to RAM), and it's only job is to write $00 to all locations in the EEPROM -- but I don't know how. Someone's bound to be able to do it though...
You can write a short program using the i2cObject from the Propeller Object Exchange to write zeroes to the EEPROM and download it to RAM as Simon mentioned. Do be careful in debugging your utility program in that EEPROMs have only a limited lifetime. You can only write to the same location (or locations) somewhere on the order of 100000 times before that location won't work anymore. It seems like a lot, but you can easily go through that in a few hours with a buggy program that writes to the same location over and over again.
Comments
Why would you want to do that thought?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cheers,
Simon
I wanted to know for no particular reason... I just didn't see a facility to do so.
·
If you just want to erase what you programmed with F11, just write a one line program in a New File window (File-->New)· or Ctrl-N
Type:
...and hit F11 again.
If you want to just test code and don't want to load it into EEPROM, use F10 instead.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
·
END
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
When you load even a short program does it completely·write over all bytes of the ERPROM?
·