How to configure STM32CubeMX to support C++ development?
When I use CubeMX, the default language of my genereted code is C. I would like to develop in C++, as I can do in STM32CubeIDE. (I want to use VSCode to program)
Is there any option to do this? I've tried just change the main.c to main.cpp, but it didn't work.
(I'm a noob. So, if this questions is elementar, please, let me know likewise).
