Skip to main content
RSing.17
Associate II
May 5, 2023
Question

Can anyone help me interface my stm32f767zit6 board with ethernet with detailed explanation.

  • May 5, 2023
  • 6 replies
  • 1848 views

Hello guys, I have a stm32f767 board and I have just recently started my coding journey on stm32 boards. So now I am stuck on ethernet configuration with this board. Tried to find some reference on internet but there is not much resource available. So can anyone please explain what are the steps for interfacing ethernet communication with stm32f767zit6.

This topic has been closed for replies.

6 replies

KDJEM.1
ST Technical Moderator
May 5, 2023

Hello @RSing.17​  and welcome to STCommunity :) ,

I recommend you to follow the Steps as described in this FAQ: How to create project for STM32H7 with Ethernet and LwIP stack working.

This FAQ developed in STM32CubeMX with STM32H750-Discovery board.

But, you can get inspired from this article to configure your project with STM32F767 MCU.

Also, you can start from LwIP example, available in STM32CubeF7 package.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

Thank you

Kaouthar

To give better visibility on the answered topics, please click on "Best answer" on the reply which solved your issue or answered your question.
RSing.17
RSing.17Author
Associate II
May 6, 2023

is there any other explanation to this question!?

Pavel A.
May 6, 2023

Could you give a hint what is missing in ​the above reply?

If you are new to STM32 or microcontrollers in general, unfortunately you're approaching a steep learning ramp.

Tesla DeLorean
Guru
May 5, 2023
Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
Piranha
Principal III
May 10, 2023

> is there any other explanation to this question!?

There indeed is - networking is not for beginners. And that includes ST's "geniuses" too...

https://community.st.com/s/question/0D50X0000BOtfhnSQB/how-to-make-ethernet-and-lwip-working-on-stm32