Skip to main content
Visitor II
May 17, 2023
Question

Is LWIP available for STM32H5XX

  • May 17, 2023
  • 11 replies
  • 8317 views

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?

    This topic has been closed for replies.

    11 replies

    Super User
    May 17, 2023

    It is not supported on this family by ST. But it is a free, opensource project, available to everyone.

    The question is, why do you want it. Every RTOS or IoT OS project has its own tcp/ip layer, even FreeRTOS.

    mvonahnenAuthor
    Visitor II
    May 17, 2023

    I am novice to IP programming and most of the examples out there use LWIP

    Super User
    May 18, 2023

    Well, now you can find also examples with Azure RTOS and NetX. Sounds good?

    ST Employee
    May 22, 2023

    Hi @mvonahnen​ 

    The forum moderator had marked your post as needing a little more investigation and direct support. An online support case has been created on your behalf, please stand by for just a moment and you will hear from us.

    Regards,

    Billy

    Explorer II
    July 12, 2023

    Following this thread for updates.  I too have run into this issue - namely migrating projects from the F7 to H5 that use LwIP and MQTT provided by STM32CubeMX.  While I am not a novice, expediting the migration process would be nice.  

    Super User
    July 12, 2023

    Here you can find helping hands with migration chores, while you stay focused on what is important to you:

    https://www.fiverr.com/categories/programming-tech/electronics-engineering/embedded-systems-iot

     

    Visitor II
    September 9, 2023

    Hi @Billy OWEN 

    Could you please provide an update. 4 months has passed and there is still no LWIP support for the H5.

    Visitor II
    February 18, 2025

    Did you get any solution ?

    Graduate II
    September 10, 2023
    Explorer II
    November 28, 2023

    Hi,

    are there any news or has anyone managed to port lwip to the H5 series, especially the STM32H573i-DK?

    Best,

    funkii

    Graduate II
    November 28, 2023

    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.

    Visitor II
    August 26, 2024

    HELLO, DO YOU HAVE ANY EXAMPLES FOR US NEWBIES?

    Visitor II
    August 27, 2024
    It seems like LWIP might not be supported by default for the STM32H5 series in the STM32IDE. You could check if there's an external library or a workaround available, or if STM has released any updates or patches that add LWIP support for this family. Additionally, you might want to explore using another compatible middleware option or consider manually integrating LWIP into your project if it's essential for your application.
    Super User
    August 27, 2024

    From this message, it looks that ST is not going to discard LwIP yet. Maybe the support will extend to new MCUs as well.

     

    Visitor II
    February 18, 2025

    Did you get the solution for this