Commented Out
https://blog.martincowen.me.ukTechnical blog on embedded systems development, covering electronics, firmware, and software engineering from the perspective of decades in the industry.
Entries
-
Formatting is not something developers should be spending much time on, but we spend a lot of time staring at code to...
-
The reasons for having unit tests in your projects are well-known and accepted; I'm not going to rehash them here. Wh...
-
Most embedded C developers start writing their code on their microcontroller manufacturer's provided IDE - STM32CubeI...
-
The ability to trace requirements through to implementation is an important property of commercial software developme...
-
In the first of these four blog posts on the firmware for the countdown timer, we'll look at the firmware layer desig...
-
The idea for this project was a simple countdown timer to be used by children for various games and activities where ...
-
When trying to write code samples in front of someone else, for example during an interview, it's a good idea to star...
-
Picking up someone else's design to get it into production is a common enough situation and yet there are always inte...
-
Given that the promise of STM32CubeIDE is that adding functionality should be as easy as clicking in checkboxes, you'...
-
Reusability is an idea often touted in software, and embedded projects are no exception. In fact, the reasons for nee...