8 BIT SHIFT REGISTER WITH OUTPUT LATCHES (3 STATE) The M74HC595 is a high-speed CMOS 8-bit shift register with output latches, manufactured by STMicroelectronics (ST).  
### **Specifications:**  
- **Logic Family:** HC (High-Speed CMOS)  
- **Supply Voltage Range:** 2V to 6V  
- **Operating Temperature Range:** -40°C to +125°C  
- **High Noise Immunity:** CMOS technology  
- **Low Power Consumption:**  
  - ICC (Static Current): 4 µA (max)  
  - ICC (Dynamic Current): 80 µA (max at 5V)  
- **Output Current:**  
  - 6 mA (sink/source per output)  
- **Propagation Delay:** 13 ns (typical at 5V)  
- **Clock Frequency:** Up to 100 MHz (at 6V)  
- **Package Options:** SO-16, TSSOP-16, DIP-16  
### **Descriptions:**  
- 8-bit serial-in, parallel-out shift register with storage register and 3-state outputs.  
- Serial data input (DS) shifts data into the register on the rising edge of the SHCP (shift register clock).  
- Data is transferred to the storage register on the rising edge of STCP (storage register clock).  
- Output enable (OE) controls the 3-state outputs.  
### **Features:**  
- **Serial-to-Parallel Conversion:** Converts serial input to parallel outputs.  
- **Storage Register:** Latches data to prevent output changes during shifting.  
- **3-State Outputs:** Allows bus sharing with other devices.  
- **Wide Operating Voltage:** Compatible with 2V to 6V systems.  
- **Direct Overwrite Capability:** New data can be shifted in while previous data is still present.  
- **ESD Protection:** HBM > 2000V, MM > 200V.  
This information is based on the ST datasheet for the M74HC595.