|
From: openocd-gerrit <ope...@us...> - 2026-07-11 09:06:05
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 7b70be04cc6a6fd7f1a1b1a8d7c521c09d7fb688 (commit)
from 065edc1e2e5ea3a4719bb2cdfb766d7d825fd6a9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b70be04cc6a6fd7f1a1b1a8d7c521c09d7fb688
Author: HAOUES Ahmed <ahm...@st...>
Date: Fri May 8 11:54:05 2026 +0100
tcl/stm32wba6x: fix clock config used at 'reset init'
Use HSI 16 MHz
Change-Id: I298772f8e1e39cedc8cc11ed62db3515aaddab77
Signed-off-by: HAOUES Ahmed <ahm...@st...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9615
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
diff --git a/tcl/target/stm32wba6x.cfg b/tcl/target/stm32wba6x.cfg
index 470af0f27..4f29ca941 100644
--- a/tcl/target/stm32wba6x.cfg
+++ b/tcl/target/stm32wba6x.cfg
@@ -76,7 +76,7 @@ $_TARGETNAME configure -event reset-init {
# 1 WS compliant with VOS == 2 and 16 MHz.
mmw 0x40022000 0x00000001 0x0000000E ;# FLASH_ACR: Latency = 1
mmw 0x56020C00 0x00000100 0x00000000 ;# RCC_CR |= HSION
- mmw 0x56020C1C 0x00000000 0x00000002 ;# RCC_CFGR1: SW=HSI16
+ mmw 0x56020C1C 0x00000000 0x00000003 ;# RCC_CFGR1: SW=HSI16
# Boost JTAG frequency
adapter speed 4000
}
-----------------------------------------------------------------------
Summary of changes:
tcl/target/stm32wba6x.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Main OpenOCD repository
|