Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By md23ch
#36962 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