Skip to content

Commit 9711f6f

Browse files
authored
Update NUCLEO_H743ZI2.cmake (ARMmbed#279)
stlink-gdb-server failing to connect, add "Initializes the device while under reset condition" --initialize-reset option
1 parent 1b60dda commit 9711f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/upload_method_cfg/NUCLEO_H743ZI2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ set(OPENOCD_CHIP_CONFIG_COMMANDS
4444

4545
set(STM32CUBE_UPLOAD_ENABLED TRUE)
4646
set(STM32CUBE_CONNECT_COMMAND -c port=SWD reset=HWrst)
47-
set(STM32CUBE_GDBSERVER_ARGS --swd)
47+
set(STM32CUBE_GDBSERVER_ARGS --swd --initialize-reset)
4848

4949
# Config options for stlink
5050
# -------------------------------------------------------------

0 commit comments

Comments
 (0)