imliubo / makingfunxyz-esp8266

个人ESP8266学习笔记。
Other
205 stars 99 forks source link

请教一个问题SDK V3.0如何选择SPI_SIZE_MAP? #2

Closed armxu closed 5 years ago

armxu commented 5 years ago

imliubo: 你好! 谢谢你分享的代码,让我学习你的代码。 请教一个问题SDK V3.0如何选择SPI_SIZE_MAP? image

                                                               谢谢!
imliubo commented 5 years ago

Hi: 如果你使用Linux交叉编译的话可能会注意到这个地方,其实这个参数不光是实际Flash大小决定的,其中的代码分布也决定了这个参数,就是我们烧写代码时几个bin文件的烧录地址,贴几张图相信你一看就懂了。 esp8266_flashsize image image 这里如果你的模组的Flash大小是32Mbit既4MB的话,一般选择4或6都可以,但是下载的时候注意选择32Mbit或32Mbit-C1。 希望可以帮助到你。 Have nice day!

armxu commented 5 years ago

谢谢你的回复和帮助。

armxu@126.com

发件人: IAMLIUBO 发送时间: 2019-02-27 09:45 收件人: imliubo/makingfunxyz-esp8266 抄送: armxu; Author 主题: Re: [imliubo/makingfunxyz-esp8266] 请教一个问题SDK V3.0如何选择SPI_SIZE_MAP? (#2) Hi: 如果你使用Linux交叉编译的话可能会注意到这个地方,其实这个参数不光是实际Flash大小决定的,其中的代码分布也决定了这个参数,就是我们烧写代码时几个bin文件的烧录地址,贴几张图相信你一看就懂了。

这里如果你的模组的Flash大小是32Mbit既4MB的话,一般选择4或6都可以,但是下载的时候注意选择32Mbit或32Mbit-C1。 希望可以帮助到你。 Have nice day! — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

imliubo commented 5 years ago

Hi, 如果没有别的问题,我这里就先close了。 Have nice day!