General area when it fits no where else

Moderator: Mmiscool

User avatar
By stern0m1
#43171 what does this mean on the serial port?
Exception (0):
epc1=0x49000f75 epc2=0x00000000 epc3=0x00000000 excvaddr=0x00000000 depc=0x00000000

ctx: cont
sp: 3fff4640 end: 3fff4950 offset: 01a0

>>>stack>>>
3fff47e0: 40211da7 00000030 00000001 40222346
3fff47f0: 3fff5cf0 00000000 3ffead08 40107a94
3fff4800: 3fff4870 00000002 00000010 00000009
3fff4810: 00000019 00000001 00000000 40222346
3fff4820: 4025626c 00000002 3fff4870 4022239e
3fff4830: fffffffd 3fff48ec 3fff4870 4022243e
3fff4840: 3fff48e0 4025626c 3fff4870 40222714
3fff4850: 3ffead08 3fff48ec 00000005 4022273c
3fff4860: 3fff48e0 3fff48ec 00000005 40209ab3
3fff4870: 00000000 00000000 00000000 00000000
3fff4880: 00000000 00000000 00000000 3f800000
3fff4890: 3ffe94e8 00000005 3fff48e0 402225dd
3fff48a0: 00000035 00000000 3fff48ec 402223ce
3fff48b0: 3ffe94e8 00000000 3fff48ec 4022241c
3fff48c0: 3ffe94e8 00000000 3fff18b0 3f800000
3fff48d0: 3ffe94e8 00000005 3fff18b0 40211dda
3fff48e0: 3fff5b60 0000000f 00000001 3fff5ad0
3fff48f0: 0000000f 00000002 3fff2c4c 40214d35
3fff4900: 3ffe9650 00000000 000003e8 00000000
3fff4910: 00000000 00000000 feefeffe 3fff3928
3fff4920: 3fffdad0 00000000 3fff3920 40211e5d
3fff4930: 3fffdad0 00000000 3fff3920 40218684
3fff4940: feefeffe feefeffe 3fff3930 40100114
<<<stack<<<
User avatar
By xtal
#43199 I had this on Arduino ESP ,, that turned out to be a simple syntax error / or left something out in a function...
Unfortunately I don't remember what it was....

In LUA I've seen this intermittantly with tight memory......
User avatar
By heckler
#43200 Isn't that essentially a CRASH report.

I have seen something similar when my ESP module runs out of memory.
It spits out all this data then reboots.
I have never tried to interpret it... just thought it was similar to windows Blue Screen of Death (BSOD)

dwight
User avatar
By Mmiscool
#43342 If this is some thing you can replicate please post up the code and the version # for esp basic.

This is beneficial in debugging. (Your code or the interpreters)

Also if you are printing a lot of things you may wish to do a CLS to clear the browser output buffer.