diff --git a/bsp/stm32/docs/STM32_Nucleo-144_BSP_Introduction.md b/bsp/stm32/docs/STM32_Nucleo-144_BSP_Introduction.md index 3d6579495b2a3445d87d58c6ea3d1a2844444e4e..cb6e4f8f47d1842e8bfbe01fad3e5dd8cf7a358a 100644 --- a/bsp/stm32/docs/STM32_Nucleo-144_BSP_Introduction.md +++ b/bsp/stm32/docs/STM32_Nucleo-144_BSP_Introduction.md @@ -1,10 +1,10 @@ # STM32 Nucleo-144 BSP Introduction -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. +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. The document is covered in three parts: -- Resources Introduction +- Resources Introduction - Quickly Get Started - Advanced Features @@ -28,7 +28,7 @@ The STM32 Nucleo-144 board provides an affordable and flexible way for users to - 2 user and reset push-buttons - 32.768 kHz crystal oscillator - Board connectors: - - SWD + - SWD - ST Zio expansion connector including ARDUINO® Uno V3 - ST morpho expansion connector - Flexible power-supply options: ST-LINK, USB VBUS or external sources @@ -84,7 +84,7 @@ msh > ### Terminal tool - PuTTy -If you have no terminal tool software available, you can download *PuTTy*: +If you don't have a terminal tool software available, you can download *PuTTy*: > https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html @@ -92,7 +92,7 @@ If you have no terminal tool software available, you can download *PuTTy*: -These two videos will show you how to use PuTTy: +Follow these tutorial videos to learn PuTTy: > https://www.youtube.com/watch?v=ab4ilbsteWU > @@ -104,12 +104,12 @@ These two videos will show you how to use PuTTy: 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: -1. Open the ENV tool under the specific BSP folder; +1. Open the Env tool under the specific BSP folder; 2. Enter `menuconfig` command to configure the project, then save and exit; 3. Enter `pkgs --update` command to update the package; 4. Enter `scons --target=mdk4/mdk5/iar` command to regenerate the project. -Learn how to use RT-Thread ENV, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md). +Learn how to use RT-Thread Env, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).