You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bsp/stm32/docs/STM32_Nucleo-144_BSP_Introduction.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# STM32 Nucleo-144 BSP Introduction
2
2
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.
4
4
5
5
The document is covered in three parts:
6
6
7
-
-Resources Introduction
7
+
- Resources Introduction
8
8
- Quickly Get Started
9
9
- Advanced Features
10
10
@@ -28,7 +28,7 @@ The STM32 Nucleo-144 board provides an affordable and flexible way for users to
28
28
- 2 user and reset push-buttons
29
29
- 32.768 kHz crystal oscillator
30
30
- Board connectors:
31
-
-SWD
31
+
- SWD
32
32
- ST Zio expansion connector including ARDUINO® Uno V3
33
33
- ST morpho expansion connector
34
34
- Flexible power-supply options: ST-LINK, USB VBUS or external sources
@@ -84,15 +84,15 @@ msh >
84
84
85
85
### Terminal tool - PuTTy
86
86
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*:
@@ -104,12 +104,12 @@ These two videos will show you how to use PuTTy:
104
104
105
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:
106
106
107
-
1. Open the ENV tool under the specific BSP folder;
107
+
1. Open the Env tool under the specific BSP folder;
108
108
2. Enter `menuconfig` command to configure the project, then save and exit;
109
109
3. Enter `pkgs --update` command to update the package;
110
110
4. Enter `scons --target=mdk4/mdk5/iar` command to regenerate the project.
111
111
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).
0 commit comments