Newbie Question - How do I erase EEPROM on my PPDB
Tony B.
Posts: 356
I am using the PPDB board for my testing and programing and have an old program in EEPROM so when I hit reset it tries running the old program. So my question is what is the method for erasing the EEPROM so when I hit reset to stop a program running in RAM the Propeller chip will go into idle beacuse there is no program in RAM or stored in EEPROM?
Thanks
Tony
Thanks
Tony
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Computers are microcontrolled.
Robots are microcontrolled.
I am microcontrolled.
But you·can·call me micro.
Want to·experiment with the SX or just put together a cool project?
SX Spinning light display·
Use F11 to upload to the EEPROM the above program.
It is a BLANK program that will cause the Propeller to do nothing and go to sleep.
If you do not want it to go to sleep than uncomment the line with the repeat.
All I/O lines will be set to inputs but since the propeller goes to sleep they will go into High Z too.
If you do not want the High Z mode then uncomment the Repeat line which will keep the Propeller
running but all I/O would be inputs and the speed will be slow which will consume very little current.
Samuel
Tony