News

This installment starts a new segment of lessons about state machines. The subject conceptually continues the event-driven theme and is one of my favorites [1,2]. Today, you’ll learn what event-driven ...
After introducing interrupts and the foreground/background architecture, I am finally ready to tackle the concept of a Real-Time Operating System (RTOS). In this first lesson on RTOS (commonly ...
But what is ONVIF on camera, and why is it so important for embedded OEM cameras? In this blog, we’ll explore everything you ...
Every good hardware or software design starts with a structured approach throughout the design cycle, but as chip architectures and applications begin focusing on specific domains and include some ...
This course is used as the capstone in a three course sequence, including Linux System Programming and Introduction to Buildroot and Linux Kernel Programming and Introduction to Yocto Project. Both of ...
Embedded systems have become a cornerstone of modern technology, powering everything from IoT devices to automotive control systems. These specialized systems rely on software that is lightweight, ...
Embedded designers and programmers tend to be a conservative lot who love to delve into the latest technology but adopt it after careful consideration. One of those technologies is vibe coding, which ...
Whether it’s safely operating a motor vehicle or a spacecraft on a distant planet, there's an RTOS that can make sure it gets there. Here's a field guide to real-time software that can help you ...
LWMalloc is an ultra-lightweight dynamic memory allocator designed for embedded systems that is said to outperform ptmalloc ...
Key-value stores are the simplest, most fundamental data storage systems. Rather than providing elaborate query languages, most of them provide simple interfaces to store and retrieve data. Businesses ...