STDRIVE601
AI

## Overview of the STDRIVE601
The **STDRIVE601** is a high-voltage gate driver designed by STMicroelectronics. It is a triple-half-bridge driver specifically engineered to drive three-phase n-channel power MOSFETs or IGBTs. It is commonly used in motor control applications due to its integrated features and high-side driving capabilities.
---
### Key Technical Specifications
The following table summarizes the primary electrical characteristics of the STDRIVE601:
| Parameter | Specification |
| :--- | :--- |
| **Driver Configuration** | Triple Half-Bridge (3 High-Side + 3 Low-Side) |
| **Max Voltage (Vboot)** | Up to 600 V |
| **Output Current** | 200 mA Source / 350 mA Sink |
| **Logic Input Compatibility** | 3.3 V and 5 V |
| **Integrated Functions** | Interlocking and Dead-time |
| **Package** | SO-28 |
---
### Major Internal Components and Functions
The STDRIVE601 integrates several electronic sub-systems to ensure safe and efficient power switching:
#### 1. Bootstrap Circuitry
The device features integrated high-voltage diodes for the bootstrap power supply. This eliminates the need for external diodes to power the high-side floating gate drive circuitry, saving PCB space.
#### 2. Protection Mechanisms
* **UVLO (Under-Voltage Lockout):** Prevents the power switches from operating in a linear mode (which causes overheating) if the supply voltage is too low.
* **Interlocking:** A logic feature that prevents the high-side and low-side switches of the same leg from being turned on simultaneously, preventing a "shoot-through" short circuit.
* **SmartSD (Shut Down):** A fast-acting fault protection input that can be triggered by overcurrent or overtemperature sensors.
#### 3. Control Logic
The inputs are compatible with standard microcontrollers (CMOS/TTL). It includes internal pull-down resistors on the inputs to ensure the outputs remain low if the control signal is lost.
---
### Typical Applications
Due to its 600V rating and three-phase architecture, it is primarily used in:
* **Home Appliances:** Washing machines, air conditioners, and refrigerators.
* **Industrial Automation:** Three-phase motor drives and pumps.
* **Power Inverters:** Small solar inverters and Uninterruptible Power Supplies (UPS).
---
### Example Wiring Diagram Concept
```c
// Conceptual pin mapping for a microcontroller interface
#define U_HIGH_SIDE PA1
#define U_LOW_SIDE PA2
#define V_HIGH_SIDE PA3
#define V_LOW_SIDE PA4
#define W_HIGH_SIDE PA5
#define W_LOW_SIDE PA6
#define FAULT_SD PB1 // Connected to SmartSD pin
```
- ⤷
What is the difference between the STDRIVE601 and the STDRIVE601P?
- ⤷ How do you calculate the bootstrap capacitor value for this driver?
- ⤷ Can the STDRIVE601 be used for driving Silicon Carbide (SiC) MOSFETs?