-->
Page 1 of 1

Fatal exceptions when interacting via Serial montior

PostPosted: Mon Jul 18, 2022 11:11 am
by KayEng
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:
Code: Select alla⸮⸮!⸮@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