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/stm32f091-st-nucleo/README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# STM32F091RC-Nucleo BSP (Board Support Package) Execution Instruction
1
+
# STM32F091-Nucleo BSP Introduction
2
2
3
3
[中文页](README_zh.md) |
4
4
@@ -14,11 +14,13 @@ The document is covered in three parts:
14
14
15
15
By reading the Quickly Get Started section developers can quickly get their hands on this BSP and run RT-Thread on the board. More advanced features will be introduced in the Advanced Features section to help developers take advantage of RT-Thread to drive more on-board resources.
16
16
17
+
18
+
17
19
## STM32F091RC-Nucleo Resources Introduction
18
20
19
21
The STM32F091RC-Nucleo is a development board that contains a ARM Cortex-M0. The maximum main frequency is 48 MHz, and it has a wealth of on-board resources that can take full advantage of the STM32F091's chip performance.
The mainly-used resources of this board are shown as follows:
24
26
@@ -27,7 +29,11 @@ The mainly-used resources of this board are shown as follows:
27
29
- External FLASH: None
28
30
- Common peripherals -Button: one, user (has the wake-up feature, PC13)
29
31
- Common-used interfaces: USB, Arduino interface, etc.
30
-
- Debug interface: standard SWD For more details about this board, please refer to [ST official](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html?querycriteria=productId=LN1847).
32
+
- Debug interface: Standard SWD interface.
33
+
34
+
### For more details about this board, please refer to [ST official](https://www.st.com/en/evaluation-tools/stm32-nucleo-boards.html?querycriteria=productId=LN1847).
35
+
36
+
31
37
32
38
## **Peripheral Condition**
33
39
@@ -48,9 +54,9 @@ Each peripheral supporting condition for this BSP is as follows:
48
54
| FLASH | Support ||
49
55
| IWGSupport |||
50
56
51
-
## Execution Instruction
52
57
53
-
### Quickly Get Started
58
+
59
+
## Quickly Get Started
54
60
55
61
This BSP provides MDK4, MDK5, and IAR projects for developers and it supports the GCC development environment. Here's an example of the MDK5 development environment, to introduce how to run the system.
0 commit comments