Skip to main content
Explorer
July 8, 2025
Solved

Can the LVDS component (or any other service) on the STM32MP257D support SGMII

  • July 8, 2025
  • 1 reply
  • 282 views

I'm investigating 2.5Gb Ethernet PHYs for our STM32MP257D board.  Most, if not all, require SGMII which is not explicitly supported in the ST MPU documentation.

Anyone been down this road?

Anyone know of a compatible 2.5Gb PHY that can use the STM32MP2xx RGMII?

Thx

    This topic has been closed for replies.
    Best answer by PatrickF

    Hi @DeeKay789 ,

    RGMII is limited to 1Gbits/s as per standard.

    The LVDS interface is intended for display only.

     

    I guess the PCIE interface is a good candidate for a 2.5Gbits/s interface (PCIE of STM32MP257F is 5Gbits/s full duplex raw bandwidth). We have some customer using PCIE for Wifi 6.

     

    Regards.

    1 reply

    PatrickFAnswer
    Technical Moderator
    July 8, 2025

    Hi @DeeKay789 ,

    RGMII is limited to 1Gbits/s as per standard.

    The LVDS interface is intended for display only.

     

    I guess the PCIE interface is a good candidate for a 2.5Gbits/s interface (PCIE of STM32MP257F is 5Gbits/s full duplex raw bandwidth). We have some customer using PCIE for Wifi 6.

     

    Regards.

    DeeKay789Author
    Explorer
    July 8, 2025

    Thx @PatrickF . I did look at the SerDes of the PCIe but I'm using the ComboPHY for a direct USB3 connection.  Do I therefore presume your suggestion will mean I'll need to implement a full PCIe bus and hang both USB3 and 2.5Gb PHY (/switch/hub) off that yes?