MQX RTOS Etherent Phy Driver related Query

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MQX RTOS Etherent Phy Driver related Query

Jump to solution
478 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
424 Views
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

View solution in original post

2 Replies
198 Views
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 Kudos
Reply
425 Views
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