This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FreeRTOS vs RTX on STM32F?

ST in STMcube prefers FreeRTOS, Keil his RTX.
Unfortunately, for example STM32F1 not exist drivers compatible with CMSIS 2.02
and so there is the question of whether to use RTX or FreeRTOS?
It is one of them significantly better?

Parents Reply Children
  • We added CMSIS RTOS API support to FreeRTOS in PolyMCU framework (github.com/.../polymcu).
    You can easily switch the RTOS by only changing a single variable.
    We also created a CMSIS RTOS conformance test to ensure any CMSIS RTOS behaves correctly: github.com/.../README.md

    PolyMCU is an Open-Source firmware framework based on CMSIS - primarily targetting ARM Cortex-M. The framework supports GCC and LLVM toolchain. As it is based on CMake, it supports Windows/Linux/MacOS.
    In term of firmware, it supports Baremetal/ARM RTX/FreeRTOS environment and major MCU vendors (Freescale, Nordic, NXP, ST).