Export STM32CubeMX Project to CMake
Hi,
i wanted to export this Project:
https://github.com/mirzafahad/nucleo_stm32f429zi_lwip_examples/tree/master/UDP_Echo_Client
to CMake, so i can import it via the STM32 VSCode extension.
I was following this short Video: https://www.youtube.com/watch?v=DDVdq47Dd94
Unfortunately when i click on "GENERATE CODE", most of the code written in main.c is lost. How can i prevent this?
Thanks for any help!
