Search Articles — Sudonull

Search Results

In this project

C Questions for Microcontrollers

https://sudonull.com/c-questions-for-microcontrollers

Theoretical minimum for embedded developers: volatile, interrupts, RTOS, toolchain. Practical questions from interviews. Prepare for work with MCU.

Microcontrollers for GPS gadget

https://sudonull.com/microcontrollers-for-gps-gadget

Comparison of STM32H743, RA8M1, i.MX RT1176 for wearable device with GNSS, BLE, AI. Requirements for RAM, crypto, RTOS. Choose MCU for prototype — read the analysis.

Linked lists: cache misses and benchmarks

https://sudonull.com/linked-lists-cache-misses-and-benchmarks

Why linked lists are 30 times slower than arrays: analysis of cache misses, memory overhead, and optimizations. Benchmarks, code examples for middle/senior dev. Study real tests.

From the web

Real Time Operating System (RTOS) - GeeksforGeeks

https://www.geeksforgeeks.org/operating-systems/real-time-operating-system-rtos/

6 days ago · Real-time operating systems (RTOS) are used in environments where a large number of events, mostly external to the …

Real-time operating system - Wikipedia

https://en.wikipedia.org/wiki/Real-time_operating_system

A real-time operating system (RTOS) is an operating system (OS) for real-time computing applications that processes data and …

FreeRTOS™ - FreeRTOS™

https://www.freertos.org/

The FreeRTOS beginners’ guide will help you understand the RTOS concept, use cases and extended features. It will also help you …

Complete Guide to RTOS for Embedded Systems (2026)

https://nerdyelectronics.com/complete-guide-to-rtos-for-embedded-systems/

Mar 8, 2026 · Complete guide to RTOS for embedded systems. Learn task management, scheduling, semaphores, queues, memory …

RTOS Fundamentals - FreeRTOS™

https://rcc.freertos.org/Documentation/01-FreeRTOS-quick-start/01-Beginners-guide/01-RTOS-fundamentals

A Real-Time Operating System (RTOS) is a type of computer operating system designed to be small and deterministic. RTOSes are …

What is a real-time operating system (RTOS)? - IBM

https://www.ibm.com/think/topics/real-time-operating-system

A real-time operating system (RTOS) is a specialized operating system designed to handle time-sensitive tasks with precise timing …

Real-Time Operating System (RTOS): Working and Examples

https://www.spiceworks.com/soft-tech/what-is-rtos/

Mar 7, 2024 · What Is a Real-Time Operating System (RTOS)? Meaning, Working, Types, Uses, and Examples. A real-time …

RTOS Basics Tutorial - Key Concepts, Types, Needs, Applications

https://embetronicx.com/tutorials/rtos/freertos/rtos-basic-tutorial-for-beginners/

Sep 24, 2023 · So in this tutorial, we will cover the basic things that need to know for RTOS. We have divided this tutorial into Two …

What is an RTOS, and How Does it Differ from a General-Purpose ...

https://embeddedprep.com/what-is-an-rtos-and-how-does-it-differ-from-a-general-purpose-operating-system/

Sep 21, 2025 · RTOS stands for Real-Time Operating System. It is a type of operating system specifically designed to process data …

What Is an RTOS? Real-Time Operating Systems Explained

https://scienceinsights.org/what-is-an-rtos-real-time-operating-systems-explained/

Learn how real-time operating systems work, why timing guarantees matter, and where RTOS powers the devices we rely on every …

Trending Now