-->
Page 1 of 1

NodeMCU (ESP-12E) flash memory organization

PostPosted: Tue Dec 22, 2015 9:07 am
by md23ch
Dear All,

I have tried to find out what is the Flash memory organization when using NodeMCU within Arduino IDE.

I have found one place:
https://github.com/esp8266/Arduino/blob ... esystem.md
which describes briefly Flash layout:
|-------------|-----------------|-----------------|------|------|------|------|------|
^ ^ ^ ^ ^
Sketch OTA update File system EEPROM WiFi config (SDK)

But there are no addresses and memory sizes specified?
Where is the location of the firmware in this Flash layout?

Many thanks for any hint.

md23ch