Hello everyone..
I need help in this : Using the 74163 IC(s) and any necessary gates, design a 24-hours digital clock which is fed by a 1Hz Signal.
like 00:00:00
HH:MM:SS
if the seconds are 59 it will be cleared then the minutes will count one...etc.
the way i tried it .. is to use for each "seonds ,minutes and hours" 2 ICs
then Implement the clock on LogicWorks, use the HEX display to show the time as HH:MM:SS.
how to use the Hex Display ??
The 74169 is a 4-bit synchronous up/down counter, download the datasheet for the counter .use this counter to simulate a circuit that generates the following sequence:
2,3,4,5,6 12,11,10,9,8 2,3,4,5,6 12,11,10,9,8 2,3,4,5,6 12,11,10,9,8 . And repeat.
How to enable up and down counter ??
Thnx in advance ..
I need help in this : Using the 74163 IC(s) and any necessary gates, design a 24-hours digital clock which is fed by a 1Hz Signal.
like 00:00:00
HH:MM:SS
if the seconds are 59 it will be cleared then the minutes will count one...etc.
the way i tried it .. is to use for each "seonds ,minutes and hours" 2 ICs
then Implement the clock on LogicWorks, use the HEX display to show the time as HH:MM:SS.
how to use the Hex Display ??
The 74169 is a 4-bit synchronous up/down counter, download the datasheet for the counter .use this counter to simulate a circuit that generates the following sequence:
2,3,4,5,6 12,11,10,9,8 2,3,4,5,6 12,11,10,9,8 2,3,4,5,6 12,11,10,9,8 . And repeat.
How to enable up and down counter ??
Thnx in advance ..