2024-04-24 12:21 AM
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!!
Solved! Go to Solution.
2024-04-25 06:56 AM
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.
2024-04-25 06:56 AM
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.