C++ Project on STM32CubeIDE
Hi,
my name is Davide Urbano and I'm using STM32CubeIDE making only C projects; now I'd like to create a C++ project so going to File->New ->STM32 Project and selecting my stm32 mcu, I check for a C++ language project. The project created has only C files so when I include cpp files with my own class, I have to change the main extension file from .c to .cpp to compile with g++; the problem is that my class is not correctly recognized ( function declared public in my class, are not seen in the same class from the compiler) and I'd like to know what's wrong...there's another missing setting? Could you suggest me how can I correctly use my cpp files?
Regards
Davide Urbano
