2024-01-03 09:24 PM
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
2024-01-04 01:01 AM
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.
2024-08-22 02:46 AM
when will freeRTOS and LwIP support be added?
2024-08-22 02:57 AM
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 ...
2024-08-22 04:11 AM - edited 2024-09-17 08:07 AM
2024-10-08 03:37 PM
The problem was in Cyrillic. although there is no such problem for freeRTOS.