Tool/software: TI-RTOS
Hi,
In bsputils_ub960.c code in VisionSDK 3.1, i had found this
BspUtils_Ub960I2cParams gUb960Cfg_IMI[] = {
/* IMI OV10640 1 */
{0x4C, 0x01, 0x0},
{0x58, 0x58, 0x0},
{0x6D, 0x7D, 0x0},
{0x5D, 0xB0, 0x0}, ---------> Serializer address given to deserializer
{0x65, ((UInt8) (IMI_PORT_0_SER_ADDR << 1U)), 0x0},
{0x5E, 0x62,0}, --------------> This is the part where the sensor address is given to the deserializer. Why 0x62? Why not 0x60 (8-bit)?
The 8 bit address of the sensor OV10640 is 0x60. How did you go with 0x62?
We are using TIDA-00421 as the interface and we are getting the video output with 0X62. I tried changing this value to 0x60, but couldn't get the output.
Will be grateful for your help.