@@ -51,6 +51,14 @@ Each peripheral supporting condition for this BSP is as follows:
This BSP provides MDK5 and IAR projects for developers. Also support GCC development environment. Here's an example of the MDK5 development environment, to introduce how to run the system.
+**Attention please!!!**
+
+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):
+
+```bash
+pkgs --update
+```
+
#### Hardware Connection
Use a Type-A to Mini-B cable to connect the development board to the PC and turn on the power switch. The red LED LD3 (PWR) and LD1 (COM) will lit.
@@ -64,6 +64,14 @@ The instructions for use are divided into two sections as follows:
This BSP provides developers with MDK5 and IAR projects and supports GCC development environment. The following is an example of how to get the system up and running using the MDK5 development environment.
+**Attention please!!!**
+
+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):
+
+```bash
+pkgs --update
+```
+
#### Hardware Connection
Connect the board to the PC with a cable and turn on the power switch.
@@ -59,6 +59,14 @@ Each peripheral supporting condition for this BSP is as follows:
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.
+**Attention please!!!**
+
+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):
+
+```bash
+pkgs --update
+```
+
#### Hardware Connection
Use a cable to connect the development board to the PC and turn on the power switch.