Other Parts Discussed in Thread: USB2ANY, ALP
Hi Experts,
I am trying to connect OV10635 camera to the TDA2x5777EVM board, in the process I am supposed to use SAT0089-SAT0088 components. After connecting the multi-des board to the EVM, I am able to find the following I2C devices:
1) 6 – Deserializers (0x60, 0x61, 0x64, 0x68, 0x69, 0x6c)
2) 3 – GPIO expander chip (0x27, 0x21, 0x25)
3) 1 more device (0x50)
After setting the pass through all bit (0x21 to 0x97) and Serializer Alias (0x07 to 0xb0), the Deserializer register reads as below
After doing these setting, I am not able to see the Serializer 913 in the I2C bus.
With the help of I2C expander, I also conducted the BIST to check the Serializer communication. Expander setting are as follows:
#i2cset -y 1 0x27 0x00 0x0f
#i2cset -y 1 0x27 0x12 0xf0 -> enable bist
#i2cset -y 1 0x27 0x12 0xe0 -> disable bist
Below are the BIST results.
BIST results are pass, but I couldn't see serializer.
Captured the power-up sequence of the deserializer to check the characteristics, and I found those are as per datasheet
Please help me to establish a communication with the Serializer and in turn to the camera.