cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to running target

nman.1
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

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".

View solution in original post

1 REPLY 1
TDK
Guru

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".