cfg: enable stm32f2x SYSRESETREQ support
[fw/openocd] / tcl / target / stm32f2x.cfg
index 49b53d7e45323554747ece2e80696a585d3763c5..a3076535fa913846bbf836bdf2c7769f42e00a84 100644 (file)
@@ -1,9 +1,9 @@
-# script for stm32f2xxx
+# script for stm32f2x family
 
 if { [info exists CHIPNAME] } {
    set _CHIPNAME $CHIPNAME
 } else {
-   set _CHIPNAME stm32f2xxx
+   set _CHIPNAME stm32f2x
 }
 
 if { [info exists ENDIAN] } {
@@ -59,3 +59,6 @@ $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME stm32f2x 0 0 0 0 $_TARGETNAME
 
+# if srst is not fitted use SYSRESETREQ to
+# perform a soft reset
+cortex_m3 reset_config sysresetreq