Update NUCLEO_H743ZI2.cmake (#279)

stlink-gdb-server failing to connect, add "Initializes the device while under reset condition" --initialize-reset option
pull/15530/head
timIdeaTech 2024-05-14 21:54:41 -06:00 committed by GitHub
parent 1b60ddad31
commit 9711f6fb03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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