Skip to main content
JLIND.1
Associate III
August 21, 2024
Solved

Does the STM32F107RBT6 need an OS to use the Ethernet?

  • August 21, 2024
  • 4 replies
  • 1250 views

Hello, I'm looking at the STM32F107RBT6 microcontroller and would like to use the Gigabit Ethernet interface. Will I need to use an OS for a UDP Ethernet application?

Thank you

Joe

Best answer by Andrew Neil

@Guillaume K wrote:

Gigabit Ethernet ? No, I think it can do only 10/100 Mbit.


Indeed:

AndrewNeil_0-1724256287030.png

 

4 replies

Andrew Neil
Super User
August 21, 2024

No.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Guillaume K
ST Employee
August 21, 2024

Gigabit Ethernet ? No, I think it can do only 10/100 Mbit.

Andrew Neil
Andrew NeilBest answer
Super User
August 21, 2024

@Guillaume K wrote:

Gigabit Ethernet ? No, I think it can do only 10/100 Mbit.


Indeed:

AndrewNeil_0-1724256287030.png

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
mƎALLEm
ST Technical Moderator
August 21, 2024

No Gigabit Ethernet interface on STM32F107RBT6. Look at STM32MP family.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
JLIND.1
JLIND.1Author
Associate III
August 21, 2024

Thank you very much