![]() |
![]() |
![]() |
|
|
|||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I'm trying to figure out the differences between the 4000 series and 7400 series IC's. I know the 4000 are CMOS, have been around longer, use less power, but are slower. The 7400 series are TTL, newer, faster, but use more power.
But then the 7400 has low power 74LS00 versions and CMOS compatible 74HC00 versions. It all seems very confusing to pick the right type. I want to build up an on-hand inventory of various chips but am not sure what to buy. So what are people actually using in new circuits today? Does it still just depend on the speed required of the circuit and if it's battery powered or not? What do you guys typically use and why? Greg |
|
|
|
|
|
|
(permalink) | |||
|
Quote:
Quote:
Quote:
|
||||
|
|
|
|
|
(permalink) |
|
Old 74xx and newer 74LSxx TTL ICs need a supply of 5.0V.
Newer 4xxx Cmos ICs use a supply from 3.0V to 18.0V. There is also 74Cxx which is the same Cmos as 4xxx but with pin numbers and part numbers as 74xx. Newer 74HCxx high-speed Cmos ICs work with a supply from 2.0V to 6.0V. 74HCxx has the same pins numbers and part numbers as old 74xx TTL ICs.
__________________
Uncle $crooge |
|
|
|
|
|
|
(permalink) |
|
And there is the 74HCT series which is a near replacement for the 74LS series.
Both works on 5V only but HCT use 1/1000 of the power that 74LS does. However, it is a bit slower than 74LS (25MHz vs 35MHz). The HCT output can source and sink 20mA while that of 74LS can only sink 16mA but source 2mA.
__________________
L.Chung |
|
|
|
|
|
|
(permalink) |
|
I've been given a lot of technical information now. Thank you. But one question hasn't been answered much. What chips are most popular for building circuits today? Is it really PICs and microcontrollers now?
For example, I just built a scoreboard circuit and used the 4000 series chips because I needed 6 volts to power the displays. What would be the deciding factor to use the 4000 series or 74HC00 series or something else? (besides a PIC) Greg |
|
|
|
|
|
|
(permalink) | |
|
Quote:
If you just want to flash an LED, debounce a switch or build a simple counter or timer then logic chips are still used however for more complex functions PICs are the only realistic solution. I don't have a programmer so I don't use PICs but I really haven't had the need for one.
__________________
I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez |
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | ||
|
Quote:
Quote:
|
|||
|
|
|
|
|
(permalink) | ||
|
Quote:
Quote:
__________________
I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez |
|||
|
|
|
|
|
(permalink) | |
|
Quote:
plus 74 is widly used in the Aerospace ind |
||
|
|
|
|
|
(permalink) | |
|
Quote:
|
||
|
|
|
|
|
(permalink) | |
|
Quote:
The 12F629 has an internal oscillator, so can be used without a crystal - although it's nowhere near as accurate - but it will still out perform a 555 timer by many, many times. The other advantage is that you can often reduce the rest of the circuitry as well - depending what you were using a 555 for in the first place - not to mention you can enhance designs easily. Quick example - a 555 egg timer: 555 version isn't likely to be terribly accurate - PIC will far out perform it. Add functionality - how about flashing the output LED, gradually getting faster and faster until it's always on at the end?. Not easy to do with a 555, but trivial with a PIC, and using less components than the original 555 design. Quick edit: Exactly same hardware as above - no change at all - reprogram PIC, now becomes a timer that lights an LED for 1 hour once a week - try that with a 555? |
||
|
|
|
|
|
(permalink) |
|
I agree with you, but if all you want to do is flash a pair of LEDs alternately at about 1Hz then the PIC offers little advantage.
How stable is the internal oscillator? I would believe you that it's probably more acurate than a simple RC oscillator but how does it compare with a crystal?
__________________
I also post at the following sites: http://www.stop-microsoft.org http://www.heated-debates.com Screen name: Aloone_Jonez |
|
|
|
|
|
|
(permalink) |
|
Read this:
http://www-s.ti.com/sc/psheets/sdyu001y/sdyu001y.pdf Specifically page 1-6 and up. As soon as you start talking about modern portable devices, you'll start seeing logic devices that work at 1.8V - parts in the "LVC" families and such - much faster than the HC devices, and all other nice properties - look at the chart. Simple gates are used as glue logic between bigger silicon parts - microcontrolleres/asics/fpgas. They're also pretty useful as IO devices - shift register, latches - when you need to get a little extra functionality, and don't want to go to the next size microcontroller/etc. |
|
|
|
|
|
|
(permalink) | |
|
Quote:
Actually, for 1Hz flashing LED's, it would still be simpler (less external components) than a 555 - and if you used a 6 pin 10F SM series PIC, it would be smaller as well. But generally, unless you're improving or enhancing, it wouldn't be worth while. |
||
|
|
|