Firmware designs typically handle asynchronous events. But what happens when those events take seconds or even minutes to respond? Download this article to learn more.
Tag: firmware
The Anatomy of a Race Condition
What is a race condition? This post defines and explores this troublesome software flaw.
The Matthew Test: 15 Steps to Better Embedded Software (and Firmware)
15 quick yes/no questions and associated recommendations for creating better embedded software and firmware.
Why I prefer C++: “RAII All The Things!”
Learn how the C++ RAII idiom enables better code with reduced maintenance overhead.
Favorite Tools – Look Up Tables
As we grow in our engineering careers, we must continually add new tools to our collective tool kits. One favorite tool in my toolkit will be obvious to many experienced embedded software engineers. I still remember learning this approach early…