2023-05-05 01:21 AM
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.
2023-05-05 01:42 AM
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 Accept as Solution on the reply which solved your issue or answered your question.
2023-05-05 04:07 AM
2023-05-06 02:53 AM
is there any other explanation to this question!?
2023-05-06 05:57 AM
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.
2023-05-08 03:52 AM
I want to actually interface it without using RTOS, is there anything related to that?
2023-05-10 03:30 PM
> is there any other explanation to this question!?
There indeed is - networking is not for beginners. And that includes ST's "geniuses" too...