You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project structure in STM32CubeIDE has changed since this code was released so that the src and inc folders are moved from the project main folder to Core. This folder is already included in "source location" when importing the project.
So far I have failed to compile the project properly in STM32CubeIDE both for Windows and Linux. I am importing from existing ioc file with targeted language C++, which generates a main.c file with the hardware setup, but the code from the main.cpp file is left untouched. Should I rename the main.c to main.cpp and copy-paste the code from the original main.cpp to make it work? Would I also need to convert the project to C++ at some point - I see that this option is available. Could you please rewrite the instructions to make it work for newer versions of STM32CubeIDE and perhaps describe every step of the process?
I find this project really great and am really hoping for it to work.
The text was updated successfully, but these errors were encountered:
The project structure in STM32CubeIDE has changed since this code was released so that the src and inc folders are moved from the project main folder to Core. This folder is already included in "source location" when importing the project.
So far I have failed to compile the project properly in STM32CubeIDE both for Windows and Linux. I am importing from existing ioc file with targeted language C++, which generates a main.c file with the hardware setup, but the code from the main.cpp file is left untouched. Should I rename the main.c to main.cpp and copy-paste the code from the original main.cpp to make it work? Would I also need to convert the project to C++ at some point - I see that this option is available. Could you please rewrite the instructions to make it work for newer versions of STM32CubeIDE and perhaps describe every step of the process?
I find this project really great and am really hoping for it to work.
The text was updated successfully, but these errors were encountered: