2025-06-17 11:58 PM
Hi,
when looking into the schematics of the STM32H735G-DK board (MB1520B), the Ethernet-PHY is connected via RMII.
Now when I configure RMII for an STM32H7 in CubeMX, the interface pins do fit properly to what is used in the MB1520B schematics - except the RX_ERR-line. According to the schematics it is connected to PB10, but when I enable PB10 in CubeMX for use as RX_ERR, it is marked in yellow with the remark "no mode".
So...how do fit both things together? How can I enable RX_ERR being used in Cube MX for RMII-mode?
Thanks!
2025-06-18 1:00 AM - edited 2025-06-18 1:01 AM
Check the datasheet for the alternate functions, I faintly remember that RX_ERR is simply not supported by the H7 hardware. But I might be wrong.
And it's definitely RMII, without the "G". ;)