What are the meaning of Vdd and Vss? Vcc and Vee?? GND?

4.5/5 - (13 votes)

It has always been a bit intriguing and even confusing the nomenclature of these power supply voltages (Vdd and Vss) or (Vcc and Vee). But Why?

The following pictures are worth a thousand words…

meaning of VDD VSS VCC and VEE in electronics
VDD, VSS, Vcc and Vee in Cadence
meaning of VDD VSS VCC and VEE in electronics

 

Nowadays it is always used Vdd and Vss to refer to the positive and negative voltage respectively.  Vdd is normally was used to be 5V but nowadays is 3.3V or even lower 1.8V or 1.2V. Vss is referred to be zero volts.

But when I learnt electronics in the high school and during my first years of electronics, that Vcc is the positive voltage (usually 5 volts) and Vee was the ground terminal. Later when we get to some circuits we find pins Vss and Vdd. Maybe many have not been intrigued by this but if you are reading this probably yes. So let’s continue:

What is the nomenclature?

This depends on the type of transistors that the electronic device has internally the microchip, circuit or microcontroller.

If internally formed by bipolar transistors (BJT), then the nomenclature is:
Vcc for being the voltage applied to the Collector of the transistors
Vee for being the voltage applied to the transistor Emitter leg

If internally built by Field Effect Transistors (FET, MOSFET), the nomenclature is:
Vss for being the voltage applied to the transistor Source pin
Vdd for being the voltage applied to the Drain of the transistors

So what is the polarity of each one?

Because NPN and NMOS transistors are used as a reference:
Vcc and Vdd are positive power voltages
Vee and Vss are Negative power voltages or are connected to ground.

Why the double letter?

Well, it is not really crear… let’s see some popular proposed explanations:

  1. It is derived from the binary notation system. In binary, a single digit represents a power of 2. Then, a double letter represents a higher power of 2 in terms of voltage. So, this would indicate higher power levels.
  2. The notation of doule “dd” or “ss” is to help to distinguish the power supply connections from other signal nodes in a circuit diagram, providing a clear indication of their purpose as voltage sources or voltage references. For example, between specific terminal of the transistors like Vds.

In a Nutshell…

This is a convention to refer to power supply voltages in electronics circuits has historical origins rather than a logic reason.

The Vdd and Vss notations have become widely recognized and accepted as standard in the industry  for representations of power supply voltages in all the electronic circuits, regardless the technology is MOSFET or bipolar.


I hope this will be useful to you!

19 thoughts on “What are the meaning of Vdd and Vss? Vcc and Vee?? GND?”

  1. Vcc stands for voltage (at) collector and is primarily used for bipolar devices, although I have seen it used with CMOS devices, probably out of convention. Vee stands for voltage (at) emitter and is usually the most negative.

  2. So how do you measure the supply voltage in a microcontroller, by connecting to the VCC and VSS as ground?

Comments are closed.