This commit is contained in:
V24473
2022-01-10 18:25:23 +08:00
parent 64d4c920e2
commit 0ca9b0f879

View File

@@ -16,8 +16,8 @@ Released specifically for the latest [AT32F403A MCU](https://www.arterychip.com/
打开示例文件夹之一并尝试编译代码/上传到 MCU
# Upload Firmware on MCU 上传固件
Available upload methods: serial bootloader (PA9, PA10), dfu<br>
可用的上传方法串行引导加载程序PA9、PA10、dfu
Available upload methods: serial bootloader (PA9, PA10), dfu, jlink<br>
可用的上传方法串行引导加载程序PA9、PA10、dfu、jlink
1) Set it in the file platformio.ini in the project folder, complete configuration options as in example project *cmsis-blink*<br>
设置在项目文件夹的platformio.ini文件中完整的配置选项在示例项目*cmsis-blink*中
2) Run the Upload<br>