Almost all integrated circuits (ICs) have at least two pins which connect to the power rails of the circuit they are installed in. These are known as the IC's power supply pins. However, the labeling of the pins varies by IC family and manufacturer.

Typical supply pin labeling 
BJT FET       
VCC VDD V+ VS+ Positive supply voltage 
VEE VSS V− VS− Negative supply voltage

The simplest labels are V+ and V−. However, internal design and historical tradition have led to a variety of other labels being used. Also, V+ and V− may be confused with the + and − voltage inputs to ICs like op amps.

Sometimes one of the power supply pins will be referred to as ground. In digital logic, this is nearly always the negative pin; in analog integrated circuits, it is most likely to be a pin intermediate in voltage between the most positive and most negative pins [citation needed].

Double subscript notation uses similar looking placeholders with subscripts. In that notation the subscripted letters denote two points.

History
VCC (note: lower case is often used instead of subscript, e.g. "Vcc") is an electronics designation that refers to voltage from a power supply connected to the "collector" terminal of a bipolar transistor. In an NPN bipolar junction transistor, it would be +VCC, while in a PNP transistor, it would be −VCC. There is debate over the origins of the double letter subscript naming convention. One proposal is that it originated as an abbreviation of the supply voltage for a common collector amplifier with the other power supply names mimicking this fashion. Double letters may also have been used to clearly indicate that a power supply voltage is being referred to.

In general, double letter subscripts refer to power supply voltages. For example, VEE refers to the "emitter" voltage as supplied by the power supply pin. In NMOS logic, VSS refers to the "source" voltage, and VDD is the "drain" voltage likewise.

Within a circuit, single letter subscripts refer to that voltage relative to ground; for example, VC is the "collector" voltage relative to ground. Two different letters indicate the voltage between two terminals; for example: VBE is the "base" to "emitter" voltage drop, while VCE is the "collector" to "emitter" voltage.

Modern use
CMOS ICs have generally borrowed the NMOS convention of VDD for positive and VSS for negative despite the fact that both positive and negative supply rails actually go to source terminals (positive supply goes to PMOS sources, negative supply to NMOS sources). ICs using bipolar transistors have VCC (positive) and VEE (negative) power supply pins.

In single supply systems (e.g., most modern digital and analog circuits) the negative power supply pin is also commonly referred to as GND. In "split rail" supply systems (e.g., older analog circuits) positive, negative and ground power supply pins are used.

More advanced chips will often have pins carrying voltage levels for more specialized functions in or out of the chip and these are generally labeled with some abbreviation of their purpose. For example VBUS for the 5 volt supply needed for a bus-powered USB device or Vref for the reference voltage for an analog-to-digital converter.

From: http://www.answers.com/topic/ic-power-supply-pin?cat=technology

----------------------------------------------------------------------------------------------------------------------------------------------------

VCC:C=circuit 表示电路的意思, 即接入电路的电压; 
VDD:D=device 表示器件的意思, 即器件内部的工作电压; 
VSS:S=series 表示公共连接的意思,通常指电路公共接地端电压。
GND:在电路里常被定为电压参考基点。
VEE:负电压供电;场效应管的源极(S)
VPP:编程/擦除电压。

1、对于数字电路来说,VCC是电路的供电电压,VDD是芯片的工作电压(通常Vcc>Vdd),VSS是接地点。
2、有些IC既有VDD引脚又有VCC引脚,说明这种器件自身带有电压转换功能。
3、在场效应管(或COMS器件)中,VDD为漏极,VSS为源极,VDD和VSS指的是元件引脚,而不表示供电电压。
4、从电气意义上说,GND分为电源地和信号地。PG是 Power Ground(电源地)的缩写。另一个是 Signal Ground(信号地)。实际上它们可能是连在一起的(不一定是混在一起哦!)。两个名称,主要是便于对电路进行分析。

进一步说,还有因电路形式不同而必须区分的两种“地”:数字地,模拟地。
数字地和模拟地都有信号地、电源地两种情况。数字地和模拟地之间,某些电路可以直接连接,有些电路要用电抗器连接,有些电路不可连接。

Vcc 来源于集电极电源电压, Collector Voltage, 一般用于双极型晶体管, PNP 管时为负电源电压, 有时也标成 -Vcc, NPN 管时为正电压. 
Vdd 来源于漏极电源电压, Drain Voltage, 用于 MOS 晶体管电路, 一般指正电源. 因为很少单独用 PMOS 晶体管, 所以在 CMOS 电路中 Vdd 经常接在PMOS 管的源极上. 
Vss 源极电源电压, 在 CMOS 电路中指负电源, 在单电源时指零伏或接地. 
Vee 发射极电源电压, Emitter Voltage, 一般用于 ECL 电路的负电源电压. 
Vbb 基极电源电压, 用于双极晶体管的共基电路.

详解: 
在电子电路中,VCC是电路的供电电压, VDD是芯片的工作电压: 
VCC:C=circuit 表示电路的意思, 即接入电路的电压, D="device" 表示器件的意思, 即器件内部的工作电压,在普通的电子电路中,一般Vcc>Vdd ! 
VSS:S=series 表示公共连接的意思,也就是负极。 
有些IC 同时有VCC和VDD, 这种器件带有电压转换功能。 
在“场效应”即COMS元件中,VDD乃CMOS的漏极引脚,VSS乃CMOS的源极引脚, 这是元件引脚符号,它没有“VCC”的名称,你的问题包含3个符号,VCC / VDD /VSS, 这显然是电路符号。

我们在PCB设计时,会在画原理图时碰到对地的处理,比如:大地,模拟地,数字地,电源地等等,那么在设计时就要考虑,有些模拟地和数字地可以连在一起,有些就不能连在一起,大多数是相互独立的。

