How to import sample STM32Cube Projects into the IDE?
Hey,
I'm currently trying to import following Project: https://github.com/STMicroelectronics/STM32CubeF7/tree/master/Projects/STM32746G-Discovery/Applications/LwIP/LwIP_HTTP_Server_Netconn_RTOS into my STM32CubeIDE, although I seem to have some troubles.
The Includes seem to fit but if Im trying to build, it says "nothing to build".
What steps do I have to take in order to build and run these sample projects?
Thanks in advance