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.