大家好、
客户请求提供支持、以利用适用于 NXP MCU RT1050的 DP83826IRHBR 芯片驱动程序。
请帮助确保提供以下提到的 API 支持。
- phyInit
- phyWrite
- phyRead
- getAutoNegoStatus
- getLinkStatus
- getLinkSpeedDuplex
- setLinkSpeedDuplex
- enableLoopback
此致、Shinu
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.
大家好、
客户请求提供支持、以利用适用于 NXP MCU RT1050的 DP83826IRHBR 芯片驱动程序。
请帮助确保提供以下提到的 API 支持。
此致、Shinu
尊敬的 Shinu:
我们这里有 DP83826参考 Linux 驱动程序: https://www.ti.com/tool/ETHERNET-SW
谢谢。
大卫
感谢您提供参考 Linux 驱动程序。
我们修改了一些 Windows 驱动程序并建立了与 DP83826的通信。 但我们注意到设备之间建立了链路、但自协商过程未成功完成。
初始化过程:
BMCR|= 0x8000; while(BMCR & (0x8000)); BMCR|= 0x1000; ANAR|= 0x01E1; BMCR|= 0x200;
BMSR = 0x784D;
PHYSTS = 0x1003;
您能否提供一些指导、说明我们如何进一步解决此问题?
谢谢