aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f3x.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32f3x.cfg')
-rw-r--r--tcl/target/stm32f3x.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl/target/stm32f3x.cfg b/tcl/target/stm32f3x.cfg
index ca8e6e1d..f3ea40ba 100644
--- a/tcl/target/stm32f3x.cfg
+++ b/tcl/target/stm32f3x.cfg
@@ -99,7 +99,7 @@ proc stm32f3x_default_examine_end {} {
mmw 0xe0042004 0x00000007 0 ;# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
# Stop watchdog counters during halt
- mww 0xe0042008 0x00001800 ;# DBGMCU_APB1_FZ = DBG_IWDG_STOP | DBG_WWDG_STOP
+ mmw 0xe0042008 0x00001800 0 ;# DBGMCU_APB1_FZ |= DBG_IWDG_STOP | DBG_WWDG_STOP
}
proc stm32f3x_default_reset_init {} {