This is an automated email from Gerrit. "Ahmed Haoues <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9615
-- gerrit commit e50b8d30a3245b3defc8ba8c067a9ae3d1fedc71 Author: HAOUES Ahmed <[email protected]> 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 <[email protected]> diff --git a/tcl/target/stm32wba6x.cfg b/tcl/target/stm32wba6x.cfg index 470af0f27d..4f29ca9414 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 } --
