Part Number: TDA2SX
Other Parts Discussed in Thread: TDA2, SYSCONFIG
Hi Expert,
I'm developing a custom tda2sx board on TI-RTOS Vision SDK v03.05.
I need RGB888 Interlaced output on LCD1.
I tried changing the scan format in chains_common.c.
The following is my setting:
static Void ChainsCommon_SetDctrlConfig
pVInfo->mInfo.scanFormat = SYSTEM_SF_INTERLACED;
pVInfo->mInfo.standard = SYSTEM_STD_576I;
pVInfo->mInfo.pixelClock = 13500U;
pVInfo->mInfo.vBackPorch = 19U;
pVInfo->mInfo.vSyncLen = 3U;
pVInfo->mInfo.vFrontPorch = 2U;
pVInfo->mInfo.hBackPorch = 138U;
pVInfo->mInfo.hSyncLen = 126U;
pVInfo->mInfo.hFrontPorch = 24U;
pVInfo->mInfo.fps = 50U;
But no matter how I change the configuration, vout clk and sync remain the same.
Always the following result
CLK: 27.xMHz
Hsync: 32.xkHz
Vsync: 50
Are my settings correct, or are there other steps?
My query is related to the thread: https://e2e.ti.com/support/processors-group/processors/f/processors-forum/803192/rtos-tda2p-abz-working-of-adv7393-on-tda2px
Could you please give some suggestions here?
Thanks in advance.

