Skip to main content
Visitor II
April 24, 2024
Solved

How can I integrate FreeRTOS and lwIP on the Nucleo H563 development board?

  • April 24, 2024
  • 1 reply
  • 954 views

I've already looked at this post (https://community.st.com/t5/stm32-mcus-embedded-software/enabling-lwip-in-nucleo-h563zi/td-p/624725), but I don't understand how to use the GitHub project. Is there a complete, runnable project available for reference? I'm having trouble understanding how to use the project on GitHub.

Please Help!!

Best answer by Sarra.S

Hello @LucasKong 

You can clone the GitHub project using this command : 

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

or you download it as .zip file then the required components have to be collected manually

Either way, I cloned the project and attached it 

1 reply

Sarra.SBest answer
ST Employee
April 25, 2024

Hello @LucasKong 

You can clone the GitHub project using this command : 

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

or you download it as .zip file then the required components have to be collected manually

Either way, I cloned the project and attached it 

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.