STM32CubeIDE (Eclipse)

This section helps you set up the environment and build an application using ST STM32CubeIDE.

Prerequisites

  1. Java(TM) SE Runtime Environment
  2. STM32CubeIDE
Note:
STM32CubedIDE 1.5.0 runs with JRE 1.8.0_271.

Setup

  1. Clone the Generic Node Sensor Edition GitHub project as mentioned before and checkout the develop branch:
git checkout develop
  1. Launch STM32CubeIDE, choose your workspace location and press Launch.
cubeide workspace
  1. Choose File → Import.
cubeide import
  1. Select Existing Projects into Workspace and click Next >.
cubeide import existing
  1. Choose Browse…, navigate to the cloned Generic Node Sensor Edition project folder and click Finish.
cubeide projects
  1. You should now be able to see all imported projects in the Project Explorer on the left.
cubeide imported

Build example

To build any of the imported projects, right-click on it and select Build Project.

cubeide build
Note:
If you build the basic app, find your newly built application in the generic-node-se/Software/app/basic/Debug/ folder.