ESP8266 Developer Zone The Official ESP8266 Forum 2017-11-03T17:36:21+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=8050 2017-11-03T17:36:21+08:00 2017-11-03T17:36:21+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8050&p=17796#p17796 <![CDATA[Re: ESP8266 Download Tool Parameter Discrepancy]]>
8Mbit(512KB+512KB) is the flash map you selected on the ESP Flash Download Tool when downloading.

QUAD;32Mbit is the actual size of your flash.

So it means that you are using a 32Mbit flash as a 8Mbit flash.

You can select 32Mbit on the ESP Flash Download Tool when downloading to make full use of it.

Statistics: Posted by ESP_Faye — Fri Nov 03, 2017 5:36 pm


]]>
2017-11-03T00:49:08+08:00 2017-11-03T00:49:08+08:00 https://bbs.espressif.com:443/viewtopic.php?t=8050&p=17787#p17787 <![CDATA[ESP8266 Download Tool Parameter Discrepancy]]>
ets Jan 8 2013,rst cause:1, boot mode:(3,6)

load 0x40100000, len 1856, room 16
tail 0
chksum 0x63
load 0x3ffe8000, len 776, room 8
tail 0
chksum 0x02
load 0x3ffe8310, len 552, room 8
tail 0
chksum 0x79
csum 0x79

2nd boot version : 1.5
SPI Speed : 40MHz
SPI Mode : DIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000

rf cal sector: 249
rf[112] : 00
rf[113] : 00
rf[114] : 01

SDK ver: 1.5.4.1(39cb9a32) compiled @ Jul 1 2016 20:04:35
phy ver: 972, pp ver: 10.1

but when I run the ESP8266 download tool, the DETECTED INFO block shows:

flash vendor:
A1h : FM
flash devID:
4016h
QUAD;32Mbit
crystal:
26 Mhz


So which should I believe when programming the device?

Should I use DIO or QIO?
Should I use 8Mbit, or 32Mbit?
What addresses should I use for default.bin, blank.bin, user1 bin, and user2 bin?

Statistics: Posted by jimyates — Fri Nov 03, 2017 12:49 am


]]>