User Tools

Site Tools


rtes:topics:rtos:start

Real-Time Operating Systems

(1) What is a Real-Time Operating System?

“A real-time operating system (RTOS) is an operating system (OS) for real-time computing applications that processes data and events that have critically defined time constraints. […] All operations must verifiably complete within given time and resource constraints or else fail safe. Real-time operating systems are event-driven and preemptive, meaning the OS can monitor the relevant priority of competing tasks, and make changes to the task priority.” (Wikipedia)

(2) DevCon23 - Using ESP-IDF FreeRTOS Functionality Within an ESP32 Arduino Project

Live coding with FreeRTOS on ESP32
Rodrigo Garcia, Espressif Systems @ DevCon23

(3) Shawn Hymel's (DigiKey) Course on YouTube: Introduction to RTOS (year 2021)

:!: An excellent practically oriented introduction to RTOS and FreeRTOS by Shawn Hymel on DigiKey@YouTube

This course covers general theoretical concepts of Real-Time Operating Systems (RTOS) and practical exercises with FreeRTOS on ESP32 microntrollers.


DK RTOS, (1/12) - What is a Real-Time Operating System (RTOS)?
Questions on Video 01


DK RTOS, (2/12) - Getting Started with FreeRTOS
Questions on Video 02


DK RTOS, (3/12) - Task Scheduling
Questions on Video 03


DK RTOS, (4/12) - Memory Management
Questions on Video 04

(4) Renesas Tutorial of Real Time Operating Systems (RenesasPresents @ YouTube)

:!: An excellent general introduction on RTOS by Renesas: RenesasPresents @ YouTube


RTOS Tutorial (1/5) : Why is RTOS required?


RTOS Tutorial (2/5) : Task, handler and API


RTOS Tutorial (3/5) : Semaphore and event flag


RTOS Tutorial (4/5) : Architecture and Performance of RTOS


RTOS Tutorial (5/5) : RTOS for Multi-core systems

Questions Set 1 on RTOS

After having studied the above video tutorials successfully you are able to answer the following questions:

  1. What is a scheduler?
  2. What does preemptive mean?
  3. What do task, thread, and process mean?
  4. What is a semaphore?
  5. What is a mutex? How is it implemented?
  6. What are message queues used for? How are they implemented?

RTOS 1: FreeRTOS

RTOS 2: ChibiOS

Youtube Channel "ItKindaWorks"

:!: This channel describes how to use the RTOS ChibiOS with Arduino.

:!: Please install the Arduino libraries from the PORT by William Greiman: ChibiOS/RT for Arduino AVR, SAMD, Due, Teensy 3.x
Github: https://github.com/greiman/ChRt

Coursera: Development of Real-Time Systems

https://www.coursera.org/learn/real-time-systems

“About this course: This course is intended for the Master's student and computer engineer who likes practical programming and problem solving! After completing this course, you will have the knowledge to plan and set-up a real-time system both on paper and in practice.

The course centers around the problem of achieving timing correctness in embedded systems, which means to guarantee that the system reacts within the real-time requirements. Examples of such systems include airbags, emergency breaks, avionics, and also multi-media systems like video playback and QoS in web servers.”

SimSo - Simulation of Multiprocessor Scheduling with Overheads

General Info on Scheduling

rtes/topics/rtos/start.txt · Last modified: 2025/03/30 16:20 by rolf