Writing a Spin binary to EEPROM
David Betz
Posts: 14,516
If I want to write a Spin binary file as output by OpenSpin or the Propeller Tool to EEPROM, do I have to write the entire 32K or can I stop writing after the end of the .binary file? In other words, if the .binary file is 8K can I just overwrite the first 8K of EEPROM and leave the rest as-is or do I need to fill the remainder of the first 32K with zeros?
Comments
When loading eeprom with PropTool (and propeller bootloader) you have to write all 32k and need a correct checksum.
once in the eeprom the checksum does not matter.
If you have some loader already running on the prop it can write just needed bytes to the eeprom and leave the rest as is.
Enjoy!
Mike