Skip to main content
Visitor II
May 5, 2023
Question

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

  • May 5, 2023
  • 3 replies
  • 1811 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.

    3 replies

    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

    RSing.17Author
    Visitor II
    May 6, 2023

    is there any other explanation to this question!?

    Super User
    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.

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