提交 b0e6d81c 编写于 作者: mysterywolf's avatar mysterywolf

【English readme】 fixed some unreasonable sentences.

上级 36346218
# STM32F401 Nucleo-64 BSP (Board Support Package) Execution Instruction
# STM32F401 Nucleo-64 BSP Introduction
[中文页](README_zh.md) |
......@@ -33,9 +33,11 @@ The mainly-used **on-board resources** are shown as follows:
- Common-used interface: USB, Arduino Uno, and ST morpho
- Debug interface: ST-LINK/V2-1
For more details about this board, please refer to the ST official documentation: [STM32 Nucleo-64 development board with STM32F401RE MCU](https://www.st.com/zh/evaluation-tools/nucleo-f401re.html)
#### For more details about this board, please refer to the [ST official documentation](https://www.st.com/zh/evaluation-tools/nucleo-f401re.html)
## Peripheral Condition
### Peripheral Condition
Each peripheral supporting condition for this BSP is as follows:
......@@ -45,9 +47,9 @@ Each peripheral supporting condition for this BSP is as follows:
| UART | Support | UART2 |
| SPI | Support | SPI1 |
## Execution Instruction
### Quickly Get Started
## Quickly Get Started
This BSP provides MDK5 and IAR projects for developers. Also support GCC development environment Here's an example of the MDK5 development environment, to introduce how to run the system.
......@@ -57,7 +59,7 @@ Use a Type-A to Mini-B cable to connect the development board to the PC and turn
#### Compile And Download
Double-click the project.uvprojx file, to open the MDK5 project, compile and download the program to the board.
Double-click the `project.uvprojx` file, to open the MDK5 project, compile and download the program to the board.
> By default, the project uses ST_LINK simulator to download the program, when the ST_LINK connects the board, clicking the download button can download the program to the board.
......@@ -93,8 +95,6 @@ This BSP only enables GPIO and serial port 2 by default. If need more advanced f
According to the pin number specification, in the new stm32 bsp framework, the GPIO driver is managed in a sequential numbering manner.
## Notes
The pin serial number corresponds to the pin name as shown in the following table:
| STM32 Pin Name | Pin Sequence Number |
......@@ -104,3 +104,8 @@ The pin serial number corresponds to the pin name as shown in the following tabl
| PC0 - PC15 | 32 - 47 |
| PD0 - ... | 48 - ... |
## Maintained By
[shaoguoji](https://github.com/shaoguoji) 752147916@qq.com
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册