From 685c0e06622a972cdb4785eb25f7cb981904b035 Mon Sep 17 00:00:00 2001 From: Jelle De Vleeschouwer Date: Tue, 16 Nov 2021 17:30:30 +0100 Subject: [PATCH] boards: nucleo_wl55jc: assert SRST before any target connection Failed to flash blinky example to stock nucleo_wl55jc due to default application entering low power mode using WFI. To connect to a sleeping stm32wl55 a system reset is required. Signed-off-by: Jelle De Vleeschouwer --- boards/arm/nucleo_wl55jc/support/openocd.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/arm/nucleo_wl55jc/support/openocd.cfg b/boards/arm/nucleo_wl55jc/support/openocd.cfg index f4902698c63..e376206ff9e 100644 --- a/boards/arm/nucleo_wl55jc/support/openocd.cfg +++ b/boards/arm/nucleo_wl55jc/support/openocd.cfg @@ -4,4 +4,4 @@ transport select hla_swd source [find target/stm32wlx.cfg] -reset_config srst_only +reset_config srst_only srst_nogate connect_assert_srst