Skip to main content
Associate
February 3, 2025
Solved

How to Connect Ethernet Cable to STM32F7508-DK and Establish Communication?

  • February 3, 2025
  • 2 replies
  • 913 views

Hi everyone,

I am working on a project using the STM32F7508-DK board, and I want to establish an Ethernet connection so that I can ping the board from my computer.

I have a few questions regarding the setup:

  1. How should I physically connect the Ethernet cable? Should it go directly from the board to my laptop, or should it be connected through a router?
  2. What steps are required in STM32CubeIDE to configure the Ethernet interface properly?
  3. Are there any example projects or reference materials that could help me set up Ethernet communication on this board?

Any guidance or advice would be greatly appreciated!

Thank you in advance.

Best answer by mƎALLEm

Hello,

1- You can use a switch to connect your board. And if you will use DHCP you need a router that it will assign the IP address to your board.

3-  This is an example based on STM32F746-DISCO board, I think it could run directly on your board but unfortunately the project was not generated by CubeMx.

 

2 replies

Andrew Neil
Super User
February 3, 2025
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
mƎALLEmBest answer
Technical Moderator
February 3, 2025

Hello,

1- You can use a switch to connect your board. And if you will use DHCP you need a router that it will assign the IP address to your board.

3-  This is an example based on STM32F746-DISCO board, I think it could run directly on your board but unfortunately the project was not generated by CubeMx.

 

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