• Tickless mode with RTX 4.80
    Hello everybody, I am engineering a power constrained application on an STM32L151VC with RTX 4.80. In order to save power we want to sleep as often as it makes sense. The following code is the concept...
  • RTX CMSIS osTimer not working in tickless mode
    I am seeing a bug using the osTimers when using tickless mode in RTX - essentially they are not ever firing the callback. Note I am compiling the OS v4.70 with __CMSIS_RTOS enabled. It seems that...
  • CMSIS RTOS2 API is missing
    Hi, I am working with Freertos kernel in ARM cortex microcontrollers. So, I felt Keil complier has a better optimization level comparing others. So i planned to using Freertos with Keil. i installed...
  • CMSIS RTOS2 - C++ support?
    In the CMSIS RTOS2 documentation, it states that a C++ interface is planned for release January 2017. "The C++11/C++14 interface is planned to be released in January 2017." Does anyone know what...
  • STM32L0 and CMSIS RTX5 RTOS2
    Using MDK V5.22. Set up a base STM32L0 project. Compiled and worked ok. Now wanted to add CMSIS RTOS2 RTX5. Used "Manage Run-Time Environment" to add "RTOS2 (API)" via its checkbox. Then added...