Replies: 2 comments 3 replies
-
Your assessment is correct. There is no partial page programming in EEPROM. If you care about flash lifetime, look at LittleFS which will wear level over the whole filesystem. |
Beta Was this translation helpful? Give feedback.
3 replies
-
#1776 for dirty bit bugfix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using the simulated flash EEPROM to "cache" some data. It's pretty much write once, read many, for 8 byte chunks.
Looking at the EEPROM code, it looks like if you change the EEPROM at all, when running commit() it wipes and flashes the whole thing.
In order to help out the flash, is it possible to only write sections of arbitrary # of bytes / writing only different bytes? In my case, that would mean writing to each segment of flash only once, instead of every time I add anything to the EEPROM.
Beta Was this translation helpful? Give feedback.
All reactions