From: Uwe Bonnes Date: Wed, 18 May 2016 08:59:29 +0000 (+0200) Subject: stm32l4x.cfg: Fix RCC_CR address. X-Git-Tag: v0.10.0-rc1~174 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=44a6362b20fdb24b002f36c7b3b5529fe91db8ac stm32l4x.cfg: Fix RCC_CR address. Change-Id: I7a63d24a495e28bc01b5e6603f15b88e075878b8 Signed-off-by: Uwe Bonnes Reviewed-on: http://openocd.zylin.com/3489 Tested-by: jenkins Reviewed-by: Tomas Vanek --- diff --git a/tcl/target/stm32l4x.cfg b/tcl/target/stm32l4x.cfg index 8b827adc8d..651699422b 100644 --- a/tcl/target/stm32l4x.cfg +++ b/tcl/target/stm32l4x.cfg @@ -84,7 +84,7 @@ $_TARGETNAME configure -event reset-init { # Configure system to use MSI 24 MHz clock, compliant with VOS default (2). # 3 WS compliant with VOS=2 and 24 MHz. mww 0x40022000 0x00000102 ;# FLASH_ACR = PRFTBE | 3(Latency) - mww 0x4002100C 0x00000099 ;# RCC_CR = MSI_ON | MSIRGSEL| MSI Range 10 + mww 0x40021000 0x00000099 ;# RCC_CR = MSI_ON | MSIRGSEL| MSI Range 10 # Boost JTAG frequency adapter_khz 4000 }