Skip to content

Commit a9fd4a3

Browse files
authored
add HW reset to STM32CUBE as is more reliable (#85)
1 parent 55899d2 commit a9fd4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/upload_method_cfg/DISCO_F769NI.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set(OPENOCD_CHIP_CONFIG_COMMANDS
4141
# -------------------------------------------------------------
4242

4343
set(STM32CUBE_UPLOAD_ENABLED TRUE)
44-
set(STM32CUBE_CONNECT_COMMAND -c port=SWD)
44+
set(STM32CUBE_CONNECT_COMMAND -c port=SWD reset=HWrst)
4545
set(STM32CUBE_GDBSERVER_ARGS --swd)
4646

4747
# Config options for stlink

0 commit comments

Comments
 (0)