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 ...
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 ...
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, ...
Although the world of embedded software development languages seem to span somewhere between ASM and C89 all the way to MicroPython, there is a lot to be said for a happy medium between ease of ...
If you’re an embedded developer, you probably hear about all the cool things in AI, like AI agents, synthetic data, multimodal systems, and more. But let’s be honest, you’re probably ignoring quite a ...
No matter what type of embedded system you build, you must test it. Tests give us a warm fuzzy feeling that our system works correctly under specific environmental and operational conditions. While ...
We’re rapidly migrating to the next generation of IoT- and cloud-based systems and solutions, presenting a disruptive environment for product developers. The disruptive and complex nature of the ...
Today we’re going to make a little digression from things that we do to look at perhaps why we do the things that we do. This one is philosophical folks, so strap yourselves in. We’ve had an ...
The complexity associated with the development of embedded systems is increasing rapidly. For instance, it is estimated that the average complexity of software projects in the automotive industry has ...
Mark Patrick looks at the competing requirements for this task, from selecting an appropriate display to integrating it efficiently into an embedded system. Equipping an embedded system with a ...