Skip to main content
Associate II
March 6, 2025
Solved

stm32u575 & Ethernet port

  • March 6, 2025
  • 4 replies
  • 1377 views

Hi,

I've a board, now a nucleo-u575zi-q but i'm waiting for a custum boad based on same MCU. I need this serie for the low power functionalities. In next phase of project , in this board i need an ethernet port where run web and tcp server. I found some good examples about these features but are all based on different series of MCU. There are examples based on STM32F and H series, both have a specific set of pins to manage the ethernet connection defined as ETH block.  They use Azure or Freertos with or without Lwip in conjunction with Lan8742 component as physical interface. My question is: can i use the same eth components, hw and sw, also with STM32U5 series? The functionalities used in eth micro block can be replicated, are only gpio pins to configure?, in U series ? In this way i can start from examples already present or i need to change MCU to have eth port on board? 

Thanks

Best answer by Guillaume K

Hi

There is no Ethernet IP in the STM32U5 series. it's not possible to use a PHY like LAN8742 with a STM32U5.

 

 

4 replies

mƎALLEm
Technical Moderator
March 6, 2025

Hello,

You can use LAN8742 with STM32U5 MCU but you don't have it on the NUCLEO-U575ZI-Q board.

Do you plan to add an external ETH PHY module? 

"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."
mauroalbaAuthor
Associate II
March 6, 2025

Yes, i'll add externally the LAN8742 component/board. My dubts are about the configuration of "specific" block inside MCU.

mƎALLEm
Technical Moderator
March 6, 2025

Unfortunately there is no ready to use ETH example on U5. You need to inspire from other products ETH examples.

"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."
mauroalbaAuthor
Associate II
March 6, 2025

yes, i saw this. My goal would be use in U575 netxduo using th examples developed for F/H series with Lan8742 so to not have to write driver. If im not wrong netxduo natively support this eth interface.

Pavel A.
Super User
March 6, 2025
Guillaume K
Guillaume KBest answer
ST Employee
March 7, 2025

Hi

There is no Ethernet IP in the STM32U5 series. it's not possible to use a PHY like LAN8742 with a STM32U5.

 

 

mƎALLEm
Technical Moderator
March 7, 2025

@Guillaume K wrote:

Hi

There is no Ethernet IP in the STM32U5 series. it's not possible to use a PHY like LAN8742 with a STM32U5.

 

 Indeed.

@mauroalba look at the U575 datasheet. There is no avalable ETH interface on this device.

"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."