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

[update]

上级 c70777d8
# 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).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册