diff --git a/openocd.cfg b/openocd.cfg index 5598416..06dd5e9 100644 --- a/openocd.cfg +++ b/openocd.cfg @@ -14,6 +14,9 @@ $CHIPNAME.cpu configure -event examine-end { mmw 0xE0042004 0x7E3FFF07 0 } + +reset_config srst_only srst_nogate connect_assert_srst + # inits debugging, from that point, commands can be used init # resets the target and halt it immediately afterward. Stops debug from being