Part Number: TDA4VM
Hi TI experts,
I want to set the TDA4 CSIRX LaneBandSpeed to CSIRX_LANE_BAND_SPEED_1750_TO_2000_MBPS. As the speed exceeds 1.5Gbps,I enable the deskew calibration sequence of the TDA4 front-end MIPI deserializer chip.
The point is, if the GraphParameter is not the output of the CaptureNode, there is a high probability that the graph will not dequeue and will block forever(didn't regist error frame).
On the contrary, if the output of the CaptureNode is used as a GraphParameter, it can be dequeue successfully(Tested over 100 times).
PS.
- I only enqueue the output of the LDC node to the pipeline as GraphParameter.
- CSIRX LaneBandSpeed sets to
CSIRX_LANE_BAND_SPEED_1350_TO_1500_MBPS, Graph runs normally.
Thanks!