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 <armin.brauns@embedded-solutions.at>
This commit is contained in:
parent
344dbe12b4
commit
83a1c9b28e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ source [find board/stm32f769i-disco.cfg]
|
|||
|
||||
$_TARGETNAME configure -event gdb-attach {
|
||||
echo "Debugger attaching: halting execution"
|
||||
reset halt
|
||||
reset init
|
||||
gdb_breakpoint_override hard
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue