The IDE and the example-programs
This section describes the integrated development environment (IDE) that we’ll be using. Instructions are provided for installing and using the IDE, and for installing and using the book’s example-programs.
The following topics are presented:
- Introducing STM32CubeIDE
- Installing STM32CubeIDE
- Installing the book’s example-programs
- Using the Project Explorer
- Using the editor
- Building a project
Introducing STM32CubeIDE
ST provides an IDE for developing programs that run on its STM32 MCUs and dev-boards, including our NUCLEO-F767ZI dev-board. The IDE is named STM32CubeIDE, and we’ll be using it to work with the book’s example-programs. The IDE is freely available, and this section describes how to install it, and how to use it to read the book’s example-programs and build them.
STM32CubeIDE is based on the Eclipse IDE. It is assumed the reader has some...