cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F750 ETHERNET RMII not working

arun singh
Associate II

So I have this STM32F750 Discovery board with RMII Ethernet connection and I have another H745 Discovery with MII Ethernet.

I am trying the same project in both of them, and it's working in MII but not in RMII.

I tried every possible solution I can think of, like the MPU configurations, different memory locations for the DMA Descriptors, with/without RTOS, but never got it working with the RMII.

The code executes fine, the Tx Buffer is updating fine, but somehow the connection is not working.

0693W00000BbiHiQAJ.png0693W00000BbiHTQAZ.png 

1 ACCEPTED SOLUTION

Accepted Solutions
arun singh
Associate II

Got it Working.

In Ethernet configuration, PHY Address should be set to 0.

View solution in original post

1 REPLY 1
arun singh
Associate II

Got it Working.

In Ethernet configuration, PHY Address should be set to 0.