• When is planned to implement an working osWait function in CMSIS-RTOS?
    Is it planned and when to implement an working osWait function in CMSIS-RTOS API?
  • 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 ?
  • Diff between RLARM RTX and CMSIS RTX
    Hi Experts, I could find two versions of RTX here. Even though i got an application note on porting RTX to CMSIS RTX I got few confusions with the below links. http://www.keil.com/support/man/docs/rlarm...
  • Stack memory protection using MPU in CMSIS RTX RTOS
    Hi Experts, Does the stack memory protection or some other similar feature is deployed in the CMSIS RTX RTOS ? Regards, Teachguyz
  • When does RTX (re)evaluate which thread to run next?
    Hi, a hopefully simple example to explain the background of my question. Say, an interrupt handler is interrupting a thread "some_thread_id_A" and looks as follows: SomeIRQHandler(void) { ... some code...