display 00 to 15 using 2 seven segment display

Thread Starter

cg11

Joined Jan 15, 2013
2
Using two seven segment display (common anode)
how do i display 0 and 1 in the first seven segment display
and 0 to 9 in the other so that when I have BCD inputs coming from the clockpulse generator connected to a 7493 counter, the output is
00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15?
thanks!
 

MrChips

Joined Oct 2, 2009
30,824
Use two 7490 instead of one 7493 counter.
Or, if this is a homework question, design a 4-bit binary to a 2-digit BCD decoder.
 
Top