Time to roll up our sleeves and get our hands dirty! The next sections will make more sense if you've got some hardware up and running, so you can follow along and do some exploring. Let's get everything set up:
- Open the STM32Cube IDE and open the Chapter5_6 project.
- Right-click on Chapter5_6 and select Build. This will compile the project into an *.elf file (that is, C:\projects\packtBookRTOS\Chapters5_6\Debug\Chapter5_6.elf).
- Open Ozone.
- Select Open Existing Project from the wizard.
- Select C:\projects\packtBookRTOS\Chapters5_6\Chapters5_6.jdebug.
- Use Ozone to download the code to the MCU (click the power button):
- Push the play button to start the application (you should see the red, blue, and green LEDs flashing). ...