Skip to main content
Explorer
March 19, 2024
Solved

Example ETH connection for STM32F779I-EVAL

  • March 19, 2024
  • 2 replies
  • 1022 views

Good morning everyone, I was given a STM32F779I-EVAL board as a gift, I am unable to configure all the peripherals installed on the board via CubeMX. For example, I can't turn on the display or configure the ETH port.

Where can I find examples to understand how to make the most of this suburb.

 

thank you all

This topic has been closed for replies.
Best answer by mƎALLEm

Hello,

STM32F779I-EVAL board as a gift! lucky you :)

You can refer to some examples based on LWIP from github:

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I_EVAL/Applications/LwIP

If you need to use CubeMx and start your project from scratch, you can inspire from this wiki.

2 replies

mƎALLEm
mƎALLEmBest answer
Technical Moderator
March 19, 2024

Hello,

STM32F779I-EVAL board as a gift! lucky you :)

You can refer to some examples based on LWIP from github:

https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32F769I_EVAL/Applications/LwIP

If you need to use CubeMx and start your project from scratch, you can inspire from this wiki.

"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."
Pavel A.
Super User
March 19, 2024

Here you can find help for having fun and profit with your new gift:

- Set up the tools

- Find relevant examples

- Build, run and debug