VCC、VDD、VEE、VSS等有关电源标注的区别
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等有关电源标注的区别的更多相关文章
- 硬件电路中VCC,VDD,VEE,VSS有什么区别
电路中GND和GROUND.VCC,VDD,VEE,VSS有什么区别 一.解释 DCpower一般是指带实际电压的源,其他的都是标号(在有些仿真软件中默认的把标号和源相连的)VDD:电源电压(单极器件 ...
- 电路中GND和GROUND、VCC,VDD,VEE,VSS
电路解析:GND和GROUND.VCC,VDD,VEE,VSS 参考: http://www.elecfans.com/dianzichangshi/20160822432514.html 一.解释版 ...
- VCC,VDD,VEE,VSS,VPP 表示的意义
转自VCC,VDD,VEE,VSS,VPP 表示的意义 VCC,VDD,VEE,VSS,VPP 表示的意义 版本一: 简单说来,可以这样理解: 一.解释 VCC:C=circuit 表示电路的意思, ...
- stm32的VCC/VDD/VSS/VEE/VBAT的区别
先看一下stm32vet6的引脚图吧 电路设计以及PCB制作中,经常碰见电源符号:VCC. VDD.VEE.VSS,他们具有什么样的关系那? 一.解释 VCC:C=circuit 表示电路的意思, 即 ...
- 电源VCC、VSS、VDD、VEE、VPP、Vddf标号的区别
一.解释VCC:C=circuit表示电路的意思,即接入电路的电压: VDD:D=device表示器件的意思,即器件内部的工作电压:VEE:发射极电源电压,EmitterVoltage,一般用于ECL ...
- VCC、VDD、VSS、 VEE 和VPP的区别
在电子电路中,常可以看到VCC.VDD和VSS三种不同的符号,它们有什么区别呢? 一.解释 VCC:C=circuit 表示电路的意思, 即接入电路的电压: VDD:D=device 表示器件的意思, ...
- C、VDD、VSS、 VEE 和VPP的区别
http://www.cnblogs.com/crazybingo/archive/2010/05/14/1735802.html C.VDD.VSS. VEE 和VPP的区别 在电子电路中,常可以看 ...
- VCC、VDD和VSS
在电子电路中,常可以看到VCC.VDD和VSS三种不同的符号,它们有什么区别呢? 一.解释 VCC:C=circuit 表示电路的意思, 即接入电路的电压: VDD:D=device 表示器件的意思 ...
- VCC、VDD、VSS以及VBAT的区别
在STM32 的学习中,发现有几种看起来相关的名称,分别是VCC.VDD.VSS.VBAT,在经过搜索查找之后,总结如下: 1.VCC的C是Circuit的意思,是指整个供电回路的电压, 也有人说VC ...
随机推荐
- 有关ZxMiddleTier构想
终于决定动手写一个自己的东西,没有其它想法,人已经30多了,感觉原来学的东西都是零散的,想通过这样一个中间层的项目,串联起原来所学的东西,形成一个体系,也算是对自己这么多年的程序员的生涯做出一个交代, ...
- ubuntu 10.04 fcitx 4.12 实现按下shit切换输入法同时提交英文输入
安装: echo "add fcitx ppa..." sudo apt-add-repository ppa:fcitx-team/nightly sudo apt-get in ...
- powerdesigner 技巧
1.修改建表脚本生成规则.如果每个表格都有相同的字段,可以如下修改: Database -> Edit Current DBMS 展开 Script -> Object -> Tab ...
- 收集的冻结table 标题和左侧(完美)
<html> <head> <meta name="viewport" content="width=device-width&q ...
- 20145120 《Java程序设计》第9周学习总结
20145120 <Java程序设计>第9周学习总结 教材学习内容总结 JDBC希望程序能操作所有数据库 操作JDBC驱动有4种类型: JDBC-ODBC Bridge Driver Na ...
- 文本阴影text-shadow
文本阴影text-shadow text-shadow可以用来设置文本的阴影效果. 语法: text-shadow: X-Offset Y-Offset blur color; X-Offset:表示 ...
- Leetcode#137 Single Number II
原题地址 遍历所有数字,统计每一位出现的次数,模3即为只出现一次的数字在那一位的情况. 代码: int singleNumber(int A[], int n) { ] = {}; ; i < ...
- ajax跨域请求,页面和java服务端的写法
方法一(jsonp): 页面ajax请求的写法: $.ajax({ type : "get", async : false, cache : false, url : " ...
- wireshark常用的过滤命令
我们使用wireshark抓包,却不知道如何分析这些包,也无法从海量的包中提取自己需要的数据,下面简单介绍下wireshark的过滤规则. 过滤源ip.目的ip.在wireshark的过滤规则框Fil ...
- ios 设计软件
briefs V1.0.5 download @ here:http://soft.macx.cn/5442.htm 密码:www.macx.cn