Hello community,
I hope to detect FS and FE packet receive timing on MIPI-CSI2.
Can an interrupt be triggered by an FS/FE packet in MIPI-CSI2 of IMX93?
I could not find it in the interrupt flag registers described in the reference manual rev2.0.
By the way, main interrupt status. (INT_ST_MAIN), there are 10 valid interrupt flags
for sub modules of MIPI-CSI2.
- status_int_ipi_fatal[18]
- status_int_phy[16]
- status_int_ecc_corrected[7]
- status_int_data_id[6]
- status_int_pld_crc_fatal[5]
- status_int_crc_frame_fatal[4]
- status_int_seq_frame_fatal[3]
- status_int_bndry_frame_fatal[2]
- status_int_pkt_fata[1]
- status_int_phy_fatal[0]
But only 4 of the 10 submodule registers are described in register map of Reference Manual.
- 54.5.1.31 Fatal Interruption Caused by PHY (INT_ST_PHY_FATAL)
- 54.5.1.34 Fatal Interruption Caused During Packet Construction (INT_ST_PKT_FATAL)
- 54.5.1.37 Interruption Caused by PHY (INT_ST_PHY)
- 54.5.1.40 Fatal Interruption Caused by IPI Interface (INT_ST_IPI_FATAL)
Are there any interrupts triggered by FS/FE in the remaining 6 interrupt factors
that do not have register descriptions?
Best regards,
Ishii.