cancel
Showing results for 
Search instead for 
Did you mean: 

Example ETH connection for STM32F779I-EVAL

Daddi
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

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.

View solution in original post

2 REPLIES 2
SofLit
ST Employee

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.
Evangelist III

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