Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By dna
#53121 Hi there,

I guess i hooked up my esp12e by uploading incorrect code.
I read, that a way out is to flash it.

So I reflashed nodemcu with the nodemcu-flasher, but this did not work. Same Problem.
So I flashed internal://blank at 0x00000 and after that nodemcu.bin again.
But the problem persists.

I guess, that the faulty init.lua is still up there and get's executed once nodemcu-firmware is active again.

Now I read, that there are more areas in memory.
0x00000
0x10000
0x7C000
0x7E000

Am I right when I guess, that the scripts where located in memory above 0x10000?
Do I have to flash that areas with irom, blank and default as shown here?
What are these areas of memory for?


Image

Or is there something special to do while flashing?
At the moment I only connect the board with the micro-usb and that's it.