s32g3 ethernet example eb project question

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

s32g3 ethernet example eb project question

557 次查看
NumbLucas
Contributor I

In the Ethernet example EB project, gmac controller is configured as RGMII, but in the port configuration was configured  as RMII. the configuration confused me

 

0 项奖励
回复
1 回复

510 次查看
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

The following description is provided under the Eth_InternalLoopback example:

"This application demonstrates the progress transmit and receive in internal loopback mode, speed 100 Mbps so Tx, Rx clocks need to provide a frequency 25 MHz.

Tx clock will be received from PHY so to ensure this please reset board before use."

For which, only TX/RX clock should be configured to physically receive signals, all others will be internally connected. Since the MAC Layer subtype is REDUCED and the speed is 100M, RMII can fulfill this configuration. Under the RGMII standard [Page 8, v1.3, 12/10/2000], the following told:

"This interface can be used to implement the 10/100 Mbps Ethernet Media Independent Interface (MII) by reducing the clock rate to
25MHz for 100Mbps operation and 2.5MHz for 10Mbps. "

For which, RGMII is still able to be reconfigured for 100/10 functionality, with the respective changes.

Don't know if this information helps.

Please, let us know.

0 项奖励
回复