文档中有一段这样的描述:
对于不不同容量量的 Flash,eagle.irom0text.bin 的存储上限值均为 200 KB。⽤用户可以通过修
改 ESP8266_NONOS_SDK/ld/eagle.app.v6.ld ⽂文件来改变 eagle.irom0text.bin 的上限 值,即修改⽂文件中 irom0_0_seg 参数的 len 字段,如图 4-2 中红⾊色标示。
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x14000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40210000, len = 0x5C000
}
我的问题是, 0x5C000是怎么换算成200KB ?
eagle.irom0text.bin存储上限问题,0x5C000是怎么换算成200KB
Who is online
Users browsing this forum: No registered users and 314 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.