Skip to content

Commit daf7594

Browse files
KevinTangDevkartben
authored andcommitted
boards: st: nucleo_wba55cg: change OpenOCD reset option
Remove "srst_only" reset option to avoid error after flashing program Signed-off-by: Kevin TANG <kevin.tang@free.fr>
1 parent 47f472a commit daf7594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/nucleo_wba55cg/support/openocd.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ set CLOCK_FREQ 8000
1919
# Reset configuration
2020
# use hardware reset, connect under reset
2121
# connect_assert_srst needed if low power mode application running (WFI...)
22-
reset_config srst_only srst_nogate
22+
reset_config srst_nogate
2323

2424
source [find target/stm32wbax.cfg]

0 commit comments

Comments
 (0)