嵌入式系统常用词汇中英文对照.docx

上传人:b****1 文档编号:1690328 上传时间:2022-10-23 格式:DOCX 页数:10 大小:27.62KB
下载 相关 举报
嵌入式系统常用词汇中英文对照.docx_第1页
第1页 / 共10页
嵌入式系统常用词汇中英文对照.docx_第2页
第2页 / 共10页
嵌入式系统常用词汇中英文对照.docx_第3页
第3页 / 共10页
嵌入式系统常用词汇中英文对照.docx_第4页
第4页 / 共10页
嵌入式系统常用词汇中英文对照.docx_第5页
第5页 / 共10页
点击查看更多>>
下载资源
资源描述

嵌入式系统常用词汇中英文对照.docx

《嵌入式系统常用词汇中英文对照.docx》由会员分享,可在线阅读,更多相关《嵌入式系统常用词汇中英文对照.docx(10页珍藏版)》请在冰豆网上搜索。

嵌入式系统常用词汇中英文对照.docx

嵌入式系统常用词汇中英文对照

1.TDP--ThermalDesignPower散热设计功耗

2.SMBus---SystemManagementBus系统总线

3.GPIO---GeneralPurposeInputOutput通用输入/输出或总线扩展器

4.SIO--超级输入输出芯片

5.SO-DIMM--小外形双列内存模组

6.DIMM--Dual-Inline-Memory-Modules,即双列直插式存储模块

7.SPI--SerialPeripheralInterface--串行外设接口

8.IDE--微型计算机智能接口,是现在普遍使用的外部接口,主要接硬盘和光驱,传输模式有以下三种:

PIO(ProgrammedI/O)模式、DMA(DriectMemoryAccess)模式、UltraDMA(简称UDMA)模式

9.AMT---主动管理技术

10.POST--通电自检程序

11.HDMI--HighDefinitionMultimediaInterface高清晰度多媒体接口

12.CRT---CathodeRayTube阴极射线管

13.DAC--DigitalAnalogConverter数模转换器

14.DDC--DisplayDataChannel—I2Cbusinterfacebetweenadisplayandagraphicsadapter.显示数据通道

15.DVI--DigitalVisualInterface—videointerfacestandarddevelopedbytheDigitalDisplayWorkingGroup(DDWG).数字可视化界面

16.EFT--ElectricalFastTransient电快速瞬变

17.EMI--ElectromagneticInterference电磁干扰

18.ESD--ElectrostaticDischarge静电放电

19.ExpressCard--APCMCIAstandardbuiltonthelatestUSB2.0andPCIExpressbuses.

20.GBE--GigabitEthernet千兆以太网

21.LPC--LowPin-CountInterface:

alowspeedinterfaceusedforperipheralcircuitssuchasSuperI/Ocontrollers,whichtypicallycombinelegacy-devicesupportintoasingleIC.低针脚数接口

22.LVDS--Low-VoltageDifferentialSignaling低压差分信号

23.PCIExpress(PCIe)--PeripheralComponentInterfaceExpress–next-generationhighspeedSerializedI/Obus

24.PCIExpressLane--OnePCIExpressLaneisasetof4signalsthatcontainstwodifferentiallinesforTransmitterandtwodifferentiallinesforReceiver.Clockinginformationisembeddedintothedatastream.

25.SATA--SerialATAattachment:

serial-interfacestandardforharddisks

26.SDVO--SerialDigitalVideoOut—proprietarytechnologyintroducedbyIntel.toaddadditionalvideosignalinginterfacestoasystem.连续数字式录影

27.T.B.D.--Tobedetermined

28.USB--UniversalSerialBus

29.x1,x2,x4,x16x1referstoonePCIExpressLaneofbasicbandwidth;x2toa

collectionoftwoPCIExpressLanes;etc..Alsoreferredtoasx1,x2,x4,x16link.

30.ASIC(专用集成电路)Application-SpecificIntegratedCircuit.Apieceofcustom-designedhardwareinachip. 专用集成电路。

一个在一个芯片上定制设计的硬件。

