Tool/software:
Trying to connect the TDES954 to TSER953 with STP mode to interface the AR1044CS Camera module.
These are the registers used to initialize the de serializer:
add_write(&core, 0x01, 0x01, 0); add_delay(&core, delay_reset_assert_ms); add_write(&core, 0x1F, 0x03, 0); add_write(&core, 0x33, 0x23, 0); add_write(&core, 0x4c, 0x03, 0); add_write(&core, 0x6D, 0x78, 0); add_write(&core, 0x0c, 0x47, 0); add_write(&core, 0x58, 0x5e, 0); add_write(&core, 0x5c, 0x12, 0); add_write(&core, 0x5d, 0x20, 0); add_write(&core, 0x65, 0x20, 0); add_write(&core, 0x20, 0x10, 0);
Then we wrote
0x02 0x52
to the serializer to switch it to CSI 2 lanes.
We tried enabling BIST mode by setting register
serializer lane with bist:
deserializer lane with bist: