diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-07 23:29:18 -0700 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2009-10-07 23:29:18 -0700 |
commit | 6efaa95c44f57d1789ca8cd6cec8bba2f75b0cb5 (patch) | |
tree | 8877096cb4b3bf23de29369dca4c9e9e93a7067f /tcl/target | |
parent | 37e9f65f5ab9c07ceb3548748dd6d4f2f26fca27 (diff) | |
download | openocd_libswd-6efaa95c44f57d1789ca8cd6cec8bba2f75b0cb5.tar.gz openocd_libswd-6efaa95c44f57d1789ca8cd6cec8bba2f75b0cb5.tar.bz2 openocd_libswd-6efaa95c44f57d1789ca8cd6cec8bba2f75b0cb5.tar.xz openocd_libswd-6efaa95c44f57d1789ca8cd6cec8bba2f75b0cb5.zip |
make OMAP5912 resets more reliable
Without some extra delay after releasing SRST, we seemed to
be trying to talk to the TAP before it was ready to respond.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'tcl/target')
-rw-r--r-- | tcl/target/omap5912.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcl/target/omap5912.cfg b/tcl/target/omap5912.cfg index 30650cfb..b578457b 100644 --- a/tcl/target/omap5912.cfg +++ b/tcl/target/omap5912.cfg @@ -14,6 +14,8 @@ if { [info exists CPUTAPID ] } { set _CPUTAPID 0x0692602f } +jtag_nsrst_delay 100 + # NOTE: presumes irlen 38 is the C55x DSP, matching BSDL for # its standalone siblings (like TMS320VC5502) of the same era |