Shop OBEX P1 Docs P2 Docs Learn Events
How to undo EEPROM — Parallax Forums

How to undo EEPROM

NWCCTVNWCCTV Posts: 3,629
edited 2013-04-03 18:49 in Propeller 1
Rather than press F10 to just run my program I accidentally hit F11. How do I erase what I sent to the EEPROM on a Prop BOE?

Comments

  • JonnyMacJonnyMac Posts: 9,108
    edited 2013-04-03 17:26
    You have to use F11 again with the program you want installed -- there is no undo of programming an EEPROM; once it's done, it's done.
  • NWCCTVNWCCTV Posts: 3,629
    edited 2013-04-03 17:43
    Yea, I got that!!! I just put a quick program in it so it does not run every time I start it. Thanks.
  • WBA ConsultingWBA Consulting Posts: 2,934
    edited 2013-04-03 18:49
    Whenever I need a Propeller to "play dead", I load up the following program from the PE Kit. It's useful when you are playing with code that is driving servos, etc, and leave the board powered up between program tweaks (or plugged in like the Quickstart that does not have a power switch).
    '' File: DoNothing.spin
    
    PUB main                                     ' Empty main method
    
Sign In or Register to comment.