For many years, RMB’s president Nigel Jones was a regular contributor to Embedded Systems Programming magazine. A list of his articles appears below. Today he blogs at http://embeddedgurus.com/stack-overflow where you will find nearly 200 articles on the topic of embedded systems.
Our most popular article, A “C” Test: The 0x10 Best Questions for Would-be Embedded Programmers (PDF version), has become the de-facto C test used in interviews for embedded systems programmers.
- Minimize Interrupt Service Routine Overhead (PDF version)
- How to Use C’s Volatile Keyword (PDF version)
- Optimal C Constructs for 8051 Microcontrollers (PDF version)
- Use Lint for Static Code Analysis (PDF version)
- MISRA-C Guidelines for Safety Critical Software (PDF version)
- Uses for C’s offsetof() Macro (PDF version)
- Use Strings to Internationalize C Programs (PDF version)
- Efficient C Code for 8-bit Microcontrollers (PDF version)
- In Praise of the C Preprocessor’s #error Directive (PDF version)
- Jump Tables via Function Pointer Arrays in C/C++ (PDF version)
- RS-485 Transmit Enable Signal Control (PDF version)