Writing to the EEPROM
A future prop app of mine will involve nonvolitile storage. I have been poking around in the object exchange for objects that read+write to the prop's eeprom. I do know the prop uses the eeprom to store its programs . A concern of mine is if you can loosely write to the eeprom (I think I will use the eeprom function found in the BS2 for prop object)·you may overwrite critical information that is already stored by the prop for its program. How does the prop address and store its program? Does it start at the beginning (zero)·and work its way up to·the top? What i am trying to figure out is a safe place (address)·in the eeprom to start·storing my data. Is that where the memory map comes in handy?
Comments