Embedded Development Environment: From IDEs to Integrated Workflows
There was a time when the embedded development environment was simple. You installed one vendor IDE, opened it, created a…
Jacob's Blog
Category Archives: Tools
There was a time when the embedded development environment was simple. You installed one vendor IDE, opened it, created a…
Embedded CI/CD has become table stakes in modern firmware development. In fact, Embedded CI/CD and DevOps in general were one…
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…