AutoRun with a Propeller
-GRIMM-
Posts: 56
Is there an easy command that will allow the propeller to autorun its program after being powered up?
Thanks
-Steven
Thanks
-Steven
Comments
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.
Im a beginner with the propeller, thats what I was doing wrong; using F10 instead of F11.
-Steven