Little help needed with EPROM
Cncjerry
Posts: 64
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
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
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