Hi @Junwen
I am sorry to inform you that there is no MII mode connection in the EVB of us as far as I know. All the current S32K3 HW kits and Ethernet Adapter cards are RMII only.
However, it can be easy to implement with just tiny tweaks from the RMII mode demo (lwip example).
- Change the MII reference clock in .mex clocking.
- Change the MII mode in the .mex Gmac component.
- Change the "DCMRWF1" bit-7 as the default value for MII mode.
- Change the eth PHY initialization mode to MII mode.
Please refer following image:
VaneB_0-1690580065614.png
Also, could you tell me how you measure the ETH_MII_TXD[0]-ETH_MII_TXD[3] lines? And what are you expecting to see?
B.R.
VaneB