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

    Graduate II
    February 18, 2025

    Dudes...

    You will have to understand lwIP and the MCU with its ETH peripheral anyway, so it's gonna be not much more work than as if the H5 would support lwIP.

    Check Piranha's post above: H5 and H7 seem to have the same ETH peripheral, so as a start create a project with Cube for H7, than simply copy all lwIP stuff to your H5 project.

    And then do not despair... it's will be a lot of work making that run anyway... :D