Tips and Tricks – 7 Tips for Meeting Real-time Deadlines
Embedded systems must meet their real-time deadlines in order to function efficiently and as expected. No one likes to press…
Jacob's Blog
Category Archives: Software Techniques
Embedded systems must meet their real-time deadlines in order to function efficiently and as expected. No one likes to press…
Nearly every product requires a software update at some point or another. Whether it’s our cellphones, TV’s or even our…
Speed is imperative in the business world. Getting to market before competitors, leading the way in innovation, the development cycle…
When I’m teaching “C Programming for Embedded Systems”, I’m often asked whether the ternary operator should be used or an…
Real-time operating systems (RTOSes) have become a critical component in many embedded systems. Transitioning from bare-metal scheduling to an RTOS…
Embedded software development is usually performed under severe resource constraints not only from a business stand-point but from the microcontroller…
The behavior of a real-time embedded system is often a black box. Developers design their software, write their code and…
Every embedded software program starts with a basic foundation from which the application is built. A successful application requires that…
Setting up a project the correct way from the start doesn’t have to be black magic. Successfully implementing quality embedded…
Embedded systems consist of two very different types of failure rates; hardware and software. The probability of a hardware failure…
All preprocessor directives are not created equal. A developer will have different preprocessor directives available depending on whether GNU C,…
Every now and then, an interesting compiler warning will pop that make developers scratch their head in wonder. One such…