2020-08-31 09:30 AM
How can I connect to a running target (without re-flashing and resetting) using STM32CubeIDE and STLink ?
Solved! Go to Solution.
2020-08-31 12:23 PM
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"
2020-08-31 12:23 PM
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"