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