Skip to content

Instantly share code, notes, and snippets.

@jacobrosenthal
Created September 24, 2014 07:25
Show Gist options
  • Save jacobrosenthal/cc9517a69e2673fa136d to your computer and use it in GitHub Desktop.
Save jacobrosenthal/cc9517a69e2673fa136d to your computer and use it in GitHub Desktop.
NRF OpenOCD
jacob-2:open-ocd jacobrosenthal$ openocd -f interface/jlink.cfg -f target/nrf51.cfg -d3
Open On-Chip Debugger 0.9.0-dev-snapshot (2014-09-23-19:39)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.sourceforge.net/doc/doxygen/bugs.html
User : 13 2 command.c:546 command_print(): debug_level: 3
Debug: 14 3 options.c:98 add_default_dirs(): bindir=/usr/local/Cellar/open-ocd/HEAD/bin
Debug: 15 3 options.c:99 add_default_dirs(): pkgdatadir=/usr/local/Cellar/open-ocd/HEAD/share/openocd
Debug: 16 3 options.c:100 add_default_dirs(): run_prefix=
Debug: 17 3 configuration.c:44 add_script_search_dir(): adding /Users/jacobrosenthal/.openocd
Debug: 18 3 configuration.c:44 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/HEAD/share/openocd/site
Debug: 19 3 configuration.c:44 add_script_search_dir(): adding /usr/local/Cellar/open-ocd/HEAD/share/openocd/scripts
Debug: 20 3 configuration.c:84 find_file(): found /usr/local/Cellar/open-ocd/HEAD/share/openocd/scripts/interface/jlink.cfg
Debug: 21 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_interface jlink
Debug: 22 3 command.c:145 script_debug(): command - interface ocd_interface jlink
Debug: 24 3 command.c:325 command_new(): BUG: command 'jlink' does not have the '.usage' field filled out
Debug: 25 3 command.c:325 command_new(): BUG: command 'jlink caps' does not have the '.usage' field filled out
Debug: 26 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 27 3 command.c:325 command_new(): BUG: command 'jlink info' does not have the '.usage' field filled out
Debug: 28 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 29 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 30 3 command.c:325 command_new(): BUG: command 'jlink config' does not have the '.usage' field filled out
Debug: 31 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 32 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 33 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 34 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 35 3 command.c:325 command_new(): BUG: command 'config reset' does not have the '.usage' field filled out
Debug: 36 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 37 3 command.c:325 command_new(): BUG: command 'config save' does not have the '.usage' field filled out
Debug: 38 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 39 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 40 3 command.c:325 command_new(): BUG: command 'jlink pid' does not have the '.usage' field filled out
Debug: 41 3 command.c:366 register_command_handler(): registering 'ocd_jlink'...
Debug: 42 3 configuration.c:84 find_file(): found /usr/local/Cellar/open-ocd/HEAD/share/openocd/scripts/target/nrf51.cfg
Debug: 43 3 configuration.c:84 find_file(): found /usr/local/Cellar/open-ocd/HEAD/share/openocd/scripts/target/swj-dp.tcl
Debug: 44 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 45 3 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Error: 46 3 transport.c:280 jim_transport_select(): session's transport is not selected.
Debug: 47 3 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_echo Info : session transport was not selected, defaulting to JTAG
Debug: 48 3 command.c:145 script_debug(): command - echo ocd_echo Info : session transport was not selected, defaulting to JTAG
User : 50 3 command.c:763 jim_echo(): Info : session transport was not selected, defaulting to JTAG
Debug: 51 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select jtag
Debug: 52 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select jtag
Debug: 53 4 command.c:366 register_command_handler(): registering 'ocd_jtag_flush_queue_sleep'...
Debug: 54 4 command.c:366 register_command_handler(): registering 'ocd_jtag_rclk'...
Debug: 55 4 command.c:366 register_command_handler(): registering 'ocd_jtag_ntrst_delay'...
Debug: 56 4 command.c:366 register_command_handler(): registering 'ocd_jtag_ntrst_assert_width'...
Debug: 57 4 command.c:366 register_command_handler(): registering 'ocd_scan_chain'...
Debug: 58 4 command.c:366 register_command_handler(): registering 'ocd_jtag_reset'...
Debug: 59 4 command.c:366 register_command_handler(): registering 'ocd_runtest'...
Debug: 60 4 command.c:366 register_command_handler(): registering 'ocd_irscan'...
Debug: 61 4 command.c:366 register_command_handler(): registering 'ocd_verify_ircapture'...
Debug: 62 4 command.c:366 register_command_handler(): registering 'ocd_verify_jtag'...
Debug: 63 4 command.c:366 register_command_handler(): registering 'ocd_tms_sequence'...
Debug: 64 4 command.c:366 register_command_handler(): registering 'ocd_wait_srst_deassert'...
Debug: 65 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 66 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 67 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 68 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 69 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 70 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 71 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 72 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 73 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 74 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 75 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 76 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 77 4 command.c:366 register_command_handler(): registering 'ocd_jtag'...
Debug: 78 4 command.c:366 register_command_handler(): registering 'ocd_svf'...
Debug: 79 4 command.c:366 register_command_handler(): registering 'ocd_xsvf'...
Debug: 80 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 81 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 82 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 83 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 84 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 85 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 86 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 87 4 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 88 4 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_jtag newtap nrf51 cpu -irlen 4 -expected-id 0x0bb11477
Debug: 89 4 command.c:145 script_debug(): command - ocd_jtag ocd_jtag newtap nrf51 cpu -irlen 4 -expected-id 0x0bb11477
Debug: 90 4 tcl.c:554 jim_newtap_cmd(): Creating New Tap, Chip: nrf51, Tap: cpu, Dotted: nrf51.cpu, 4 params
Debug: 91 5 tcl.c:579 jim_newtap_cmd(): Processing option: -irlen
Debug: 92 5 tcl.c:579 jim_newtap_cmd(): Processing option: -expected-id
Debug: 93 5 core.c:1322 jtag_tap_init(): Created Tap: nrf51.cpu @ abs position 0, irlen 4, capture: 0x1 mask: 0x3
Debug: 94 5 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target create nrf51.cpu cortex_m -chain-position nrf51.cpu
Debug: 95 5 command.c:145 script_debug(): command - ocd_target ocd_target create nrf51.cpu cortex_m -chain-position nrf51.cpu
Debug: 96 12 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 97 12 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 98 12 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 99 12 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 100 12 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 101 12 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 102 12 command.c:366 register_command_handler(): registering 'ocd_arm'...
Debug: 103 12 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 104 12 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 105 12 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 106 13 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 107 13 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 108 13 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 109 13 command.c:366 register_command_handler(): registering 'ocd_dap'...
Debug: 110 13 command.c:366 register_command_handler(): registering 'ocd_cortex_m'...
Debug: 111 13 command.c:366 register_command_handler(): registering 'ocd_cortex_m'...
Debug: 112 13 command.c:366 register_command_handler(): registering 'ocd_cortex_m'...
Debug: 113 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 114 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 115 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 116 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 117 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 118 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 119 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 120 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 121 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 122 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 123 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 124 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 125 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 126 13 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 127 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 128 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 129 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 130 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 131 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 132 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 133 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 134 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 135 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 136 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 137 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 138 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 139 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 140 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 141 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 142 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 143 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 144 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 145 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 146 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 147 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 148 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 149 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 150 14 command.c:366 register_command_handler(): registering 'ocd_nrf51.cpu'...
Debug: 151 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -work-area-phys 0x20000000 -work-area-size 0x800 -work-area-backup 0
Debug: 152 14 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -work-area-phys 0x20000000 -work-area-size 0x800 -work-area-backup 0
Debug: 153 14 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 154 14 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 155 14 target.c:1726 target_free_all_working_areas_restore(): freeing all working areas
Debug: 156 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_transport select
Debug: 157 14 command.c:145 script_debug(): command - ocd_transport ocd_transport select
Debug: 158 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_cortex_m reset_config sysresetreq
Debug: 159 14 command.c:145 script_debug(): command - ocd_cortex_m ocd_cortex_m reset_config sysresetreq
User : 161 14 command.c:546 command_print(): cortex_m reset_config sysresetreq
Debug: 162 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank nrf51.flash nrf51 0x00000000 0 1 1 nrf51.cpu
Debug: 163 14 command.c:145 script_debug(): command - ocd_flash ocd_flash bank nrf51.flash nrf51 0x00000000 0 1 1 nrf51.cpu
Debug: 165 14 command.c:325 command_new(): BUG: command 'nrf51 mass_erase' does not have the '.usage' field filled out
Debug: 166 14 command.c:366 register_command_handler(): registering 'ocd_nrf51'...
Debug: 167 14 tcl.c:824 handle_flash_bank_command(): 'nrf51' driver usage field missing
Debug: 168 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_flash bank nrf51.uicr nrf51 0x10001000 0 1 1 nrf51.cpu
Debug: 169 14 command.c:145 script_debug(): command - ocd_flash ocd_flash bank nrf51.uicr nrf51 0x10001000 0 1 1 nrf51.cpu
Debug: 171 14 command.c:401 register_command(): command 'nrf51' is already registered in '<global>' context
Debug: 172 14 command.c:401 register_command(): command 'mass_erase' is already registered in 'nrf51' context
Debug: 173 14 tcl.c:824 handle_flash_bank_command(): 'nrf51' driver usage field missing
Debug: 174 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_adapter_khz 1000
Debug: 175 14 command.c:145 script_debug(): command - adapter_khz ocd_adapter_khz 1000
Debug: 177 14 core.c:1647 jtag_config_khz(): handle jtag khz
Debug: 178 14 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 179 14 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
User : 180 14 command.c:546 command_print(): adapter speed: 1000 kHz
Debug: 181 14 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event reset-end enable_all_ram
Debug: 182 14 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event reset-end enable_all_ram
Debug: 183 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_init
Debug: 184 15 command.c:145 script_debug(): command - init ocd_init
Debug: 186 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target init
Debug: 187 15 command.c:145 script_debug(): command - ocd_target ocd_target init
Debug: 189 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_target names
Debug: 190 15 command.c:145 script_debug(): command - ocd_target ocd_target names
Debug: 191 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu cget -event gdb-flash-erase-start
Debug: 192 15 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu cget -event gdb-flash-erase-start
Debug: 193 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event gdb-flash-erase-start reset init
Debug: 194 15 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event gdb-flash-erase-start reset init
Debug: 195 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu cget -event gdb-flash-write-end
Debug: 196 15 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu cget -event gdb-flash-write-end
Debug: 197 15 command.c:145 script_debug(): command - ocd_command ocd_command type ocd_nrf51.cpu configure -event gdb-flash-write-end reset halt
Debug: 198 15 command.c:145 script_debug(): command - ocd_nrf51.cpu ocd_nrf51.cpu configure -event gdb-flash-write-end reset halt
Debug: 199 15 target.c:1289 handle_target_init_command(): Initializing targets...
Debug: 200 15 command.c:366 register_command_handler(): registering 'ocd_target_request'...
Debug: 201 15 command.c:366 register_command_handler(): registering 'ocd_trace'...
Debug: 202 15 command.c:366 register_command_handler(): registering 'ocd_trace'...
Debug: 203 15 command.c:366 register_command_handler(): registering 'ocd_fast_load_image'...
Debug: 204 15 command.c:366 register_command_handler(): registering 'ocd_fast_load'...
Debug: 205 15 command.c:366 register_command_handler(): registering 'ocd_profile'...
Debug: 206 15 command.c:366 register_command_handler(): registering 'ocd_virt2phys'...
Debug: 207 15 command.c:366 register_command_handler(): registering 'ocd_reg'...
Debug: 208 15 command.c:366 register_command_handler(): registering 'ocd_poll'...
Debug: 209 15 command.c:366 register_command_handler(): registering 'ocd_wait_halt'...
Debug: 210 15 command.c:366 register_command_handler(): registering 'ocd_halt'...
Debug: 211 15 command.c:366 register_command_handler(): registering 'ocd_resume'...
Debug: 212 15 command.c:366 register_command_handler(): registering 'ocd_reset'...
Debug: 213 15 command.c:366 register_command_handler(): registering 'ocd_soft_reset_halt'...
Debug: 214 15 command.c:366 register_command_handler(): registering 'ocd_step'...
Debug: 215 15 command.c:366 register_command_handler(): registering 'ocd_mdw'...
Debug: 216 15 command.c:366 register_command_handler(): registering 'ocd_mdh'...
Debug: 217 15 command.c:366 register_command_handler(): registering 'ocd_mdb'...
Debug: 218 15 command.c:366 register_command_handler(): registering 'ocd_mww'...
Debug: 219 15 command.c:366 register_command_handler(): registering 'ocd_mwh'...
Debug: 220 15 command.c:366 register_command_handler(): registering 'ocd_mwb'...
Debug: 221 15 command.c:366 register_command_handler(): registering 'ocd_bp'...
Debug: 222 15 command.c:366 register_command_handler(): registering 'ocd_rbp'...
Debug: 223 15 command.c:366 register_command_handler(): registering 'ocd_wp'...
Debug: 224 15 command.c:366 register_command_handler(): registering 'ocd_rwp'...
Debug: 225 15 command.c:366 register_command_handler(): registering 'ocd_load_image'...
Debug: 226 15 command.c:366 register_command_handler(): registering 'ocd_dump_image'...
Debug: 227 15 command.c:366 register_command_handler(): registering 'ocd_verify_image'...
Debug: 228 15 command.c:366 register_command_handler(): registering 'ocd_test_image'...
Debug: 229 15 command.c:366 register_command_handler(): registering 'ocd_reset_nag'...
Debug: 230 15 command.c:366 register_command_handler(): registering 'ocd_ps'...
Debug: 231 15 command.c:366 register_command_handler(): registering 'ocd_test_mem_access'...
Debug: 232 86 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep in 83
Debug: 233 86 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep in 81
Debug: 234 86 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep out 02
Debug: 235 86 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep in 85
Debug: 236 86 libusb1_common.c:199 jtag_libusb_get_endpoints(): usb ep out 06
Error: 237 87 jlink.c:701 jlink_simple_command(): J-Link command 0x01 failed (0)
Error: 238 87 jlink.c:883 jlink_get_version_info(): J-Link command EMU_CMD_VERSION failed (0)
Info : 239 87 jlink.c:537 jlink_init(): J-Link JTAG Interface ready
Debug: 240 87 jlink.c:675 jlink_reset(): trst: 0, srst: 0
Error: 241 87 jlink.c:701 jlink_simple_command(): J-Link command 0xdd failed (0)
Error: 242 87 jlink.c:701 jlink_simple_command(): J-Link command 0xdf failed (0)
Error: 243 90 jlink.c:419 jlink_speed(): J-Link setting speed failed (0)
Error: 244 90 jlink.c:1781 jlink_usb_message(): usb_bulk_write failed (requested=6, result=0)
Error: 245 90 jlink.c:1476 jlink_tap_execute(): jlink_tap_execute failed USB io (-107)
Debug: 246 90 jlink.c:1568 jlink_swd_switch_seq(): SWD-to-JTAG
Debug: 247 90 jlink.c:1584 jlink_swd_run_queue(): Executing 0 queued transactions
Error: 248 90 jlink.c:1781 jlink_usb_message(): usb_bulk_write failed (requested=24, result=0)
Error: 249 90 jlink.c:1613 jlink_swd_run_queue(): jlink_swd_run_queue failed USB io (-107)
Debug: 250 90 core.c:1614 adapter_khz_to_speed(): convert khz to interface specific speed value
Debug: 251 90 core.c:1617 adapter_khz_to_speed(): have interface set up
Error: 252 90 jlink.c:419 jlink_speed(): J-Link setting speed failed (0)
Debug: 253 90 command.c:628 run_command(): Command failed with error code -107
User : 254 91 command.c:666 command_run_line(): in procedure 'init'
jacob-2:open-ocd jacobrosenthal$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment