cancel
Showing results for 
Search instead for 
Did you mean: 

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

Michael Bauer
Associate II

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

1 ACCEPTED SOLUTION

Accepted Solutions
andy2399
Senior

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

View solution in original post

4 REPLIES 4
andy2399
Senior

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 II

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
Chief II

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
Lead

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.