Other Parts Discussed in Thread: ALP
Tool/software: TI-RTOS
Hi,
I am trying to configure UB953 ser. I have UB953 Serailizer on my Camera sensor(AR0220). I have connected this with UB954Q1-EVM with TDA2px.
When I use Bsp_deviceI2cProbeDevice, it is failing. My setup looks like below. What configuration for deserializer should I use?
I tried with deser configuration present in bsputils_ub95x.c.
I tried with below deser configuration as well.
static BspUtils_Ub95xI2cParams g954Cfg[] =
{
{0x4c, 0x01, 0x1},
{0x58, 0x5E, 0x2},
{0x5b, 0x30, 0x1},
{0x5c, 0x18, 0x1},
{0x7c, 0x20, 0x1},
{0x1f, 0x02, 0x1},
{0x12, 0x00, 0x1},
{0x32, 0x00, 0x1},
}
I tried with configuration present in DS90UB954Q1 EVM datasheet section -7.5.5.1. Still I am unable to probe device.
I am able to see i2c address of serializer with ALP tool and I am able to read and write registers of Serializer with ALP.
Thanks,
Swati