Ethernet in MII mode

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

Ethernet in MII mode

跳至解决方案
691 次查看
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 项奖励
1 解答
654 次查看
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 项奖励
1 回复
655 次查看
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 项奖励