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.

AWR1843: AWR1843 LVDS 时钟配置? 在代码上没有找到

Part Number: AWR1843


求组:AWR1843 LVDS 时钟配置? 在代码上没有找到。

/* Populate the configuration: */
initCfg.socHandle = gMmwMssMCB.socHandle;
initCfg.enableECC = 0U;
initCfg.crcEnable = 1U;
/* Up to 1 SW session + 1 HW session can be configured for each frame. Therefore max session is 2. */
initCfg.maxSessions = 2U;
initCfg.enableDebugMode = false;
initCfg.interface = CBUFF_Interface_LVDS;
initCfg.outputDataFmt = CBUFF_OutputDataFmt_16bit;
initCfg.u.lvdsCfg.crcEnable = 0U;
initCfg.u.lvdsCfg.msbFirst = 1U;
/* Enable all lanes available on the platform*/
initCfg.u.lvdsCfg.lvdsLaneEnable = 0x3U;
initCfg.u.lvdsCfg.ddrClockMode = 1U;
initCfg.u.lvdsCfg.ddrClockModeMux = 1U;