---
title: "Super-Simple Tasker -- The Hardware RTOS for ARM Cortex-M, Part-1"
url: https://daily.dev/posts/super-simple-tasker----the-hardware-rtos-for-arm-cortex-m-part-1-lbfovrw2w
source_url: https://www.youtube.com/watch?v=PTcauYl994A
type: video:youtube
source: "Quantum Leaps"
published: 2026-05-31T07:45:32.138Z
updated: 2026-06-04T02:16:14.162Z
tags: ["embedded", "real-time-systems", "rtos"]
reading_time: 22
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Super-Simple Tasker -- The Hardware RTOS for ARM Cortex-M, Part-1

**[Quantum Leaps](https://daily.dev/sources/quantum-leaps)** · 22 min read · 0 upvotes · 0 comments

## Summary

Super Simple Tasker (SST) is an event-driven, preemptive, priority-based RTOS kernel for ARM Cortex-M that implements scheduling almost entirely in hardware. Unlike traditional blocking RTOS kernels, SST uses non-blocking run-to-completion tasks that share a common stack, dramatically reducing CPU and memory overhead. The presentation contrasts SST with FreeRTOS, demonstrates a multi-task Blinky-Button example on an STM32 Nucleo board with a logic analyzer, and shows that SST supports preemption, priority-based scheduling, same-priority arbitration, and rate monotonic analysis — without requiring thread blocking.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=PTcauYl994A>

---

Tags: [#embedded](https://daily.dev/tags/embedded), [#real-time-systems](https://daily.dev/tags/real-time-systems), [#rtos](https://daily.dev/tags/rtos)

[View this post on daily.dev](https://daily.dev/posts/super-simple-tasker----the-hardware-rtos-for-arm-cortex-m-part-1-lbfovrw2w)
