• 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 ?
  • 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
  • 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...
  • 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...
  • Difference between SWI and SVC
    Hi Experts, In RTX RTOS I could find some functions based on SVC and SWI handlers. What do they actually mean for ? Where it is actually used ?