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

1 REPLY 1
STTwo-32
ST Employee

Hello @Divya_Prasanth and welcome to the ST Community 😊.

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.