Error while uploading sketch
Posted: Sat Feb 20, 2016 6:58 am
Hello
I have two ESP8266 modules (the black version with 1M flash). I have (after looking for days) finally been able to upload a firmware that seems to work (I tried at least 3 tools and 5 versions) but all give the same result on only ONE of the two modules.
My first module acts as a server and works just fine.
My second module, when uploading the code, I get following error:
The last two lines are repeated on and on and on very fast (it seems like it shows up with every loop the module does).
From then on, the onboard blue LED stays on (doesn't flicker, just stays on).
The code itself can't be the problem since I can't even upload a Blink script.
Does anyone know what could be the problem?
I have two ESP8266 modules (the black version with 1M flash). I have (after looking for days) finally been able to upload a firmware that seems to work (I tried at least 3 tools and 5 versions) but all give the same result on only ONE of the two modules.
My first module acts as a server and works just fine.
My second module, when uploading the code, I get following error:
Code: Select all
6
tail 0
chksum 0x42
csum 0x42
~ld
Fatal exception (0):
epc1=0x40210548, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
The last two lines are repeated on and on and on very fast (it seems like it shows up with every loop the module does).
From then on, the onboard blue LED stays on (doesn't flicker, just stays on).
The code itself can't be the problem since I can't even upload a Blink script.
Does anyone know what could be the problem?