Storing 4-10 bytes in flash multiple times on internal ESP Pico memory
Posted: Sun May 12, 2024 1:45 pm
Hello,
I want to store application data (10-20 bytes) during runtime in flash, multiple times, so it mimics EEPROM.
is there any library that writs data to flash while keeping writes-per-cell within limits (using a round -robin mechanism for example) ?
Many thanks in advance!!!
Avi
I want to store application data (10-20 bytes) during runtime in flash, multiple times, so it mimics EEPROM.
is there any library that writs data to flash while keeping writes-per-cell within limits (using a round -robin mechanism for example) ?
Many thanks in advance!!!
Avi