10-05-2019 12:29 AM
We are developing a system using HDMI Tx, Rx and MIPI CSI2 Tx. At present all these are controlled by microblaze. We have an external processor and would like to control all the FPGA IP's in the desing using this processor.
I was looking into the data sheets of above mentioned IP for regsiter list and could not find any. Is it possible to get the regsiters list with address offsets of these IP's.
Thanks,
Bhupesh
10-06-2019 05:46 AM
Hello @bhupesh.bharde
1. MIPI CSI-2 TX has a register explanation mentioned in PG260 Chapter 2 ( "Register Space" section)
See : PG260 - MIPI CSI-2 Transmit Subsystem v2.0 Product Guide (v2.0)
2. I believe HDMI TX/RX SS does not allow direct register access.
These IP's driver has API to control IP setting/features.
Please see also Appendix D of the following docs:
https://www.xilinx.com/support/documentation/ip_documentation/v_hdmi_tx_ss/v3_1/pg235-v-hdmi-tx-ss.pdf
https://www.xilinx.com/support/documentation/ip_documentation/v_hdmi_rx_ss/v3_1/pg236-v-hdmi-rx-ss.pdf
Regards
Leo