Fatal exceptions when interacting via Serial montior
Posted: Mon Jul 18, 2022 11:11 am
Hey all,
This is a repost because I was locked out of my account after posting my original question, but I recently got my hands on an ESP8266 01S but was dismayed to be receiving this error:
After a little searching, I figured out that it may be an issue with the fact that I had run out of RAM on the board (Thing is, I hadn't actually saved anything onto it).
I was just wondering how I'd go about freeing space from the board, whether that be through using some kind of 3rd party tool like esptool, or whether there was a better way.
Thanks in advance,
KayEng
This is a repost because I was locked out of my account after posting my original question, but I recently got my hands on an ESP8266 01S but was dismayed to be receiving this error:
Code: Select all
a⸮⸮!⸮@P@*K⸮R!⸮⸮H⸮Fatal exception (0):
epc1=0x4020333e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x4020333e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1=0x4020333e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Fatal exception (0):
epc1⸮
After a little searching, I figured out that it may be an issue with the fact that I had run out of RAM on the board (Thing is, I hadn't actually saved anything onto it).
I was just wondering how I'd go about freeing space from the board, whether that be through using some kind of 3rd party tool like esptool, or whether there was a better way.
Thanks in advance,
KayEng