cancel
Showing results for 
Search instead for 
Did you mean: 

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

LucasKong
Associate

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

1 ACCEPTED SOLUTION

Accepted Solutions
Sarra.S
ST Employee

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.

View solution in original post

1 REPLY 1
Sarra.S
ST Employee

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.