This is an automated email from Gerrit. Tomas Vanek ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4727
-- gerrit commit f7b843ff585249cb8192f59fc8a0914f2ff6460f Author: Tomas Vanek <[email protected]> Date: Thu Oct 18 12:23:49 2018 +0200 tcl/target: ti_cc32xx.cfg converted to the new reset platform Change-Id: Id67b18e5be0f8c807ab32c86a7edc244dad1179c Signed-off-by: Tomas Vanek <[email protected]> diff --git a/tcl/target/ti_cc32xx.cfg b/tcl/target/ti_cc32xx.cfg index bc3038d..4203fa5 100644 --- a/tcl/target/ti_cc32xx.cfg +++ b/tcl/target/ti_cc32xx.cfg @@ -60,5 +60,8 @@ if { [info exists WORKAREASIZE] } { $_TARGETNAME configure -work-area-phys 0x20000000 -work-area-size $_WORKAREASIZE -work-area-backup 0 -reset_config srst_only +# SW triggered reset by SYSRESETREQ results in a hard fault +# SRST clears the debug circuitry so vector catch at reset does not work +set_arp_reset_handler $_TARGETNAME arp_reset_handler_dbg_cleared +reset_config srst_pulls_trst srst_gates_jtag adapter_nsrst_delay 1100 -- _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
