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
Solved! Go to Solution.
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
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 ?
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