cancel
Showing results for 
Search instead for 
Did you mean: 

IP stack support for H5 series

MSGokul
Associate II

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?

5 REPLIES 5
MSGokul
Associate II

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?

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

 

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

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?

STea
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

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   

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.