• 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...
  • 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
  • problem with cmsis::rtx rtos
    hi to all i am new in mdk5 and i want create a project with mdk5 and using cmsis::rtx rtos, i wrote a simple blinky program with cmsis::rtx and work well in simulator, but when i deploy it in my board...
  • 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 ?
  • RTX stack overflow check problem
    I've now spent a lot of time debugging a problem/issue with the built-in stack overflow check in the RTX OS. In my project I have a task that receives input from a UART (LPC 2368). The chacacters...