5:24
To RTOS or not to RTOS that is the question.
To RTOS or not to RTOS that is the question. Super loops are great and can be used in small embedded systems which require ...
11:34
Introduction to RTOS Part 1 - What is a Real-Time Operating System (RTOS)? | Digi-Key Electronics
An RTOS is often a lightweight operating system (OS) designed to run on microcontrollers. Much like general purpose operating ...
1:47
Do you need to use an RTOS or Kernel in an embedded system?
To RTOS or not to RTOS, that is the question - lots of reasons for and against using an embedded kernel in deterministic real-time ...
12:01
Introduction to RTOS Part 5 - Queue | Digi-Key Electronics
A queue is a first-in, first-out (FIFO) system that is used to store and pass information between tasks in an RTOS. Data copied to a ...
12:18
Introduction to RTOS Part 10 - Deadlock and Starvation | Digi-Key Electronics
Starvation and deadlock are two common bugs that can occur in concurrent programming. Starvation happens when one one or ...
1:34:05
In this Lecture, we get introduced to the concepts of RTOS for the Keil RTX. We also review this week's lab to understand the ...
10:24
Embedded Software Engineering Interview Questions & Answers
Want to Support This Channel? Use the "THANKS" button to donate :) Hey all! Today I'm sharing my top 10 interview questions!
12:35
Introduction to RTOS Part 11 - Priority Inversion | Digi-Key Electronics
Priority inversion is a nasty concurrency bug that occurs when a low priority thread prevents a high priority thread from running.
25:07
Example of RTOS Under ground tank monitoring system, RTOS code Lecture 29
The students will be able to understand the Example of RTOS Under ground tank monitoring system and RTOS code.
13:44
Introduction to RTOS Part 6 - Mutex | Digi-Key Electronics
A mutex, short for MUTual EXclusion, is a locking mechanism that is used to prevent other threads from interrupting or overwriting ...
2:56
Description: Welcome to our latest video, "What is RTOS?" In today's tech-driven world, Real-Time Operating Systems (RTOS) ...
0:24
Interview Question: What Is Encapsulation? | #shorts #ytshorts #encapsulation #kiransir
The Kiran Academy - Java By Kiran
Make sure to watch this video until the end as it contains valuable information to help you. If you have any questions, feel free to ...
38:46
A Month Off: Migrating a Robot Controller from the Proprietary INtime RTOS to Linux - Dirk Eibach
A Month Off: Migrating a Robot Controller from the Proprietary INtime RTOS to Linux - Dirk Eibach, Carl Cloos Schweisstechnik ...
47:49
Developing Open-Source Software RTOS with Functional Safety in Mind - Anas Nashif, Intel
Developing Open-Source Software RTOS with Functional Safety in Mind - Anas Nashif, Intel Open-source software development ...
10:59
Introduction to RTOS Part 3 - Task Scheduling | Digi-Key Electronics
The RTOS scheduler decides which task to run on a recurring basis, and some tasks can interrupt and run before other tasks in a ...
46:23
Stefan Petersen: Embedded RTOS in C++
Many of the RTOS on the market (also in the open source world) are today written in C. There are few exceptions, which are ...