SEGGER Flasher SDK: Build Custom Production Test Apps
Every production line has a bottleneck hiding in plain sight. The board gets programmed at one station, moved to another…
Jacob's Blog
Category Archives: Tools
Every production line has a bottleneck hiding in plain sight. The board gets programmed at one station, moved to another…
Most developers using Claude Code treat it like a smarter terminal. Type a request, get a response, repeat. It works….
I’ve been going to Embedded World long enough that I can usually predict the themes before I arrive in Nuremberg….
You’re integrating a new SPI peripheral into your Zephyr RTOS project. The datasheet is open, and you’ve identified the pins….
Every embedded engineer has a printf story. You add a quick debug statement, rebuild, flash, and suddenly the timing bug…
A firmware update failure is a major project red flag. Yet, most firmware engineers think the goal of an update…
Do you know how much time embedded developers spend debugging? From my experience helping embedded teams and companies, the number…
In embedded software development, Cyclomatic Complexity is one of the most overlooked metrics. Yet, it’s one of the most powerful…
When most people think about functional safety, the first image that comes to mind is hardware redundancy: That stuff is…
Most embedded teams don’t realize how expensive some “innocent” embedded development practices are costing them. A quick workaround here, a…
Every embedded engineer has wrestled with integrating a new chip or board that should have taken days but turned into…
Software architecture doesn’t fall apart overnight. It slowly rots, module by module, method by method, until one day, your team…