]> git.sur5r.net Git - openocd/blobdiff - src/flash/str9xpec.c
Improve str7x config command argument parsing.
[openocd] / src / flash / str9xpec.c
index bca3b88fc6ff769b1dc0c3a1131716094c7678fb..33471e6b3a67c4d054701833d8d173f7e1636920 100644 (file)
@@ -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 */