Skip to main content
Michael Bauer
Associate III
May 17, 2019
Solved

Are there any ST ARM core MCUs available with dual ethernet?

  • May 17, 2019
  • 4 replies
  • 4159 views

I am searching for an MCU with dual Ethernet. Do any of the ST cores have dual ethernet? Thanks in advance.

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

Use STM32CubeMX to filter devices by perhiperals and you will find that - no, there are no STM32 devices with more than 1 Ethernet interface.

Andy

4 replies

andy2399
andy2399Best answer
Senior
May 17, 2019

Use STM32CubeMX to filter devices by perhiperals and you will find that - no, there are no STM32 devices with more than 1 Ethernet interface.

Andy

Michael Bauer
Associate III
May 17, 2019

Thank you. I did that but there was not a count of number of Ethernet ports. I opened every data sheet for those with Ethernet but did not see any that had dual. Thanks for confirming.

Piranha
Principal III
May 17, 2019

Use KSZ8863 or similar (managed) 3-port switch with one MII/RMII and two PHY ports. With proper configuration and software, it can do pretty much everything.

MikeDB
Senior II
May 24, 2019

The STM32F107 has an Ethernet port and is about $2. Could you perhaps slave that off your main processor using SPI to provide the second port ? It obviously will run a little slower but may work for some applications.