Chat freely about anything...

User avatar
By reePIman
#33821
rith87 wrote:Hmm.. I added the '-fm dio' option to use 2 data lines instead but I'm hitting another crash now:

Code: Select allFatal exception (0):
epc1=0x�, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 32236, room 16
tail 12
chksum 0x55
ho 0 tail 12 room 4
load 0x3ffe8000, len 2860, room 12
tail 0
chksum 0x30
load 0x3ffe8b30, len 37932, room 8
tail 4
chksum 0xdb
csum 0xdb
��n't use rtc mem data


The last line says "don't use rtc mem data" but I don't see this string in my code or the SDK. Any other ideas? Or is this just a busted batch of ESP-12Es?


I had this problem when I was using a separate power supply for the ESP-12 and the FTDI module (USB Powered) I was using to communicate with the module. After connecting grounds together the module was stable. Hope this helps.
User avatar
By king
#57705 我也出现同样的问题,我使用了两个方法解决了。
1、更换8266电源。Arduino的3.3V无法给ESP8266蕊片提供稳定的>250mA的供电电流。供电不稳定会造成各种意外发生。如:刷写固件时无法顺利完成,WIFI信号不稳定等!

2、清除ESP8266写入。多次刷入固件后可能造成地址指向错误。

3、刷入新的固件。

我的处理详情,请移步到:http://www.dfidea.com/2016/11/06/esp8266-wifi-module-%e5%88%b7%e5%85%a5%e5%9b%ba%e4%bb%b6%e5%90%8e%e5%87%ba%e7%8e%b0dont-use-rtc-mem-data/