Ethernet in MII mode

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

Ethernet in MII mode

Jump to solution
674 Views
rak14
Contributor III

Hi,

I'm using S32K148 Microcontroller, will it support MII mode with PHY?

What are settings needs to be done to work in MII mode?

Should TX_CLK and RX_CLK configured for 2.5MHz/25MHz?

0 Kudos
1 Solution
637 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

yes, S32K148 support MII mode.
On MCU side, the ENET module have to be set for MII mode and all needed pins properly initialized.
Thy PHY must be set for MII mode as well, either using bootstrapping options or later by updating PHY registers using SMI interface.
TX_CLK/RX_CLK are inputs on MCU side, a PHY is generating those clock signals.

BR, Petr 

View solution in original post

0 Kudos
1 Reply
638 Views
PetrS
NXP TechSupport
NXP TechSupport

Hi,

yes, S32K148 support MII mode.
On MCU side, the ENET module have to be set for MII mode and all needed pins properly initialized.
Thy PHY must be set for MII mode as well, either using bootstrapping options or later by updating PHY registers using SMI interface.
TX_CLK/RX_CLK are inputs on MCU side, a PHY is generating those clock signals.

BR, Petr 

0 Kudos