Generating c++ projects with STM32CubeMX
Hi, I'm trying to make a c++ project for STM32CubeIDE using the STM32CubeMX.
However there doesn't seem to be any c++ option, is there something I'm missing or is the software just not made for it?
Hi, I'm trying to make a c++ project for STM32CubeIDE using the STM32CubeMX.
However there doesn't seem to be any c++ option, is there something I'm missing or is the software just not made for it?
After opening the project in CubeIDE right click on it and select "Convert to C++".
This won't change the code generated by CubeMX to C++. All these files remain C, this is normal, you don't want to change it. Use C++ in source files that you add.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.