Skip to content

Commit 83a1c9b

Browse files
arbraunscarlescufi
authored andcommitted
boards/stm32f769i_disco: use openocd "reset init" instead of "reset halt"
The init script is required for QSPI flash setup. Signed-off-by: Armin Brauns <[email protected]>
1 parent 344dbe1 commit 83a1c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/st/stm32f769i_disco/support/openocd.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source [find board/stm32f769i-disco.cfg]
22

33
$_TARGETNAME configure -event gdb-attach {
44
echo "Debugger attaching: halting execution"
5-
reset halt
5+
reset init
66
gdb_breakpoint_override hard
77
}
88

0 commit comments

Comments
 (0)