How does a 74LS47 works basically?

Thread Starter

zener_16

Joined Feb 1, 2010
9
i read the datasheet of the 74LS47 but cant really understand how it works..
i just know that it is a BCD to 7 Segment decoder..
anyone can tell me more about 74LS47 function?
Ty.
 

Jony130

Joined Feb 17, 2009
5,488
how does it works basically? A very general one.
like why is it active-low at the outputs?
7447 is is a simple IC that "converts" BCD code to LED 7-SEGMENT display.
And 7447 is design to driving command anode LED displays. And that is why we have active-low at the outputs.
http://en.wikipedia.org/wiki/Binary-coded_decimal
http://en.wikipedia.org/wiki/Seven-segment_display
And see the TRUTH TABLE
http://maven.smith.edu/~thiebaut/270/datasheets/sn74ls47rev5.pdf
 
Last edited:

Papabravo

Joined Feb 24, 2006
21,228
Each segemnt of the display has associated with it a Boolean equation that determines weather the segment is on or off. For a single digit there will be seven equations, with each equation using four inputs. The equations can be written as a Sum of Products (SOP) or as a Product of Sums (POS) depending on which is easier to implement.

Here is the important point. A decoder is a combinatorial circuit with NO memory elements.
 

tshuck

Joined Oct 18, 2012
3,534
No doubt that this is a resurrection!

Post a new thread if you need a question answered, not highjack a two year old one :D
 
Top