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.

[参考译文] 66Ak2H14:我想使用 CSL (SERDES)运行10Gb 环回模式(LB_FEP)。

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/672504/66ak2h14-i-want-to-operate-10gb-loopback-mode-lb_fep-using-csl-serdes

你(们)好

我想在 pdk_k2hk 4_0_7中使用 CSL (SERDES)实现10 GB 环回模式。
www.ti.com/.../spruho3a.pdf (第153页)中、发布了 LB_NES / LB_FEP 的回送名称。

查看 CSL 中的源代码、我们有以下说明。

if (loopback 模式= CSL_SERDES_loopback _enabled)
    {
        if (phy_type == SERDES_10GE)
        {
            CSL_FINSR (*(volatile uint32_t *)(base_addr + 0x200 *(lane num + 1))、7、0、0x04);
            CSL_FINSR (*(volatile uint32_t *)(base_addr + 0x200 *(lane num + 1)+ 0x04)、2、1、3);

LB_NES 不能使用、因为它的限制为5 GB 或更小、但上述代码是否假定启用并运行了 LB_FEP 设置?


此致、
霍玛

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

    你(们)好

    我使用的是 SDK 版本(pdk_k2hk _4_0_7)。

    此致、

    霍玛

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

    是的、没错。

    此致、Eric