This is an automated email from Gerrit.

"Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com>" just uploaded a new 
patch set to Gerrit, which you can find at 
https://review.openocd.org/c/openocd/+/7374

-- gerrit

commit f6a043f278800f24f36a8da32ec9e0daca246d48
Author: Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com>
Date:   Wed Nov 23 10:13:40 2022 +0100

    Added script for the ST Nucleo-32 L011K4
    
    The MCU on this board has a very small memory footprint and some special 
initialization of the WORKAREA size are required.
    
    Signed-off-by: Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com>
    Change-Id: I117053dc6b85beee5575446b0a3d0e95c000bea5

diff --git a/tcl/board/st_nucleo_l011k4.cfg b/tcl/board/st_nucleo_l011k4.cfg
new file mode 100644
index 0000000000..a4053ba7a4
--- /dev/null
+++ b/tcl/board/st_nucleo_l011k4.cfg
@@ -0,0 +1,11 @@
+# This is script as been particularily tested with ST NUCLEO L011K4 board with 
a single STM32L011K4 chip.
+# 
http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l011k4.html
+
+source [find interface/stlink.cfg]
+
+transport select hla_swd
+set WORKAREASIZE 0x800
+
+source [find target/stm32l0.cfg]
+
+reset_config srst_only

-- 

Reply via email to