ai-thinker bw16-kit资料烧录工具

 


ai-thinker bw16-kit资料
https://docs.ai-thinker.com/rtl87xx 
https://docs.ai-thinker.com/bw16/
找到烧录工具
https://aithinker-static.oss-cn-shenzhen.aliyuncs.com/docs/support/image_tool.rar

image

 bw16是双核,M0和M4

0x08000000 --M0的固件,有新固件时,则进行更新
0x08004000 --M4的固件,有新固件时,则进行更新
0x08006000 --用户编写程序编译的bin文件



固件烧录:km0_km4_image2.bin,就是用户编写程序编译的bin文件,烧录到0x08006000
https://blog.csdn.net/xiaog1/article/details/132069449
https://blog.csdn.net/lxdongabc/article/details/88532577

image

 

vscode arduino.json

{
    "port": "COM5",
    "configuration": "EraseFlash=Disable,AutoUploadMode=Disable,StdLibInit=Enable,UploadBaudrate=1500000",
    "board": "realtek:AmebaD:Ai-Thinker_BW16",
    "output": "./build",
    "sketch": "SimpleHttpExample_bw16.ino"
}

vscode arduino编译后:

生成

km0_km4_image2.bin

image

 Jlink SWD在线调试参考

 

 
posted @ 2025-07-24 16:46  txwtech  阅读(101)  评论(0)    收藏  举报