RTOS (Real-Time OperatingSystem)
• An operating system designed to process data
and events within a strict time deadline, used
in embedded and time-critical systems.
3.
Task/Thread
• A basicunit of execution in RTOS. Multiple
tasks can run concurrently and independently.
4.
Task Scheduling
• Themethod by which an RTOS decides the
order in which tasks are executed.
5.
Preemptive Scheduling
• Ascheduling method where the highest-
priority task is executed by interrupting the
currently running lower-priority task.