Tool/software:
Hi,
My customer want to use vector tools to capture ADC data, it is need to keep LCDS_CLKM/P output clock all the time. Customer tried to add below configuration in their code but found the output is still discontinuous, would u pls help check and comment here, thanks.
/* Initialize LVDS streaming components */
if ((errCode = MmwDemo_LVDSStreamInit()) < 0 )
{
test_print ("Error: MMWDemoDSS LVDS stream init failed with Error[%d]\n",errCode);
return;
}
/* Configure Pad registers for LVDS. */
HW_WR_REG32(CSL_MSS_TOPRCM_U_BASE + CSL_MSS_TOPRCM_LVDS_PAD_CTRL0 , 0x0);
HW_WR_REG32(CSL_MSS_TOPRCM_U_BASE + CSL_MSS_TOPRCM_LVDS_PAD_CTRL1 , 0x02000000);