Propeller eeprom question
Peter Verkaik
Posts: 3,956
I found the "Propeller Eeprom.spin" object" (v0.6) that seems to do
what I want, which is to write received bytes that normally would
be placed in a DAT word array, to the exact eeprom location from
where that array is loaded upon reset.
Can I assume that if my DAT word array starts at address X,
the eeprom address from where the array is loaded is·also·X ?
regards peter
what I want, which is to write received bytes that normally would
be placed in a DAT word array, to the exact eeprom location from
where that array is loaded upon reset.
Can I assume that if my DAT word array starts at address X,
the eeprom address from where the array is loaded is·also·X ?
regards peter
Comments
BTW: Note the small bug I identified some time ago in EEPROM.SPIN: When storing to the EEPROM it always fills to the end of the page, which could not be what you want in a few cases....
regards peter