This fifth lesson on RTOS finally addresses the real-time aspect of the “Real-Time Operating System” name. Specifically, in the video lesson 26, you add a preemptive, priority-based scheduler to the ...
In this fourth lesson in the Real-Time Operating System (RTOS) series, you’ll see how to replace the horribly inefficient polling delay with efficient thread blocking. Specifically, in this lesson 25, ...
Electronic products that use a microcontroller have become so complex today that they commonly use a real-time operating system (RTOS). An RTOS can manage low-level resources and time, improving the ...
In this first video lesson on RTOS, you will see how to extend the foreground/background architecture from the previous lesson, so that you can have multiple background loops running seemingly ...
In the beginning, real-time operating systems (RTOSs) were primarily used in military, aerospace, and high-end industrial control applications. This has changed dramatically as low-cost, fast, and ...
Real-time operating systems (RTOSes) allow medical device manufacturers to improve the performance of their medical devices and ensure they meet regulatory requirements. But choosing whether to use an ...