2025-02-19 01:53 AM - last edited on 2025-02-19 05:52 AM by Andrew Neil
Hi everyone,
I’m currently working on an STM32F767ZI Nucleo board and trying to configure the Ethernet middleware. I’m new to STM32 Ethernet and LWIP, so I’d appreciate some guidance.
Here’s what I’m looking for help with:
Ethernet Middleware Configuration:
RCC and Clock Settings:
I’ve already started with STM32CubeMX and enabled the Ethernet peripheral, but I’m not sure if I’ve configured the clocks and middleware correctly. If anyone has a working example or detailed guidance, that would be incredibly helpful!
Thanks in advance for your help
2025-02-19 05:54 AM
As your board has ethernet on it, check out the examples in CubeIDE/MX for that board.
Also check out the Knowledge Base:
2025-02-19 06:29 AM
Hello,
Unfortunately there is no step by step ETH for F7 family. Only H7 and H5.
You need to start with the example provided in Cube HAL. Unfortunately there is no ioc attached to the project.
2025-02-20 07:05 AM - edited 2025-02-20 07:06 AM
In this repo are .ioc files for many older boards
Software and clock settings in these ioc files, though, may be not 100% matching the examples.