Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following picture illustrates the above hardware set-up for STM32H7-BSB Rev 2A:

...

4. Adding the FreeRTOS Project to STM32CubeIDE

...

  1. Click the Debug button at the top panel:

    image-20240523-104609.png
  2. Select Remember my decision and switch to the Debug Perspective if prompted:

    image-20240523-104540.pngImage Removedimage-20240523-104540.pngImage Added
  3. Wait for the STM32CubeIDE to write the firmware image to the target via ST-Link and stop at the main() function:

    image-20240523-104643.png
  4. Proceed to execute you program with steps, put breakpoints, and examine variables.

...