Originally published in the November 1988 Embedded Systems Programming magazine. Correction is the final step of any debugging exercise. Sometimes bug eradication is straightforward; sometimes a bug ...
I love C. I started using it on DEC PDPs and Intel 8080s ages ago. It has long since replaced assembler and, along with C++, remains the programming language of choice in the embedded tool space ...
Apply modern C++ to that module. Use constexpr for configuration constants. Replace raw arrays with std::array. Wrap resource ...
MISRA C 2023 has been released! As a member of the MISRA C working group, Parasoft contributes to the MISRA C standard. The MISRA organization had me in deep anticipation for this release after MISRA ...
Mention embedded programming and most will automatically think of C. But while it’s still the dominant language for the space, these days C has lots of company. The Internet of Things (IoT) is one of ...
Share on Facebook (opens in a new window) Share on X (opens in a new window) Share on Reddit (opens in a new window) Share on Hacker News (opens in a new window) Share on Flipboard (opens in a new ...
BARR-C:2018 is fully harmonized with MISRA C:2012. Many firmware developers choose to combine bug-killing stylistic rules from the BARR-C standard with safety guidelines from MISRA C. BARR-C:2018 is ...
Embedded-software technology appears to lag behind new trends. That's largely because embedded developers have a cautious, conservative attitude that comes from years of experience contending with ...
[Sergey Lyubka] put together this epic guide for bare-metal microcontroller programming. While the general concepts should be applicable to most any microcontroller, [Sergey]s examples specifically ...