aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32l1.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32l1.cfg')
-rw-r--r--tcl/target/stm32l1.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/stm32l1.cfg b/tcl/target/stm32l1.cfg
index 054fa9b..0933151 100644
--- a/tcl/target/stm32l1.cfg
+++ b/tcl/target/stm32l1.cfg
@@ -73,10 +73,10 @@ proc stm32l_enable_HSI {} {
echo "STM32L: Enabling HSI"
# Set HSION in RCC_CR
- mww 0x40023800 0x00000101
+ mmw 0x40023800 0x00000101 0
# Set HSI as SYSCLK
- mww 0x40023808 0x00000001
+ mmw 0x40023808 0x00000001 0
# Increase JTAG speed
adapter_khz 2000