Skip to content

Commit

Permalink
Update NUCLEO_H743ZI2.cmake (#279)
Browse files Browse the repository at this point in the history
stlink-gdb-server failing to connect, add "Initializes the device while under reset condition" --initialize-reset option
  • Loading branch information
timIdeaTech authored May 15, 2024
1 parent 1b60dda commit 9711f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/upload_method_cfg/NUCLEO_H743ZI2.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
# -------------------------------------------------------------
Expand Down

0 comments on commit 9711f6f

Please sign in to comment.