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/+/9614
-- gerrit commit 2ee1322b571408e81c27b18da9de4262018b6d41 Author: HAOUES Ahmed <[email protected]> Date: Wed May 6 17:04:51 2026 +0100 tcl/stm32wba5x: fix clock config used at 'reset init' Use HSI 16 MHz Change-Id: Ie23043274de1c6aae90763ba6e5ff5b6dd0410d2 Signed-off-by: HAOUES Ahmed <[email protected]> diff --git a/tcl/target/stm32wba5x.cfg b/tcl/target/stm32wba5x.cfg index 704174db42..9eadd24037 100644 --- a/tcl/target/stm32wba5x.cfg +++ b/tcl/target/stm32wba5x.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 } --
