LM27402_15
AI

## Overview of the LM27402
The **LM27402** is a high-performance, synchronous voltage-mode buck controller. It is designed to provide high efficiency and precise regulation for point-of-load (POL) power applications. The "_15" suffix typically refers to specific evaluation board configurations (like the LM27402-15AEP-EV) or a variation in target output voltage settings.
---
### Core Specifications
| Parameter | Specification |
| :--- | :--- |
| **Input Voltage Range** | 3V to 20V |
| **Output Voltage Range** | 0.6V to $V_{IN} \times D_{MAX}$ |
| **Feedback Accuracy** | ±1% over temperature |
| **Switching Frequency** | 200 kHz to 1.2 MHz (Adjustable) |
| **Gate Drive** | Integrated (High current for power MOSFETs) |
| **Package** | 16-pin HTSSOP or WQFN |
---
### Key Electronic Components & Internal Blocks
#### 1. Power Stage Components (External)
To complete the circuit, the LM27402 requires several critical external electronic parts:
* **High-Side & Low-Side MOSFETs:** Usually N-channel enhancement mode transistors. The LM27402 drives these to step down the voltage.
* **Power Inductor:** Stores energy during the "on" cycle and releases it during the "off" cycle.
* **Input/Output Capacitors:** Ceramic or Polymer capacitors used to filter ripple and stabilize the loop.
#### 2. Feedback and Compensation
The LM27402 uses **Voltage Mode Control**. Because this control method is inherently prone to instability due to the LC filter resonance, an external Type-III compensation network is required.
* **Resistors & Capacitors (RC Network):** Connected to the `COMP` and `FB` pins to ensure loop stability and fast transient response.
#### 3. Sensing and Protection
* **Current Sensing:** It utilizes the low-side MOSFET's $R_{DS(ON)}$ or a dedicated sense resistor to monitor current for over-current protection (OCP).
* **Soft-Start Capacitor:** A capacitor connected to the `SS/TRACK` pin determines the ramp-up time of the output voltage to prevent inrush current.
---
### Functional Features
1. **Inductor DCR Current Sensing:** It can sense current across the inductor's DC resistance, eliminating the need for a bulky sense resistor and improving efficiency.
2. **Frequency Synchronization:** The `SYNC` pin allows the controller to be locked to an external clock, reducing EMI interference in multi-rail systems.
3. **Power Good (PGOOD):** An open-drain output that signals when the output voltage is within 90% to 110% of the target value.
---
### Application Example (Simplified Schematic Concept)
```text
Input (3-20V) ---- [C_IN] ----+---- [High-Side MOSFET] ----+---- [Inductor] ---- Output
| |
[LM27402 Controller] <------- [Feedback Loop]
| |
[Low-Side MOSFET] ------------------+---- [C_OUT] ---- GND
```
- ⤷
How do you calculate the Type-III compensation values for the LM27402?
- ⤷ What are the advantages of using Inductor DCR sensing over a sense resistor?
- ⤷ Can the LM27402 be used for multi-phase applications?