• RTX with CMSIS-RTOS API
    Hello, what is the difference between the original RTX version and the CMSIS-API version? Is it the same kernel? Any performance differences? /Peter
  • Speciality of CMSIS RTX RTOS
    Hi Experts, What is the special feature in the CMSIS ARM RTX RTOS compared to other commercial RTOS which makes the integration smoother and gives best performance ?
  • How to suspend the CMSIS RTOS (not RTX)
    I am using the CMSIS RTOS (not RTX) and this RTOS seems to be interfering with a time critical process I have for programming a FPGA so I need to suspend this RTOs until I am finished doing that. ...
  • Stack checking with CMSIS-RTOS RTX
    So I've run into this before, and wasn't able to figure it out, other than very painful trial-and-error guesswork. I'm using CMSIS-RTOS RTX on Energy Micro EFM32GG devices, and I now have a blown...
  • CMSIS-RTOS RTX problem with stack overflow
    I have a weird problem with my CMSIS-RTOS RTX application. Application consists of 3 threads with user-provided stacks. osThreadDef(USBRead, osPriorityHigh, 1, 300); osThreadDef(DCMotorDrive, osPriorityAboveNormal...