-
Notifications
You must be signed in to change notification settings - Fork 112
Description
Env:
Windows 11
Pic0_w -> Pico_w
I can confirm that the pico_w with debugprobe is receiving data from the hello_world example flashed to the target pico_w through PuTTy and serial monitor in Vscode.
Here is the output from openOCD:
C:\pico\openocd\src>openocd.exe -s ../tcl -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "adapter speed 5000" -d
Open On-Chip Debugger 0.12.0+dev-01703-ge09bb72da-dirty (2024-09-04-01:15)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
User : 3 4 options.c:52 configuration_output_handler(): debug_level: 3User : 4 11 options.c:52 configuration_output_handler():
Debug: 5 14 options.c:346 parse_cmdline_args(): ARGV[0] = "openocd.exe"
Debug: 6 17 options.c:346 parse_cmdline_args(): ARGV[1] = "-s"
Debug: 7 20 options.c:346 parse_cmdline_args(): ARGV[2] = "../tcl"
Debug: 8 23 options.c:346 parse_cmdline_args(): ARGV[3] = "-f"
Debug: 9 26 options.c:346 parse_cmdline_args(): ARGV[4] = "interface/cmsis-dap.cfg"
Debug: 10 29 options.c:346 parse_cmdline_args(): ARGV[5] = "-f"
Debug: 11 32 options.c:346 parse_cmdline_args(): ARGV[6] = "target/rp2040.cfg"
Debug: 12 35 options.c:346 parse_cmdline_args(): ARGV[7] = "-c"
Debug: 13 38 options.c:346 parse_cmdline_args(): ARGV[8] = "adapter speed 5000"
Debug: 14 42 options.c:346 parse_cmdline_args(): ARGV[9] = "-d"
Debug: 15 45 options.c:233 add_default_dirs(): bindir=C:/msys64/mingw64/bin
Debug: 16 48 options.c:234 add_default_dirs(): pkgdatadir=C:/msys64/mingw64/share/openocd
Debug: 17 52 options.c:235 add_default_dirs(): exepath=C:/pico/openocd/src
Debug: 18 55 options.c:236 add_default_dirs(): bin2data=../share/openocd
Debug: 19 58 configuration.c:33 add_script_search_dir(): adding C:/Users/billj/AppData/Roaming/OpenOCD
Debug: 20 63 configuration.c:33 add_script_search_dir(): adding C:/pico/openocd/src/../share/openocd/site
Debug: 21 68 configuration.c:33 add_script_search_dir(): adding C:/pico/openocd/src/../share/openocd/scripts
Debug: 22 77 command.c:153 script_debug(): command - ocd_find interface/cmsis-dap.cfg
Debug: 23 81 configuration.c:88 find_file(): found ../tcl/interface/cmsis-dap.cfg
Debug: 24 86 command.c:153 script_debug(): command - adapter driver cmsis-dap
Debug: 25 92 command.c:153 script_debug(): command - ocd_find target/rp2040.cfg
Debug: 26 95 configuration.c:88 find_file(): found ../tcl/target/rp2040.cfg
Debug: 27 98 command.c:153 script_debug(): command - transport select swd
Debug: 28 102 command.c:153 script_debug(): command - ocd_find target/swj-dp.tcl
Debug: 29 108 configuration.c:88 find_file(): found ../tcl/target/swj-dp.tcl
Debug: 30 113 command.c:153 script_debug(): command - transport select
Debug: 31 115 command.c:153 script_debug(): command - transport select
Debug: 32 119 command.c:153 script_debug(): command - transport select
Debug: 33 121 command.c:153 script_debug(): command - swd newdap rp2040 cpu -expected-id 0x01002927
Debug: 34 125 tcl.c:404 handle_jtag_newtap_args(): Creating New Tap, Chip: rp2040, Tap: cpu, Dotted: rp2040.cpu, 2 params
Debug: 35 130 core.c:1475 jtag_tap_init(): Created Tap: rp2040.cpu @ abs position 0, irlen 0, capture: 0x1 mask: 0x3
Debug: 36 135 command.c:153 script_debug(): command - dap create rp2040.dap0 -chain-position rp2040.cpu -dp-id 0x01002927 -instance-id 0
Debug: 37 141 command.c:153 script_debug(): command - target create rp2040.core0 cortex_m -dap rp2040.dap0 -coreid 0
Debug: 38 146 command.c:259 register_command(): command 'tpiu' is already registered
Debug: 39 150 command.c:259 register_command(): command 'rtt' is already registered
Debug: 40 154 command.c:153 script_debug(): command - rp2040.core0 cortex_m reset_config sysresetreq
Debug: 41 158 command.c:153 script_debug(): command - dap create rp2040.dap1 -chain-position rp2040.cpu -dp-id 0x01002927 -instance-id 1
Debug: 42 164 command.c:153 script_debug(): command - target create rp2040.core1 cortex_m -dap rp2040.dap1 -coreid 1
Debug: 43 170 command.c:259 register_command(): command 'arm' is already registered
Debug: 44 173 command.c:259 register_command(): command 'arm core_state' is already registered
Debug: 45 177 command.c:259 register_command(): command 'arm disassemble' is already registered
Debug: 46 180 command.c:259 register_command(): command 'arm semihosting' is already registered
Debug: 47 184 command.c:259 register_command(): command 'arm semihosting_redirect' is already registered
Debug: 48 188 command.c:259 register_command(): command 'arm semihosting_cmdline' is already registered
Debug: 49 191 command.c:259 register_command(): command 'arm semihosting_fileio' is already registered
Debug: 50 196 command.c:259 register_command(): command 'arm semihosting_resexit' is already registered
Debug: 51 201 command.c:259 register_command(): command 'arm semihosting_read_user_param' is already registered
Debug: 52 205 command.c:259 register_command(): command 'arm semihosting_basedir' is already registered
Debug: 53 209 command.c:259 register_command(): command 'itm' is already registered
Debug: 54 212 command.c:259 register_command(): command 'itm port' is already registered
Debug: 55 215 command.c:259 register_command(): command 'itm ports' is already registered
Debug: 56 219 command.c:259 register_command(): command 'tpiu' is already registered
Debug: 57 222 command.c:259 register_command(): command 'tpiu config' is already registered
Debug: 58 226 command.c:259 register_command(): command 'cortex_m' is already registered
Debug: 59 230 command.c:259 register_command(): command 'cortex_m maskisr' is already registered
Debug: 60 234 command.c:259 register_command(): command 'cortex_m vector_catch' is already registered
Debug: 61 238 command.c:259 register_command(): command 'cortex_m reset_config' is already registered
Debug: 62 242 command.c:259 register_command(): command 'cortex_m smp' is already registered
Debug: 63 246 command.c:259 register_command(): command 'cortex_m smp_gdb' is already registered
Debug: 64 249 command.c:259 register_command(): command 'rtt' is already registered
Debug: 65 252 command.c:259 register_command(): command 'rtt setup' is already registered
Debug: 66 255 command.c:259 register_command(): command 'rtt start' is already registered
Debug: 67 259 command.c:259 register_command(): command 'rtt stop' is already registered
Debug: 68 262 command.c:259 register_command(): command 'rtt polling_interval' is already registered
Debug: 69 266 command.c:259 register_command(): command 'rtt channels' is already registered
Debug: 70 270 command.c:259 register_command(): command 'rtt channellist' is already registered
Debug: 71 274 command.c:153 script_debug(): command - rp2040.core1 cortex_m reset_config sysresetreq
Debug: 72 278 command.c:153 script_debug(): command - rp2040.core0 configure -rtos hwthread
Info : 73 281 hwthread.c:407 hwthread_create(): Hardware thread awareness created
Debug: 74 285 command.c:153 script_debug(): command - rp2040.core1 configure -rtos hwthread
Info : 75 288 hwthread.c:407 hwthread_create(): Hardware thread awareness created
Debug: 76 293 command.c:153 script_debug(): command - target smp rp2040.core0 rp2040.core1
Debug: 77 296 target.c:6016 handle_target_smp(): 2
Debug: 78 298 target.c:5975 create_target_list_node(): rp2040.core0
Debug: 79 301 target.c:5975 create_target_list_node(): rp2040.core1
Debug: 80 303 hwthread.c:209 hwthread_update_threads(): hwthread_update_threads current_thread=-1
Debug: 81 307 command.c:153 script_debug(): command - rp2040.core0 configure -work-area-phys 0x20010000 -work-area-size 0x10000 -work-area-backup 1
Debug: 82 313 target.c:2130 target_free_all_working_areas_restore(): freeing all working areas
Debug: 83 317 target.c:2130 target_free_all_working_areas_restore(): freeing all working areas
Debug: 84 323 target.c:2130 target_free_all_working_areas_restore(): freeing all working areas
Debug: 85 329 command.c:153 script_debug(): command - flash bank rp2040.flash rp2040_flash 0x10000000 0 0 0 rp2040.core0
Debug: 86 337 tcl.c:1307 handle_flash_bank_command(): 'rp2040_flash' driver usage field missing
Debug: 87 343 command.c:153 script_debug(): command - flash bank rp2040.alias virtual 0x10000000 0 0 0 rp2040.core1 rp2040.flash
Debug: 88 349 tcl.c:1307 handle_flash_bank_command(): 'virtual' driver usage field missing
Debug: 89 355 command.c:153 script_debug(): command - targets rp2040.core0
Debug: 90 359 command.c:153 script_debug(): command - adapter speed 5000
Debug: 91 362 adapter.c:250 adapter_config_khz(): handle adapter khz
Debug: 92 365 adapter.c:214 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 93 370 adapter.c:214 adapter_khz_to_speed(): convert khz to adapter specific speed value
User : 94 374 options.c:52 configuration_output_handler(): adapter speed: 5000 kHzUser : 95 378 options.c:52 configuration_output_handler():
Info : 96 382 server.c:298 add_service(): Listening on port 6666 for tcl connections
Info : 97 388 server.c:298 add_service(): Listening on port 4444 for telnet connections
Debug: 98 392 command.c:153 script_debug(): command - init
Debug: 99 396 command.c:153 script_debug(): command - target init
Debug: 100 399 command.c:153 script_debug(): command - target names
Debug: 101 403 command.c:153 script_debug(): command - rp2040.core0 cget -event gdb-flash-erase-start
Debug: 102 408 command.c:153 script_debug(): command - rp2040.core0 configure -event gdb-flash-erase-start reset init
Debug: 103 414 command.c:153 script_debug(): command - rp2040.core0 cget -event gdb-flash-write-end
Debug: 104 419 command.c:153 script_debug(): command - rp2040.core0 configure -event gdb-flash-write-end reset halt
Debug: 105 423 command.c:153 script_debug(): command - rp2040.core0 cget -event gdb-attach
Debug: 106 428 command.c:153 script_debug(): command - rp2040.core0 configure -event gdb-attach halt 1000
Debug: 107 432 command.c:153 script_debug(): command - rp2040.core1 cget -event gdb-flash-erase-start
Debug: 108 437 command.c:153 script_debug(): command - rp2040.core1 configure -event gdb-flash-erase-start reset init
Debug: 109 442 command.c:153 script_debug(): command - rp2040.core1 cget -event gdb-flash-write-end
Debug: 110 447 command.c:153 script_debug(): command - rp2040.core1 configure -event gdb-flash-write-end reset halt
Debug: 111 453 command.c:153 script_debug(): command - rp2040.core1 cget -event gdb-attach
Debug: 112 458 command.c:153 script_debug(): command - rp2040.core1 configure -event gdb-attach halt 1000
Debug: 113 465 target.c:1588 handle_target_init_command(): Initializing targets...
Debug: 114 470 semihosting_common.c:107 semihosting_common_init():
Debug: 115 473 semihosting_common.c:107 semihosting_common_init():
Debug: 116 512 cmsis_dap_usb_bulk.c:124 cmsis_dap_usb_open(): could not open device 0x8086:0x15d4: Operation not supported or unimplemented on this platform
Debug: 117 519 cmsis_dap_usb_bulk.c:124 cmsis_dap_usb_open(): could not open device 0x8087:0x0a2b: Operation not supported or unimplemented on this platform
Debug: 118 527 cmsis_dap_usb_bulk.c:169 cmsis_dap_usb_open(): found product string of 0x2e8a:0x000c 'Picoprobe (CMSIS-DAP)'
Debug: 119 532 cmsis_dap_usb_bulk.c:189 cmsis_dap_usb_open(): enumerating interfaces of 0x2e8a:0x000c
Debug: 120 538 cmsis_dap_usb_bulk.c:236 cmsis_dap_usb_open(): found interface 0 string 'CMSIS-DAP v2 Interface'
Info : 121 543 cmsis_dap_usb_bulk.c:339 cmsis_dap_usb_open(): Using CMSIS-DAPv2 interface with VID:PID=0x2e8a:0x000c, serial=E661A4D4173BB22A
Debug: 122 573 cmsis_dap_usb_bulk.c:508 cmsis_dap_usb_read(): USB timeout @ 0
Info : 123 579 cmsis_dap.c:1174 cmsis_dap_get_caps_info(): CMSIS-DAP: SWD supported
Info : 124 582 cmsis_dap.c:1174 cmsis_dap_get_caps_info(): CMSIS-DAP: Atomic commands supported
Info : 125 587 cmsis_dap.c:1174 cmsis_dap_get_caps_info(): CMSIS-DAP: Test domain timer supported
Info : 126 592 cmsis_dap.c:1151 cmsis_dap_get_version_info(): CMSIS-DAP: FW Version = 2.0.0
Info : 127 597 cmsis_dap.c:1308 cmsis_dap_swd_open(): CMSIS-DAP: Interface Initialised (SWD)
Debug: 128 601 cmsis_dap.c:1393 cmsis_dap_init(): CMSIS-DAP: Packet Count = 2
Debug: 129 605 cmsis_dap.c:1396 cmsis_dap_init(): Allocating FIFO for 2 pending packets
Info : 130 611 cmsis_dap.c:1207 cmsis_dap_get_status(): SWCLK/TCK = 0 SWDIO/TMS = 0 TDI = 0 TDO = 0 nTRST = 0 nRESET = 0
Info : 131 620 cmsis_dap.c:1448 cmsis_dap_init(): CMSIS-DAP: Interface ready
Debug: 132 624 adapter.c:214 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 133 628 adapter.c:218 adapter_khz_to_speed(): have adapter set up
Debug: 134 632 adapter.c:214 adapter_khz_to_speed(): convert khz to adapter specific speed value
Debug: 135 636 adapter.c:218 adapter_khz_to_speed(): have adapter set up
Info : 136 639 adapter.c:178 adapter_init(): clock speed 5000 kHz
Debug: 137 642 openocd.c:133 handle_init_command(): Debug Adapter init complete
Debug: 138 647 command.c:153 script_debug(): command - transport init
Debug: 139 651 transport.c:219 handle_transport_init(): handle_transport_init
Debug: 140 656 command.c:153 script_debug(): command - dap init
Debug: 141 660 arm_dap.c:96 dap_init_all(): Initializing all DAPs ...
Debug: 142 664 arm_dap.c:120 dap_init_all(): DAP rp2040.cpu configured by default to use ADIv5 protocol
Debug: 143 669 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 144 673 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 145 678 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 146 684 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 147 687 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 148 691 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 149 699 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 150 705 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 151 710 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 152 730 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 153 736 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 154 740 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 155 746 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 156 751 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 157 757 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 158 778 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 159 782 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 160 786 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 161 794 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 162 798 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 163 804 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 164 825 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 165 829 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 166 832 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 167 841 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 168 844 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 169 848 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 170 856 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 171 860 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 172 864 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 173 873 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 174 877 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 175 881 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 176 888 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 177 894 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 178 900 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 179 920 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 180 926 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 181 931 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 182 952 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 183 957 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 184 962 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 185 967 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 186 972 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 187 976 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 188 983 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 189 987 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 190 990 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 191 999 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 192 1004 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 193 1007 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 194 1015 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 195 1019 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 196 1023 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 197 1030 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 198 1034 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 199 1038 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 200 1046 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 201 1049 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 202 1053 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 203 1062 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 204 1067 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 205 1073 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 206 1094 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 207 1097 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 208 1101 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 209 1109 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 210 1115 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 211 1120 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 212 1141 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 213 1146 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 214 1149 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Debug: 215 1157 cmsis_dap.c:1257 cmsis_dap_swd_switch_seq(): JTAG-to-DORMANT
Debug: 216 1162 cmsis_dap.c:1272 cmsis_dap_swd_switch_seq(): DORMANT-to-SWD
Debug: 217 1167 cmsis_dap.c:945 cmsis_dap_swd_read_process(): SWD ack not OK @ 0 JUNK
Error: 218 1173 adi_v5_swd.c:323 swd_connect_multidrop(): Failed to connect multidrop rp2040.dap0
Debug: 219 1177 command.c:528 exec_command(): Command 'dap init' failed with error code -400
User : 220 1181 command.c:601 command_run_line():
Debug: 221 1184 command.c:528 exec_command(): Command 'init' failed with error code -4
User : 222 1187 command.c:601 command_run_line():
Debug: 223 1190 breakpoints.c:328 breakpoint_remove_all_internal(): [rp2040.core0] Delete all breakpoints
Debug: 224 1195 breakpoints.c:328 breakpoint_remove_all_internal(): [rp2040.core1] Delete all breakpoints
Debug: 225 1200 target.c:2130 target_free_all_working_areas_restore(): freeing all working areas
Debug: 226 1204 breakpoints.c:328 breakpoint_remove_all_internal(): [rp2040.core1] Delete all breakpoints
Debug: 227 1209 target.c:2130 target_free_all_working_areas_restore(): freeing all working areas
Debug: 228 1213 cmsis_dap.c:1267 cmsis_dap_swd_switch_seq(): SWD-to-DORMANT