Error: 29 1092 cmsis_dap_usb.c:503 cmsis_dap_cmd_DAP_Info(): CMSIS-DAP command CMD_INFO failed.Debug: 30 1102 command.c:651 run_command(): Command 'init' failed with error code -107User : 31 1110 command.c:715 command_run_line(): Running OpenOCD with the LPCXpresso824-MAX ...
Info : CMSIS-DAP: FW Version = 2.0.0 Info : CMSIS-DAP: Interface Initialised (SWD) Info : SWCLK/TCK = 0 SWDIO/TMS = 0 TDI = 0 TDO = 0 nTRST = 0 nRESET = 0 Error: CMSIS-DAP command CMD_DAP_SWJ_CLOCK failed. 解决方法:需要指明调试速率,添加速率指示语句之后,错误消失。 ./openocd...
Info : CMSIS-DAP: Interface Initialised (JTAG) Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1 Error: CMSIS-DAP command CMD_DAP_SWJ_CLOCK failed. Assertion failed: jtag_trst == 0, file src/jtag/core.c, line 343 ...
cmsis_dap_usb_interface = strtoul(CMD_ARGV[0], NULL, 10); else LOG_ERROR("expected exactly one argument to cmsis_dap_usb_interface <interface_number>"); return ERROR_OK; } const struct command_registration cmsis_dap_usb_subcommand_handlers[] = { { .name = "interface", .handler = &...
So I did not report that, because it did not change, so I thought the test failed.Because I did not get a response I did some investigation on my own. I made a copy of boot_link2.cmd (so I did not mess it up) as Link2up.cmd and edited out the @echo off line. I ran ...
print_cmd_arg="" if type printf > /dev/null; then print_cmd="printf" elif test -x /usr/ucb/echo; then print_cmd="/usr/ucb/echo" else print_cmd="echo" fi unset CDPATH MS_Printf() { $print_cmd $print_cmd_arg "$1" } MS_PrintLicense() { if test x"$licensetxt" != x; ...
Because OpenOCD is independent of Eclipse or any IDE, it can be used to do command line debugging without an IDE :-). First, have the OpenOCD server running. In a DOS/cmd prompt cd to the OpenOCD installation folder (e.g. in C:\Freescale\KDS_2.0.0\openocd), then launch OpenOCD...
Info : CMSIS-DAP: Interface Initialised (JTAG) Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1 Error: CMSIS-DAP command CMD_DAP_SWJ_CLOCK failed. Assertion failed: jtag_trst == 0, file src/jtag/core.c, line 343 ...
Info : CMSIS-DAP: Interface Initialised (JTAG) Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1 Error: CMSIS-DAP command CMD_DAP_SWJ_CLOCK failed. Assertion failed: jtag_trst == 0, file src/jtag/core.c, line 343 ...
Info : CMSIS-DAP: Interface Initialised (JTAG) Info : SWCLK/TCK = 1 SWDIO/TMS = 1 TDI = 1 TDO = 1 nTRST = 0 nRESET = 1 Error: CMSIS-DAP command CMD_DAP_SWJ_CLOCK failed. Assertion failed: jtag_trst == 0, file src/jtag/core.c, line 343 ...