ADP1720ARMZ-R7
AI

The **ADP1720ARMZ-R7** is a high-voltage, low dropout (LDO) linear regulator manufactured by Analog Devices. It is designed to provide a stable output voltage from a wide input range, making it ideal for industrial and automotive applications.
---
## 1. Technical Specifications
The following table summarizes the key electrical characteristics of the ADP1720ARMZ-R7:
| Feature | Specification |
| :--- | :--- |
| **Input Voltage Range** | 4.0 V to 28 V |
| **Output Current** | Up to 50 mA |
| **Output Voltage Options** | Fixed (3.3V or 5V) or Adjustable (1.225V to 5V) |
| **Dropout Voltage** | 350 mV @ 50 mA |
| **Quiescent Current** | 38 µA (at no load) |
| **Operating Temperature** | -40°C to +125°C |
| **Package Type** | 8-lead MSOP (Mini Small Outline Package) |
---
## 2. Pin Configuration
The 8-lead MSOP package provides the following pin functions:
1. **VIN**: Regulator Input Supply.
2. **GND**: Ground Reference.
3. **VOUT**: Regulated Output Voltage.
4. **ADJ/NC**: Adjust pin for the adjustable version; No Connect for fixed versions.
5. **EN**: Enable Input (Drive High to turn on, Low to turn off).
6. **SS**: Soft Start (Connect a capacitor to control startup time).
7. **NC**: No Internal Connection.
8. **NC**: No Internal Connection.
---
## 3. Key Features and Benefits
* **High Input Voltage:** Unlike many LDOs that cap at 5.5V or 12V, this part handles up to 28V, allowing it to be used in systems with 24V rails.
* **Low Quiescent Current:** Drawing only 38 µA, it is highly efficient for "always-on" standby circuits.
* **Soft Start Feature:** By adding a capacitor to the SS pin, users can limit inrush current during power-up, protecting sensitive downstream components.
* **Stability:** It is stable with small 1 µF ceramic output capacitors, reducing PCB footprint and cost.
---
## 4. Typical Application Circuit
To use the ADP1720 in an adjustable configuration, you would use a resistor divider network:
```python
# Feedback formula for Adjustable Version:
# Vout = 1.225V * (1 + R1 / R2)
# Standard components:
# Cin = 1uF (Ceramic)
# Cout = 1uF (Ceramic)
# Css = 10nF (Optional for Soft Start)
```
---
- ⤷What is the difference between the ADP1720 and the ADP1720ARMZ-5.0-R7?
- ⤷ How do I calculate the thermal dissipation for this MSOP package?
- ⤷ What are the recommended values for the soft-start capacitor?