bsp:stm32f4系列 update README.md (#10144)

bsp:stm32f4系列 update README
This commit is contained in:
沐攸
2025-03-25 14:28:48 +08:00
committed by GitHub
parent 88a44749df
commit 0500df525f
27 changed files with 216 additions and 0 deletions

View File

@@ -84,6 +84,14 @@
本 BSP 为开发者提供 MDK4、MDK5 和 IAR 工程,并且支持 GCC 开发环境。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。
**请注意!!!**
在执行编译工作前请先打开ENV执行以下指令该指令用于拉取必要的HAL库及CMSIS库否则无法通过编译
```bash
pkgs --update
```
#### 硬件连接
使用数据线连接开发板到 PC打开电源开关。