Point Me to "Clear EEPROM" program
LarryCardo
Posts: 28
I understand there is a clear EEPROM program, but I can't find it.
Or maybe, just press F11 with a blank program??
Suggestions?
Larry Cardo
Mentor, OH
Or maybe, just press F11 with a blank program??
Suggestions?
Larry Cardo
Mentor, OH
Comments
pub main
and then just press the F11 button...
My hair is gray.
I am brand new to the Prop. I have also wondered how to "clear" EEPROM. (A servo cranking up when all I wanted to do is blink an LED might be surprising!)
Thanks!
--Bill
Otherwise, maybe someone has a simple program to clear it. It is not difficult - look for a spin I2C eeprom object.
Here is a method I use to erase the entire EEPROM: It uses the Basic or PASM I2C objects.
With the Basic I2C object, it takes 20 seconds or so to execute. Using the PASM I2C object, it is about five times faster.