This is an automated email from Gerrit. "Name of user not set <[email protected]>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9220
-- gerrit commit 83c62ebb8115bbcf93c610199a17ae8d8aaa053a Author: Cubiking <[email protected]> Date: Sun Nov 9 22:11:53 2025 +0000 Frequency fix for stm32f4x Change-Id: I2059ae05f897786fcc05062e5cf9d19f3a692c9b Signed-off-by: Antonio Chiu <[email protected]> diff --git a/tcl/target/stm32f4x.cfg b/tcl/target/stm32f4x.cfg index a77527c46d..50bb4c161c 100644 --- a/tcl/target/stm32f4x.cfg +++ b/tcl/target/stm32f4x.cfg @@ -142,10 +142,10 @@ $_TARGETNAME configure -event reset-init { mmw 0x40023808 0x00000002 0 ;# RCC_CFGR |= RCC_CFGR_SW_PLL # Boost JTAG frequency - adapter speed 8000 + adapter speed 4000 } $_TARGETNAME configure -event reset-start { # Reduce speed since CPU speed will slow down to 16MHz with the reset - adapter speed 2000 + adapter speed 1800 } --
