A bug that always gets me

This week I made an error that I already repeated at least twice in my career; it doesn't seem to stick in my brain. I'm going to write about it here, so that maybe I will stop doing it, and maybe it will prevent the same kind of error for my readers. Let's see if you can spot the bug before … Continue reading

Inline assembly instructions in GCC

In embedded software programming there's often the need to use assembly-level instructions to reach all the functionalities of the processing core. But when the developing is done almost exclusively in C, it is sometimes a burden, often an added complexity and possibly a nuisance to code separate … Continue reading

Bus Blaster JTAG debugger

The Bus Blaster v1 is a prototype board (from Dangerous Prototypes) that allows to access the JTAG connection of integrated circuits through USB, using the FTDI FT2232H chip for the conversion. The prototype is on sale at around 35$ as they say on their page, but keep in mind that it is still a … Continue reading