Shop OBEX P1 Docs P2 Docs Learn Events
Load ram and run — Parallax Forums

Load ram and run

gwk_auburngwk_auburn Posts: 6
edited 2007-01-29 19:12 in Propeller 1
Made some edits and to test I did a (ctrl+F10) to load ram.·No change in my programs operation! My questions; is there a verification when ram is loaded. I don't think my edits got to the propeller.
P.S. I'm using a demo board. confused.gif

Comments

  • bassmasterbassmaster Posts: 181
    edited 2007-01-28 01:07
    Maybe it was the crtl, I just press f10
  • Harrison.Harrison. Posts: 484
    edited 2007-01-28 01:55
    Do you get the loading propeller status window? If you do and there are no errors than it is probably loading the prop chip fine.

    Note that using a terminal program or the serial port for anything other than loading the prop will most likely cause the propeller to reset. This means it will look like no program was loaded at all.
  • Stan671Stan671 Posts: 103
    edited 2007-01-28 04:10
    F10 is: Compile Current File, Load RAM and Run

    Ctrl + F10 is: Compile Top File, Load RAM and Run

    Perhaps you are not compling and loading and running the program that you think you are.· Or, your Propeller is getting reset and wiping out the RAM that you just loaded and therefore loading the older version from EEPROM.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Stan Dobrowski
  • gwk_auburngwk_auburn Posts: 6
    edited 2007-01-29 19:12
    Thank all for the help. Make "top object file" is what got me! I hadn't, so it was loading ram with my old version.
Sign In or Register to comment.