• does RTX (CMSIS-RTOS) support CanFestival(CANopen)
    Hi, I find there's hardly any examples or documents supporting CanFestival in CMSIS-RTOS - RTX . I'm using RTX for a long time,and want to use CanFestival in RTX . I wonder if there is any doc or...
  • CMSIS RTOS does not starts on power on
    Hi, I am using CMSIS RTOS on my project. This project also contains Keil HTTP server. #define osFeature_MainThread 1 ///< main can be thread then RTOS will starts main on startup/power on...
  • Perfomance of the CMSI-Drivers and RTOS
    Hello community, I'm investigating for my company, if the CMSI framework is useful. We have some really strict real-time requirements and therefore we need to know how long the different functions...
  • RTX RTOS support for Cortex A53/57/72
    Hi Experts, Is there RTX RTOS support available for the Cortex A53/57/72 based processors ? Regards, Techguyz
  • CMSIS-RTOS osThreadYield does not pass control
    Hi I am trying to use the osThreadYield function of the CMSIS-RTOS and even though I have many other threads in the READY state, control is not passed to them and I stay in the current thread which...