From daa733366d7da0bc8134a4ed868c4949e804a00f Mon Sep 17 00:00:00 2001 From: Penguin Date: Thu, 30 Jun 2022 09:59:45 -0500 Subject: [PATCH] nucleo l4 --- openocd/st_nucleo_l4.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openocd/st_nucleo_l4.cfg diff --git a/openocd/st_nucleo_l4.cfg b/openocd/st_nucleo_l4.cfg new file mode 100644 index 0000000..1ab9da9 --- /dev/null +++ b/openocd/st_nucleo_l4.cfg @@ -0,0 +1,11 @@ +# Should work with all STM32L4 Nucleo Dev Boards. +# http://www.st.com/en/evaluation-tools/stm32-mcu-nucleo.html + +source [find interface/stlink.cfg] + +transport select hla_swd + +source [find target/stm32l4x.cfg] + +# use hardware reset +reset_config srst_only srst_nogate