2020-09-07 05:56 AM
Hi
I am working on a device that need to store some parameters in eeprom quite frequently. Is it there any eeprom wear leveling algorithm on top of HAL that I can use to extend the eeprom life?
BR
Gilberto
2020-09-07 06:14 AM
You'd want to journal your data structure across the EEPROM, use a count field in your structure to locate the newest data copy.