Articles by Tag #rtos

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Zephyr RTOS on STM32 Nucleo: From Setup to Blinky

When I first picked up my STM32 Nucleo-F401RE board, my goal was simple: to explore how modern...

Learn More 0 0Oct 20 '25

How to Create a Firmware Version System in Zephyr RTOS

In the previous part of this series, we built and flashed our first Zephyr app on the STM32...

Learn More 0 0Oct 20 '25

Demystifying RTOS: Essential Resources for Embedded Systems Developers

Ever wondered how your smartwatch responds instantly, or how medical devices precisely administer...

Learn More 0 0Jun 20 '25

Comparison between bare-metal programming and using an RTOS on STM32 microcontrollers

Comparison: Bare-Metal vs. RTOS on STM32 Example – STM32 without RTOS (Bare-Metal): c int...

Learn More 1 0Jun 30 '25

How to check for memory leak in microcontroller?

Memory leaks on microcontrollers are usually heap leaks (malloc/new without free/delete) or resource...

Learn More 0 0Dec 31 '25