ADP7104ARDZ-R7
AI

## Overview of ADP7104ARDZ-R7
The **ADP7104ARDZ-R7** is a high-performance, low-dropout (LDO) linear regulator manufactured by Analog Devices. It is designed to operate from high input voltages (up to 20V) and provide a very stable, low-noise output current of up to 500 mA.
---
### 1. Key Technical Specifications
| Parameter | Specification |
| :--- | :--- |
| **Input Voltage Range** | 3.3 V to 20 V |
| **Output Current** | 500 mA (Maximum) |
| **Output Voltage Options** | Adjustable (1.22 V to 19 V) or Fixed |
| **Dropout Voltage** | 200 mV (typical at 500 mA load) |
| **Low Noise** | 15 µV rms (independent of output voltage) |
| **PSRR** | 60 dB at 10 kHz (Vout = 5V) |
| **Package Type** | 8-Lead SOIC_N_EP (Exposed Pad) |
---
### 2. Core Features
* **Low Noise Performance:** It is ideal for noise-sensitive applications like RF amplifiers, precision ADCs, and high-speed data converters.
* **Reverse Current Protection:** Includes circuitry to prevent current from flowing from the output back to the input, protecting the device and the power source.
* **Precision Enable:** Allows the user to turn the regulator on or off with a precise logic signal.
* **Programmable Soft Start:** Helps in controlling the inrush current during power-up (available on certain configurations).
* **Thermal Management:** The "EP" in the package name refers to an **Exposed Pad**, which must be soldered to the PCB ground plane to dissipate heat efficiently.
---
### 3. Pin Configuration (SOIC-8)
| Pin No. | Name | Function |
| :--- | :--- | :--- |
| 1 | VOUT | Regulated Output Voltage. |
| 2 | SENSE/ADJ | Connect to VOUT (fixed) or resistor divider (adjustable). |
| 3 | GND | Ground. |
| 4 | NC | No Internal Connection. |
| 5 | EN | Enable Input (High = On, Low = Off). |
| 6 | SS | Soft Start control (connect a capacitor). |
| 7 | VIN | Input Voltage Source. |
| 8 | VIN | Input Voltage Source. |
---
### 4. Typical Application Circuit
To use the adjustable version of the ADP7104, a simple resistor divider is required to set the output voltage ($V_{OUT}$):
```cpp
// Vout Formula
Vout = 1.22V * (1 + R1 / R2)
// Components needed:
// 1. Cin: 2.2 uF Ceramic Capacitor
// 2. Cout: 2.2 uF Ceramic Capacitor
// 3. R1 & R2: Feedback resistors for Adj version
```
---
### 5. Common Use Cases
* **Infrastructure:** Base stations and wireless communication equipment.
* **Industrial:** High-precision instrumentation and medical imaging.
* **Post-Regulation:** Cleaning up the output of switching power supplies to provide a ripple-free rail for sensitive sensors.
- ⤷How do I calculate the power dissipation for the SOIC-8 EP package?
- ⤷ What are the recommended capacitor types for stable operation?
- ⤷ What is the difference between the ADP7104 and the ADP7102?