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.

AWR2944: How to keep LVDS CLKM/P output clock all the time

Part Number: AWR2944

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);