2023-05-17 01:24 PM
I just updated my STM32IDE to support the STM32H5 series parts and I noticed in my project that LWIP is no longer a middleware option. Is it not supported on this family?
2023-11-28 03:04 PM
The ETH peripheral on H5 is the same as on H7 series and the CPU is the simpler Cortex-M33 without L1 cache. Therefore porting the code from H7 is a matter of minutes.
2024-08-26 09:07 AM
HELLO, DO YOU HAVE ANY EXAMPLES FOR US NEWBIES?
2024-08-27 07:40 AM
2024-08-27 07:57 AM
From this message, it looks that ST is not going to discard LwIP yet. Maybe the support will extend to new MCUs as well.
2025-02-18 09:03 AM
Did you get the solution for this
2025-02-18 09:04 AM
Did you get any solution ?
2025-02-18 09:04 AM
Same problem...did you get any solution for this..
2025-02-18 09:32 AM
Dudes...
You will have to understand lwIP and the MCU with its ETH peripheral anyway, so it's gonna be not much more work than as if the H5 would support lwIP.
Check Piranha's post above: H5 and H7 seem to have the same ETH peripheral, so as a start create a project with Cube for H7, than simply copy all lwIP stuff to your H5 project.
And then do not despair... it's will be a lot of work making that run anyway... :D