Advertisement
ALTracer

STM32F7 TPIU-CM7 regdump

Nov 6th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. (gdb) dump binary memory stm32f7-tpiu.bin 0xe0040000 0xe0041000
  2.  
  3. $ hexdump -C stm32f7-tpiu.bin
  4.  
  5. 00000000 0b 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 |................|
  6. 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  7. *
  8. 000000f0 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  9. 00000100 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  10. *
  11. 00000300 08 00 00 00 02 01 00 00 00 00 00 00 00 00 00 00 |................|
  12. 00000310 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  13. *
  14. 00000fa0 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  15. 00000fb0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  16. 00000fc0 00 00 00 00 00 00 00 00 a1 0c 00 00 11 00 00 00 |................|
  17. 00000fd0 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
  18. 00000fe0 a9 00 00 00 b9 00 00 00 0b 00 00 00 00 00 00 00 |................|
  19. 00000ff0 0d 00 00 00 90 00 00 00 05 00 00 00 b1 00 00 00 |................|
  20. 00001000
  21.  
  22. 0x0e0040000: Debug component - Cortex-M7 TPIU (Trace Port Interface Unit) (PIDR = 0x04000bb9a9 DEVTYPE = 0x11 ARCHID = 0x0000)
  23. TPIU_DEVID at 0xE0040FC8 equals 0x00000ca1, so it supports Manchester and NRZ encoding, has FIFOSZ=4, has ATB input multiplexing (between ITM and ETM).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement