RESET_SOFT_AND_HALT as a specifiable behavior for monitor reset #1319
Labels
bug/fixed
code/feedback
component/st-util
os/linux
programmer/STLINK/V3
V3SET / V3MODS / V3MINI / V3MINIE / V3E / V3EC
status/resolved
Milestone
In order to allow developers to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific request.
STLINK/V3
Linux
st-util
N/A
I am proposing adding this option to be able to specify a "halt" behavior for the "reset" monitor command.
Using the Cortex-Debug extension on VsCode, and when debugging a target without the NRST pin connected, the default monitor reset attempts and succeeds at performing a soft reset in the absence of NRST. However; early breakpoints (such as those in
main
orReset_Handler
) do not trigger. This behavior is corrected when re-compiling the stlink-tools suite with the following modification:Using the modified solution, the software reset succeeds and early breakpoints are triggered.
The text was updated successfully, but these errors were encountered: