[doc][stm32] add How to create a RT-Studio project
|
@ -1,51 +1,50 @@
|
|||
## [STM32F401] How to create a new project
|
||||
# How to create a RT-Studio project
|
||||
|
||||
***info:***
|
||||
:bulb: Download the latest RT-Thread studio from link -
|
||||
https://www.rt-thread.io/studio.html
|
||||
and follow the instructions to install it on your windows machine.
|
||||
[Download the latest RT-Thread studio](https://www.rt-thread.io/studio.html) and follow the instructions to install it on your windows machine.
|
||||
|
||||
This article use STM32F401-Nucleo as an example.
|
||||
|
||||
## 1 Create a new project
|
||||
|
||||
### 1.1 Go to File -> Import.
|
||||
|
||||
![](./figures_en/Import_bsp.png)
|
||||
![](figures_en/Import_bsp.png)
|
||||
|
||||
### 1.2 Select RT-Thread Bsp Project into Workspace.
|
||||
|
||||
![](./figures_en/Workspace.png)
|
||||
![](figures_en/Workspace.png)
|
||||
|
||||
### 1.3 Import Projects from BSP.
|
||||
|
||||
![](./figures_en/Import_prj.png)
|
||||
![](figures_en/Import_prj.png)
|
||||
|
||||
### 1.4 Browse Bsp Location to rt-threadx\bsp\stm32\stm32f401-st-nucleo, then click Select Folder.
|
||||
|
||||
![](./figures_en/Folder.png)
|
||||
![](figures_en/Folder.png)
|
||||
|
||||
### 1.5 Fill up the rest of the information and select ST-LINK for debugger. Then, click finish button. There will be a newly created project at the workspace.
|
||||
|
||||
![](./figures_en/Info.png)
|
||||
![](figures_en/Info.png)
|
||||
|
||||
![](./figures_en/Import.png)
|
||||
![](figures_en/Import.png)
|
||||
|
||||
![](./figures_en/Project.png)
|
||||
![](figures_en/Project.png)
|
||||
|
||||
## 2 Tool Chain
|
||||
|
||||
### 2.1 Select the latest tool chain version to resolve the warning.
|
||||
|
||||
![](./figures_en/BuildSetting.png)
|
||||
![](figures_en/BuildSetting.png)
|
||||
|
||||
![](./figures_en/GUN_Tools.png)
|
||||
![](figures_en/GUN_Tools.png)
|
||||
|
||||
### 2.2 If there is no latest tool chain version, click SDK manager to download the latest version.
|
||||
|
||||
![](./figures_en/SDK.png)
|
||||
![](figures_en/SDK.png)
|
||||
|
||||
> Select the latest version from the RT-Thread SDK Manager window and click install packages button. After installation, click Exit SDK Manger button again.
|
||||
|
||||
![](./figures_en/SDK_ver.png)
|
||||
![](figures_en/SDK_ver.png)
|
||||
|
||||
> Then select the latest version from the Open Build Settings Dialog.
|
||||
|
||||
|
@ -53,35 +52,45 @@ and follow the instructions to install it on your windows machine.
|
|||
|
||||
### 3.1 In order to configure kernel and to enable add-on software packages, click RT-Thread Settings. Then, click detail button.
|
||||
|
||||
![](./figures_en/config.png)
|
||||
![](figures_en/rt-studio-settings.png)
|
||||
|
||||
![](./figures_en/softpkgs.png)
|
||||
![](figures_en/softpkgs.png)
|
||||
|
||||
![](./figures_en/select.png)
|
||||
![](figures_en/select.png)
|
||||
|
||||
### 3.2 After configuration, click save to update the latest configuration.
|
||||
|
||||
![](./figures_en/save_select.png)
|
||||
![](figures_en/save_select.png)
|
||||
|
||||
![](./figures_en/saveing.png)
|
||||
![](figures_en/saveing.png)
|
||||
|
||||
## 4 Compilation
|
||||
|
||||
### 4.1 In order to complie the project, select the project and ensure that it is [Active - Debug ] state.
|
||||
|
||||
![](./figures_en/select_prj.png)
|
||||
![](figures_en/select_prj.png)
|
||||
|
||||
### 4.2 Click compilation icon at the menu bar to compile the project.
|
||||
|
||||
![](./figures_en/build.png)
|
||||
![](figures_en/build.png)
|
||||
|
||||
![](./figures_en/build_finish.png)
|
||||
![](figures_en/build_finish.png)
|
||||
|
||||
### 4.3 Reset Mode Setup
|
||||
|
||||
By default, it is selected as hardware reset. After downloading the code, it is required to press the reset physical button on the board. However, this can be done automatically by selecting system reset option at the dropdown list.
|
||||
|
||||
To select system reset, click the configuration icon at menubar. Then, go to download tab. At the reset mode setup, you can either select hardware or system reset.
|
||||
|
||||
![](figures_en/setting.png)
|
||||
|
||||
![](figures_en/rst.png)
|
||||
|
||||
## 5 Terminal
|
||||
|
||||
To access the development board, click terminal icon at the menu ba and select the correct serial port.
|
||||
|
||||
![](./figures_en/terminal.png)
|
||||
![](figures_en/terminal.png)
|
||||
|
||||
## 6 Additional Info
|
||||
|
||||
|
@ -89,7 +98,6 @@ If you need addtional information, visit to
|
|||
|
||||
https://www.rt-thread.io/document/site/programming-manual/interrupt/interrupt/
|
||||
|
||||
##
|
||||
## 7 Author
|
||||
|
||||
###### Author
|
||||
###### Stanley Lwin [04 / 11 / 2023]
|
||||
[Stanley Lwin](https://github.com/byte-me-stan)
|
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
Before Width: | Height: | Size: 131 KiB After Width: | Height: | Size: 131 KiB |
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 161 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 246 KiB |
After Width: | Height: | Size: 147 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 210 KiB |
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 174 KiB |
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
Before Width: | Height: | Size: 292 KiB After Width: | Height: | Size: 292 KiB |