• Engineering inside RTX RTOS
    Hi Experts, I went through the code  flow of CMSIS RTX RTOS. I am excited to know the real engineering done on building the RTX RTOS towards Cortex Microcontroller series. It can be some parameters like...
  • 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 Mutex Vs  Binary Semaphore
    Hi Experts, In CMSIS RTX how the mutex and binary semaphore is handled ? For example, in case of mutex is locked for some hardware peripheral drivers whether the task switch will be disabled ? or by any...
  • 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
  • RTX MainThread def use case
    Hi Experts, I went through the CMSIS RTX code for Cortex-M and bit curious on the features & configurations. In that I could see osFeature_MainThread  macro is defined for the requirement of main thread...