Hi Experts,
Does the stack memory protection or some other similar feature is deployed in the CMSIS RTX RTOS ?
Regards,
Teachguyz
Hi Experts,
Does the stack memory protection or some other similar feature is deployed in the CMSIS RTX RTOS ?
Regards,
Teachguyz
Hi Experts,
I would like to remove and customize CMSIS RTX for the Cortex-M series micro-controllers to save some code space and may be possible optimization for hobby stuffs. For illustration, removing an RTX OS feature which I am not going to use. In…
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 feature.
What is the practical use case (merits…
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 task switch time, interrupts latency time, etc. Any…
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 ?