aboutsummaryrefslogtreecommitdiff
path: root/tcl/target/stm32f2x.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tcl/target/stm32f2x.cfg')
-rw-r--r--tcl/target/stm32f2x.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl/target/stm32f2x.cfg b/tcl/target/stm32f2x.cfg
index 0095615d..0e734deb 100644
--- a/tcl/target/stm32f2x.cfg
+++ b/tcl/target/stm32f2x.cfg
@@ -84,8 +84,8 @@ $_TARGETNAME configure -event examine-end {
mmw 0xE0042004 0x00000007 0
# Stop watchdog counters during halt
- # DBGMCU_APB1_FZ = DBG_IWDG_STOP | DBG_WWDG_STOP
- mww 0xE0042008 0x00001800
+ # DBGMCU_APB1_FZ |= DBG_IWDG_STOP | DBG_WWDG_STOP
+ mmw 0xE0042008 0x00001800 0
}
$_TARGETNAME configure -event trace-config {