tap post reset event added. Allows omap3530 to send 100 runtest idle tickle's after a TAP_RESET.
git-svn-id: svn://svn.berlios.de/openocd/trunk@2696 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -1254,7 +1254,8 @@ static int str9xpec_handle_flash_disable_turbo_command(struct command_context_s
|
||||
return ERROR_FAIL;
|
||||
|
||||
/* exit turbo mode via RESET */
|
||||
str9xpec_set_instr(tap, ISC_NOOP, TAP_RESET);
|
||||
str9xpec_set_instr(tap, ISC_NOOP, TAP_IDLE);
|
||||
jtag_add_tlr();
|
||||
jtag_execute_queue();
|
||||
|
||||
/* restore previous scan chain */
|
||||
|
||||
Reference in New Issue
Block a user