mirror of https://github.com/ARMmbed/mbed-os.git
add HW reset to STM32CUBE as is more reliable (#85)
parent
55899d2d94
commit
a9fd4a3f21
|
@ -41,7 +41,7 @@ set(OPENOCD_CHIP_CONFIG_COMMANDS
|
||||||
# -------------------------------------------------------------
|
# -------------------------------------------------------------
|
||||||
|
|
||||||
set(STM32CUBE_UPLOAD_ENABLED TRUE)
|
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)
|
set(STM32CUBE_GDBSERVER_ARGS --swd)
|
||||||
|
|
||||||
# Config options for stlink
|
# Config options for stlink
|
||||||
|
|
Loading…
Reference in New Issue