Make files wrong
This is the second time this has happened. The last time I abondoned the project and restarted.
After running CUBE the project settings of the sub-projects (Drivers and Middlewares) have the settings change.
Specifically: -mthumb -mfloat-abi=soft
while the project settings are: -mcpu=cortex-m4 -mthumb -mfloat-abi=hard -mfpu=fpv4-sp-d16
You can change these settings on the main project (right-click root project -> Properties -> C/C++ Build -> Settings -> MCU Settings).
But for the sub-projects (right-click Drivers -> Properties -> C/C++ Build -> Settings -> MCU GCC Compiler) it is displayed only, there is no ‘MCU Settings’.
Since the makefiles are generated I may try deleting them and forcing them to be recreated.
It has nothing to do with CUBE - I don’t run CUBE on this project, this project is a copy of the one I run CUBE on. I only copy over the changes. And the changes are only in the .c and .h files.
Anyone else see this?
-Matt