making it very easy to do EEPROM emulation nicely...
Tat's really cool... leads to virtually 16KB non-volatile RAM: two nurseries with garbage collect with only one active at one time, and when it runs out of 'fresh' memory, it can garbage-collect into the other one and fl-U-sh (erase) the first one. With one erased and one in use, autodetection of the one in use is easy and needs to be done only once on power up.
@Gordon, did you not write some code like that a while ago that could be used for something like that? ...wear leveling use of Flash EEPROM...?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Tat's really cool... leads to virtually 16KB non-volatile RAM: two nurseries with garbage collect with only one active at one time, and when it runs out of 'fresh' memory, it can garbage-collect into the other one and fl-U-sh (erase) the first one. With one erased and one in use, autodetection of the one in use is easy and needs to be done only once on power up.
@Gordon, did you not write some code like that a while ago that could be used for something like that? ...wear leveling use of Flash EEPROM...?