From 0a30bdc1171f2d0471601f7fa962a788911fb9ea Mon Sep 17 00:00:00 2001 From: nikola <2503865771@qq.com> Date: Sat, 22 Jul 2023 17:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84readme.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 91d4dcc..b78e113 100644 --- a/readme.md +++ b/readme.md @@ -52,24 +52,26 @@ keil开发助手项目就这样诞生了。 1. 安装KDA
下载代码仓库右侧的发行版
+![down_1](https://gitee.com/nikolan/pic-bed/raw/master/down_1.png)
+![down_2](https://gitee.com/nikolan/pic-bed/raw/master/down_2.png)
2. 勾选协议
-![install_1](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_1.png) +![install_1](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_1.png)
3. 选择安装路径
-![install_2](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_2.png) +![install_2](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_2.png)
4. 安装完成
-![install_3](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_3.png) +![install_3](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_3.png)
普通用法
5. 打开KDA选择工程目录,会递归查找子目录,
选择工程目录后会自动选map目录为工程目录
如果map和工程不在一个命命令再选map所在目录
选择手动更新
-![use_3](https://gitee.com/nikolan/pic-bed/raw/master/KDA_use3.png) +![use_3](https://gitee.com/nikolan/pic-bed/raw/master/KDA_use3.png)
- 进阶用法
软件打包时已经设置添加软件安装路径到系统环境变量Path
如果并没有添加成功则需要自己手动添加
-![intsall_4](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_4.png) +![intsall_4](https://gitee.com/nikolan/pic-bed/raw/master/KDA_install_4.png)
在keil 打开魔术棒选User在after bulid的Run #1或Run #2填入
``` @@ -78,11 +80,11 @@ KDA "$P"
然后勾选运行
-![use_1](https://gitee.com/nikolan/pic-bed/raw/master/KDA_use1.png) +![use_1](https://gitee.com/nikolan/pic-bed/raw/master/KDA_use1.png)
在每次编译成功后就会弹出KDA的窗口
-![use_2](https://gitee.com/nikolan/pic-bed/raw/master/KDA_use2.png) +![use_2](https://gitee.com/nikolan/pic-bed/raw/master/KDA_use2.png)