From 2ad18860c7b7df6f1cc72854a916572fc90c9b86 Mon Sep 17 00:00:00 2001 From: AJ Dragotta Date: Mon, 16 May 2022 10:41:58 -0500 Subject: [PATCH] st stuff --- openocd/st_nucleo_wlx.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openocd/st_nucleo_wlx.cfg diff --git a/openocd/st_nucleo_wlx.cfg b/openocd/st_nucleo_wlx.cfg new file mode 100644 index 0000000..5ef5d0e --- /dev/null +++ b/openocd/st_nucleo_wlx.cfg @@ -0,0 +1,11 @@ +# +# Configuration for STM32WB55 Nucleo board (STM32WB55RGV6) +# + +source [find interface/stlink.cfg] + +transport select hla_swd + +source [find target/stm32wlx.cfg] + +reset_config srst_only