• 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...
  • 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...
  • Does CMSIS-RTOS support cortex-A and cortex-R?
    The clock speed of cortex-m4 is about 200MHz, which is not enough for image or complex data processing. So I want to use cortex-A9, and i'm wonder if the RTOS can be used in it ? If not,can you give...
  • CMSIS-RTOS user manual
    Hi I want to start studying CMSIS-RTOS but I couldn't find any user manual for it. there is some user manual for keil-RTX. what is difference between CMSIS-RTOS and keil-RTX? I read in a document that...