From b7bbbb676697e7c60ee5e15b178218ea35a8b85b Mon Sep 17 00:00:00 2001 From: V24473 Date: Tue, 15 Feb 2022 09:23:31 +0800 Subject: [PATCH] jlink --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b304834..402a687 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ Released specifically for the latest [AT32F403A MCU](https://www.arterychip.com/ 打开示例文件夹之一并尝试编译代码/上传到 MCU # Upload Firmware on MCU 上传固件 -Available upload methods: serial bootloader (PA9, PA10), dfu, jlink
+Available upload methods: `serial bootloader` (PA9, PA10), `dfu`, `jlink` (check the configuration guide [here](https://github.com/martinloren/Artery-AT32-PlatformIO/blob/main/JLINK.md) )
可用的上传方法:串行引导加载程序(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*
+1) Set it in the file `platformio.ini` in the Project folder, complete configuration options as in example project *cmsis-blink*
设置在项目文件夹的platformio.ini文件中,完整的配置选项在示例项目*cmsis-blink*中 2) Run the Upload
运行上传