Skip to main content
Associate
July 16, 2024
Question

IP stack support for H5 series

  • July 16, 2024
  • 5 replies
  • 2408 views

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?

This topic has been closed for replies.

5 replies

MSGokulAuthor
Associate
July 15, 2024

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?

mƎALLEm
ST Technical Moderator
July 15, 2024
To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
MSGokulAuthor
Associate
July 16, 2024

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?

ST Employee
July 16, 2024

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.