This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: How to implement the timeout or parity errors detect function on csirx module?

Part Number: TDA4VM
Other Parts Discussed in Thread: DRA829,

According to FUSA requirement, we must implement the timeout or parity errors detect function on csirx module. I found there are four register maybe i could utilize to implement the function in J721E_DRA829_TDA4VM_AM752x_SR1.0_NDA_TRM_VA.pdf.

CSI_RX_IF_VBUS2APB_ASF_INT_STATUS, CSI_RX_IF_VBUS2APB_ASF_INT_RAW_STATUS, CSI_RX_IF_VBUS2APB_INT_MASK, CSI_RX_IF_VBUS2APB_ASF_INT_TEST.

But the description of the register is too hard for me to understand. Could you show me the Simplified detect function implementation steps?