Skip to main content
Associate
July 8, 2025
Solved

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

  • July 8, 2025
  • 1 reply
  • 283 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

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

PatrickF
PatrickFBest answer
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.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.NEW ! Sidekick STM32 AI agent, see here
DeeKay789Author
Associate
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?