Opening STM32 Cube IDE

For the STM32 microcontrollers we use, there is a specific IDE that is used to configure the microcontrollers, write code for them, and debug using the hardware. For this bootcamp and when you are writing drivers as a task, you will be using the STM32 CUBE IDE.

To open the provided base project ensure you had the IDE downloaded and navigate to the “.ioc” file in the forked Git repo and open it.

Use the default workspace for now, this is just a folder that can save your preferences.

Find the project in the “2021-Firmware-Bootcamp” project explorer on the left side of the screen.

This IDE can generate code to configure the microcontroller’s pins and that is exactly how we will start.

STM32 Cube IDE Device Configuration Tool

Double click on the “2021-Firmware-Bootcamp.ioc” file. This or the blue “MX” button in the top right corner will bring you to the device configuration tool.

First make sure you are in the “Pinout & Configuration” menu and your display matches the one below:

Base Chip Configuration

This is the microcontroller chip that is being used in this bootcamp. Note that the project you are given will have some initialized pins (seen above). You do not need to worry about those as they are configured by default.