Skip to content
Snippets Groups Projects
Commit 6efaa95c authored by David Brownell's avatar David Brownell
Browse files

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: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
parent 37e9f65f
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,8 @@ if { [info exists CPUTAPID ] } { ...@@ -14,6 +14,8 @@ if { [info exists CPUTAPID ] } {
set _CPUTAPID 0x0692602f set _CPUTAPID 0x0692602f
} }
jtag_nsrst_delay 100
# NOTE: presumes irlen 38 is the C55x DSP, matching BSDL for # NOTE: presumes irlen 38 is the C55x DSP, matching BSDL for
# its standalone siblings (like TMS320VC5502) of the same era # its standalone siblings (like TMS320VC5502) of the same era
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment