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
Storing 4-10 bytes in flash multiple times on internal ESP Pico memory
-
- Posts: 2
- Joined: Thu Mar 02, 2023 1:19 pm
-
- Posts: 9711
- Joined: Thu Nov 26, 2015 4:08 am
Re: Storing 4-10 bytes in flash multiple times on internal ESP Pico memory
In ESP-IDF, NVS is developed specifically for that purpose. If you use Arduino, you can use the Preferences library which builds on top of NVS on ESP32 chips.
Who is online
Users browsing this forum: No registered users and 35 guests