This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA3MV: BT.656 output on LCD1 display

Part Number: TDA3MV
Other Parts Discussed in Thread: TDA2, TDA2SG

Dear Champs,

My customer tried to output BT.656 on LCD1 display but failed to implement BT.656.

They set dss format as below,

in \PROCESSOR_SDK_VISION_03_08_00_00\vision_sdk\apps\src\rtos\usecases\common\chains_common.c

        pVInfo->vencOutputInfo.dataFormat       =   SYSTEM_DF_YUV422I_YUYV;

        pVInfo->vencOutputInfo.dvoFormat        =   SYSTEM_DCTRL_DVOFMT_BT656_EMBSYNC;

        pVInfo->vencOutputInfo.videoIfWidth     =   SYSTEM_VIFW_8BIT;

They faced below error with 'SYSTEM_VIFW_8BIT'.

When they changed 'SYSTEM_VIFW_12BIT', this error was resolved, but there was no display in customer's BT656 monitor connected to LCD of TDA3.

When customer checked 'DISPC_VP1_CONFIG' register, they find BT656enable field is set to '1'.

Could you please let me know your guide how they can check it further if BT656 signal was output in LCD of TDA3?

Thanks and Best Regards,

SI.