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:如何始终保持 LVDS CLKM/P 输出时钟

Guru**** 2455360 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1508325/awr2944-how-to-keep-lvds-clkm-p-output-clock-all-the-time

器件型号:AWR2944

工具/软件:

您好、

我的客户希望使用矢量工具捕获 ADC 数据、需要始终保持 LCDS_CLKM/P 输出时钟。 客户尝试在其代码中添加以下配置、但发现输出仍然不连续、您是否可以在此处帮助检查和评论、谢谢。

/*初始化 LVDS 流媒体组件*/
if ((errCode = MmwDemo_LVDSStreamInit())< 0)

test_print ("错误:MMWDemoDSS LVDS 流初始化失败、错误[%d]\n"、errCode);
返回;
}

/*为 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);

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、Andy、

    他们在其代码中为 LVDS 执行什么时钟配置?

    此致、
    Saswat Kumar