Skip to content
Snippets Groups Projects
Commit 44a6362b authored by Uwe Bonnes's avatar Uwe Bonnes Committed by Freddie Chopin
Browse files

stm32l4x.cfg: Fix RCC_CR address.


Change-Id: I7a63d24a495e28bc01b5e6603f15b88e075878b8
Signed-off-by: default avatarUwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
Reviewed-on: http://openocd.zylin.com/3489


Tested-by: jenkins
Reviewed-by: default avatarTomas Vanek <vanekt@fbl.cz>
parent 89bf96ff
Branches
Tags
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment