Hi,
TI experts,
We are debugging two TDA4 cascaded drivers.
We want to use the link shown in the figure below to let the camera output images on the second TDA4, but there are some problems.
On TDA4 1, we use the deserializer MAX96712(1) to receive the data from the camera module (Sensor and serializer MAX96717), and then copy the data output by the deserializer into two channels (MAX96712 has a data copy function and can output two identical channels. data).
We output the first channel to TDA4 1 and use VPAC to adjust the AEWB, output the second channel to the serializer MA9295, and then output it to the MAX96712(2) on TDA4 2.
We use TDA4 2 to configure the registers of the serializer MAX9295 and the deserializer MAX96712(2), and regard the data input in the previous section as a camera with its own ISP.
But when we try to use the single cam demo app to output images on the TDA4 2, no data is received, and there is no obvious error in the logs printed by the app and RTOS.
We use an oscilloscope to measure the MIPI signal output by MAX96712(2), which is a normal 30Hz signal. And we can confirm that the two channels of data output by the deserializer on TDA4 1 are normal, and the saved pictures are also normal.
In addition, we have used the same serializer and deserializer configuration to successfully output the image on the Rolongo, but now we cannot receive any data on the TDA4 2.
Does a link like this TDA4 receive data correctly? Do any modifications need to be made to the driver and app? How do we debug?
Thanks.