Boot mode errors
Posted: Sat Aug 27, 2016 5:50 pm
Does anyone know where I can get information on the boot error codes for the ESP-12E? I uploaded the ESP blink sketch from the Arduino IDE and nothing happened. I tried uploading the Wifi sketch and the serial monitor repeatedly prints:
ets Jan 8 2013,rst cause:4, boot mode:(3,0)
wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
From what I have found, this is a watchdog timer reset, the 3 in the "boot mode:(3,0)" means that's its still in flash mode. So how do I get a NodeMCU to start out of flash mode? Or am I reading the boot mode errors wrong?
ets Jan 8 2013,rst cause:4, boot mode:(3,0)
wdt reset
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
From what I have found, this is a watchdog timer reset, the 3 in the "boot mode:(3,0)" means that's its still in flash mode. So how do I get a NodeMCU to start out of flash mode? Or am I reading the boot mode errors wrong?