RAM Hex viewer

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: RAM Hex viewer

Post by jimmo » Mon Jan 06, 2020 12:28 pm

You'll have to look up the ESP8266 memory map. e.g. https://github.com/esp8266/esp8266-wiki/wiki/Memory-Map

Sorry the address I gave earlier was for ESP32. On ESP8266, the flash is at 0x40200000

Post Reply