Advertisement
ALTracer

probe-rs v0.25 JLink GD32E5

Jan 17th, 2025
11
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. $ cargo-1.80 run -- info --protocol jtag
  2. Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
  3. Running `target/debug/probe-rs info --protocol jtag`
  4. Probing target via JTAG
  5.  
  6. ARM Chip with debug port Default:
  7. Debug Port: DPv1, MINDP, DP Designer: ARM Ltd
  8. └── 0 MemoryAP (AmbaAhb5)
  9. └── ROM Table (Class 1), Designer: GigaDevice Semiconductor (Beijing)
  10. ├── ROM Table (Class 1), Designer: ARM Ltd
  11. │ ├── Cortex-M33 SCS (Coresight Component)
  12. │ │ └── CPUID
  13. │ │ ├── IMPLEMENTER: ARM Ltd
  14. │ │ ├── VARIANT: 0
  15. │ │ ├── PARTNO: Cortex-M33
  16. │ │ └── REVISION: 4
  17. │ ├── Cortex-M33 DWT (Coresight Component)
  18. │ ├── Cortex-M33 BPU (Coresight Component)
  19. │ └── Cortex-M33 ITM (Coresight Component)
  20. └── Cortex-M33 TPIU (Coresight Component)
  21.  
  22.  
  23. RISC-V Chip:
  24. IDCODE: 0000000000
  25. Version: 0
  26. Part: 0
  27. Manufacturer: 0 (Unknown Manufacturer Code)
  28. Error showing Xtensa chip information: An error originating from the DebugProbe occurred.
  29.  
  30. Caused by:
  31. Invalid instruction register access: 30
  32.  
  33. $ cargo-1.80 run -- info --protocol swd
  34. Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.32s
  35. Running `target/debug/probe-rs info --protocol swd`
  36. Probing target via SWD
  37.  
  38. ARM Chip with debug port Default:
  39. Debug Port: DPv2, MINDP, Designer: GigaDevice Semiconductor (Beijing), Part: 0x3233, Revision: 0x0, Instance: 0x00
  40. └── 0 MemoryAP (AmbaAhb5)
  41. └── ROM Table (Class 1), Designer: GigaDevice Semiconductor (Beijing)
  42. ├── ROM Table (Class 1), Designer: ARM Ltd
  43. │ ├── Cortex-M33 SCS (Coresight Component)
  44. │ │ └── CPUID
  45. │ │ ├── IMPLEMENTER: ARM Ltd
  46. │ │ ├── VARIANT: 0
  47. │ │ ├── PARTNO: Cortex-M33
  48. │ │ └── REVISION: 4
  49. │ ├── Cortex-M33 DWT (Coresight Component)
  50. │ ├── Cortex-M33 BPU (Coresight Component)
  51. │ └── Cortex-M33 ITM (Coresight Component)
  52. └── Cortex-M33 TPIU (Coresight Component)
  53.  
  54.  
  55. 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.
  56. Debugging Xtensa targets over SWD is not supported. For these targets, JTAG is the only supported protocol. Xtensa specific information cannot be printed.
  57.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement