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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,14 @@ Each peripheral supporting condition for this BSP is as follows:
60
60
61
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.
62
62
63
+
**Attention please!!!**
64
+
65
+
Before the compilation work, please open ENV and execute the following command (this command is used to pull the necessary HAL library and CMSIS library, otherwise it cannot be compiled):
66
+
67
+
```bash
68
+
pkgs --update
69
+
```
70
+
63
71
#### Hardware connection
64
72
65
73
Use a USB cable to connect the development board to the PC and turn on the power switch.
0 commit comments