Skip to content

Instantly share code, notes, and snippets.

@willglynn
Created June 13, 2022 03:37
Show Gist options
  • Save willglynn/2fdc8fce3542dff77fa5e0cb79cbbf2f to your computer and use it in GitHub Desktop.
Save willglynn/2fdc8fce3542dff77fa5e0cb79cbbf2f to your computer and use it in GitHub Desktop.
probe-rs XMC4800 "Unsupported breakpoint comparator" output
% cargo run -- -vv --chip XMC4800-F100x2048 path/to/blink
Finished dev [unoptimized + debuginfo] target(s) in 0.03s
Running `target/debug/probe-run -vv --chip XMC4800-F100x2048 path/to/blink`
(HOST) DEBUG vector table: VectorTable { initial_stack_pointer: 2003fff0, hard_fault: 8001495 }
└─ probe_run::elf @ src/elf.rs:29
(HOST) DEBUG Searching registry for chip with name XMC4800-F100x2048
└─ probe_rs::config::registry @ …/probe-rs/probe-rs/src/config/registry.rs:176
(HOST) DEBUG Exact match for chip name: XMC4800-F100x2048
└─ probe_rs::config::registry @ …/probe-rs/probe-rs/src/config/registry.rs:197
(HOST) DEBUG Searching for CMSIS-DAP probes using libusb
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:16
(HOST) DEBUG Found 0 CMSIS-DAP probes using libusb, searching HID
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:25
(HOST) DEBUG Found 0 CMSIS-DAP probes total
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:46
(HOST) DEBUG libusb 1.0.24.11584
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:1556
(HOST) DEBUG libusb has capability API: true
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:1565
(HOST) DEBUG libusb has HID access: false
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:1566
(HOST) DEBUG libusb has hotplug support: true
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:1567
(HOST) DEBUG libusb can detach kernel driver: false
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:1568
(HOST) DEBUG open_usb: device descriptor: DeviceDescriptor {
bLength: 0x12,
bDescriptorType: 0x1,
bcdUSB: 0x200,
bDeviceClass: 0xef,
bDeviceSubClass: 0x2,
bDeviceProtocol: 0x1,
bMaxPacketSize: 0x40,
idVendor: 0x1366,
idProduct: 0x105,
bcdDevice: 0x100,
iManufacturer: 0x1,
iProduct: 0x2,
iSerialNumber: 0x3,
bNumConfigurations: 0x1,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:322
(HOST) DEBUG scanning 3 interfaces
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:347
(HOST) TRACE active configuration descriptor: ConfigDescriptor {
bLength: 0x9,
bDescriptorType: 0x2,
wTotalLength: 0x62,
bNumInterfaces: 0x3,
bConfigurationValue: 0x1,
iConfiguration: 0x4,
bmAttributes: 0x80,
bMaxPower: 0x32,
extra: Some(
[
0x8,
0xb,
0x0,
0x2,
0x2,
0x0,
0x0,
0x0,
],
),
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:348
(HOST) TRACE interface #1 descriptors:
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:352
(HOST) TRACE InterfaceDescriptor {
bLength: 0x9,
bDescriptorType: 0x4,
bInterfaceNumber: 0x0,
bAlternateSetting: 0x0,
bNumEndpoints: 0x1,
bInterfaceClass: 0x2,
bInterfaceSubClass: 0x2,
bInterfaceProtocol: 0x1,
iInterface: 0x5,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:355
(HOST) TRACE interface #2 descriptors:
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:352
(HOST) TRACE InterfaceDescriptor {
bLength: 0x9,
bDescriptorType: 0x4,
bInterfaceNumber: 0x1,
bAlternateSetting: 0x0,
bNumEndpoints: 0x2,
bInterfaceClass: 0xa,
bInterfaceSubClass: 0x0,
bInterfaceProtocol: 0x0,
iInterface: 0x6,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:355
(HOST) TRACE interface #3 descriptors:
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:352
(HOST) TRACE InterfaceDescriptor {
bLength: 0x9,
bDescriptorType: 0x4,
bInterfaceNumber: 0x2,
bAlternateSetting: 0x0,
bNumEndpoints: 0x2,
bInterfaceClass: 0xff,
bInterfaceSubClass: 0xff,
bInterfaceProtocol: 0xff,
iInterface: 0x7,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:355
(HOST) TRACE endpoint descriptors: [
EndpointDescriptor {
bLength: 0x7,
bDescriptorType: 0x5,
bEndpointAddress: 0x83,
bmAttributes: 0x2,
wMaxPacketSize: 0x40,
bInterval: 0x1,
},
EndpointDescriptor {
bLength: 0x7,
bDescriptorType: 0x5,
bEndpointAddress: 0x3,
bmAttributes: 0x2,
wMaxPacketSize: 0x40,
bInterval: 0x1,
},
]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:373
(HOST) DEBUG J-Link interface is #2
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:397
(HOST) TRACE write 1 bytes: [e8]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 4 bytes: [33, 5a, ea, b8]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG legacy caps: GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:450
(HOST) TRACE write 1 bytes: [ed]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 32 bytes: [33, 5a, ea, b8, 8d, 7c, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG unknown ext. capability bits: 0x67C8DB8EA5A33 truncated to 0x1B8EA5A33 (Reserved0 | GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx | HwJtagWrite)
└─ jaylink::capabilities @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/capabilities.rs:96
(HOST) DEBUG extended caps: GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx | HwJtagWrite
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:467
(HOST) TRACE write 2 bytes: [c7, ff]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 4 bytes: [3, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG found 1 probes
└─ probe_run::probe @ src/probe.rs:25
(HOST) TRACE Attempting to open device matching 1366:0105:000591137765
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:257
(HOST) TRACE Trying device Bus 002 Device 004: ID 1366:0105
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:273
(HOST) TRACE Trying device Bus 002 Device 006: ID 1a40:0101
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:273
(HOST) TRACE Trying device Bus 002 Device 005: ID 2109:8888
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:273
(HOST) TRACE Trying device Bus 002 Device 003: ID 0bda:8153
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:273
(HOST) TRACE Trying device Bus 002 Device 002: ID 2109:0817
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:273
(HOST) TRACE Trying device Bus 002 Device 001: ID 2109:2817
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:273
(HOST) DEBUG Attempting to open 1366:0105 in CMSIS-DAP v1 mode
└─ probe_rs::probe::cmsisdap::tools @ …/probe-rs/probe-rs/src/probe/cmsisdap/tools.rs:330
(HOST) DEBUG Acquired libusb context.
└─ probe_rs::probe::stlink::usb_interface @ …/probe-rs/probe-rs/src/probe/stlink/usb_interface.rs:108
(HOST) DEBUG open_usb: device descriptor: DeviceDescriptor {
bLength: 0x12,
bDescriptorType: 0x1,
bcdUSB: 0x200,
bDeviceClass: 0xef,
bDeviceSubClass: 0x2,
bDeviceProtocol: 0x1,
bMaxPacketSize: 0x40,
idVendor: 0x1366,
idProduct: 0x105,
bcdDevice: 0x100,
iManufacturer: 0x1,
iProduct: 0x2,
iSerialNumber: 0x3,
bNumConfigurations: 0x1,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:322
(HOST) DEBUG scanning 3 interfaces
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:347
(HOST) TRACE active configuration descriptor: ConfigDescriptor {
bLength: 0x9,
bDescriptorType: 0x2,
wTotalLength: 0x62,
bNumInterfaces: 0x3,
bConfigurationValue: 0x1,
iConfiguration: 0x4,
bmAttributes: 0x80,
bMaxPower: 0x32,
extra: Some(
[
0x8,
0xb,
0x0,
0x2,
0x2,
0x0,
0x0,
0x0,
],
),
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:348
(HOST) TRACE interface #1 descriptors:
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:352
(HOST) TRACE InterfaceDescriptor {
bLength: 0x9,
bDescriptorType: 0x4,
bInterfaceNumber: 0x0,
bAlternateSetting: 0x0,
bNumEndpoints: 0x1,
bInterfaceClass: 0x2,
bInterfaceSubClass: 0x2,
bInterfaceProtocol: 0x1,
iInterface: 0x5,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:355
(HOST) TRACE interface #2 descriptors:
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:352
(HOST) TRACE InterfaceDescriptor {
bLength: 0x9,
bDescriptorType: 0x4,
bInterfaceNumber: 0x1,
bAlternateSetting: 0x0,
bNumEndpoints: 0x2,
bInterfaceClass: 0xa,
bInterfaceSubClass: 0x0,
bInterfaceProtocol: 0x0,
iInterface: 0x6,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:355
(HOST) TRACE interface #3 descriptors:
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:352
(HOST) TRACE InterfaceDescriptor {
bLength: 0x9,
bDescriptorType: 0x4,
bInterfaceNumber: 0x2,
bAlternateSetting: 0x0,
bNumEndpoints: 0x2,
bInterfaceClass: 0xff,
bInterfaceSubClass: 0xff,
bInterfaceProtocol: 0xff,
iInterface: 0x7,
}
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:355
(HOST) TRACE endpoint descriptors: [
EndpointDescriptor {
bLength: 0x7,
bDescriptorType: 0x5,
bEndpointAddress: 0x83,
bmAttributes: 0x2,
wMaxPacketSize: 0x40,
bInterval: 0x1,
},
EndpointDescriptor {
bLength: 0x7,
bDescriptorType: 0x5,
bEndpointAddress: 0x3,
bmAttributes: 0x2,
wMaxPacketSize: 0x40,
bInterval: 0x1,
},
]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:373
(HOST) DEBUG J-Link interface is #2
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:397
(HOST) TRACE write 1 bytes: [e8]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 4 bytes: [33, 5a, ea, b8]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG legacy caps: GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:450
(HOST) TRACE write 1 bytes: [ed]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 32 bytes: [33, 5a, ea, b8, 8d, 7c, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG unknown ext. capability bits: 0x67C8DB8EA5A33 truncated to 0x1B8EA5A33 (Reserved0 | GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx | HwJtagWrite)
└─ jaylink::capabilities @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/capabilities.rs:96
(HOST) DEBUG extended caps: GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx | HwJtagWrite
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:467
(HOST) TRACE write 2 bytes: [c7, ff]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 4 bytes: [3, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG opened probe
└─ probe_run::probe @ src/probe.rs:33
(HOST) DEBUG Attaching to J-Link
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:448
(HOST) TRACE write 2 bytes: [c7, 1]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 4 bytes: [1, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Attaching with protocol 'SWD'
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:468
(HOST) INFO J-Link: S/N: 591137765
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:475
(HOST) DEBUG J-Link: Capabilities: GetHwVersion | ReadConfig | WriteConfig | SpeedInfo | GetMaxBlockSize | GetHwInfo | ResetStopTimed | SelectIf | GetCounters | GetCpuCaps | ExecCpuCmd | Swo | Register | Indicators | TestNetSpeed | GetCapsEx | HwJtagWrite
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:476
(HOST) TRACE write 1 bytes: [1]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 2 bytes: [70, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE read 112 bytes: [4a, 2d, 4c, 69, 6e, 6b, 20, 4c, 69, 74, 65, 2d, 58, 4d, 43, 34, 32, 30, 30, 20, 52, 65, 76, 2e, 31, 20, 63, 6f, 6d, 70, 69, 6c, 65, 64, 20, 4f, 63, 74, 20, 32, 37, 20, 32, 30, 31, 35, 20, 31, 37, 3a, 34, 31, 3a, 30, 31, 0, 43, 6f, 70, 79, 72, 69, 67, 68, 74, 20, 32, 30, 30, 33, 2d, 32, 30, 31, 32, 20, 53, 45, 47, 47, 45, 52, 3a, 20, 77, 77, 77, 2e, 73, 65, 67, 67, 65, 72, 2e, 63, 6f, 6d, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) INFO J-Link: Firmware version: J-Link Lite-XMC4200 Rev.1 compiled Oct 27 2015 17:41:01
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:481
(HOST) TRACE write 1 bytes: [f0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 4 bytes: [50, 8d, 3, 1]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) INFO J-Link: Hardware version: 165.0.0
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:483
(HOST) TRACE write 1 bytes: [7]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 8 bytes: [e4, c, 0, 0, 0, 10, 8, 1]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) INFO J-Link: Target voltage: 3.30 V
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:495
(HOST) DEBUG Attached succesfully
└─ probe_rs::probe::jlink @ …/probe-rs/probe-rs/src/probe/jlink/mod.rs:535
(HOST) TRACE write 18 bytes: [cf, 0, 33, 0, ff, ff, ff, ff, ff, ff, 7, ff, ff, ff, ff, ff, ff, 7]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 8 bytes: [ff, ff, ff, ff, ff, ff, 7, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE write 8 bytes: [cf, 0, 10, 0, ff, ff, 9e, e7]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 3 bytes: [9e, e7, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE write 18 bytes: [cf, 0, 33, 0, ff, ff, ff, ff, ff, ff, 7, ff, ff, ff, ff, ff, ff, 7]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 8 bytes: [ff, ff, ff, ff, ff, ff, 7, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE write 6 bytes: [cf, 0, 3, 0, 7, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 2 bytes: [0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Performing 1 transfers (0 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 18 bytes: [cf, 0, 38, 0, ff, 3, 0, 0, 0, 0, ff, 94, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 8 bytes: [94, e6, 8e, 2, 74, c5, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 731911287.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(2ba01477)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Selecting DP Default
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:392
(HOST) DEBUG Writing DP register ABORT, value=0x0000001e
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 1 transfers (0 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 20 bytes: [cf, 0, 3a, 0, ff, 83, ff, ff, ff, ff, ff, 3, 4, 2, f, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 9 bytes: [4, 66, f, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Writing DP register SELECT, value=0x00000000
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, c4, 2, 0, 0, 0, 0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [c4, 66, 0, 0, 0, 0, 0, d0, 9b, 52, 23, 7, e4, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading DP register CTRL/STAT
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:40
(HOST) DEBUG Performing 1 transfers (0 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 18 bytes: [cf, 0, 38, 0, ff, 3, 0, 0, 0, 0, ff, 34, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 8 bytes: [34, 26, e8, 1, 0, de, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 4026535745.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(f0000f41)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read DP register CTRL/STAT, value=0xf0000f41
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:42
(HOST) DEBUG Reading DP register CTRL/STAT
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:40
(HOST) DEBUG Performing 1 transfers (0 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 18 bytes: [cf, 0, 38, 0, ff, 3, 0, 0, 0, 0, ff, 34, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 8 bytes: [34, 26, e8, 1, 0, de, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 4026535745.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(f0000f41)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read DP register CTRL/STAT, value=0xf0000f41
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:42
(HOST) DEBUG Writing DP register CTRL/STAT, value=0xf0000f41
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, a4, 82, a0, 7, 0, 78, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [a4, e6, a0, 7, 0, 78, 0, d0, 9b, 52, 23, 7, e4, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE Searching valid APs
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:414
(HOST) DEBUG Reading register IDR
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Changing AP to 0, AP_BANK_SEL to 15
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:495
(HOST) DEBUG Writing DP register SELECT, value=0x000000f0
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, c4, 2, 78, 0, 0, 0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [c4, 66, 78, 0, 0, 0, 0, d0, 9b, 52, 23, 7, e4, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, a6, d4, c8, 1, f9, f4, 26, 2, e0, 8e, c4, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 611778577.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(24770011)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register IDR, value=0x24770011
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Reading register IDR
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Changing AP to 1, AP_BANK_SEL to 15
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:495
(HOST) DEBUG Writing DP register SELECT, value=0x010000f0
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, c4, 2, 78, 0, 80, 80, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [c4, 66, 78, 0, 80, 80, 0, d0, 9b, 8, 80, 3b, 12, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 611778577.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(24770011)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 2, e0, 8e, c4, f4, 6, 0, 0, 0, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 611778577.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(24770011)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 0.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register IDR, value=0x0
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Reading register IDR
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Changing AP to 0, AP_BANK_SEL to 15
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:495
(HOST) DEBUG Writing DP register SELECT, value=0x000000f0
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, c4, 2, 78, 0, 0, 0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [c4, 66, 78, 0, 0, 0, 0, d0, 1b, 0, 0, 0, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 0.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 6, 0, 0, 0, c0, f4, 26, 2, e0, 8e, c4, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 0.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 611778577.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(24770011)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register IDR, value=0x24770011
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Reading register BASE
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, dc, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [dc, 26, 2, e0, 8e, c4, f4, 66, 0, fe, 1, fc, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 611778577.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(24770011)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3759140867.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(e00ff003)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register BASE, value=0xe00ff003
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Reading register BASE2
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 1c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [1c, 66, 0, fe, 1, fc, f4, 6, 0, 0, 0, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 3759140867.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(e00ff003)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 0.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register BASE2, value=0x0
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Reading register CSW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Changing AP to 0, AP_BANK_SEL to 0
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:495
(HOST) DEBUG Writing DP register SELECT, value=0x00000000
└─ probe_rs::architecture::arm::dp @ …/probe-rs/probe-rs/src/architecture/arm/dp/mod.rs:52
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, c4, 2, 0, 0, 0, 0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [c4, 66, 0, 0, 0, 0, 0, d0, 1b, 0, 0, 0, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 0.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 1c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [1c, 6, 0, 0, 0, c0, f4, 46, a, 0, 60, c4, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 0.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 587202642.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(23000052)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register CSW, value=0x23000052
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register CSW, value=CSW { DbgSwEnable: 1, HNONSEC: 1, PROT: 6, CACHE: 3, SPIDEN: 0, _RES0: 0, MTE: 0, Type: 0, Mode: 0, TrinProg: 0, DeviceEn: 0, AddrInc: Single, _RES1: 0, SIZE: U8 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 8c, 2, 8, 0, 80, 71, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [8c, 66, 8, 0, 80, 71, 0, d0, 1b, 29, 0, 80, 11, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 587202642.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(23000052)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register CSW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 1c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [1c, 46, a, 0, 60, c4, f4, 6, a, 0, 60, e4, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 587202642.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(23000052)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 587202640.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(23000050)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register CSW, value=0x23000050
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register CSW, value=CSW { DbgSwEnable: 0, HNONSEC: 0, PROT: 2, CACHE: 3, SPIDEN: 0, _RES0: 0, MTE: 0, Type: 0, Mode: 0, TrinProg: 0, DeviceEn: 1, AddrInc: Single, _RES1: 0, SIZE: U32 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 8c, 2, 29, 0, 80, 11, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [8c, 66, 29, 0, 80, 11, 0, d0, 1b, 28, 0, 80, 91, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 587202640.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(23000050)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG HNONSEC supported: false
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:206
(HOST) DEBUG AP GenericAp { address: ApAddress { dp: Default, ap: 0 } }: MemoryAp(MemoryApInformation { address: ApAddress { dp: Default, ap: 0 }, only_32bit_data_size: false, debug_base_address: 3759140864, supports_hnonsec: false })
└─ probe_rs::architecture::arm::communication_interface @ …/probe-rs/probe-rs/src/architecture/arm/communication_interface.rs:418
(HOST) DEBUG Writing register CSW, value=CSW { DbgSwEnable: 0, HNONSEC: 1, PROT: 2, CACHE: 3, SPIDEN: 0, _RES0: 0, MTE: 0, Type: 0, Mode: 0, TrinProg: 0, DeviceEn: 0, AddrInc: Single, _RES1: 0, SIZE: U32 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 8c, 2, 9, 0, 80, 31, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [8c, 66, 9, 0, 80, 31, 0, d0, 1b, 28, 0, 80, 91, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 587202640.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(23000050)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Writing register TAR, value=TAR { address: e000edf0 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, f8, 76, 0, f0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, f8, 76, 0, f0, 0, d0, 1b, 28, 0, 80, 91, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 587202640.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(23000050)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 6, a, 0, 60, e4, f4, 26, 0, 20, 21, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 587202640.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(23000050)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0x1090001
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Core is already in debug mode, no need to enable it again
└─ probe_rs::architecture::arm::sequences @ …/probe-rs/probe-rs/src/architecture/arm/sequences/mod.rs:185
(HOST) DEBUG Writing register CSW, value=CSW { DbgSwEnable: 0, HNONSEC: 1, PROT: 2, CACHE: 3, SPIDEN: 0, _RES0: 0, MTE: 0, Type: 0, Mode: 0, TrinProg: 0, DeviceEn: 0, AddrInc: Single, _RES1: 0, SIZE: U32 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 8c, 2, 9, 0, 80, 31, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [8c, 66, 9, 0, 80, 31, 0, d0, 9b, 0, 80, 84, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Writing register TAR, value=TAR { address: e000edf0 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, f8, 76, 0, f0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, f8, 76, 0, f0, 0, d0, 9b, 0, 80, 84, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 0, 20, 21, c0, f4, 26, 0, 20, 21, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0x1090001
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register TAR, value=TAR { address: e000ed30 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 98, 76, 0, f0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 98, 76, 0, f0, 0, d0, 9b, 0, 80, 84, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Writing register DRW, value=DRW { data: 1f }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, ec, 82, f, 0, 0, 80, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [ec, e6, f, 0, 0, 80, 0, d0, 9b, 0, 80, 84, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Writing register TAR, value=TAR { address: e0002000 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 0, 10, 0, 70, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 0, 10, 0, 70, 0, d0, 9b, 0, 80, 84, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 0, 20, 21, c0, f4, 26, 4c, 0, 0, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 17367041.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(1090001)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0x261
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register TAR, value=TAR { address: e0002000 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 0, 10, 0, 70, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 0, 10, 0, 70, 0, d0, 9b, 30, 1, 0, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 4c, 0, 0, c0, f4, 26, 4c, 0, 0, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0x261
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register TAR, value=TAR { address: e0002008 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 4, 10, 0, f0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 4, 10, 0, f0, 0, d0, 9b, 30, 1, 0, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 4c, 0, 0, c0, f4, a6, d4, c8, 1, f9, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0xc80e46a5
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register CSW, value=CSW { DbgSwEnable: 0, HNONSEC: 1, PROT: 2, CACHE: 3, SPIDEN: 0, _RES0: 0, MTE: 0, Type: 0, Mode: 0, TrinProg: 0, DeviceEn: 0, AddrInc: Single, _RES1: 0, SIZE: U32 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 8c, 2, 9, 0, 80, 31, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [8c, 66, 9, 0, 80, 31, 0, d0, 9b, 52, 23, 7, e4, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Writing register TAR, value=TAR { address: e0002000 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 0, 10, 0, 70, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 0, 10, 0, 70, 0, d0, 9b, 52, 23, 7, e4, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, a6, d4, c8, 1, f9, f4, 26, 4c, 0, 0, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0x261
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register TAR, value=TAR { address: e0002000 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 0, 10, 0, 70, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 0, 10, 0, 70, 0, d0, 9b, 30, 1, 0, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 4c, 0, 0, c0, f4, 26, 4c, 0, 0, c0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0x261
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) DEBUG Writing register TAR, value=TAR { address: e0002008 }
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:140
(HOST) TRACE Adding 2 idle cycles after transfer!
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:241
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 34 bytes: [cf, 0, 72, 0, ff, 83, ff, ff, ff, ff, ff, ff, f, 0, 0, 0, 0, fc, 3, 2c, 2, 4, 10, 0, f0, 0, d0, b, 0, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 16 bytes: [2c, 66, 4, 10, 0, f0, 0, d0, 9b, 30, 1, 0, 0, 3, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) DEBUG Transfer result 0: Ok(0)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Reading register DRW
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:123
(HOST) DEBUG Performing 2 transfers (1 additional transfers)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:281
(HOST) TRACE write 30 bytes: [cf, 0, 68, 0, ff, 3, 0, 0, 0, 0, ff, 3, 0, 0, 0, 0, ff, 7c, 2, 0, 0, 0, 0, f4, 2, 0, 0, 0, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:521
(HOST) TRACE read 14 bytes: [7c, 26, 4c, 0, 0, c0, f4, a6, d4, c8, 1, f9, 0, 0]
└─ jaylink @ ~/.cargo/registry/src/github.com-1ecc6299db9ec823/jaylink-0.2.0/src/lib.rs:551
(HOST) TRACE DAP read 609.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 0: Ok(261)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) TRACE DAP read 3356378789.
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:614
(HOST) DEBUG Transfer result 1: Ok(c80e46a5)
└─ probe_rs::probe::jlink::swd @ …/probe-rs/probe-rs/src/probe/jlink/swd.rs:307
(HOST) DEBUG Read register DRW, value=0xc80e46a5
└─ probe_rs::architecture::arm::ap @ …/probe-rs/probe-rs/src/architecture/arm/ap/mod.rs:126
(HOST) WARN Could not clear all hardware breakpoints: ArchitectureSpecific(Other(Unsupported breakpoint comparator value 0xc80e46a5 for HW breakpoint. Breakpoint must be on half-word boundaries))
└─ probe_rs::session @ …/probe-rs/probe-rs/src/session.rs:496
Error: A core architecture specific error occured
Caused by:
Unsupported breakpoint comparator value 0xc80e46a5 for HW breakpoint. Breakpoint must be on half-word boundaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment