ESP8266 Developer Zone The Official ESP8266 Forum 2016-03-18T10:31:02+08:00 https://bbs.espressif.com:443/feed.php?f=66&t=1847 2016-03-18T10:31:02+08:00 2016-03-18T10:31:02+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1847&p=6161#p6161 <![CDATA[Re: Fatal exception (0) problem]]>
Please notice that AT command ends with a new line (\r\n, CR LF).

It seems that you may miss the new line.

Statistics: Posted by ESP_Faye — Fri Mar 18, 2016 10:31 am


]]>
2016-03-17T23:38:41+08:00 2016-03-17T23:38:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1847&p=6157#p6157 <![CDATA[Re: Fatal exception (0) problem]]>
Thank you

Statistics: Posted by Spud — Thu Mar 17, 2016 11:38 pm


]]>
2016-03-09T00:06:00+08:00 2016-03-09T00:06:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1847&p=6041#p6041 <![CDATA[Re: Fatal exception (0) problem]]>
I bought another module with the 8Mb flash. Now, I try to test the module in the hyperterminal and I always receive the same as I write. I mean, if I write "AT" and send it, the response is "AT" and not "OK" or "ERROR". The blue LED blink when I download the firmware but not in the comunication mode (GPIO0 to 3,3v)

The new flash is the EN25Q80A and the parameters I am introducing:
26Mhz crystal, 40Mhz and 80MHz SPI speed, QIO, 8Mbit flash
AT_v0.51 ->
Flash size 8Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin0xfc000(optional)
blank.bin 0x7e000 & 0xfe000

Picture of the ESP Flash download tool while downloading:
Image

Thanks!!

Statistics: Posted by Spud — Wed Mar 09, 2016 12:06 am


]]>
2016-03-03T15:34:05+08:00 2016-03-03T15:34:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1847&p=5955#p5955 <![CDATA[Re: Fatal exception (0) problem]]>
Yes, you may need a larger flash.
"user1.1024.new.2.bin", the "1024" in the name means that it is for 1024KB flash.

Statistics: Posted by ESP_Faye — Thu Mar 03, 2016 3:34 pm


]]>
2016-03-02T22:04:26+08:00 2016-03-02T22:04:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1847&p=5936#p5936 <![CDATA[Fatal exception (0) problem]]>
Firstly, give you congratulations for the forum, really useful.

Few months ago I bought in Arduex the WiFi module ESP8266, but I didn't try it till two days ago. I follow the steps of your tutorials and when I thought that all was fine, I have connected the module with a terminal software on my computer and constanly, the module gives me this exception:

Fatal exception (0):
epc1=0x40100088, epc2=0x00000000, epc3=0x00000000, exvaddr=0x00000000, depc=0x00000000

I have read the same problems in other users, but I can't know if the problem is the same. I don't know where i have to look for to find the blank.s file.

Tell you that I have the ESP8266EX module, with an 4Mb memory 25Q40BT (26MHz crystal, dual and quad), and I don't know if the problem is to use that memory (<8Mb) in boot option.

This are the parameters i have introduced:
Flash size 8Mbit: 512KB+512KB
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin0xfc000(optional)
blank.bin 0x7e000 & 0xfe000

Also I have tried with:
boot_v1.2+.bin 0x00000
user1.1024.new.2.bin 0x01000
esp_init_data_default.bin0x7c000
blank.bin 0x7e000 & 0x3e000

Thanks for your support,
Spud

Statistics: Posted by Spud — Wed Mar 02, 2016 10:04 pm


]]>