31.addressbus(地址总线)Asetofelectricallinesconnectedtotheprocessorandalloftheperipheralswithwhichitcommunicates.Theaddressbusisusedbytheprocessortoselectaspecificmemorylocationorregisterwithinaparticularperipheral.Iftheaddressbuscontainsnelectricallines,theprocessorcanuniquelyaddressupto2^nsuchlocations.  一个连接处理器与所有外设的,用来通讯的电子线路集。

地址总线被处理器用来选择在特定外设中的存储器地址或寄存器。

如果地址总线有n条电子线路,处理器能唯一寻址高达2^n的地址空间。

32.BSP(板卡支持包)—boardsupportpackage(板卡支持包)Partofasoftwarepackagethatisprocessororplatform-dependent.Typically,samplesourcecodefortheboardsupportpackageisprovidedbythepackagedeveloper.Thesamplecodemustbemodifiedasnecessary,compiled,andlinkedwiththeremainderofthesoftwarepackage.  软件包的具有平台依赖性的那一部分。

典型地,板卡支持包的样例源程序由包开发者提供。

样例源程序必须能在需要时被修改、编译并与软件包的剩下的部分连接起来。

33.cross-compiler(交叉编译器)Acompilerthatrunsonadifferentplatformthantheoneforwhichitproducesobjectcode.Across-compilerrunsonahostcomputerandproducesobjectcodeforthetarget.  一个运行在不同的平台上的编译器,其中之一能产生目标代码。

交叉编译器在主机上运行并且产生目标机的目标代码。

34.DMA——DirectMemoryAccess(直接内存访问).Atechniquefortransferringdatadirectlybetweentwoperipherals(usuallymemoryandanI/Odevice)withonlyminimalinterventionbytheprocessor.DMAtransfersaremanagedbyathirdperipheralcalledaDMAcontroller.  直接内存访问。

一种直接在两个外设(通常是内存和I/O设备)之间进行数据传输的技术,它只要处理器最少的介入。

DMA传输由叫DMA控制器的第三方外设进行管理。

35.DRAM(动态随机访问存储器)DynamicRandom-AccessMemory.AtypeofRAMthatmaintainsitscontentsonlyaslongasthedatastoredinthedeviceisrefreshedatregularintervals.TherefreshcyclesareusuallyperformedbyaperipheralcalledaDRAMcontroller.  动态随机访问存储器。

一种RAM,存储在其设备中的数据被定期刷新时才能保存它的内容。

刷新周期一般由一个叫DRAM控制器的外设完成。

36.Emulator(仿真器)ShortforIn-CircuitEmulator(ICE).Adebuggingtoolthattakestheplaceof-emulates-theprocessoronyourtargetboard.Emulatorsfrequentlyincorporateaspecial"bond-out"versionofthetargetprocessorthatallowsyoutoobserveandrecorditsinternalstateasyourprogramisexecuting.在线仿真器的简写。

一个在你的目标板上放置仿真的处理器的调试工具。

仿真器经常和一目标处理器的一种“外合”版本合在一起,这个版本的的处理器充许你运行程序时观察和记录它的内部状态。

37.Executable(可执行的)Afilecontainingobjectcodethatisreadyforexecutiononthetarget.AllthatremainsistoplacetheobjectcodeintoaROMordownloaditviaadebuggingtool.一个包含准备在目标机上运行的目标代码的文件。

放置目标代码到ROM中或通过调试工具下载。

38.Firmware(固件)EmbeddedsoftwarethatisstoredasobjectcodewithinaROM.Thisnameismostcommonamongtheusersofdigitalsignalprocessors.  是作为目标代码存贮在ROM中的嵌入式软件。

这个名字在数字信号处理器的用户中相当流行。

39.intertaskcommunication(进程间通讯)Amechanismusedbytasksandinterruptserviceroutinestoshareinformationandsynchronizetheiraccesstosharedresources.Themostcommonbuildingblocksofintertaskcommunicationare

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 经管营销 > 公共行政管理

copyright@ 2008-2022 冰豆网网站版权所有

经营许可证编号:鄂ICP备2022015515号-1