Versions Compared

Key

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

...

  1. Click the Debug button at the top panel:

    Screenshot from 2024-05-30 17-13-27.png

  2. Apply the launch configuration if prompted:

    Screenshot from 2024-05-30 17-19-33.pngImage Added

  3. Select Remember my decision and switch to the Debug Perspective if prompted: d

    fff

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

    image-20240523-104643.pngImage RemovedScreenshot from 2024-05-30 17-21-27.pngImage Added

  5. Proceed to execute you program with steps, put breakpoints, and examine variables.

...