This commit is contained in:
2026-01-03 18:52:32 -06:00
commit 3d47bd68cd
14 changed files with 479 additions and 0 deletions

11
openocd/st_nucleo_l4.cfg Normal file
View File

@@ -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