My last column introduced the concepts underlying BCD (binary-coded-decimal) representations. In particular, we considered unsigned versus 10s-complement versions of BCD numbers. In this column we are ...
You are debugging your microcontroller code. Your design should blink an LED after a counter has counted down 102 times. When the inital value of the counter is 10110011 it doesn’t seem to blink. What ...