Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Everything about electronics
Everything about electronics
The 74×138 and 74×238 are popular 3-to-8 line decoders/demultiplexers used in digital electronics. Both ICs take 3 binary inputs and generate 8 outputs, but they differ in output type and enable configuration, which makes them suitable for slightly different applications.
Let’s dive into their basic features, pinout comparison, and differences.
The 74×138 is a 3-to-8 decoder/demultiplexer with active-low outputs.
Inputs: 3 (A0, A1, A2)
Enable Pins: 3 (G1 active high, G2A and G2B active low)
Outputs: 8 (Y0–Y7), all active-low
Function: Only one output goes LOW based on the input combination, while others remain HIGH.
Common Uses:
Memory address decoding
Chip select in microprocessor systems
Logic minimization circuits
(adsbygoogle = window.adsbygoogle || []).push({});
The 74×238 is also a 3-to-8 decoder/demultiplexer, but it has active-high outputs.
Inputs: 3 (A0, A1, A2)
Enable Pins: 3 (G1 active high, G2A and G2B active low)
Outputs: 8 (Y0–Y7), all active-high
Function: Only one output goes HIGH based on the input combination, while others remain LOW.
Common Uses:
Driving LEDs
Selecting one of many logic devices
Data routing and demultiplexing
Both ICs (74×138 and 74×238) have the same pin configuration:
Feature 74×138 74×238
Output Type Active-Low (only one goes LOW) Active-High (only one goes HIGH)
Default State All outputs HIGH All outputs LOW
Best for Memory decoding, chip select LED driving, logic control
Pin Count 16 pins (same as 74×238) 16 pins (same as 74×138)
Enable Pins 3 (same logic configuration) 3 (same logic configuration)
(adsbygoogle = window.adsbygoogle || []).push({});
For Video Tutorial