Skip to content

Commit

Permalink
add HW reset to STM32CUBE as is more reliable (ARMmbed#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
JojoS62 committed Nov 2, 2022
1 parent 55899d2 commit a9fd4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/upload_method_cfg/DISCO_F769NI.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ set(OPENOCD_CHIP_CONFIG_COMMANDS
# -------------------------------------------------------------

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)

# Config options for stlink
Expand Down

0 comments on commit a9fd4a3

Please sign in to comment.