Logic circuit counter, base 16 to base 10

Thread Starter

novop

Joined Sep 10, 2010
4



The problem: Design a counter using this chip which counts in base 10 rather than 16. The count should reset at 10, never displaying A on the output chip.



To be honest I'm a bit lost. I was thinking maybe I could maybe use the RESET pin on the chip, or reload it with 0 at the loading pin when the count hits a particular value. Am I on the right track? Please help this is due tomorrow ^.^
 

thatoneguy

Joined Feb 19, 2009
6,359
Hexadecimal or hex is base 16.

What are the states of the 4 bits that are not allowed for it to be base 10, or Binary Coded Decimal?
 
Top