Replies: 2 comments
-
You're going to need to edit the |
Beta Was this translation helpful? Give feedback.
0 replies
-
At the end I'm using the little FS range for my EEPROM emulation. I've seen
that the 4096 EEPROM size is hard coded in a lot of places.
Since I don't need LittleFs I'm just using it's handy configuration. Only
"downside" I'm wasting 4k of flash.
|
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.
-
I have an application were i have to write some data in the emulated eeprom.
I woulld implement a simple wear leveling algorythm.
To do so I need some 4k pages to rotate the writes to.
I've seen that there is a
_EEPROM_start
variable in the linker but I've not figured out how this is configured.Any suggestion?
Beta Was this translation helpful? Give feedback.
All reactions