This is an automated email from Gerrit.

"Sergey <sergey.blagodar...@faramax.com>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8081

-- gerrit

commit 795988ff3fb9b0b524f21f2bb20308ba1476ace4
Author: sergeyblagodarnyy <sergey.blagodar...@faramax.com>
Date:   Wed Feb 7 17:30:35 2024 +0100

    Added configuration for stm8af626 chip
    
    Change-Id: Ia11021922f87f69fe46cc718def919e10eee971f
    Signed-off-by: sergeyblagodarnyy <sergey.blagodar...@faramax.com>

diff --git a/tcl/target/stm8af626.cfg b/tcl/target/stm8af626.cfg
new file mode 100644
index 0000000000..63be4ee3a0
--- /dev/null
+++ b/tcl/target/stm8af626.cfg
@@ -0,0 +1,13 @@
+#config script for STM8S103
+
+set FLASHEND 0xFFFF
+set EEPROMEND 0x43FF
+set OPTIONEND 0x487F
+set BLOCKSIZE 0x80
+
+proc stm8_reset_rop {} {
+   mwb 0x4800 0x00
+   reset halt
+}
+
+source [find target/stm8s.cfg]

-- 

Reply via email to