From: Thomas Kindler Date: Tue, 10 Nov 2009 17:16:12 +0000 (-0800) Subject: stm32.cfg: remove reset_config X-Git-Tag: v0.4.0-rc1~845 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85944d4144a1df0647e4324d1cf8ae9a276b70e5;p=openocd stm32.cfg: remove reset_config Here's a patch for the double-reset problem on STM32. I've tested downloading and debugging with GDB and Eclipse, and everything seems to work fine. This effectively sets reset_config to none. trst_only would also be ok, but that's better left to a board configuration file since not all boards wire it up. The NVIC is used to trigger reset, which at least on this chip also pulses nSRST so the whole system does get rest -- exactly once. Signed-off-by: David Brownell --- diff --git a/tcl/target/stm32.cfg b/tcl/target/stm32.cfg index 619824c5..242bbbee 100644 --- a/tcl/target/stm32.cfg +++ b/tcl/target/stm32.cfg @@ -26,9 +26,6 @@ jtag_khz 1000 jtag_nsrst_delay 100 jtag_ntrst_delay 100 -#use combined on interfaces or targets that can't set TRST/SRST separately -reset_config trst_and_srst - #jtag scan chain if { [info exists CPUTAPID ] } { set _CPUTAPID $CPUTAPID