電子專業(yè)術(shù)語英文對照.docx_第1頁
電子專業(yè)術(shù)語英文對照.docx_第2頁
電子專業(yè)術(shù)語英文對照.docx_第3頁
電子專業(yè)術(shù)語英文對照.docx_第4頁
電子專業(yè)術(shù)語英文對照.docx_第5頁
已閱讀5頁,還剩23頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認(rèn)領(lǐng)

文檔簡介

常見電子專業(yè)術(shù)語中英文對照摘要:一個在一個芯片上定制設(shè)計的硬件。addressbus(地址總線)Asetofelectricallinesconnectedtotheprocessorandalloftheperipheralswithwhichitcommunicates。Theaddressbusisusedbytheprocessortoselectaspecificmemorylocationorregisterwithinaparticularperipheral。Iftheaddre常見英文縮寫解釋(按字母順序排列):ASIC:ApplicationSpecificIntegratedCircuit.專用ICCPLD:ComplexProgrammableLogicDevice.復(fù)雜可編程邏輯器件EDA:ElectronicDesignAutomation.電子設(shè)計自動化FPGA:FieldProgrammableGateArray.現(xiàn)場可編程門陣列GAL:GenericArrayLogic.通用陣列邏輯HDL:HardwareDescriptionLanguage.硬件描述語言IP:IntelligentProperty.智能模塊PAL:ProgrammableArrayLogic.可編程陣列邏輯RTL:RegisterTransferLevel.寄存器傳輸級描述)SOC:SystemOnaChip.片上系統(tǒng)SLIC:SystemLevelIC.系統(tǒng)級ICVHDL:VeryhighspeedintegratedcircuitHardwareDescriptionLanguage.超高速集成電路硬件描述語言AASIC(專用集成電路)Application-SpecificIntegratedCircuit.Apieceofcustom-designedhardwareinachip.專用集成電路。一個在一個芯片上定制設(shè)計的硬件。addressbus(地址總線)Asetofelectricallinesconnectedtotheprocessorandalloftheperipheralswithwhichitcommunicates.Theaddressbusisusedbytheprocessortoselectaspecificmemorylocationorregisterwithinaparticularperipheral.Iftheaddressbuscontainsnelectricallines,theprocessorcanuniquelyaddressupto2nsuchlocations.一個連接處理器與所有外設(shè)的,用來通訊的電子線路集。地址總線被處理器用來選擇在特定外設(shè)中的存儲器地址或寄存器。如果地址總線有n條電子線路,處理器能唯一尋址高達2n的地址空間。applicationsoftware(應(yīng)用軟件)Describessoftwaremodulesspecifictoaparticularembeddedproject.Theapplicationsoftwareisunlikelytobereusableacrossembeddedplatforms,simplybecauseeachembeddedsystemhasadifferentapplication.用來描述一個特定的嵌入式項目中的某一軟件模塊。應(yīng)用軟件不象可重用的交叉嵌入式平臺,只因為每一個嵌入式系統(tǒng)有不同的應(yīng)用軟件。assembler(匯編編譯器)Asoftwaredevelopmenttoolthattranslateshuman-readableassemblylanguageprogramsintomachine-languageinstructionsthattheprocessorcanunderstandandexecute.一個能把可讀的匯編語言程序轉(zhuǎn)換到處理器可理解和運行的機器指令的軟件開發(fā)工具。assemblylanguage(匯編語言)Ahuman-readableformofaprocessorsinstructionset.Mostprocessor-specificfunctionsmustbewritteninassemblylanguage.一種人可讀的處理器指令集的形式。大多數(shù)處理器相關(guān)的功能必須用匯編語言編寫。BBSP(板卡支持包)Seeboardsupportpackage.見boardsupportpackage。binarysemaphore(二元信號)Atypeofsemaphorewithjusttwostates.Alsocalledamutex.一種只有兩種狀態(tài)的信號。也叫互斥信號。boardsupportpackage(板卡支持包)Partofasoftwarepackagethatisprocessororplatform-dependent.Typically,samplesourcecodefortheboardsupportpackageisprovidedbythepackagedeveloper.Thesamplecodemustbemodifiedasnecessary,compiled,andlinkedwiththeremainderofthesoftwarepackage.軟件包的具有平臺依賴性的那一部分。典型地,板卡支持包的樣例源程序由包開發(fā)者提供。樣例源程序必須能在需要時被修改、編譯并與軟件包的剩下的部分連接起來。bond-outprocessor(外合處理器)Aspecialversionofaprocessorthathassomeoftheinternalsignalsbroughtouttoexternalpins.Abond-outprocessorismostoftenfoundwithinanemulatorandisneverintendedtobeusedinaproductionsystem.一種特殊版本的處理器,它有一些,內(nèi)部的信號能傳達到外置的針腳上。一個外合處理器絕大多數(shù)情況下只用在模擬器上,從來不會被特意用在產(chǎn)品系統(tǒng)上。Breakpoint(斷點)Alocationinaprogramatwhichexecutionistobestoppedandcontroloftheprocessorswitchedtothedebugger.Mechanismsforcreatingandremovingbreakpointsareprovidedbymostdebuggingtools.一個在程序中的地址,在那里程序的執(zhí)行被停止,并且處理器的控制轉(zhuǎn)換到了除錯程序。大多數(shù)除錯工具提供增加與刪除一個斷點的機制。CCISC(復(fù)雜指令集計算機)ComplexInstructionSetComputer.Describesthearchitectureofaprocessorfamily.CISCprocessorsgenerallyfeaturevariable-lengthinstructions,multipleaddressingformats,andcontainonlyasmallnumberofgeneral-purposeregisters.Intels80x86familyisthequintessentialexampleofCISC.ContrastwithRISC.復(fù)雜指令集計算機。對一種處理器架構(gòu)的描述。CISC處理器一般產(chǎn)生變的指令,多種地址格式,并且僅僅有少量的通用寄存器。Intel的80x86家族是是典型的CISC處理器。相對于RISC而言。CPU(中央處理器)CentralProcessingUnit.Thepartofaprocessorthatexecutesinstructions.中央處理器。處理器中執(zhí)行指令的那一部分。Compiler(編譯器)Asoftwaredevelopmenttoolthattranslateshigh-levellanguageprogramsintothemachine-languageinstructionsthataparticularprocessorcanunderstandandexecute.把高級編程語言程序轉(zhuǎn)換到只有特定的處理器能了解和執(zhí)行的機器指令的一種軟件開發(fā)包。context(上下文)Thecurrentstateoftheprocessorsregistersandflags.處理器當(dāng)前的狀態(tài)和標(biāo)志。contextswitch(上下文切換)Theprocessofswitchingfromonetasktoanotherinamultitaskingoperatingsystem.Acontextswitchinvolvessavingthecontextoftherunningaskandrestoringthepreviously-savedcontextoftheother.Thepieceofcodethatdoesthisisnecessarilyprocessor-specific.在多任務(wù)操作系統(tǒng)中我一個任務(wù)切換到另一個的過程。上下文切換包括保存正在運行的任務(wù)的上下文和恢復(fù)早先保存的另一個任務(wù)的上下文。做這個工作的一段代碼必須具有處理器特權(quán)。countingsemaphore(計數(shù)信號)Atypeofsemaphorethatisusedtotrackmultipleresourcesofthesametype.Anattempttotakeacountingsemaphoreisblockedonlyifalloftheavailableresourcesareinuse.Contrastwithbinarysemaphore.一種用來跟蹤多個相同類型資源的信號燈。僅僅在所有可用的資源都被用完了時才阻塞。相對二元信號而言。criticalsection(臨界段)Ablockofcodethatmustbeexecutedinsequenceandwithoutinterruptiontoguaranteecorrectoperationofthesoftware.Seealsoracecondition.一段必須按次序執(zhí)行的代碼,并且不能被中斷,否則不能保證軟件正確地操作。照:競爭狀況。cross-compiler(交叉編譯器)Acompilerthatrunsonadifferentplatformthantheoneforwhichitproducesobjectcode.Across-compilerrunsonahostcomputerandproducesobjectcodeforthetarget.一個運行在不同的平臺上的編譯器,其中之一能產(chǎn)生目標(biāo)代碼。交叉編譯器在主機上運行并且產(chǎn)生目標(biāo)機的目標(biāo)代碼。DDMA(直接內(nèi)存訪問)DirectMemoryAccess.Atechniquefortransferringdatadirectlybetweentwoperipherals(usuallymemoryandanI/Odevice)withonlyminimalinterventionbytheprocessor.DMAtransfersaremanagedbyathirdperipheralcalledaDMAcontroller.直接內(nèi)存訪問。一種直接在兩個外設(shè)(通常是內(nèi)存和I/O設(shè)備)之間進行數(shù)據(jù)傳輸?shù)募夹g(shù),它只要處理器最少的介入。DMA傳輸由叫DMA控制器的第三方外設(shè)進行管理。DRAM(動態(tài)隨機訪問存儲器)DynamicRandom-AccessMemory.AtypeofRAMthatmaintainsitscontentsonlyaslongasthedatastoredinthedeviceisrefreshedatregularintervals.TherefreshcyclesareusuallyperformedbyaperipheralcalledaDRAMcontroller.動態(tài)隨機訪問存儲器。一種RAM,存儲在其設(shè)備中的數(shù)據(jù)被定期刷新時才能保存它的內(nèi)容。刷新周期一般由一個叫DRAM控制器的外設(shè)完成。Databus(數(shù)據(jù)總線)Asetofelectricallinesconnectedtotheprocessorandalloftheperipheralswithwhichitcommunicates.Whentheprocessorwantstoread(write)thecontentsofamemorylocationorregisterwithinaparticularperipheral,itsetstheaddressbuspinsappropriatelyandreceives(transmits)thecontentsonthedatabus.連接處理器與所有外設(shè)進行通訊的電子線路集。當(dāng)一個處理器想去寫(讀)某一特定外設(shè)中的存儲器地址或寄存器中的內(nèi)容時,處理器設(shè)置地址總線并在數(shù)據(jù)總線上接收(傳輸)內(nèi)容。Deadline(死線)Thetimeatwhichaparticularsetofcomputationsmustbecompleted.Seealsoreal-timesystem.一個特定計算必須被完成的時間。請看實時系統(tǒng)。Deadlock(死鎖)Anunwantedsoftwaresituationinwhichanentiresetoftasksisblocked,waitingforaneventthatonlyataskwithinthesamesetcancause.Ifadeadlockoccurs,theonlysolutionistoresetthehardware.However,itisusuallypossibletopreventdeadlocksaltogetherbyfollowingcertainsoftwaredesignpractices.一種不希望出現(xiàn)的軟件狀態(tài),在這個狀態(tài)下,所有的任務(wù)因為等待一個只有在這些被阻塞任務(wù)之一才能產(chǎn)生的事件而被阻塞。如果死鎖發(fā)生,唯一解決的方法是重啟動硬件。但是,通過可靠的軟件設(shè)計實踐活動通??梢苑乐顾梨i的發(fā)生。debugmonitor(除錯監(jiān)視程序)Apieceofembeddedsoftwarethathasbeendesignedspecificallyforuseasadebuggingtool.ItusuallyresidesinROMandcommunicateswithadebuggerviaaserialportornetworkconnection.Thedebugmonitorprovidesasetofprimitivecommandstoviewandmodifymemorylocationsandregisters,createandremovebreakpoints,andexecuteyourprogram.Thedebuggercombinestheseprimitivestofulfillhigher-levelrequestslikeprogramdownloadandsingle-step.嵌入式軟件被特殊設(shè)計來作為除錯工具的一部分。它一般被放在ROM中,通過串口或網(wǎng)絡(luò)與除錯器進行通訊。除錯監(jiān)視程序提供一個簡單的命令集來顯示和內(nèi)存地址和寄存器、建立和移除斷點,并且運行你的程序。除錯監(jiān)視器組合這些簡單的命令去實現(xiàn)象程序下載各單步調(diào)試等高端的請求。Debugger(除錯器)Asoftwaredevelopmenttoolusedtotestanddebugembeddedsoftware.Thedebuggerrunsonahostcomputerandconnectstothetargetthroughaserialportornetworkconnection.Usingadebuggeryoucandownloadsoftwaretothetargetforimmediateexecution.Youcanalsosetbreakpointsandexaminethecontentsofspecificmemorylocationsandregisters.一個軟件開發(fā)工具,被用來對嵌入式軟件進行測試和除錯。除錯器在宿主機上運行并且通過串口或網(wǎng)絡(luò)連接到目標(biāo)機上。你能使用除錯器下載軟件到目標(biāo)機并直接運行。你也可以設(shè)置斷點并檢查特定內(nèi)存地址或寄存器的內(nèi)容。devicedriver(設(shè)備驅(qū)動程序)Asoftwaremodulethathidesthedetailsofaparticularperipheralandprovidesahigh-levelprogramminginterfacetoit.一個軟件模塊,它隱藏特定外設(shè)的細(xì)節(jié)并提供高級的外設(shè)編程接口。deviceprogrammer(設(shè)備編程器)Atoolforprogrammingnon-volatilememoriesandotherelectrically-programmabledevices.Typically,theprogrammabledeviceisinsertedintoasocketonthedeviceprogrammerandthecontentsofamemorybufferarethentransferredintoit.一種用來對不揮發(fā)內(nèi)存和其他電可編程設(shè)備進行編程的工具。典型地,可編程設(shè)備被插到設(shè)備編程器的接口上,接著內(nèi)存緩存器中的內(nèi)容被傳送到它里面。digitalsignalprocessor(數(shù)字信號處理器)Adevicethatissimilartoamicroprocessor,exceptthattheinternalCPUhasbeenoptimizedforuseinapplicationsinvolvingdiscrete-timesignalprocessing.Inadditiontostandardmicroprocessorinstructions,DSPsusuallysupportasetofcomplexinstructionstoperformcommonsignal-processingcomputationsquickly.CommonDSPfamiliesareTIs320CxxandMotorolas5600xseries.一種類似于微處理器的的設(shè)備,不同的是它內(nèi)部的CPU被優(yōu)化,用于特定的應(yīng)用,如離散信號處理。除了標(biāo)準(zhǔn)的微處理器指令外,DSP常常支持復(fù)雜指令集去非常快地完成通用的信號處理計算。通用DSP家庭是TI的320Cxx和Motorola的5600x系列。EEEPROM(電可擦的,可編程的只讀存儲器)ElectricallyErasable,ProgrammableRead-OnlyMemory.(PronouncedDouble-E-PROM.)AtypeofROMthatcanbeerasedelectronically.電可擦的,可編程的只讀存儲器。一種ROM能被電擦除。EPROM(可擦的,可編程的只讀存儲器)Erasable,ProgrammableRead-OnlyMemory.AtypeofROMthatcanbeerasedbyexposingittoultravioletlight.Onceerased,anEPROMcanbereprogrammedwiththehelpofadeviceprogrammer.一種可用紫外線擦除的存儲器。一次擦除后,EPROM可以在設(shè)備編程器的幫助下被重編程。embeddedsystem(嵌入式系統(tǒng))Acombinationofcomputerhardwareandsoftware,andperhapsadditionalmechanicalorotherparts,designedtoperformadedicatedfunction.Insomecases,embeddedsystemsarepartofalargersystemorproduct,asisthecaseofananti-lockbrakingsysteminacar.Contrastwithgeneral-purposecomputer.計算機硬件和軟件的結(jié)合體,或許還加上機械等其他部分,被設(shè)計來完成專門的功能。在一些情況下,嵌入式系統(tǒng)是一個大的系統(tǒng)或產(chǎn)品的一部分,就象汽車上的防抱死裝置。與通用計算機相對。Emulator(仿真器)ShortforIn-CircuitEmulator(ICE).Adebuggingtoolthattakestheplaceof-emulates-theprocessoronyourtargetboard.Emulatorsfrequentlyincorporateaspecialbond-outversionofthetargetprocessorthatallowsyoutoobserveandrecorditsinternalstateasyourprogramisexecuting.在線仿真器的簡寫。一個在你的目標(biāo)板上放置仿真的處理器的調(diào)試工具。仿真器經(jīng)常和一目標(biāo)處理器的一種“外合”版本合在一起,這個版本的的處理器充許你運行程序時觀察和記錄它的內(nèi)部狀態(tài)。Executable(可執(zhí)行的)Afilecontainingobjectcodethatisreadyforexecutiononthetarget.AllthatremainsistoplacetheobjectcodeintoaROMordownloaditviaadebuggingtool.一個包含準(zhǔn)備在目標(biāo)機上運行的目標(biāo)代碼的文件。放置目標(biāo)代碼到ROM中或通過調(diào)試工具下載。FFirmware(固件)EmbeddedsoftwarethatisstoredasobjectcodewithinaROM.Thisnameismostcommonamongtheusersofdigitalsignalprocessors.是作為目標(biāo)代碼存貯在ROM中的嵌入式軟件。這個名字在數(shù)字信號處理器的用戶中相當(dāng)流行。flashmemory(閃存)ARAM-ROMhybridthatcanbeerasedandrewrittenundersoftwarecontrol.Suchdevicesaredividedintoblocks,calledsectors,thatareindividually-erasable.Flashmemoryiscommoninsystemsthatrequirenonvolatiledatastorageatverylowcost.Insomecases,alargefashmemorymayevenbeusedinsteadofadisk-drive.一種RAM-ROM的混血兒,它能在軟件的控制下被擦除和重寫。一些設(shè)備被分成叫段組的塊,能個別地可擦。閃存用在需要很便宜的非易失數(shù)據(jù)存貯器的地方,一個大容量的閃存甚至被用作磁盤驅(qū)動器。Ggeneral-purposecomputer(通用計算機)Acombinationofcomputerhardwareandsoftwarethatservesasageneral-purposecomputingplatform.Forexample,apersonalcomputer.Contrastwithembeddedsystem.當(dāng)作通用計算平臺的計算機硬件與軟件的組合。例如,PC。相對于嵌入式計算機。HHLLSeehigh-levellanguage.查閱高級語言。Heap(堆)Anareaofmemorythatisusedfordynamicmemoryallocation.CallstomallocandfreeandtheC+operatorsnewanddeleteresultinrun-timemanipulationoftheheap.一塊被用作動態(tài)內(nèi)存分配的內(nèi)存區(qū)域。調(diào)用malloc和free、C+的操作符new、delete在運行時進行堆的操作。high-levellanguage(高級語言)Alanguage,suchasCorC+,thatisprocessor-independent.Whenprogramminginahigh-levellanguage,itispossibletoconcentrateonalgorithmsandapplicationswithoutworryingaboutthedetailsofaparticularprocessor.一種語言,象C或C+,是處理器獨立的。當(dāng)在高級語言上編程時,不需要考慮特定處理器的細(xì)節(jié),只用關(guān)心算法和應(yīng)用。Host(主機)Ageneral-purposecomputerthatcommunicateswiththetargetviaaserialportornetworkconnection.Thistermisusuallyusedtodistinguishthecomputeronwhichthedebuggerisrunningfromtheembeddedsystemthatisbeingdeveloped.一臺通用計算機,它通過串口或網(wǎng)絡(luò)連接與目標(biāo)機通訊。這處名詞一般用來區(qū)別調(diào)試程序運行的計算機和被開發(fā)的嵌入式系統(tǒng)。IICEIn-CircuitEmulator.Seeemulator.在線仿真器。查閱仿真器。I/O(輸入/輸出)Input/Output.Theinterfacebetweenaprocessorandtheworldaroundit.Thesimplestexamplesareswitches(inputs)andLEDs(outputs).輸入/輸出。處理器與外界的交互界面。最簡單的例子是開關(guān)(輸入)和發(fā)光二級管(輸出)。I/Odevice(IO設(shè)備)Apieceofhardwarethatinterfacesbetweentheprocessorandtheoutsideworld.CommonexamplesareswitchesandLEDs,serialports,andnetworkcontrollers.一種介于處理器和外界之間的硬件設(shè)備。一般的實例是開關(guān)、LED、串口和網(wǎng)絡(luò)控制器。I/Omap(I/O映射)AtableordiagramcontainingthenameandaddressrangeofeachperipheraladdressablebytheprocessorwithintheI/Ospace.I/Omapsareahelpfulaidingettingtoknowthetarget.一張包含每個外設(shè)的名字和地址的表格或圖表,可由處理器在I/O空間中設(shè)定地址。I/O映射對得知目標(biāo)機情況非常有利。I/Ospace(I/O空間)AspecialmemoryregionprovidedbysomeprocessorsandgenerallyreservedfortheattachmentofI/Odevices.MemorylocationsandregisterswithinanI/Ospacecanbeaccessedonlyviaspecialinstructions.Forexample,processorsinthe80x86familyhavespecialI/Ospaceinstructionscalledinandout.Contrastwithmemoryspace.一個由處理器提供的特殊內(nèi)存區(qū)域,一般為為I/O設(shè)備的附件保留。在I/O空間的內(nèi)存位置和寄存器只能通過特殊的指定進行訪問。例如:80X86家族的處理器有叫做in/out的特殊的I/O空間指令。相對內(nèi)存空間而言。ISR(中斷服務(wù)程序)Seeinterruptserviceroutine.instructionpointer(指令指針)Aregisterintheprocessorthatcontainstheaddressofthenextinstructiontobeexecuted.Alsoknownasaprogramcounter.包含下一條要執(zhí)行指令地址的處理器中的寄存器。也叫程序計數(shù)器。Interrupt(中斷)Anasynchronouselectricalsignalfromaperipheraltotheprocessor.Whentheperipheralassertsthissignal,wesaythataninterruptoccurs.Whenaninterruptoccurs,thecurrentstateoftheprocessorissavedandaninterruptserviceroutineisexecuted.Whentheinterruptserviceroutineexits,controloftheprocessorisreturnedtowhateverpartofthesoftwarewaspreviouslyrunning.一個從外設(shè)到處理器的異步電信號。當(dāng)外設(shè)發(fā)出這個信號,我們說一個中斷發(fā)生。當(dāng)一個中斷發(fā)生,當(dāng)前的處理器狀態(tài)被保存并且中斷服務(wù)程序開始運行。當(dāng)中斷服務(wù)程序退出,對處理器的控制權(quán)轉(zhuǎn)到先前運行的那個軟件上。interruptlatency(中斷延遲)Theamountoftimebetweentheassertionofaninterruptandthestartoftheassociatedinterruptserviceroutine.在中斷發(fā)生和相關(guān)的中斷服務(wù)程序運行之間的時間長短。interruptserviceroutine(中斷服務(wù)程序)Apieceofsoftwareexecutedinresponsetoaparticularinterrupt.響應(yīng)特定中斷而運行的一小段軟件。interrupttype(中斷類型)Auniquenumberassociatedwitheachinterrupt.和每一個中斷相關(guān)聯(lián)的唯一數(shù)字。interruptvector(中斷向量)Theaddressofaninterruptserviceroutine.中斷服務(wù)程序所在的地址。interruptvectortable(中斷向量表)Atablecontaininginterruptvectorsandindexedbyinterrupttype.Thistablecontainstheprocessorsmappingbetweeninterruptsandinterruptserviceroutinesandmustbeinitializedbytheprogrammer.一個表格,包含由中斷類型決定的中斷向量和索引。這個表格包含中斷與中斷服務(wù)程序之間的處理器的映射,必須由程序員進行初始化。intertaskcommunication(進程間通訊)Amechanismusedbytasksandinterruptserviceroutinestoshareinformationandsynchronizetheiraccesstosharedresources.Themostcommonbuildingblocksofintertaskcommunicationaresemaphoresandmutexes.一種被用來在任務(wù)和中斷服務(wù)程序之間共享信息和同步它們對共享資源訪問的機制。大部分進程間通訊的建立的基石是信號燈和互斥。KKernel(內(nèi)核)Anessentialpartofanymultitaskingoperatingsystem,thekernelcontainsjusttheschedulerandcontext-switchroutine.任何多任務(wù)操作系統(tǒng)的本質(zhì)部分,內(nèi)核僅僅包含調(diào)度程序和上下文切換進程。LLinker(連接程序)Asoftwaredevelopmenttoolthatacceptsoneormoreobjectfilesasinputandoutputsarelocatableprogram.Thelinkeristhusrunafterallofthesourcefileshavebeencompiledorassembled.一種能把一個或更多目標(biāo)文件組合成可輸入和輸出的可重定位程序的開發(fā)工具。連接程序在所有的源文件都被編譯或匯編之后運行。Locator(定位程序)Asoftwaredevelopmenttoolthatassignsphysicaladdressestotheelocatableprogramproducedbythelinker.Thisisthelaststepinthepreparationofsoftwareforexecutionbyanembeddedsystemandtheresultingfileiscalledanexecutable.Insomecases,thelocatorsfunctionmaybehiddenwithinthelinker.一種分配物理地址給連接程序處理過的可重定位程序的軟件開發(fā)工具。這是準(zhǔn)備一個軟件在嵌入式系統(tǒng)中運行的最后一步,并且結(jié)果文件叫做可執(zhí)行的。在一些情況下,定位程序功能隱藏在連接程序中。logicanalyzer(邏輯分析儀)Ahardwaredebuggingtoolthatcanbeusedtocapturethelogiclevels(0or1)ofdozens,orevenhundreds,ofelectricalsignalsinreal-time.Logicanalyzerscanbequitehelpfulfordebugginghardwareproblemsandcomplexprocessor-peripheralinteractions.一種硬件調(diào)試工具,能捕獲實時電信號的許多邏輯電平(0或1),邏輯分析儀在調(diào)試硬件問題和復(fù)雜的處理外設(shè)交互時相當(dāng)有用。Mmemorymap(內(nèi)存映射)Atableordiagramcontainingthenameandaddressrangeofeachperipheraladdressablebytheprocessorwithinthememoryspace.Memorymapsareahelpfulaidingettingtoknowthetarget.一個在內(nèi)存空間中的,包含每個外設(shè)的名字和可由處理器設(shè)置的地址范圍的表格或圖表。內(nèi)存映射有助于了解目標(biāo)機情況。memory-mappedI/O(內(nèi)存映射I/O)AnincreasinglycommonhardwaredesignmethodologyinwhichI/OdevicesareplacedintothememoryspaceratherthantheI/Ospace.Fromtheprocessorspointofview,memory-mappedI/Odeviceslookverymuchlikememorydevices.一種日益流行的硬件設(shè)計方法,在這種方法中,I/O設(shè)備被放置在內(nèi)存空間而不是I/O空間。從處理器的觀點看,內(nèi)存映射I/O設(shè)備看上去很象內(nèi)存一樣。memoryspace(內(nèi)存空間)Aprocessorsstandardaddresss

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論