EEPROM access on Spin Stamp
ramman345
Posts: 24
Hey experts, I'm thinking about using a Spin Stamp for a project currently run on Javelin. One issue is I have a large SROM (config file) for an external device. In order to save RAM space I store it in the EEPROM of the javelin and transfer it one byte at a time during start up.
Can I get the same access to the Spin Stamp's on board 32kb EEPROM? Flipping through the datasheet and the manual I don't see a way to write and read from the EEPROM aside from the automatic startup that loads the bootloader and program into RAM.
Thanks, Josh
P.S. Just so you know I'm not reading and writing to the EEPROM constantly. I have one program that loads the SROM (which doesn't ever change) into EEPROM, and another program that actually runs the project. I only run the SROM loader once, the other program then gets loaded on and updated as the code changes. The SROM is only read after that.
Can I get the same access to the Spin Stamp's on board 32kb EEPROM? Flipping through the datasheet and the manual I don't see a way to write and read from the EEPROM aside from the automatic startup that loads the bootloader and program into RAM.
Thanks, Josh
P.S. Just so you know I'm not reading and writing to the EEPROM constantly. I have one program that loads the SROM (which doesn't ever change) into EEPROM, and another program that actually runs the project. I only run the SROM loader once, the other program then gets loaded on and updated as the code changes. The SROM is only read after that.
Comments
Josh