Skip to main content
nman.1
Visitor II
August 31, 2020
Solved

Connecting to running target

  • August 31, 2020
  • 1 reply
  • 6519 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

TDK
TDKBest answer
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"

"If you feel a post has answered your question, please click ""Accept as Solution""."