stm32u575 & Ethernet port
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
