mirror of https://github.com/ARMmbed/mbed-os.git
Update NUCLEO_H743ZI2.cmake (#279)
stlink-gdb-server failing to connect, add "Initializes the device while under reset condition" --initialize-reset optionpull/15530/head
parent
1b60ddad31
commit
9711f6fb03
|
@ -44,7 +44,7 @@ set(OPENOCD_CHIP_CONFIG_COMMANDS
|
||||||
|
|
||||||
set(STM32CUBE_UPLOAD_ENABLED TRUE)
|
set(STM32CUBE_UPLOAD_ENABLED TRUE)
|
||||||
set(STM32CUBE_CONNECT_COMMAND -c port=SWD reset=HWrst)
|
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
|
# Config options for stlink
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue