请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号: DP83825I
您好团队
我需要为客户提供支持。 DP83825IRMQR 应与 Espressif 的 ESP32 一起使用、但可用的栈不支持 DP83825IRMQR。 假设使用了 FreeRTOS、我的客户会想知道是否有可使用的驱动程序。
谢谢
1 月
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.
器件型号: DP83825I
您好团队
我需要为客户提供支持。 DP83825IRMQR 应与 Espressif 的 ESP32 一起使用、但可用的栈不支持 DP83825IRMQR。 假设使用了 FreeRTOS、我的客户会想知道是否有可使用的驱动程序。
谢谢
1 月
您好、Jan、
DP83825 RTOS 驱动程序可用、但非 TI SoC 上的 RTOS 不直接支持。 现有的驱动程序可用作端口进入 ESP32 SDK 的参考、请参阅此处:
https://github.com/TexasInstruments/ti-ethernet-software/tree/main/rtos_drivers/src (参考 822.c、与 825 兼容)
https://github.com/TexasInstruments/ti-ethernet-software/blob/main/linux_drivers/dp83822.c (与 825 兼容、可以参考 Linux 驱动程序进行寄存器配置)
如果 ESP32 SDK 中存在 PHY 驱动程序、我建议遵循类似的 API 结构、并使用 Linux/RTOS 引用替换寄存器映射。
谢谢您、
Evan