Force the use of system's reset in openocd

Using the system's reset avoids the debug getting stuck when the chip
enters low power. Hopefully this works all the time
This commit is contained in:
Steins7 2024-08-04 20:14:34 +02:00
parent 89c81b8c42
commit a4ca0d30c3

View File

@ -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