add HW reset to STM32CUBE as is more reliable (#85)

pull/15381/head
JojoS 2022-11-02 08:23:10 +01:00 committed by GitHub
parent 55899d2d94
commit a9fd4a3f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ set(OPENOCD_CHIP_CONFIG_COMMANDS
# -------------------------------------------------------------
set(STM32CUBE_UPLOAD_ENABLED TRUE)
set(STM32CUBE_CONNECT_COMMAND -c port=SWD)
set(STM32CUBE_CONNECT_COMMAND -c port=SWD reset=HWrst)
set(STM32CUBE_GDBSERVER_ARGS --swd)
# Config options for stlink