3 Tips for Repurposing Development Boards for Testing
Unfortunately, my embedded software development co-pilot (An original Saleae Logic probe that I’ve had for a decade) bit the dust…
Jacob's Blog
Category Archives: Testing
Unfortunately, my embedded software development co-pilot (An original Saleae Logic probe that I’ve had for a decade) bit the dust…
Author: James Grenning Published: 2011 Target Audience: Any Jacob’s Rating: 5+ Stars Book Link: https://pragprog.com/titles/jgade/test-driven-development-for-embedded-c/ Test-Driven Development for Embedded C…
A common question that I often receive is “What McCabe Cyclomatic Complexity tools should I use?” Now this is always…
For the umpteenth time in my career, I am debugging a prototype board that has exactly zero test points. I…
Hardware In-Loop (HIL) testing runs the test case code on the target microcontroller rather than using a mocked software layer…