tcl/target/stm32g4x: drop useless reset-start event

There is no boost of adapter speed in reset-init event
so it's not necessary to set back the safe speed in reset-start

Change-Id: I8b78442471390f7183c39d67b29788cccc98d018
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/9128
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-by: zapb <dev@zapb.de>
Reviewed-by: Ahmed Haoues <ahmed.haoues@st.com>
This commit is contained in:
Tomas Vanek
2025-09-14 21:54:30 +02:00
committed by Antonio Borneo
parent f5478eb112
commit c168761983

View File

@@ -83,11 +83,6 @@ $_TARGETNAME configure -event reset-init {
mmw 0x40021008 0x00000001 0x00000002 ;# RCC_CFGR: SW=HSI16
}
$_TARGETNAME configure -event reset-start {
# Reset clock is HSI (16 MHz)
adapter speed 2000
}
$_TARGETNAME configure -event examine-end {
# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
mmw 0xE0042004 0x00000007 0