Skip to main content
Visitor II
January 4, 2024
Question

Enabling LwIP in Nucleo-H563ZI

  • January 4, 2024
  • 3 replies
  • 3034 views

Hello,

I'm using Nucleo-H563ZI Board and trying to use FreeRTOS with LWIP. I am able to find the FreeRTOS software extension for the STM32H5 series (X-CUBE-FREERTOS) and enabled in the .ioc file. Attached the .ioc file for reference.
But I'm unable to find the LWIP package for the STM32H5 series.

How to enable the LWIP for STM32H5 series in .ioc?

Thank you

    This topic has been closed for replies.

    3 replies

    Technical Moderator
    January 4, 2024

    Hello @Divya_Prasanth and welcome to the ST Community :smiling_face_with_smiling_eyes:.

    The LWIP is Not included in the STM32CubeH5 firmware. But, the NetXDuo is available. If you want to use the LWIP, you can start from this GitHub.   

    PS: you can clone this repository along with the linked submodules using the following commend (don't download as .zip file):

    git clone --recursive https://github.com/STMicroelectronics/stm32h5-classic-coremw-apps

    Best Regards.

    STTwo-32

    Graduate II
    August 22, 2024

    when will freeRTOS and LwIP support be added?

    Super User
    August 22, 2024

    AIUI, ST are moving away from FreeRTOS and LwIP in favour of the Eclipse ThreadX (formerly Azure) offerings (NetX Duo, etc)?

    Of course, both FreeRTOS and LwIP remain available as 3rd-party projects - so you can use them as any other 3rd-party source ...

    Graduate II
    August 22, 2024

    1) on my STM32H563RG project with FreeRTOS is generated, but LwIP is not available even in X-CUBE.
    2) when generating a simple project on ThreadX, CubeMX generator hangs at 60% of readiness. how to fix the problem?

    Graduate II
    October 8, 2024

    The problem was in Cyrillic. although there is no such problem for freeRTOS.