2025-08-06 2:53 AM
Hi,
Is it possible to add a MCU reset command to the debug toolbar? I.e. a button that does a pause then "monitor reset" type sequence? Of course I can do this manually in the debug console, but it'd be nice to have a button to do it, to complement the full restart button.
Thanks!
Solved! Go to Solution.
2025-08-19 1:18 AM
Thanks @AHugh.2 for the proposal
Ticket created for this change request
2025-08-06 6:21 AM
This one doesn't work? What is a monitor reset type sequence?
2025-08-06 9:16 AM
Thanks, but I am referring to Cube integration in VSCode not CubeIDE.
"monitor reset" is a command you give to GDB to tell it to reset the target, without it going through the reconnect, and flashing the image again.
2025-08-19 1:18 AM
Thanks @AHugh.2 for the proposal
Ticket created for this change request
2025-11-05 12:53 PM
Yup, definitely need that reset button. In my case I use a bootloader. Debugging programs just the application. But cant properly run the application with it going through the bootloader first. So, need to be able to reset after programming to force the bootloader to be executed.
And besides, every debugger I have ever used has a reset button so you can quickly start again with reprogramming (which takes forever on a full flash H7!).
2025-11-05 11:14 PM
@AHugh.2
Thank you for reporting this issue.
I’m happy to share an early teaser with you: the reset feature is already part of our codebase, and we plan to deliver it as soon as possible. Stay tuned!
2025-11-05 11:42 PM
And I thought such a MCU reset command was standard ...
Just saying ...