stm32l4x.cfg: Fix RCC_CR address.

Change-Id: I7a63d24a495e28bc01b5e6603f15b88e075878b8
Signed-off-by: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/3489
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Uwe Bonnes 2016-05-18 10:59:29 +02:00 committed by Freddie Chopin
parent 89bf96ffe6
commit 44a6362b20
1 changed files with 1 additions and 1 deletions

View File

@ -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
}