After installing STM32CubeIDE, you'll need to import the source tree into the Eclipse workspace. A workspace is the Eclipse term for a collection of related projects:
Since STM32CubeIDE is based on the Eclipse IDE, you'll find the following instructions familiar if you've used Eclipse in the past.
- Download or clone the GitHub repository from https://github.com/PacktPublishing/Hands-On-RTOS-with-Microcontrollers:
- It is best practice to keep the path to the repo short with no spaces; that is, c:\projects.
- The base git path used in the examples is c:\projects\packBookRTOS.
- Open STM32CubeIDE.
- Import the entire repo:
- Go to Menu: File | Import.
- Select General | Existing Projects Into Workspace ...