VCC、VDD、VEE、VSS等有关电源标注的区别的更多相关文章

  1. 硬件电路中VCC,VDD,VEE,VSS有什么区别

    电路中GND和GROUND.VCC,VDD,VEE,VSS有什么区别 一.解释 DCpower一般是指带实际电压的源,其他的都是标号(在有些仿真软件中默认的把标号和源相连的)VDD:电源电压(单极器件 ...

  2. 电路中GND和GROUND、VCC,VDD,VEE,VSS

    电路解析:GND和GROUND.VCC,VDD,VEE,VSS 参考: http://www.elecfans.com/dianzichangshi/20160822432514.html 一.解释版 ...

  3. VCC,VDD,VEE,VSS,VPP 表示的意义

    转自VCC,VDD,VEE,VSS,VPP 表示的意义 VCC,VDD,VEE,VSS,VPP 表示的意义 版本一: 简单说来,可以这样理解: 一.解释 VCC:C=circuit 表示电路的意思, ...

  4. stm32的VCC/VDD/VSS/VEE/VBAT的区别

    先看一下stm32vet6的引脚图吧 电路设计以及PCB制作中,经常碰见电源符号:VCC. VDD.VEE.VSS,他们具有什么样的关系那? 一.解释 VCC:C=circuit 表示电路的意思, 即 ...

  5. 电源VCC、VSS、VDD、VEE、VPP、Vddf标号的区别

    一.解释VCC:C=circuit表示电路的意思,即接入电路的电压: VDD:D=device表示器件的意思,即器件内部的工作电压:VEE:发射极电源电压,EmitterVoltage,一般用于ECL ...

  6. VCC、VDD、VSS、 VEE 和VPP的区别

    在电子电路中,常可以看到VCC.VDD和VSS三种不同的符号,它们有什么区别呢? 一.解释 VCC:C=circuit 表示电路的意思, 即接入电路的电压: VDD:D=device 表示器件的意思, ...

  7. C、VDD、VSS、 VEE 和VPP的区别

    http://www.cnblogs.com/crazybingo/archive/2010/05/14/1735802.html C.VDD.VSS. VEE 和VPP的区别 在电子电路中,常可以看 ...

  8. VCC、VDD和VSS

    在电子电路中,常可以看到VCC.VDD和VSS三种不同的符号,它们有什么区别呢? 一.解释 VCC:C=circuit 表示电路的意思, 即接入电路的电压:  VDD:D=device 表示器件的意思 ...

  9. VCC、VDD、VSS以及VBAT的区别

    在STM32 的学习中,发现有几种看起来相关的名称,分别是VCC.VDD.VSS.VBAT,在经过搜索查找之后,总结如下: 1.VCC的C是Circuit的意思,是指整个供电回路的电压, 也有人说VC ...

随机推荐

  1. meta 页面元信息定义

    禁止页面缓存 1.name属性 name属性主要用于描述网页,与之对应的属性值为content,content中的内容主要是便于搜索引擎机器人查找信息和分类信息用的. meta标签的name属性语法格 ...

  2. Javascript null和undefined

    Javascript的数据类型包括数字.字符串.布尔值.null.undefined和对象.其中null和undefined是两种特殊的原始类型,很容易混淆.今天就来剖析一下null和undefine ...

  3. Windows Server 2008R2配置MySQL Cluster并将管理节点和数据节点配置成windows服务

    说明:将mysql的管理节点和数据节点配置成windows服务是为了防止有人手误关闭管理节点或数据节点的dos命令窗口,管理节点或数据节点的命令窗口误关闭可能会造成mysql某台或某几台mysql不能 ...

  4. 2015最新百度搜索引擎(seo优化)排名算法

    多少年来,对于弄清百度排名算法成为了一代又一代站长的最高目标.随着百度推出了搜索引擎网页质量**,直接揭开了神秘的百度排名算法,这是作为站长福音啊.现在小编就来为大家介绍一下. 首先想要得到直接需要的 ...

  5. .NET-提取字符串实践总结

    前阶段工作时遇到一个截取字符串的问题,由于字符串比较长,大概得几万字符吧(XML形式),要提取中间两个节点之间的内容,在网上费了好大功夫才找到能用的正则.工作当用的时候碰到这样的事最蛋疼了,网上的资源 ...

  6. 深入浅出谈4G ─ 4G LTE网速到底有多快?

    常说4G网速能达100MHz,实际感受远远没有这么快.今天和大家一起算算帐,算算4G LTE网速到底有多快. 基本概念1:资源粒子 个资源粒子就是用个子载波传送个OFDM符号. 1个子载波的带宽是15 ...

  7. python-转换成exe文件(py2exe)

    一.简介: py2exe是一个将python脚本转换成windows上的可独立执行的可执行程序(*.exe)的工具,这样,你就可以不用装python而在windows系统上运行这个可执行程序.py2e ...

  8. Posix线程编程指南(4) 线程终止

    线程终止方式 一般来说,Posix的线程终止有两种情况:正常终止和非正常终止.线程主动调用pthread_exit()或者从线程函数中return都将使线程正常退出,这是可预见的退出方式:非正常终止是 ...

  9. Extjs中TextField中显示图标

    现看实现效果:   实现代码: { width:500, height : 25, fieldLabel : '过滤条件', itemId : 'queryText', labelAlign : 'r ...

  10. DepthClipEnable error

    刚刚呢又遇到这种鬼扯的问题,ps就return个(1,1,0,1) nisight的汇编都写对了,但结果就是画不出任何东西,按照经验,必然是某个state.... 我就找啊找啊,被我找到一个 Rast ...