工具与软件:
你(们)好
我们选用了 Maxlinear 的 MxL86111 PHY 芯片。 从 PHY 芯片的数据表中、我们可以通过引脚搭接来完成 PHY 芯片的配置、而且我们不需要 使用 MDIO 配置 PHY 寄存器。 那么、在 MCU 的初始化过程中、我们如何完成以太网的初始化? 下图中还需要一些文件吗?


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.
感谢您与 TI 的联系。
[报价用户 id="596478" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1377199/am2431-ethernet-debug-for-am2431 "]我们不需要 使用 MDIO[/报价]配置 PHY 寄存器即使在自举模式下、MDIO 接口也将用于 PHY 寄存器读取。
请参阅以下文档了解定制 PHY 集成、如果您需要进一步的帮助、请告诉我。
此致
Ashwani
是否有在两个操作系统之间转换驱动程序文件的方法?
我对此没有任何直接的答案。 但是、您可以这样做
1.要求 PHY 公司提供 RTOS 驱动程序
2.比较现有的 PHY Linux 驱动程序和 RTOS 驱动程序、为新的 PHY 创建。
例如:
以下是适用于 DP83867/69的 Linux 驱动程序

以下是 RTOS 版本
C:\ti\mcu_plus_sdk_am243x_09_02_01_05\source\networking\enet\core\sdk\am243x\source\web\phy src

此致
Ashwani