Skip to content

Commit 3cd678c

Browse files
committed
[update]
1 parent c70777d commit 3cd678c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# STM32 Nucleo-144 BSP Introduction
22

3-
This document records the guide of the BSP (board support package) provided by the RT-Thread development team for the STM32 Nucleo-144 development boards.
3+
This document records the instruction of the BSP (board support package) that provided by the RT-Thread development team for the STM32 Nucleo-144 development boards.
44

55
The document is covered in three parts:
66

7-
- Resources Introduction
7+
- Resources Introduction
88
- Quickly Get Started
99
- Advanced Features
1010

@@ -28,7 +28,7 @@ The STM32 Nucleo-144 board provides an affordable and flexible way for users to
2828
- 2 user and reset push-buttons
2929
- 32.768 kHz crystal oscillator
3030
- Board connectors:
31-
- SWD
31+
- SWD
3232
- ST Zio expansion connector including ARDUINO® Uno V3
3333
- ST morpho expansion connector
3434
- Flexible power-supply options: ST-LINK, USB VBUS or external sources
@@ -84,15 +84,15 @@ msh >
8484

8585
### Terminal tool - PuTTy
8686

87-
If you have no terminal tool software available, you can download *PuTTy*:
87+
If you don't have a terminal tool software available, you can download *PuTTy*:
8888

8989
> https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
9090
9191
![putty](figures/putty.png)
9292

9393

9494

95-
These two videos will show you how to use PuTTy:
95+
Follow these tutorial videos to learn PuTTy:
9696

9797
> https://www.youtube.com/watch?v=ab4ilbsteWU
9898
>
@@ -104,12 +104,12 @@ These two videos will show you how to use PuTTy:
104104

105105
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:
106106

107-
1. Open the ENV tool under the specific BSP folder;
107+
1. Open the Env tool under the specific BSP folder;
108108
2. Enter `menuconfig` command to configure the project, then save and exit;
109109
3. Enter `pkgs --update` command to update the package;
110110
4. Enter `scons --target=mdk4/mdk5/iar` command to regenerate the project.
111111

112-
Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).
112+
Learn how to use RT-Thread Env, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).
113113

114114

115115

0 commit comments

Comments
 (0)