You don't have to clear out the memory. If you want to install a new program, just use the Stamp Editor to download the new one. It will replace the previous program in the Stamp.
All the scram and ram gets set to zero when a the reset button is pushed, or a new program is downloaded. The EEPROM stays the same, until you overwrite it with either a new program or the WRITE command.
You can disable the current program, setting all I/O pins to input by downloading a program with nothing more than an END statement. I hope this helps. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ Chris Savage Parallax Engineering
Comments
You can disable the current program, setting all I/O pins to input by downloading a program with nothing more than an END statement. I hope this helps. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Engineering