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 ...
In the first column of this series, I introduced the concepts underlying BCD (binary-coded-decimal) representations. In my second column I discussed how we go about adding and subtracting unsigned BCD ...