FST2090
AI

The **FST2090** is a specific type of power semiconductor, typically identified as a **Schottky Barrier Rectifier**. It is widely used in power management circuits due to its high efficiency and fast switching capabilities.
---
### 1. Key Technical Specifications
The model number "2090" generally indicates its primary ratings: the first two digits represent the **Current (A)** and the last two represent the **Voltage (V)**.
| Parameter | Value | Description |
| :--- | :--- | :--- |
| **Average Rectified Current ($I_F$)** | 20 Amperes | The maximum continuous current it can handle. |
| **Peak Inverse Voltage ($V_{RRM}$)** | 90 Volts | The maximum reverse voltage it can withstand. |
| **Forward Voltage Drop ($V_F$)** | ~0.70V - 0.85V | The voltage lost across the diode during conduction. |
| **Operating Temperature** | -55°C to +150°C | The thermal range for safe operation. |
| **Package Type** | TO-220 or TO-247 | Standard power packages for heat sink mounting. |
---
### 2. Major Electronic Characteristics
#### A. Schottky Barrier Technology
Unlike standard silicon diodes that use a P-N junction, the FST2090 uses a **metal-to-semiconductor junction**. This results in:
* **Lower Forward Voltage:** It wastes less power as heat compared to standard diodes.
* **Zero Reverse Recovery Time:** It switches "off" almost instantly, making it ideal for high-frequency applications.
#### B. Dual Center-Tap Configuration
Most FST2090 components are "Common Cathode" dual rectifiers. This means there are two diodes inside a single package sharing a middle pin (the cathode). This is highly efficient for **Full-Wave Rectification**.
---
### 3. Common Applications
Due to its 20A capacity and high-speed switching, it is found in:
1. **Switching Power Supplies (SMPS):** Converting AC to DC at high frequencies.
2. **DC-DC Converters:** Stepping voltage up or down in battery-powered devices.
3. **Freewheeling Diodes:** Protecting circuits from inductive "kickback" in motor controllers.
4. **Solar Panels:** Used as blocking diodes to prevent battery discharge at night.
---
### 4. Typical Circuit Representation
In a schematic, a dual FST2090 is represented as two diodes pointing toward a single center terminal:
```mermaid
graph LR
A[Anode 1] --> C{Cathode}
B[Anode 2] --> C
```
---
- ⤷What is the difference between a Schottky diode and a standard recovery diode?
- ⤷ How should a heat sink be sized for an FST2090 at full load?
- ⤷ Can the FST2090 be used in parallel to increase current capacity?