Hi, I wanted to start learning RTOS in ARM Cortex M Processors. I currently work on Cortex M0 IC provided by Nuvoton where I use the BSP to get things done.
Now I need to move a step ahead and start learning RTOS and Implement it .
I had gone through many documents and videos relating to this, but still I don't know where and how to start?
I understood the basics of task scheduling,preempting and executing etc of RTOS from the sources I had gone through.
I would need exact guidelines to just start with the things, once started I can go further myself . Thank You. :-)
Read this Using the FreeRTOS Real Time Kernel - a Practical Guide
Doesn't matter if in the end you will not use FreeRtos, the concepts are the same for every RTOS.
Regards