#firmware-development
Read more stories on Hashnode
Articles with this tag
During firmware development, if something does not work as expected, we need to throw this question first: "hardware issue or firmware issue?" This...
Why do we need to consider reliability in firmware? The firmware is a binary program file that runs in the microcontroller. The microcontroller is a...
In general, firmware cannot be discussed without hardware dependency in embedded systems. For example, the led_controller module needs to use...
How to set up Ceedling From last post, Ceedling was introduced as a unit testing framework for C. In this post, I want to show how to set up Ceedling...
How often firmware engineers expose to unit testing? This was an unusual topic to me at first while I have worked as firmware engineer for...