]> git.gag.com Git - fw/openocd/commit
tcl/target: Use vectreset for CC13xx/CC26xx targets.
authorEdward Fewell <efewell@ti.com>
Tue, 10 Mar 2020 20:11:43 +0000 (15:11 -0500)
committerTomas Vanek <vanekt@fbl.cz>
Sun, 5 Apr 2020 13:27:07 +0000 (14:27 +0100)
commiteb427864e8b7f12fffe85327b03b9b9cdf397c1d
tree869f6dd81fd08cff3ef17222b657d41be6f34c22
parentd14eac569c761b3026d32b4977edb371fa6b8fbe
tcl/target: Use vectreset for CC13xx/CC26xx targets.

nSRST and sysreqreset are both broken for these targets. Upon a
hard reset, the target disables the TDO/TDI pins and the
ICEPick router will remove the target's TAP from the scan
chain. The scripts to do these tasks are run, but then
OpenOCD throws the reset again breaking the debug connection.

Until that issue can be resolved, vectreset is the only
reset that works without breaking the debug connection.

Update: original patch didn't have the correct reset command.

Change-Id: If7c985b703c87399a13364609d370d6222f4a66c
Signed-off-by: Edward Fewell <efewell@ti.com>
Reviewed-on: http://openocd.zylin.com/5511
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
tcl/target/ti_cc26x0.cfg