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.

[参考译文] TM4C1294NCPDT:定制板是否需要启用内部 PHY?

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/648359/tm4c1294ncpdt-does-a-custom-board-need-enabling-a-internal-phy

器件型号:TM4C1294NCPDT

我的定制板基于 TM4C1294NCPDT 设计。 现在、我从 TI   e2e.ti.com/.../spmt306_2D00_TM4C129EKCPDT-Microcontroller_2D00_Technical-Brief.pdf 上阅读了该文档

第82页提到、"在未连接 RBIAS 时、不应启用内部以太网 PHY。"  因此、当连接 RBIAS 时、需要启用定制板的内部以太网 PHY。我想知道如何为定制板启用内部 PHY、以及定制板在以太网 应用中需要进行哪些其他更改?

谢谢。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    您好!
    如果您使用过 TivaWare 以太网示例、则会启用内部 PHY。 请尝试以下示例。 内部 PHY 是 MCU 的一部分。
  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    在 RTOS 示例中,BIOS_start()是否配置以太网 PHY?

    所有 RTOS 示例的作用如下:

    Board_initGeneral();
    Board_initGPIO();
    Board_initEMAC();
    
    BIOS_start(); 

    3个 INIT 函数似乎不会为以太网 PHY 设置寄存器值或进行 TivaWare 函数调用。

x 出现错误。请重试或与管理员联系。