Partial Programming of The Boot EEPROM
sobakava
Posts: 34
I store some configuration settings, parameters in the program memory EEPROM. I located all of them at the end of memory.
But I'm still in development phase and I program the Propeller again and again. When I program it using Spin Tool v1.27, seems it fills whole memory and erases my settings.
Is it possible to keep some part of the EEPROM as is while downloading the program?
The device might need to be reprogrammed in the field with firmware updates. I don't want the loose settings with updates.
But I'm still in development phase and I program the Propeller again and again. When I program it using Spin Tool v1.27, seems it fills whole memory and erases my settings.
Is it possible to keep some part of the EEPROM as is while downloading the program?
The device might need to be reprogrammed in the field with firmware updates. I don't want the loose settings with updates.
Comments
I do that in my projects and it works very well. The 32K and 64K eeproms seem to be virtually the same price, and the footprint is exactly the same too, so you can drop a 64K eeprom anywhere you have a 32K at the moment!
Jeff T.