This is an automated email from Gerrit.

Edward Fewell (efew...@ti.com) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/5511

-- gerrit

commit aad137cbc1bf8d178d4590240728f9df1d045dee
Author: Edward Fewell <efew...@ti.com>
Date:   Tue Mar 10 15:11:43 2020 -0500

    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.
    
    Change-Id: If7c985b703c87399a13364609d370d6222f4a66c
    Signed-off-by: Edward Fewell <efew...@ti.com>

diff --git a/tcl/target/ti_cc26x0.cfg b/tcl/target/ti_cc26x0.cfg
index 8d8a0df..569f093 100644
--- a/tcl/target/ti_cc26x0.cfg
+++ b/tcl/target/ti_cc26x0.cfg
@@ -52,5 +52,4 @@ $_TARGETNAME configure -work-area-phys 0x20000000 
-work-area-size $_WORKAREASIZE
 set _FLASHNAME $_CHIPNAME.flash
 flash bank $_FLASHNAME cc26xx 0 0 0 0 $_TARGETNAME
 
-reset_config srst_only
-adapter srst delay 100
+cortex_m reset_config sysresetreq

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to