Shop OBEX P1 Docs P2 Docs Learn Events
Little help needed with EPROM — Parallax Forums

Little help needed with EPROM

CncjerryCncjerry Posts: 64
edited 2012-06-15 14:07 in Propeller 1
I've been figuring out the low level routines for my app on the QuickStart board.

So when I program the EPROM with my code, is there an easy way for the running pasm code to update variables stored on the EPROM? These would be user defauls hat have been changed not unlike an ini file.

Thanks, everyone has been a ton of help.

Jerry

Comments

  • CncjerryCncjerry Posts: 64
    edited 2012-06-15 13:37
    Never mind. Found it. I can never find things with the forum search but google pulled it right up.
  • msrobotsmsrobots Posts: 3,709
    edited 2012-06-15 14:07
    Cncjerry,

    and remember ...

    your quickstart-board should have a 64k eeprom. Proptool just writes to the lower 32k in the eeprom while programming. So any 'Settings' above 32k are secure from beeing overwritten while programming the prop.

    Enjoy!

    Mike
Sign In or Register to comment.