Vdd and Vss
Understanding VDD, VSS, VCC, VEE, and GND
TLDR
In electronics, different labels represent power and ground connections in circuits, and they often vary depending on the type of transistor technology:
- VDD: Drain supply voltage in MOSFET circuits, often the positive supply.
- VSS: Source supply voltage, typically the ground in MOSFETs.
- VCC: Collector supply voltage in BJT circuits (typically positive).
- VEE: Emitter supply voltage in BJTs, often negative.
- GND: Ground, the reference point for all voltages in a circuit.
For more details, check the Miscircuitos article.
In depth
Understanding VDD, VSS, VCC, VEE, and GND
In electronics, you might have come across various abbreviations like VDD, VSS, VCC, VEE, and GND when dealing with power supply connections in circuits. These terms are crucial for understanding circuit schematics, especially when working with integrated circuits (ICs) that use transistors like BJTs (Bipolar Junction Transistors) and MOSFETs (Metal-Oxide-Semiconductor Field-Effect Transistors).
Common Voltage Naming Conventions
Here’s a brief explanation of these terms:
- VCC: Voltage at the Collector of a BJT transistor. Generally refers to the positive supply voltage in circuits using NPN transistors.
- VEE: Voltage at the Emitter of a BJT transistor. Often denotes the negative supply voltage or ground in circuits using PNP transistors.
- VDD: Voltage at the Drain of a MOSFET transistor. Typically represents the positive supply voltage in NMOS or CMOS circuits.
- VSS: Voltage at the Source of a MOSFET transistor. Usually connected to ground or the negative supply voltage.
- GND: Ground. The reference point in a circuit from which voltages are measured.
Table of Voltage Naming Conventions
The following table illustrates the similarities between these names and their association with common positive voltage supplies and ground:
| Abbreviation | Transistor Type | Terminal | Typical Voltage Level | Common Supply Equivalent |
|---|---|---|---|---|
| VCC | BJT (NPN) | Collector | Positive Supply Voltage | Positive Voltage Supply (+V) |
| VEE | BJT (PNP) | Emitter | Ground or Negative Voltage | Ground (0V) or Negative Voltage Supply (-V) |
| VDD | MOSFET (NMOS/CMOS) | Drain | Positive Supply Voltage | Positive Voltage Supply (+V) |
| VSS | MOSFET (NMOS/CMOS) | Source | Ground or Negative Voltage | Ground (0V) |
| GND | N/A | N/A | Ground Reference (0V) | Ground (0V) |
Explanation of the Table
-
VCC (Voltage at Collector):
- Transistor Type: Used in circuits with NPN BJTs.
- Function: Acts as the main positive supply voltage.
- Equivalent: Corresponds to the positive voltage supply (+V) in a circuit.
-
VEE (Voltage at Emitter):
- Transistor Type: Used in circuits with PNP BJTs.
- Function: Often connected to ground or serves as the negative supply voltage.
- Equivalent: Can be ground (0V) or a negative voltage supply (-V).
-
VDD (Voltage at Drain):
- Transistor Type: Common in NMOS and CMOS MOSFET circuits.
- Function: Serves as the positive supply voltage.
- Equivalent: Similar to the positive voltage supply (+V).
-
VSS (Voltage at Source):
- Transistor Type: Associated with NMOS and CMOS MOSFET circuits.
- Function: Usually connected to ground or the negative supply.
- Equivalent: Corresponds to ground (0V).
-
GND (Ground):
- Function: The reference point for all voltages in the circuit.
- Equivalent: Ground (0V).
Why Different Names?
The naming conventions stem from the internal configurations of the transistors:
-
BJTs:
- NPN transistors use VCC as the positive voltage at the collector.
- PNP transistors use VEE at the emitter, which can be ground or a negative voltage.
-
MOSFETs:
- NMOS transistors use VDD at the drain as the positive supply.
- The source terminal is connected to VSS, which is typically ground.
Practical Implications
Understanding these terms is essential when:
- Reading Schematics: Knowing what each voltage label means helps in correctly interpreting circuit diagrams.
- Designing Circuits: Ensures that power supplies are connected properly, preventing damage to components.
- Troubleshooting: Identifying the correct voltage levels at different points in the circuit aids in diagnosing issues.
Summary
While the exact usage of these terms can vary depending on the manufacturer or specific technology, the general associations help maintain consistency in electronic designs. Recognizing that VCC and VDD usually refer to positive supply voltages, while VSS, VEE, and GND are often connected to ground or negative voltages, is key to proper circuit implementation.