How to: CubeMX + FreeRTOS + CrossStudio
I am trying to add FreeRTOS support in an STM32CubeMX project, and import into Rowley CrossStudio.
In CubeMX, I have tried all toolchains, and then import them into CrossStudio.
But none of them works, and I get a ton of compiler errors.
When generating an STM32Cube IDE project (GCC/Eclipse), and import into CrossStudio, I get problems with newlib library, which are impossible to solve.
Has anyone experience with generating a CubeMX project with FreeRTOS enabled, and import into Rowley CrossStudio?
I have made projects without FreeRTOS support, and importing into CrossStudio works fine.
But when adding FreeRTOS, things gets messy...
Thanks !
Kaare