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

    This topic has been closed for replies.
    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.SAnswer
    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