代码拉取完成,页面将自动刷新
Open On-Chip Debugger 0.12.0+dev-01098-gb6b4f9d46-dirty (2023-04-01-10:15)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
User : 3 5 options.c:52 configuration_output_handler(): debug_level: 4User : 4 5 options.c:52 configuration_output_handler():
Debug: 5 5 options.c:233 add_default_dirs(): bindir=E:/msys2/mingw32/bin
Debug: 6 5 options.c:234 add_default_dirs(): pkgdatadir=E:/msys2/mingw32/share/openocd
Debug: 7 6 options.c:235 add_default_dirs(): exepath=E:/msys2/mingw32/bin
Debug: 8 6 options.c:236 add_default_dirs(): bin2data=../share/openocd
Debug: 9 6 configuration.c:33 add_script_search_dir(): adding C:/Users/yami/AppData/Roaming/OpenOCD
Debug: 10 6 configuration.c:33 add_script_search_dir(): adding E:/msys2/mingw32/bin/../share/openocd/site
Debug: 11 7 configuration.c:33 add_script_search_dir(): adding E:/msys2/mingw32/bin/../share/openocd/scripts
Debug: 12 7 command.c:152 script_debug(): command - ocd_find link.cfg
Debug: 13 8 configuration.c:88 find_file(): found link.cfg
Debug: 14 9 command.c:152 script_debug(): command - adapter driver cmsis-dap
Debug: 15 9 command.c:152 script_debug(): command - transport select jtag
Debug: 16 9 command.c:152 script_debug(): command - adapter speed 5000
Debug: 17 9 adapter.c:253 adapter_config_khz(): handle adapter khz
Debug: 18 10 adapter.c:217 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 19 10 adapter.c:217 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 20 10 command.c:152 script_debug(): command - cmsis_dap_backend bulk
Error: 21 10 cmsis_dap.c:2151 cmsis_dap_handle_backend_command(): invalid backend argument to cmsis_dap_backend <backend>
Debug: 22 11 command.c:152 script_debug(): command - ocd_find f133.cfg
Debug: 23 11 configuration.c:88 find_file(): found f133.cfg
Debug: 24 11 command.c:152 script_debug(): command - ocd_find mem_helper.tcl
Debug: 25 12 configuration.c:88 find_file(): found E:/msys2/mingw32/bin/../share/openocd/scripts/mem_helper.tcl
Debug: 26 12 command.c:152 script_debug(): command - add_usage_text mrw address
Debug: 27 12 command.c:152 script_debug(): command - add_help_text mrw Returns value of word in memory.
Debug: 28 13 command.c:152 script_debug(): command - add_usage_text mrh address
Debug: 29 13 command.c:152 script_debug(): command - add_help_text mrh Returns value of halfword in memory.
Debug: 30 13 command.c:152 script_debug(): command - add_usage_text mrb address
Debug: 31 14 command.c:152 script_debug(): command - add_help_text mrb Returns value of byte in memory.
Debug: 32 14 command.c:152 script_debug(): command - add_usage_text mmw address setbits clearbits
Debug: 33 14 command.c:152 script_debug(): command - add_help_text mmw Modify word in memory. new_val = (old_val & ~clearbits) | setbits;
Debug: 34 15 command.c:152 script_debug(): command - jtag newtap F133 cpu -irlen 5 -expected-id 0x08052b43
Debug: 35 15 tcl.c:557 jim_newtap_cmd(): Creating New Tap, Chip: F133, Tap: cpu, Dotted: F133.cpu, 4 params
Debug: 36 15 tcl.c:575 jim_newtap_cmd(): Processing option: -irlen
Debug: 37 15 tcl.c:575 jim_newtap_cmd(): Processing option: -expected-id
Debug: 38 16 core.c:1474 jtag_tap_init(): Created Tap: F133.cpu @ abs position 0, irlen 5, capture: 0x1 mask: 0x3
Debug: 39 16 command.c:152 script_debug(): command - target create F133.cpu riscv -endian little -chain-position F133.cpu
Debug: 40 16 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
Debug: 41 17 riscv.c:432 riscv_create_target(): riscv_create_target()
Debug: 42 17 command.c:152 script_debug(): command - echo DEPRECATED! use 'adapter srst delay' not 'adapter_nsrst_delay'
User : 43 17 command.c:690 handle_echo(): DEPRECATED! use 'adapter srst delay' not 'adapter_nsrst_delay'
Debug: 44 18 command.c:152 script_debug(): command - adapter srst delay 100
Debug: 45 18 command.c:152 script_debug(): command - gdb_breakpoint_override hard
User : 46 18 gdb_server.c:3962 handle_gdb_breakpoint_override_command(): force hard breakpoints
Info : 47 23 server.c:297 add_service(): Listening on port 6666 for tcl connections
Info : 48 24 server.c:297 add_service(): Listening on port 4444 for telnet connections
Debug: 49 24 command.c:152 script_debug(): command - init
Debug: 50 24 command.c:152 script_debug(): command - target init
Debug: 51 25 command.c:152 script_debug(): command - target names
Debug: 52 25 command.c:152 script_debug(): command - F133.cpu cget -event gdb-flash-erase-start
Debug: 53 25 command.c:152 script_debug(): command - F133.cpu configure -event gdb-flash-erase-start reset init
Debug: 54 25 command.c:152 script_debug(): command - F133.cpu cget -event gdb-flash-write-end
Debug: 55 26 command.c:152 script_debug(): command - F133.cpu configure -event gdb-flash-write-end reset halt
Debug: 56 26 command.c:152 script_debug(): command - F133.cpu cget -event gdb-attach
Debug: 57 26 command.c:152 script_debug(): command - F133.cpu configure -event gdb-attach halt 1000
Debug: 58 27 target.c:1651 handle_target_init_command(): Initializing targets...
Debug: 59 27 riscv.c:445 riscv_init_target(): riscv_init_target()
Debug: 60 27 semihosting_common.c:109 semihosting_common_init():
Debug: 61 173 cmsis_dap_usb_bulk.c:105 cmsis_dap_usb_open(): could not open device 0x1022:0x43bb: Operation not supported or unimplemented on this platform
Debug: 62 173 cmsis_dap_usb_bulk.c:105 cmsis_dap_usb_open(): could not open device 0x0d28:0x4011: Access denied (insufficient permissions)
Debug: 63 174 cmsis_dap_usb_bulk.c:105 cmsis_dap_usb_open(): could not open device 0x1022:0x145c: Operation not supported or unimplemented on this platform
Error: 64 416 cmsis_dap.c:281 cmsis_dap_open(): unable to find a matching CMSIS-DAP device
Debug: 65 417 command.c:541 run_command(): Command 'init' failed with error code -4
User : 66 417 command.c:613 command_run_line():
Debug: 67 418 riscv.c:491 riscv_deinit_target(): riscv_deinit_target()
Debug: 68 418 target.c:2193 target_free_all_working_areas_restore(): freeing all working areas
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。