• 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...
  • 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...
  • CMSIS 5.9.0 and RTX RTOS2 5.5.4. issue
    By upgrading from cmsis 5.7.0 to cmsis 5.9.0, in the debugger tool of keil uVision (5.29.0.0) I can't view anymore the threads and the infos about the rtx rtos2 ( I have an RTX5 project and the project...
  • CMSIS-RTOS2 Using mutex
    Hi, I'm new with the CMSIS-RTOS2. I want to test the Mutexes, so I read the online documentation and I create the Mutex.c template file from Keil. I see from the template file that the mutex is...
  • 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...