From c4b8c74140bc03d376efe919d8b81231dc5a0700 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Wed, 11 Nov 2015 12:54:19 +0100 Subject: stm32xxx.cfg: Only touch IWDG and WWDG in DBGMCU_APB1_FZ. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie0298c8e73bebeccc9346534d63aab4cae49e4f7 Signed-off-by: Uwe Bonnes Reviewed-on: http://openocd.zylin.com/3104 Tested-by: jenkins Reviewed-by: Andreas Färber Reviewed-by: Freddie Chopin --- tcl/target/stm32f3x.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcl/target/stm32f3x.cfg') 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 {} { -- cgit v1.2.3-18-g5258