Skip to main content
Visitor II
July 16, 2024
Question

IP stack support for H5 series

  • July 16, 2024
  • 2 replies
  • 2371 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.

    2 replies

    MSGokulAuthor
    Visitor II
    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?

    MSGokulAuthor
    Visitor II
    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