X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fflash%2Fstr9xpec.c;h=33471e6b3a67c4d054701833d8d173f7e1636920;hb=111b7a6a9dbd68c906b8a8dff6e6c34d780297db;hp=bca3b88fc6ff769b1dc0c3a1131716094c7678fb;hpb=f0fd28a66ca5866de557941113b35de5b55b554d;p=openocd diff --git a/src/flash/str9xpec.c b/src/flash/str9xpec.c index bca3b88f..33471e6b 100644 --- a/src/flash/str9xpec.c +++ b/src/flash/str9xpec.c @@ -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 */