Skip to main content
GErma.1
Associate III
September 7, 2020
Question

STM32L0 eeprom wear leveling

  • September 7, 2020
  • 1 reply
  • 772 views

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

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
September 7, 2020

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 VenmoUp vote any posts that you find helpful, it shows what's working..