Your cart is empty.
Keep shopping
Learn how a mutex enforces mutual exclusion to protect shared memory, letting one task access the resource while another waits in a blocked state until the mutex is released.
Explore task control blocks in rtos, how kernel creates a task control block for each task with priority and stack state, and how the scheduler uses ready and pending states.
This course is designed to provide an in-depth understanding of the RTOS concepts. It's a tour through the RTOS objects such as task, mutex, semaphores, timers, event flag groups, message queues, and the RTOS preemptive scheduler. Additionally, you will also learn some useful RTOS features and will get a basic overview of configuring some important RTOS parameters.