ESP8266 Developer Zone The Official ESP8266 Forum 2015-08-03T10:25:01+08:00 https://bbs.espressif.com:443/feed.php?f=61&t=292 2015-08-03T10:25:01+08:00 2015-08-03T10:25:01+08:00 https://bbs.espressif.com:443/viewtopic.php?t=292&p=3020#p3020 <![CDATA[Re: "Fatal exception" problem]]>
感谢您对 ESP8266 的关注!

您可以在 eagle.S 中查找您出错的地址,对应的是哪个函数。添加 log,进一步查证问题原因。

Statistics: Posted by ESP_Faye — Mon Aug 03, 2015 10:25 am


]]>
2015-07-29T15:20:36+08:00 2015-07-29T15:20:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=292&p=2913#p2913 <![CDATA[Re: "Fatal exception" problem]]> Fatal exception (28):
epc1=0x401015e0, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
rm match
我烧录的文件是flash.bin + irom0text.bin ,请问怎样解决?

Statistics: Posted by TOPARM — Wed Jul 29, 2015 3:20 pm


]]>
2015-03-23T16:44:28+08:00 2015-03-23T16:44:28+08:00 https://bbs.espressif.com:443/viewtopic.php?t=292&p=1125#p1125 <![CDATA["Fatal exception" problem]]>
For example, the running firmware is user1.bin , and you get a "Fatal exception" as follow:

Code:

Fatal exception (28):
epc1=0x4025bfa6, epc2=0x00000000, epc3=0x00000000, excvaddr=0x0000000f, depc=0x00000000


Open "user1.s" which is generated with user1.bin after compiled, then find "0x4025bfa6" in "user1.s".

If the running firmware is user2.bin, find it in "user2.s".

I hope this is helpful.

Statistics: Posted by ESP_Faye — Mon Mar 23, 2015 4:44 pm


]]>