Hello
Currently I am trying to use CoreSight Access Library on PYNQ Z1 device (which has ARM A9 on the chip). Since the device is not listed as a supported device, I need to do manual device registration by editing csregistration.c/ cs_demo_known_boards.c file.
However, this process require me to know bunch of addresses, such as for romtable, ETB, ETR, ATB.
If anyone know, where can I find these address information, please let me know.
Thanks.
PYNG is ZYNQ, right? So just check out UG585 (the ZYNQ TRM). For example: ETB base is at 0xF8801000.
Thank you so much! This is exactly what I searched for!!!
Then you should mark my reply as answer ;-) Not yours.
Done :)