MQX RTOS Etherent Phy Driver related Query

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MQX RTOS Etherent Phy Driver related Query

跳至解决方案
631 次查看
Yogesh96
Contributor II

Hi team,

We are using Controller MIMXRT1176CVM8A and MQX RTOS from NXP for our project.

However, we have selected the Ethernet PHY DP83822IRHBT from TI.

Can you please let us know if we can include drivers of DP83822IRHBT Ethernet PHY to MQX RTOS.

 

Regards,

Yogesh

标签 (1)
0 项奖励
回复
1 解答
577 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Yogesh:

It is possible to include your own driver.

Please check the enet module,   init_enet.c ,  

phy_ksz8041.h and phy_ksz8041.c

That is where he PHY is initialized.

 

Daniel

在原帖中查看解决方案

2 回复数
351 次查看
motion
Contributor I

Hello Daniel, 

The Version B EVAL board MIMXRT1170-EVKB has RTL8201 phy for the 100M Ethernet port.  Does MCUExpresso have a driver for this phy chip ?

0 项奖励
回复
578 次查看
danielchen
NXP TechSupport
NXP TechSupport

Hi Yogesh:

It is possible to include your own driver.

Please check the enet module,   init_enet.c ,  

phy_ksz8041.h and phy_ksz8041.c

That is where he PHY is initialized.

 

Daniel