2022-01-04 11:50 PM
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
Solved! Go to Solution.
2022-01-11 04:17 AM
Hello @Kåre Kjeldsen ,
I couldn't reproduce the issue so I advise you to use one of CubeMX supported Toolchains (CubeIDE, EWARM, MDK ARM), it is more guaranteed.
Sara.
2022-03-07 11:30 PM