STORAGE vs Flash #6265
Replies: 1 comment
-
Posted at 2019-08-11 by AkosLukacs Just a hunch: ESP8266's flash is divided to multiple parts: Running code, SPIFS, OTA partition, etc. My guess is that's why you only see that much free flash. Posted at 2019-08-11 by @MaBecker Hi @maze1980, Storage is using save pages in the memory mapped area.
Posted at 2019-08-12 by maze1980 Thanks for the info. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-08-11 by maze1980
I've compiled a firmware with STORAGE enabled, but putting more and more pages on the ESP8266 it seems like there's not even 1 MB of free storage available while flash is almost 2 MB:
Somehow I expected the STORAGE module to use all available flash storage, not just the block where the program and wifi data is stored. Is it the intended behavior, or a bug in my build?
Beta Was this translation helpful? Give feedback.
All reactions