To rtos or not to rtos that is the question.

play_arrow
335
4

5:24

To RTOS or not to RTOS that is the question.

To RTOS or not to RTOS that is the question.

RunTime Recruitment

To RTOS or not to RTOS that is the question. Super loops are great and can be used in small embedded systems which require ...

play_arrow
904 тыс
17 тыс

11:34

Introduction to RTOS Part 1 - What is a Real-Time Operating System (RTOS)? | Digi-Key Electronics

Introduction to RTOS Part 1 - What is a Real-Time Operating System (RTOS)? | Digi-Key Electronics

DigiKey

An RTOS is often a lightweight operating system (OS) designed to run on microcontrollers. Much like general purpose operating ...

play_arrow
2 тыс
15

1:47

Do you need to use an RTOS or Kernel in an embedded system?

Do you need to use an RTOS or Kernel in an embedded system?

RunTime Recruitment

To RTOS or not to RTOS, that is the question - lots of reasons for and against using an embedded kernel in deterministic real-time ...

play_arrow
125 тыс
2 тыс

12:01

Introduction to RTOS Part 5 - Queue | Digi-Key Electronics

Introduction to RTOS Part 5 - Queue | Digi-Key Electronics

DigiKey

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 ...

play_arrow
591
22

14:39

Why RTOS?

Why RTOS?

PX5 RTOS

This video will help you to understand the advantages and scenarios of using an RTOS. For more information on RTOS, please ...

play_arrow
84 тыс
814

12:18

Introduction to RTOS Part 10 - Deadlock and Starvation | Digi-Key Electronics

Introduction to RTOS Part 10 - Deadlock and Starvation | Digi-Key Electronics

DigiKey

Starvation and deadlock are two common bugs that can occur in concurrent programming. Starvation happens when one one or ...

play_arrow
522
13

1:34:05

CG2271 Week7: Intro to RTOS

CG2271 Week7: Intro to RTOS

docr

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 ...

play_arrow
63 тыс
3 тыс

10:24

Embedded Software Engineering Interview Questions & Answers

Embedded Software Engineering Interview Questions & Answers

Greidi Ajalik

Want to Support This Channel? Use the "THANKS" button to donate :) Hey all! Today I'm sharing my top 10 interview questions!

play_arrow
59 тыс
993

12:35

Introduction to RTOS Part 11 - Priority Inversion | Digi-Key Electronics

Introduction to RTOS Part 11 - Priority Inversion | Digi-Key Electronics

DigiKey

Priority inversion is a nasty concurrency bug that occurs when a low priority thread prevents a high priority thread from running.

play_arrow
130
2

25:07

Example of RTOS Under ground tank monitoring system, RTOS code Lecture 29

Example of RTOS Under ground tank monitoring system, RTOS code Lecture 29

Yuvraj Parkale

The students will be able to understand the Example of RTOS Under ground tank monitoring system and RTOS code.

play_arrow
101 тыс
1 тыс

13:44

Introduction to RTOS Part 6 - Mutex | Digi-Key Electronics

Introduction to RTOS Part 6 - Mutex | Digi-Key Electronics

DigiKey

A mutex, short for MUTual EXclusion, is a locking mechanism that is used to prevent other threads from interrupting or overwriting ...

play_arrow
144
3

2:56

What is RTOS

What is RTOS

Educational Engineering Team

Description: Welcome to our latest video, "What is RTOS?" In today's tech-driven world, Real-Time Operating Systems (RTOS) ...

play_arrow
329 тыс
14 тыс

0:24

Interview  Question: What Is Encapsulation? | #shorts #ytshorts #encapsulation #kiransir

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 ...

play_arrow
385
7

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

The Linux Foundation

A Month Off: Migrating a Robot Controller from the Proprietary INtime RTOS to Linux - Dirk Eibach, Carl Cloos Schweisstechnik ...

play_arrow
2 тыс
30

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

The Linux Foundation

Developing Open-Source Software RTOS with Functional Safety in Mind - Anas Nashif, Intel Open-source software development ...

play_arrow
255 тыс
3 тыс

10:59

Introduction to RTOS Part 3 - Task Scheduling | Digi-Key Electronics

Introduction to RTOS Part 3 - Task Scheduling | Digi-Key Electronics

DigiKey

The RTOS scheduler decides which task to run on a recurring basis, and some tasks can interrupt and run before other tasks in a ...

play_arrow
3 тыс
55

46:23

Stefan Petersen: Embedded RTOS in C++

Stefan Petersen: Embedded RTOS in C++

SwedenCpp

Many of the RTOS on the market (also in the open source world) are today written in C. There are few exceptions, which are ...