2024-03-19 06:52 AM
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
Solved! Go to Solution.
2024-03-19 07:14 AM - edited 2024-03-19 08:06 AM
Hello,
STM32F779I-EVAL board as a gift! lucky you :)
You can refer to some examples based on LWIP from github:
If you need to use CubeMx and start your project from scratch, you can inspire from this wiki.
2024-03-19 07:14 AM - edited 2024-03-19 08:06 AM
Hello,
STM32F779I-EVAL board as a gift! lucky you :)
You can refer to some examples based on LWIP from github:
If you need to use CubeMx and start your project from scratch, you can inspire from this wiki.
2024-03-19 07:26 AM
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