cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling LwIP in Nucleo-H563ZI

Divya_Prasanth
Associate

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

5 REPLIES 5
STTwo-32
ST Employee

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

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.

RusikOk
Associate III

when will freeRTOS and LwIP support be added?

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 ...

RusikOk
Associate III

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?

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