Skip to content

Commit 1276ec1

Browse files
authored
Merge pull request #4154 from mysterywolf/n144
【English readme】 update
2 parents 57ddea4 + db6a8c8 commit 1276ec1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bsp/stm32/docs/STM32_Nucleo-144_BSP_Introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use a Type-A to Mini-B cable to connect the development board to the PC and turn
7272

7373
After the program is successfully downloaded, the system runs automatically. Observe the running results of the LED on the development board, the LD3 and LD1 will light all the time, and LD2 will flash periodically.
7474

75-
The USB virtual COM port connects to **USART2 by default**, and when the corresponding serial port (**115200-8-1-N**) is opened in the terminal tool, the output information of RT-Thread can be seen when the device is reset:
75+
The USB virtual COM port connects to **USART3 by default**, and when the corresponding serial port (**115200-8-1-N**) is opened in the terminal tool, the output information of RT-Thread can be seen when the device is reset:
7676

7777
```shell
7878
\ | /
@@ -102,7 +102,7 @@ Follow these tutorial videos to learn PuTTy:
102102

103103
## Advanced Features
104104

105-
This BSP only enables GPIO and USART2 by default. If you need more advanced features such as SPI, I2C, you need to configure the BSP with RT-Thread [ENV tool](https://www.rt-thread.io/download.html?download=Env) , as follows:
105+
This BSP only enables GPIO and USART3 by default. If you need more advanced features such as SPI, I2C, you need to configure the BSP with RT-Thread [ENV tool](https://www.rt-thread.io/download.html?download=Env) , as follows:
106106

107107
1. Open the Env tool under the specific BSP folder;
108108
2. Enter `menuconfig` command to configure the project, then save and exit;

bsp/stm32/stm32f446-st-nucleo/README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ msh >
8383
```
8484
### 进阶使用
8585

86-
此 BSP 默认只开启了 GPIO 和 串口1 的功能,如果需使用 SD 卡、Flash 等更多高级功能,需要利用 ENV 工具对BSP 进行配置,步骤如下:
86+
此 BSP 默认只开启了 GPIO 和 串口3 的功能,如果需使用 SD 卡、Flash 等更多高级功能,需要利用 ENV 工具对BSP 进行配置,步骤如下:
8787

8888
1. 在 bsp 下打开 env 工具。
8989

0 commit comments

Comments
 (0)