Understanding Weak Symbols
If a developer closely looks at framework and library files, they may come across functions that have __weak in front…
Jacob's Blog
Author Archives: Jacob Beningo
If a developer closely looks at framework and library files, they may come across functions that have __weak in front…
Nearly every embedded system requires some level of security, whether it’s just the basics to lock down the programming port…
My favorite line from the Matrix is that “there is no spoon”, and today that is a wise statement for…
The advancements in chip, sensor and wireless technologies over the past decade have resulted in exponential increases in system complexity…
Delivering embedded systems on-time is a struggle for many developers and teams. From time-to-time, I’ve struggled with delivering on-time as…
Machine learning is quickly finding applications in the microcontroller space. Machine learning is a completely different paradigm in application development….
Buffer overflows are one of those bugs that wreak havoc on embedded software. The system appears to be working perfectly…
First off, this is not an ad or paid blog. I was recently working on a project where I needed…
Machine Learning has the embedded systems industry buzzing as new tools and capabilities become available for us developers to implement…
Authors: Pete Warden and Daniel Situnayake Published: January 2020 Target Audience: Any embedded developer looking to get started with Machine Learning….
Happy 50th Birthday to the microprocessor! This month, 50 years ago, the first microprocessor became commercially available, the Intel 4004….
I often find that developers initialize task code in seemingly random places throughout their application. This can make it difficult…