L6706TR
AI

The **L6706TR** is a high-performance, multi-phase interleaved PWM controller specifically designed to power high-end microprocessors. It is commonly used in VRM (Voltage Regulator Module) applications for CPUs and GPUs.
---
## 1. Core Technical Specifications
| Feature | Specification |
| :--- | :--- |
| **Manufacturer** | STMicroelectronics |
| **Phase Count** | 2-Phase interleaved operation |
| **Input Voltage Range** | 5V to 12V (VCC) |
| **Output Voltage Range** | 0.3V to 1.6V (Adjustable via VID) |
| **Switching Frequency** | 200kHz to 1MHz (Programmable) |
| **Package** | VFQFPN-40 (6x6 mm) |
| **Regulation Protocol** | Intel VR11 / VR10.x and AMD 6-bit Hammer |
---
## 2. Key Electronic Components & Internal Blocks
The L6706TR integrates several critical electronic sub-systems to ensure stable power delivery:
### A. DAC (Digital-to-Analog Converter)
The chip features an 8-bit DAC that translates digital VID (Voltage Identification) codes from the processor into a highly accurate reference voltage (±0.5% accuracy).
### B. Differential Remote Sensing
To compensate for voltage drops across the PCB traces (IR drop), the L6706TR uses differential sensing. It measures the voltage directly at the processor pins rather than at the regulator output.
### C. Load-Line Regulation (Droop Function)
It includes a programmable "droop" or load-line feature. This allows the output voltage to decrease slightly as the current increases, which helps manage thermal loads and reduces the requirement for large output capacitors.
### D. Current Sensing & Sharing
The device supports both **Inductor DCR sensing** (lossless) and **Resistor sensing**. It ensures that current is balanced equally between the two phases to prevent overheating of individual MOSFETs.
---
## 3. Protective Features
The L6706TR is equipped with several "safety" electronic circuits:
* **Over-Voltage Protection (OVP):** Shuts down the controller if the output exceeds a set threshold.
* **Over-Current Protection (OCP):** Monitors the load current per phase.
* **Under-Voltage Lockout (UVLO):** Ensures the chip doesn't operate until the input voltage is high enough for stable logic.
* **Thermal Monitor:** Provides a signal to the CPU (VRHOT) if the power stage temperature is too high.
---
## 4. Typical Application Diagram (Simplified)
```mermaid
graph LR
Input[12V DC] --> MOSFET_High[High-Side MOSFET]
MOSFET_High --> L[Inductor]
L --> CPU_Load[Microprocessor]
L6706TR --PWM Signals--> Gate_Drivers
Gate_Drivers --> MOSFET_High
CPU_Load --VID Signals--> L6706TR
```
- ⤷
What are the main differences between using Inductor DCR sensing vs. Resistor sensing in this chip?
- ⤷ Can the L6706TR be used for modern VR12 or VR13 power standards?
- ⤷ What are the recommended gate drivers to pair with the L6706TR?