We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb82bf commit e3c163bCopy full SHA for e3c163b
tools/cmake/upload_methods/UploadMethodPYOCD.cmake
@@ -57,6 +57,10 @@ set(UPLOAD_LAUNCH_COMMANDS
57
"monitor reset halt"
58
"load"
59
"tbreak main"
60
+
61
+# It appears the device under debug must be halted after UPLOAD_LAUNCH_COMMANDS,
62
+# or debugger will become abnormal.
63
+"monitor reset halt"
64
)
65
set(UPLOAD_RESTART_COMMANDS
66
0 commit comments