CEC Introduction to Embedded Software Architecture Materials
Jacob Beningo’s “Introduction to Embedded Software Architecture and Design” CEC Design News course materials can downloaded by clicking the download…
Jacob's Blog
Author Archives: SuperAdmin2017
Jacob Beningo’s “Introduction to Embedded Software Architecture and Design” CEC Design News course materials can downloaded by clicking the download…
One of the fundamental issues in driver design is deciding how to map to the peripheral registers. Over the years…
At first glance enum and #define appear as if they are completely interchangeable. There is really no noticeable difference as…
One of the oldest problems in software development is keeping track of and understanding what changed between different versions of…
Getting a resume organized, looking nice and with all of the relevant information necessary to make you shine is a…
It is commonly thought that a developer needs to understand the language that they program in, the microcontroller and toolchain…
Firmware bugs have a nasty habit of hiding in plain sight while to one degree or another being camouflaged and…
Embedded developers today work during exciting times! There are a plethora of tools at our fingertips just waiting to make…
I recently had the opportunity to talk about Boot-loader Design Techniques at the IEEE South Eastern Michigan Embedded Systems Workshop….
When it comes time to start optimizing an embedded device for energy consumption it is often really tempting to start…
One of the software architectures for a low power system is to keep the system in a sleep mode at…
Keeping track of a software development project, even one that is relatively small can quickly become a challenging task. Identifying…