Shop OBEX P1 Docs P2 Docs Learn Events
AutoRun with a Propeller — Parallax Forums

AutoRun with a Propeller

-GRIMM--GRIMM- Posts: 56
edited 2011-03-02 20:21 in Propeller 1
Is there an easy command that will allow the propeller to autorun its program after being powered up?

Thanks

-Steven

Comments

  • Dr_AculaDr_Acula Posts: 5,484
    edited 2011-03-02 19:58
    It autoruns whatever was the last program you programmed in eeprom.

    So - if you use F11 on the proptool it programs to eeprom. Say you then alter that program and use F10 to program to RAM. If you then switched the power off, then turned it on again, it would run the first program (the one in eeprom), not the one in ram.

    F10 is quicker than F11. So for debugging, use F10. Then when the program is perfect, use F11 and that program now will run whenever you power up the propeller or hit the reset button.
  • -GRIMM--GRIMM- Posts: 56
    edited 2011-03-02 20:21
    Thanks Dr_Acula.

    Im a beginner with the propeller, thats what I was doing wrong; using F10 instead of F11.

    -Steven
Sign In or Register to comment.