cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L0 eeprom wear leveling

GErma.1
Associate III

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

1 REPLY 1

You'd want to journal your data structure across the EEPROM, use a count field in your structure to locate the newest data copy.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..