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 设计。 现在、我从 TI e2e.ti.com/.../spmt306_2D00_TM4C129EKCPDT-Microcontroller_2D00_Technical-Brief.pdf 上阅读了该文档
第82页提到、"在未连接 RBIAS 时、不应启用内部以太网 PHY。" 因此、当连接 RBIAS 时、需要启用定制板的内部以太网 PHY。我想知道如何为定制板启用内部 PHY、以及定制板在以太网 应用中需要进行哪些其他更改?
谢谢。
在 RTOS 示例中,BIOS_start()是否配置以太网 PHY?
所有 RTOS 示例的作用如下:
Board_initGeneral(); Board_initGPIO(); Board_initEMAC(); BIOS_start();
3个 INIT 函数似乎不会为以太网 PHY 设置寄存器值或进行 TivaWare 函数调用。