From 02893420dd1199fcf615cddfbc335fc22d322cd0 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Mon, 3 Jan 2022 10:50:05 +0100 Subject: [PATCH] boards/stm32f723e-disco: use connect_assert_srst with openocd --- boards/stm32f723e-disco/Makefile.include | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boards/stm32f723e-disco/Makefile.include b/boards/stm32f723e-disco/Makefile.include index 7a34de18d6..2d4c3e4ebc 100644 --- a/boards/stm32f723e-disco/Makefile.include +++ b/boards/stm32f723e-disco/Makefile.include @@ -9,3 +9,7 @@ OPENOCD_DEBUG_ADAPTER ?= stlink # openocd programmer is supported PROGRAMMERS_SUPPORTED += openocd + +# The board can become un-flashable after some execution or after being plugged, +# use connect_assert_srst to always be able to flash or reset the board. +OPENOCD_RESET_USE_CONNECT_ASSERT_SRST ?= 1