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:
parent
89c81b8c42
commit
a4ca0d30c3
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user