[SOLVED] STM32G030 CubeMX generated code won't compile - RTOS include not found
I have just created a new project with the latest version of CubeMX for an STM32G030F6Px and am using the code generator to provide basic bring-up code. However the generated project does not compile.
I am using System Workbench (version 1.17.0.201812190825; all updates applied), with the SW4STM32 option set in the Project Manager. However I receive the message:
../Drivers/CMSIS/RTOS2/Template/cmsis_os.h:157:10: fatal error: cmsis_os2.h: No such file or directory
I have not enabled FREERTOS in the project settings, so I'm not sure why this is being compiled. Any ideas?!
