cfg: update for target's that support cortex_m AIRCR SYSRESETREQ
[fw/openocd] / tcl / target / at91sam3nXX.cfg
index 9e362b26698abcfeb6de47d03589cd0d6c9a725b..b628103ced608c29bec1d5a6ae2fe06f87ed5793 100644 (file)
@@ -22,3 +22,8 @@ target create $_TARGETNAME cortex_m3 -endian little -chain-position $_TARGETNAME
 
 set _FLASHNAME $_CHIPNAME.flash
 flash bank flash0 at91sam3 0x00400000 0 0 0 $_TARGETNAME
+
+# if srst is not fitted use SYSRESETREQ to
+# perform a soft reset
+cortex_m3 reset_config sysresetreq
+