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.

[参考译文] RTOS/TM4C1294NCZAD:将 PHY 设置为100BaseT 和全双工操作

Guru**** 2448780 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/634944/rtos-tm4c1294nczad-set-phy-to-100baset-and-full-duplex-operation

器件型号:TM4C1294NCZAD

工具/软件:TI-RTOS

使用 Micrel 的外部开关芯片时、我们需要将 PHY 设置为100BaseT 和全双工操作。  虽然这可以通过使用低级寄存器命令通过多种方法来实现、但我们使用的是 TI-RTOS v2.16.01.14

实现这一目标的最佳方法是什么?  我们可以使用任何 TI-RTOS API 来设置它吗?

提前感谢您!

 

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

    您可以查看 tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages/ti\drivers\emac\emacSnow.c 中的驱动程序代码 在 EMACSnow_NIMUInit 函数中、配置 EMAC。 我们没有任何机制来更改设置。 如果要更改某些内容、可以将源文件添加到项目中并根据需要进行更改。 由于文件位于您的项目中、链接器将首先选择您修改的版本。

    Todd