Max[m]: ``` Running `target/debug/probe-rs info --chip STM32H747XI` Probing target via JTAG WARN probe_rs::probe::stlink: send_jtag_command 242 failed: JtagNoDeviceConnected Error identifying target using protocol JTAG: An error with the usage of the probe occurred Probing target via SWD ARM Chip with debug port Default: Debug Port: DPv2, Designer: STMicroelectronics, Part: 0x4500, Revision: 0x0, Instance: 0x00 ├── 0 MemoryAP (AmbaAhb3) │ └── Error during access: The selected probe does not support the 'ARM' interface. ├── 1 MemoryAP (AmbaAhb3) │ └── Error during access: The selected probe does not support the 'ARM' interface. ├── 2 MemoryAP (AmbaApb2Apb3) │ └── Error during access: The selected probe does not support the 'ARM' interface. └── 3 Unknown AP (Designer: , Class: Undefined, Type: 0x0, Variant: 0x0, Revision: 0x2) Debugging RISC-V targets over SWD is not supported. For these targets, JTAG is the only supported protocol. RISC-V specific information cannot be printed. Debugging Xtensa targets over SWD is not supported. For these targets, JTAG is the only supported protocol. Xtensa specific information cannot be printed. ```