To carry out the exercises in this chapter, you will require the following:
- Nucleo F767 development board
- Micro USB cable
- STM32CubeIDE and its source code
- SEGGER JLink, Ozone, and SystemView installed
For the installation instructions for STM32CubeIDE and its source code, please refer to Chapter 5, Selecting an IDE. For SEGGER JLink, Ozone, and SystemView, please refer to Chapter 6, Debugging Tools for Real-Time Systems.
You can find the code files for this chapter here: https://github.com/PacktPublishing/Hands-On-RTOS-with-Microcontrollers/tree/master/Chapter_7. For individual files, whose code snippets can be found throughout the text, please go to the src folder.
You can build live projects that can be run with the STM32F767 Nucleo by downloading the entire tree and importing Chapter_7 as an Eclipse project. To do this, go to https://github.com/PacktPublishing...