2023-11-29 02:57 AM
Hi there,
I'm using ST_Link V3 with H743 MCU. For short debug sessions it works seamlesly.
For longer run-time I have to disconnect my computer with CubeIDE and go home, but MCU stays running.
Next day, I need to reconnect Debugger and check the state of running MCU, without resetting, without binary update.
How can I configure STM32CubeIDE to connect Debuger nonintrusive?
Solved! Go to Solution.
2023-11-29 06:09 AM
2023-11-29 05:46 AM
1) Go to your debug configuration (Run -> Debug configurations...). In the Startup tab, select Download: false.
2) In the Debugger tab, select Reset Behavior Type: None.
2023-11-29 06:09 AM
Great. It works just as epected.
Thank you!
2023-11-29 06:18 AM
You're welcome. If you can hit "Accept as Solution" on that post I'd appreciate it.