Over the past few years, the number of programming languages used for embedded development has started to balloon. Developers have available to them languages such as Assembly, C, C++, Python, ...
“Normal” programmers can get away with the assumption that their C programs start executing from the main() function. But embedded developers need to know what happens before that. Lesson 13 explores ...
You probably hold with the conventional view that the Java language cannot be used for embedded programming. According to this view, implementations of the Java language are (1) too slow, (2) too big, ...
There has always been a fierce war being waged between C/C++ for the hearts of embedded software developers. The war has lasted decades, with C++ slowly but surely whittling down the number of ...
There was a time when we were multilingual. Assembly language was the only alternative to machine code, and each microprocessor and microcontroller family had its own language, reflecting its own ...
Doxygen can be an amazing tool for disciplined embedded software developers seeking to quickly generate a software manual that stays in sync with their code. It scans your code, parses out developer ...
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 ...