Skip to main content
Visitor II
August 31, 2020
Solved

Connecting to running target

  • August 31, 2020
  • 1 reply
  • 6517 views

How can I connect to a running target (without re-flashing and resetting) using STM32CubeIDE and STLink ?

    This topic has been closed for replies.
    Best answer by TDK

    To debug your program without downloading it:

    Go to Debug Configurations... -> Startup -> select load image -> Edit... -> uncheck Download

    To debug without resetting the device:

    Go to Debug Configurations... -> Debugger -> in Reset Behavior, select "None"

    1 reply

    TDKAnswer
    Super User
    August 31, 2020

    To debug your program without downloading it:

    Go to Debug Configurations... -> Startup -> select load image -> Edit... -> uncheck Download

    To debug without resetting the device:

    Go to Debug Configurations... -> Debugger -> in Reset Behavior, select "None"