From 365de33d75a60ad748ca9b9df5469782db1acd05 Mon Sep 17 00:00:00 2001 From: jhb <1023506846@qq.com> Date: Tue, 9 Apr 2019 14:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=8C=E5=96=84README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32l4r9-eval/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/bsp/stm32/stm32l4r9-eval/README.md b/bsp/stm32/stm32l4r9-eval/README.md index 2514d52c96..637cfc10ba 100644 --- a/bsp/stm32/stm32l4r9-eval/README.md +++ b/bsp/stm32/stm32l4r9-eval/README.md @@ -22,20 +22,14 @@ - MCU:STM32L4R9,主频 120MHz,2048KB FLASH ,640KB RAM - 外部 FLASH:M29W128GL70ZA6E(NOR FLASH,16MB) - - 常用外设 - - 状态指示灯:4个,LED1 - 4 - 按键:1个,wakeup(PC13),五向摇杆 - TFTLCD 显示屏:2个 - 板载 ST LINK - 常用接口:SD 卡接口、USB OTG Micro USB 接口、电机接口 - - 调试接口,ST-LINK Micro USB 接口 - - -开发板更多详细信息请参考 ST 的 [STM32L4R9I-EVAL 介绍](https://www.st.com/content/st_com/zh/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-eval-boards/stm32l4r9i-eval.html)。 - +开发板更多详细信息请参考 ST 的 [STM32L4R9I-EVAL](https://www.st.com/content/st_com/zh/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-eval-boards/stm32l4r9i-eval.html)介绍。 ## 外设支持 本 BSP 目前对外设的支持情况如下: @@ -72,7 +66,7 @@ 双击 project.uvprojx 文件,打开 MDK5 工程,编译并下载程序到开发板。 -> 工程默认配置使用 xxx 仿真器下载程序,在通过 xxx 连接开发板的基础上,点击下载按钮即可下载程序到开发板 +> 工程默认配置使用 板载STLINK 仿真器下载程序,在通过 STLINK 连接开发板的基础上,点击下载按钮即可下载程序到开发板 #### 运行结果