这是本文的配套资料,最终工程请参考 新_ESP8266资料\stm32f103成功移植的项目
【免费】stm32f103c8t6esp8266资料资源-优快云文库
一、等到了ready
产品参数
我使用的是ai-thinker的esp8266-01s,以下为产品规格书
引脚定义:
依据引脚定义,GND接GND,VCC接3.3V,TX接USB转TTL的Rx, Rx 接USB转TTL的RX,之后尝试多次,都只是显示
初次尝试
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
[12:27:20.994]
[12:27:20.994] load 0x40100000, len 6960, room 16
[12:27:21.004] tail 0
[12:27:21.004] chksum 0xa5
[12:27:21.004] load 0x3ffe8008, len 24, room 8
[12:27:21.014] tail 0
[12:27:21.014] chksum 0x1c
[12:27:21.014] load 0x3ffe8020, len 3196, room 8
[12:27:21.024] tail 4
[12:27:21.024] chksum 0xde
[12:27:21.024] csum 0xde
[12:27:21.211]
[12:27:21.214] ets Jan 8 2013,rst cause:4, boot mode:(3,6)
[12:27:21.224]
[12:27:21.224] wdt reset
[12:27:21.224] ets_main.c
查了许多资料,说是没刷固件,于是用flash down tool刷固件,可总是停在sync,最终看到这位大佬的文章: