Electronic – IC chips and datasheets

datasheetintegrated-circuitttl

I'm still just beginning my adventure into electronics and IC chips and datasheets have me confused so I'm going to ask a series of beginner questions will help me and hopefully others as well.

There are many different IC and IC manufactures out there. Specifically for the 74 line, are these chips standard across the different manufacturers? If not, what are generally the differences between them? Will it matter if I mix and match different ICs from different manufactures?

Datasheets, for some reason these tend to be horribly thought out and rather difficult for a beginner like me to decipher (I've noticed TI is notorious for this, giving abbreviations to all their pins without any explanation. What the heck is OE?). Is there a company (assuming that all chips are standard between different manufacturers) that provides clear and concise datasheets for all of the 74 IC chip line?

Best Answer

OE is Output Enable. :-)

Logic ICs with the same number have the same functionality and pinout across manufacturers. A 74xx32 is always a quad 2-input OR gate. The technology used may be different though; a 74LS32 is low-power Schottky, while a 74HC32 is high speed CMOS. These families have their particular properties, which you'll find in a "Logic Family Guide".
Sometimes there are small differences in the details. I remember a Schmitt-Trigger inverter I once use for an oscillator, which generated a complete different frequency when using make Y instead of X. Reason: different trigger levels, these are not standardized.

I never realized this before, but you're right: the datasheets have many terms and abbreviations which are not clearly explained. At least not in the datasheet. The datasheet often refers to the Logic Family Guide, which contains information concerning the whole series. That way they avoid datasheets becoming twice as long because they contain all this information time and again.

edit
I checked with a few datasheets from different manufacturers, and I must say, it might have been worse. For many parameters there are tables with a column "symbol", and next to it a column "parameter", which describes it briefly. The "OE" appears as abbreviation in truth tables, but for what it stands for you'll have to read the ICs description.


See also this answer about datasheets.