Create a new stm32 project correctly on 2.0.0 and use C++ for it
Upgraded STM32CubeIDE to 2.0.0 and struggling with issues!
Installed CubeMX as a standalone program too.
Now I'm confused how to create a STM32 project and as usual select C++ as the target language.
1- Should I start from the IDE? There'll be no .ioc file then!
2- Should I start from CudeMX? There'll be no option to select C++ as the target language!
How to fix it?
My purpose is to keep main.c, create .hpp, .cpp files and include the header in main.c to be able to call the functions defined in the .cpp file.
