2024-07-15 11:41 PM
Why doesn't ST provide LWIP support for H5 series. Otherwise is there any option to add any other IP stack directly configurable from StmCubeIDE?
2024-07-15 06:23 AM - last edited on 2024-07-15 06:31 AM by SofLit
In the STM32H563RGV6, the IDE configuration management does not provide options for adding an IP stack or LwIP. We have attempted to port the LwIP Ethernet middleware to the STM32H5, but the included APIs is not working as expected. Is there any way to add LwIP support?
2024-07-15 06:36 AM
Hello,
See these threads:
https://community.st.com/t5/stm32-mcus-embedded-software/enabling-lwip-in-nucleo-h563zi/td-p/624725
https://community.st.com/t5/stm32-mcus-products/is-lwip-available-for-stm32h5xx/td-p/54979
2024-07-15 11:36 PM
Why doesn't ST provide LWIP support for H5 series. Otherwise is there any option to add any other IP stack directly configurable from StmCubeIDE?
2024-07-16 06:40 AM
Hello @MSGokul ,
The AZURE Netxduo networking stack is officially supported for the H5 series you can find examples of its implementation in our cube firmware under your specific board folder application here is a link to the example of the STM32H573
LWIP is supported as it is ported in STMicroelectronics/stm32h5-classic-coremw-apps: Provide a set of applications for STM32H5xx series based on the STM32 Classic Core Middleware libraries. (github.com)
Regards
2024-07-17 04:57 AM
Hello @MSGokul ,
Netxduo is supported and can be configured with CubeMX software or throw the cubeMX extension In CubeIDE.
the port for LWIP that I provided the link for in my previous reply is not supported in the CubeMX configuration tool and needs to be added manually.
Regards