X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=tcl%2Ftarget%2Fstm32f3x.cfg;h=f3ea40bad029abe5eb708a5a7695e76ea70bce9e;hb=c4b8c74140bc03d376efe919d8b81231dc5a0700;hp=ca8e6e1d8cb9db92998c15539719d7d694e5bfc5;hpb=c3ea15dc62afcbdb69f4d8ee74c782426b650133;p=fw%2Fopenocd diff --git a/tcl/target/stm32f3x.cfg b/tcl/target/stm32f3x.cfg index ca8e6e1d8..f3ea40bad 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 {} {