新聞中心

EEPW首頁(yè) > 模擬技術(shù) > 設(shè)計(jì)應(yīng)用 > 常見(jiàn)電子專(zhuān)業(yè)術(shù)語(yǔ)中英文對(duì)照表

常見(jiàn)電子專(zhuān)業(yè)術(shù)語(yǔ)中英文對(duì)照表

作者: 時(shí)間:2011-07-23 來(lái)源:網(wǎng)絡(luò) 收藏

ASIC: Application Specific Integrated Circuit. 專(zhuān)用IC

CPLD: Complex Programmable Logic Device. 復(fù)雜可編程邏輯器件

EDA: Electronic Design Automation. 電子設(shè)計(jì)自動(dòng)化

FPGA: Field Programmable Gate Array. 現(xiàn)場(chǎng)可編程 門(mén)陣列

GAL: Generic Array Logic. 通用陣列邏輯

HDL: Hardware Description Language. 硬件描述語(yǔ)言

IP: Intelligent Property. 智能模塊

PAL: Programmable Array Logic. 可編程陣列邏輯

RTL: Register Transfer Level. 寄存器傳輸級(jí)描述)

SOC: System On a Chip. 片上系統(tǒng)

SLIC: System Level IC. 系統(tǒng)級(jí)IC

VHDL: Very high speed integrated circuit Hardware Description Language. 超高速集成電路硬件描述語(yǔ)言

A
  ASIC(專(zhuān)用集成電路)
  Application-Specific Integrated Circuit. A piece of custom-designed hardware
   in a chip.專(zhuān)用集成電路。一個(gè)在一個(gè)芯片上定制設(shè)計(jì)的硬件。
  address bus (地址總線)
  A set of electrical lines connected to the processor and all of the peripher
  als withwhich itcommunicates. The address bus is used by the processor to select aspecific memory location or register within a particular peripheral. If the address bus contains n electrical lines the processor can uniquely address up to 2^n such locations.一個(gè)連接處理器與所有外設(shè)的,用來(lái)通訊的電子線路集。地址總線被處理器用來(lái)選擇在特定外設(shè)中的存儲(chǔ)器地址或寄存器。如果地址總線有n條電子線路,處理器能唯一尋址高達(dá)2^n的地址空間。
  application software(應(yīng)用軟件)
  Describes software modules specific to a particular embedded project. The application software is unlikely to be reusable across embedded platforms simply because each embedded system has a different application.
  用來(lái)描述一個(gè)特定的嵌入式項(xiàng)目中的某一軟件模塊。應(yīng)用軟件不象可重用的交叉嵌入式平臺(tái),只是因?yàn)槊恳粋€(gè)嵌入式系統(tǒng)有不同的應(yīng)用軟件。
  assembler(匯編編譯器)
  A software development tool that translates human-readable assembly language programs into machine-language instructions that the processor can understandand execute.
  一個(gè)能把人可讀的匯編語(yǔ)言程序轉(zhuǎn)換到處理器可理解和運(yùn)行的機(jī)器指令的軟件開(kāi)發(fā)工具。
  assembly language(匯編語(yǔ)言)
  A human-readable form of a processor"s instruction set. Most processor-specific functions must be written in assembly language.
  一種人可讀的處理器指令集的形式。大多數(shù)處理器相關(guān)的功能必須用匯編語(yǔ)言編寫(xiě)。
  B
  BSP(板卡支持包)
  See board support package.
  見(jiàn)board support package。
  binary semaphore(二元信號(hào))
  A type of semaphore with just two states. Also called a mutex.
  一種只有兩種狀態(tài)的信號(hào)。也叫互斥信號(hào)。
  board support package(板卡支持包)
  Part of a software package that is processor or platform-dependent. Typicall
  y sample source code for the board support package is provided by the package developer. The sample code must be modified as necessary compiled and linked with the remainder of the software package.
  軟件包的具有平臺(tái)依賴(lài)性的那一部分。典型地,板卡支持包的樣例源程序由包開(kāi)發(fā)者提供。樣例源程序必須能在需要時(shí)被修改、編譯并與軟件包的剩下的部分連接起來(lái)。
  bond-out processor (外合處理器)
  A special version of a processor that has some of the internal signals brought out to external pins. A bond-out processor is most often found within an  emulator and is never intended to be used in a production system.
   一種特殊版本的處理器,它有一些,內(nèi)部的信號(hào)能傳達(dá)到外置的針腳上。一個(gè)外合處理器絕大多數(shù)情況下只用在模擬器上,從來(lái)不會(huì)被特意用在產(chǎn)品系統(tǒng)上。
  Breakpoint (斷點(diǎn))
  A location in a program at which execution is to be stopped and control of the processor switched to the debugger. Mechanisms for creating and removing
  breakpoints are provided by most debugging tools.
   一個(gè)在程序中的地址,在那里程序的執(zhí)行被停止,并且處理器的控制轉(zhuǎn)換到了除錯(cuò)程
  序。大多數(shù)除錯(cuò)工具提供增加與刪除一個(gè)斷點(diǎn)的機(jī)制。
  C
  CISC(復(fù)雜指令集計(jì)算機(jī))
  Complex Instruction Set Computer. Describes the architecture of a processor family. CISC processors generally feature variable-length instructions multiple addressing formats and contain only a small number of general-purpose   registers. Intel"s 80x86 family is the quintessential example of CISC. Contrast with RISC.
   復(fù)雜指令集計(jì)算機(jī)。對(duì)一種處理器架構(gòu)的描述。CISC處理器一般產(chǎn)生變長(zhǎng)的指令,多種地址格式,并且僅僅有少量的通用寄存器。Intel的80x86家族是是典型的CISC處理器。相對(duì)于RISC而言。
  CPU(中央處理器)
  Central Processing Unit. The part of a processor that executes instructions.
  中央處理器。處理器中執(zhí)行指令的那一部分。
  Compiler(編譯器)
  A software development tool that translates high-level language programs into the machine-language instructions that a particular processor can understand and execute.
  把高級(jí)編程語(yǔ)言程序轉(zhuǎn)換到只有特定的處理器能了解和執(zhí)行的機(jī)器指令的一種軟件開(kāi)發(fā)包。
  context (上下文)
  The current state of the processor"s registers and flags.
  處理器當(dāng)前的狀態(tài)和標(biāo)志。
  context switch(上下文切換)
  The process of switching from one task to another in a multitasking operating system. A context switch involves saving the context of the running ask and restoring the previously-saved context of the other. The piece of code that does this is necessarily processor-specific.
  在多任務(wù)操作系統(tǒng)中我一個(gè)任務(wù)切換到另一個(gè)的過(guò)程。上下文切換包括保存正在運(yùn)行的任務(wù)的上下文和恢復(fù)早先保存的另一個(gè)任務(wù)的上下文。做這個(gè)工作的一段代碼必須具有處理器特權(quán)。
  counting semaphore(計(jì)數(shù)信號(hào))
  A type of semaphore that is used to track multiple resources of the same typ
  e. An attempt to take a counting semaphore is blocked only if all of the ava
  ilable resources are in use. Contrast with binary semaphore.
  一種用來(lái)跟蹤多個(gè)相同類(lèi)型資源的信號(hào)燈。僅僅在所有可用的資源都被用完了時(shí)才阻塞。相對(duì)二元信號(hào)而言。
  critical section(臨界段)
  A block of code that must be executed in sequence and without interruption
  to guarantee correct operation of the software. See also race condition.
  一段必須按次序執(zhí)行的代碼,并且不能被中斷,否則不能保證軟件正確地操作。參照:
  競(jìng)爭(zhēng)狀況。
  cross-compiler(交叉編譯器)
   A compiler that runs on a different platform than the one for which it produces object code. A cross-compiler runs on a host computer and produces object code for the target.
  一個(gè)運(yùn)行在不同的平臺(tái)上的編譯器,其中之一能產(chǎn)生目標(biāo)代碼。交叉編譯器在主機(jī)上運(yùn)行并且產(chǎn)生目標(biāo)機(jī)的目標(biāo)代碼。
  D
  DMA(直接內(nèi)存訪問(wèn))
  Direct Memory Access. A technique for transferring data directly between two peripherals (usually memory and an I/O device) with only minimal intervention by the processor. DMA transfers are managed by a third peripheral called a DMA controller.
  直接內(nèi)存訪問(wèn)。一種直接在兩個(gè)外設(shè)(通常是內(nèi)存和I/O設(shè)備)之間進(jìn)行數(shù)據(jù)傳輸?shù)募夹g(shù),它只要處理器最少的介入。DMA傳輸由叫DMA控制器的第三方外設(shè)進(jìn)行管理。
  DRAM(動(dòng)態(tài)隨機(jī)訪問(wèn)存儲(chǔ)器)
  Dynamic Random-Access Memory. A type of RAM that maintains its contents only as long as the data stored in the device is refreshed at regular intervals.
   The refresh cycles are usually performed by a peripheral called a DRAM controller.
  動(dòng)態(tài)隨機(jī)訪問(wèn)存儲(chǔ)器。一種RAM,存儲(chǔ)在其設(shè)備中的數(shù)據(jù)被定期刷新時(shí)才能保存它的內(nèi)容。刷新周期一般由一個(gè)叫DRAM控制器的外設(shè)完成。
  Data bus(數(shù)據(jù)總線)
  A set of electrical lines connected to the processor and all of the peripher
  als with which it communicates. When the processor wants to read (write) the
   contents of a memory location or register within a particular peripheral it sets the address bus pins appropriately and receives (transmits) the contents on the data bus.
  連接處理器與所有外設(shè)進(jìn)行通訊的電子線路集。當(dāng)一個(gè)處理器想去寫(xiě)(讀)某一特定外設(shè)中的存儲(chǔ)器地址或寄存器中的內(nèi)容時(shí),處理器設(shè)置地址總線并在數(shù)據(jù)總線上接收(傳輸)內(nèi)容。
  Deadline(死線)
  The time at which a particular set of computations must be completed. See also real-time system.一個(gè)特定計(jì)算必須被完成的時(shí)間。請(qǐng)看實(shí)時(shí)系統(tǒng)。
  Deadlock(死鎖)
  An unwanted software situation in which an entire set of tasks is blocked w  aiting for an event that only a task within the same set can cause. If a deadlock occurs the only solution is to reset the hardware. However it is usually possible to prevent deadlocks altogether by following certain software design practices.
  一種不希望出現(xiàn)的軟件狀態(tài),在這個(gè)狀態(tài)下,所有的任務(wù)因?yàn)榈却粋€(gè)只有在這些被阻塞任務(wù)之一才能產(chǎn)生的事件而被阻塞。如果死鎖發(fā)生,唯一解決的方法是重啟動(dòng)硬件。但是,通過(guò)可靠的軟件設(shè)計(jì)實(shí)踐活動(dòng)通常可以防止死鎖的發(fā)生。
  debug monitor(除錯(cuò)監(jiān)視程序)
  A piece of embedded software that has been designed specifically for use as a debugging tool. It usually resides in ROM and communicates with a debugger via a serial port or network connection. The debug monitor provides a set of primitive commands to view and modify memory locations and registers create and remove breakpoints and execute your program. The debugger combines these primitives to fulfill higher-level requests like program download and single-step.
  嵌入式軟件被特殊設(shè)計(jì)來(lái)作為除錯(cuò)工具的一部分。它一般被放在ROM中,通過(guò)串口或網(wǎng)絡(luò)與除錯(cuò)器進(jìn)行通訊。除錯(cuò)監(jiān)視程序提供一個(gè)簡(jiǎn)單的命令集來(lái)顯示和內(nèi)存地址和寄存器、建立和移除斷點(diǎn),并且運(yùn)行你的程序。除錯(cuò)監(jiān)視器組合這些簡(jiǎn)單的命令去實(shí)現(xiàn)象程序下載各單步調(diào)試等高端的請(qǐng)求。
  Debugger(除錯(cuò)器)
  A software development tool used to test and debug embedded software. The debugger runs on a host computer and connects to the target through a serial port or network connection. Using a debugger you can download software to the target for immediate execution. You can also set breakpoints and examine the contents of specific memory locations and registers.
  一個(gè)軟件開(kāi)發(fā)工具,被用來(lái)對(duì)嵌入式軟件進(jìn)行測(cè)試和除錯(cuò)。除錯(cuò)器在宿主機(jī)上運(yùn)行并且通過(guò)串口或網(wǎng)絡(luò)連接到目標(biāo)機(jī)上。你能使用除錯(cuò)器下載軟件到目標(biāo)機(jī)并直接運(yùn)行。你也可以設(shè)置斷點(diǎn)并檢查特定內(nèi)存地址或寄存器的內(nèi)容。
  device driver(設(shè)備驅(qū)動(dòng)程序)
  A software module that hides the details of a particular peripheral and prov
  ides a high-level programming interface to it.
   一個(gè)軟件模塊,它隱藏特定外設(shè)的細(xì)節(jié)并提供高級(jí)的外設(shè)編程接口。
  device programmer(設(shè)備編程器)
  A tool for programming non-volatile memories and other electrically-programmable devices. Typically the programmable device is inserted into a socket on the device programmer and the contents of a memory buffer are then transferred into it.
  一種用來(lái)對(duì)不揮發(fā)內(nèi)存和其他電可編程設(shè)備進(jìn)行編程的工具。典型地,可編程設(shè)備被插到設(shè)備編程器的接口上,接著內(nèi)存緩存器中的內(nèi)容被傳送到它里面。
  digital signal processor(數(shù)字信號(hào)處理器)
  A device that is similar to a microprocessor except that the internal CPU has been optimized for use in applications involving discrete-time signal processing. In addition to standard microprocessor instructions DSPs usually support a set of complex instructions to perform common signal-processing com putations quickly.Common DSP families are TI"s 320Cxx and Motorola"s 5600x series.
   一種類(lèi)似于微處理器的的設(shè)備,不同的是它內(nèi)部的CPU被優(yōu)化,用于特定的應(yīng)用,如離散信號(hào)處理。除了標(biāo)準(zhǔn)的微處理器指令外,DSP常常支持復(fù)雜指令集去非常快地完成通用的信號(hào)處理計(jì)算。通用DSP家庭是TI的320Cxx和Motorola的5600x系列。
  E
  EEPROM(電可擦的,可編程的只讀存儲(chǔ)器)
  Electrically Erasable Programmable Read-Only Memory. (Pronounced"Double-E"-PROM.) A type of ROM that can be erased electronically.
  電可擦的,可編程的只讀存儲(chǔ)器。一種ROM能被電擦除。
  EPROM(可擦的,可編程的只讀存儲(chǔ)器)
  Erasable Programmable Read-Only Memory. A type of ROM that can be erased by exposing it to ultraviolet light. Once erased an EPROM can be reprogrammed with the help of a device programmer.
  一種可用紫外線擦除的存儲(chǔ)器。一次擦除后,EPROM可以在設(shè)備編程器的幫助下被重編程。
  embedded system(嵌入式系統(tǒng))
  A combination of computer hardware and software and perhaps additional mechanical or other parts designed to perform a dedicated function. In some cases embedded systems are part of a larger system or product as is the case
of an anti-lock braking system in a car. Contrast with general-purpose computer.
   計(jì)算機(jī)硬件和軟件的結(jié)合體,或許還加上機(jī)械等其他部分,被設(shè)計(jì)來(lái)完成專(zhuān)門(mén)的功能。在一些情況下,嵌入式系統(tǒng)是一個(gè)大的系統(tǒng)或產(chǎn)品的一部分,就象汽車(chē)上的防抱死裝置。與通用計(jì)算機(jī)相對(duì)。
  Emulator(仿真器)
  Short for In-Circuit Emulator (ICE). A debugging tool that takes the placeof
  -emulates-the processor on your target board. Emulators frequently incorporate a special "bond-out" version of the target processor that allows you to observe and record its internal state as your program is executing. 在線仿真器的簡(jiǎn)寫(xiě)。一個(gè)在你的目標(biāo)板上放置仿真的處理器的調(diào)試工具。仿真器經(jīng)常和一目標(biāo)處理器的一種“外合”版本合在一起,這個(gè)版本的的處理器充許你運(yùn)行程序時(shí)觀察和記錄它的內(nèi)部狀態(tài)。
  Executable(可執(zhí)行的)
  A file containing object code that is ready for execution on the target. All
   that remains is to place the object code into a ROM or download it via a de
  bugging tool. 一個(gè)包含準(zhǔn)備在目標(biāo)機(jī)上運(yùn)行的目標(biāo)代碼的文件。放置目標(biāo)代碼到ROM中或通過(guò)調(diào)試工具下載。
  F
  Firmware(固件)
  Embedded software that is stored as object code within a ROM. This name is most common among the users of digital signal processors.
  是作為目標(biāo)代碼存貯在ROM中的嵌入式軟件。這個(gè)名字在數(shù)字信號(hào)處理器的用戶中相當(dāng)流行。
  flash memory (閃存)
  A RAM-ROM hybrid that can be erased and rewritten under software control. Such devices are divided into blocks called sectors that are individually-er
  asable. Flash memory is common in systems that require nonvolatile data storage at very low cost. In some cases a large fash memory may even be used instead of a disk-drive.
   一種RAM-ROM的混血兒,它能在軟件的控制下被擦除和重寫(xiě)。一些設(shè)備被分成叫段組的塊,能個(gè)別地可擦。閃存用在需要很便宜的非易失數(shù)據(jù)存貯器的地方,一個(gè)大容量的閃存甚至被用作磁盤(pán)驅(qū)動(dòng)器。
  G
  general-purpose computer(通用計(jì)算機(jī))
  A combination of computer hardware and software that serves as a
  general-purpose computing platform. For example a personal computer. Contrast with embedded system.
  當(dāng)作通用計(jì)算平臺(tái)的計(jì)算機(jī)硬件與軟件的組合。例如,PC。相對(duì)于嵌入式計(jì)算機(jī)。
  H
  HLL
  See high-level language.
  查閱高級(jí)語(yǔ)言。
  Heap(堆)
  An area of memory that is used for dynamic memory allocation. Calls to malloc and free and the C++ operators new and delete result in run-time manipulation of the heap.
  一塊被用作動(dòng)態(tài)內(nèi)存分配的內(nèi)存區(qū)域。調(diào)用malloc和free、C++的操作符new、delete在運(yùn)行時(shí)進(jìn)行堆的操作。
  high-level language(高級(jí)語(yǔ)言)
  A language such as C or C++ that is processor-independent. When programming in a high-level language it is possible to concentrate on algorithms and applications without worrying about the details of a particular processor.
  一種語(yǔ)言,象C或C++,是處理器獨(dú)立的。當(dāng)在高級(jí)語(yǔ)言上編程時(shí),不需要考慮特定處理器的細(xì)節(jié),只用關(guān)心算法和應(yīng)用。
  Host(主機(jī))
  A general-purpose computer that communicates with the target via a serial port or network connection. This term is usually used to distinguish the compu  ter on which the debugger is running from the embedded system that is being developed.
  一臺(tái)通用計(jì)算機(jī),它通過(guò)串口或網(wǎng)絡(luò)連接與目標(biāo)機(jī)通訊。這處名詞一般用來(lái)區(qū)別調(diào)試程
  序運(yùn)行的計(jì)算機(jī)和被開(kāi)發(fā)的嵌入式系統(tǒng)。
  I
  ICE
  In-Circuit Emulator. See emulator.
  在線仿真器。查閱仿真器。
  I/O(輸入/輸出)
  Input/Output. The interface between a processor and the world around it. The simplest examples are switches (inputs) and LEDs (outputs).
  輸入/輸出。處理器與外界的交互界面。最簡(jiǎn)單的例子是開(kāi)關(guān)(輸入)和發(fā)光二級(jí)管(輸出)。
  I/O device(IO設(shè)備)
  A piece of hardware that interfaces between the processor and the outside world. Common examples are switches and LEDs serial ports and network controllers.
   一種介于處理器和外界之間的硬件設(shè)備。一般的實(shí)例是開(kāi)關(guān)、LED、串口和網(wǎng)絡(luò)控制器。
  I/O map(I/O映射)
  A table or diagram containing the name and address range of each peripheral addressable by the processor within the I/O space. I/O maps are a helpful aid in getting to know the target.
  一張包含每個(gè)外設(shè)的名字和地址的表格或圖表,可由處理器在I/O空間中設(shè)定地址。I/O映射對(duì)得知目標(biāo)機(jī)情況非常有利。
  I/O space(I/O空間)
  A special memory region provided by some processors and generally reserved for the attachment of I/O devices. Memory locations and registers within an I/O space can be accessed only via special instructions. For example processors in the 80x86 family have special I/O space instructions called in and out. Contrast with memory space.
  一個(gè)由處理器提供的特殊內(nèi)存區(qū)域,一般為為I/O設(shè)備的附件保留。在I/O空間的內(nèi)存位置和寄存器只能通過(guò)特殊的指定進(jìn)行訪問(wèn)。例如:80X86家族的處理器有叫做in / out的特殊的I/O空間指令。相對(duì)內(nèi)存空間而言。
  ISR(中斷服務(wù)程序)
  See interrupt service routine.
  instruction pointer(指令指針)
  A register in the processor that contains the address of the next instructio
  n to be executed. Also known as a program counter.
  包含下一條要執(zhí)行指令地址的處理器中的寄存器。也叫程序計(jì)數(shù)器。
  Interrupt(中斷)
  An asynchronous electrical signal from a peripheral to the processor. When the peripheral asserts this signal we say that an interrupt occurs. When an  interrupt occurs the current state of the processor is saved and an interrupt service routine is executed. When the interrupt service routine exits control of the processor is returned to whatever part of the software was previously running.
  一個(gè)從外設(shè)到處理器的異步電信號(hào)。當(dāng)外設(shè)發(fā)出這個(gè)信號(hào),我們說(shuō)一個(gè)中斷發(fā)生。當(dāng)一個(gè)中斷發(fā)生,當(dāng)前的處理器狀態(tài)被保存并且中斷服務(wù)程序開(kāi)始運(yùn)行。當(dāng)中斷服務(wù)程序退出,對(duì)處理器的控制權(quán)轉(zhuǎn)到先前運(yùn)行的那個(gè)軟件上。
  interrupt latency(中斷延遲)
  The amount of time between the assertion of an interrupt and the start of th
  e associated interrupt service routine.
  在中斷發(fā)生和相關(guān)的中斷服務(wù)程序運(yùn)行之間的時(shí)間長(zhǎng)短。
  interrupt service routine(中斷服務(wù)程序)
  A piece of software executed in response to a particular interrupt.
  響應(yīng)特定中斷而運(yùn)行的一小段軟件。
  interrupt type(中斷類(lèi)型)
  A unique number associated with each interrupt.
  和每一個(gè)中斷相關(guān)聯(lián)的唯一數(shù)字。
  interrupt vector (中斷向量)
  The address of an interrupt service routine.
  中斷服務(wù)程序所在的地址。
  interrupt vector table(中斷向量表)
  A table containing interrupt vectors and indexed by interrupt type. This table contains the processor"s mapping between interrupts and interrupt service  routines and must be initialized by the programmer.
  一個(gè)表格,包含由中斷類(lèi)型決定的中斷向量和索引。這個(gè)表格包含中斷與中斷服務(wù)程序
  之間的處理器的映射,必須由程序員進(jìn)行初始化。
  intertask communication(進(jìn)程間通訊)
  A mechanism used by tasks and interrupt service routines to share information and synchronize their access to shared resources. The most common building blocks of intertask communication are semaphores and mutexes.
  一種被用來(lái)在任務(wù)和中斷服務(wù)程序之間共享信息和同步它們對(duì)共享資源訪問(wèn)的機(jī)制。大部分進(jìn)程間通訊的建立的基石是信號(hào)燈和互斥。
  K
  Kernel(內(nèi)核)
  An essential part of any multitasking operating system the kernel contains
  just the scheduler and context-switch routine.
  任何多任務(wù)操作系統(tǒng)的本質(zhì)部分,內(nèi)核僅僅包含調(diào)度程序和上下文切換進(jìn)程。
  L
  Linker(連接程序)
  A software development tool that accepts one or more object files as input a nd outputs a relocatable program. The linker is thus run after all of the source files have been compiled or assembled.
  一種能把一個(gè)或更多目標(biāo)文件組合成可輸入和輸出的可重定位程序的開(kāi)發(fā)工具。連接程
  序在所有的源文件都被編譯或匯編之后運(yùn)行。
  Locator(定位程序)
  A software development tool that assigns physical addresses to the elocatab le program produced by the linker. This is the last step in the preparation of software for execution by an embedded system and the resulting file is called an executable. In some cases the locator"s function may be hidden with in the linker.
  一種分配物理地址給連接程序處理過(guò)的可重定位程序的軟件開(kāi)發(fā)工具。這是準(zhǔn)備一個(gè)軟件在嵌入式系統(tǒng)中運(yùn)行的最后一步,并且結(jié)果文件叫做可執(zhí)行的。在一些情況下,定位程序功能隱藏在連接程序中。
  logic analyzer(邏輯分析儀)
  A hardware debugging tool that can be used to capture the logic levels (0 or
   1) of dozens or even hundreds of electrical signals in real-time. Logic analyzers can be quite helpful for debugging hardware problems and complex pr  ocessor-peripheral interactions.
  一種硬件調(diào)試工具,能捕獲實(shí)時(shí)電信號(hào)的許多邏輯電平(0或1),邏輯分析儀在調(diào)試硬件問(wèn)題和復(fù)雜的處理外設(shè)交互時(shí)相當(dāng)有用。
  M
  memory map(內(nèi)存映射)
  A table or diagram containing the name and address range of each peripheral addressable by the processor within the memory space. Memory maps are a helpful aid in getting to know the target.
  一個(gè)在內(nèi)存空間中的,包含每個(gè)外設(shè)的名字和可由處理器設(shè)置的地址范圍的表格或圖表。內(nèi)存映射有助于了解目標(biāo)機(jī)情況。
  memory-mapped I/O(內(nèi)存映射I/O)
  An increasingly common hardware design methodology in which I/O devices are placed into the memory space rather than the I/O space. From the processor"s point of view memory-mapped I/O devices look very much like memory devices.
  一種日益流行的硬件設(shè)計(jì)方法,在這種方法中,I/O設(shè)備被放置在內(nèi)存空間而不是I/O空間。從處理器的觀點(diǎn)看,內(nèi)存映射I/O設(shè)備看上去很象內(nèi)存一樣。
  memory space(內(nèi)存空間)
  A processor"s standard address space. Contrast with I/O space.
  一個(gè)處理器的標(biāo)準(zhǔn)地址空間。相對(duì)I/O空間。
  Microcontroller(微控制器)
  A microcontroller is very similar to a microprocessor. The main difference is that a microcontroller is designed specifically for use in embedded systems Microcontrollers typically include a CPU memory (a small amount of RAM and/or ROM) and other peripherals on the same chip. Common examples are the 8051 Intel"s 80196 and Motorola"s 68HCxx series.
  微控制器很像微處理器。主要的差別在于微控制器被特殊設(shè)計(jì)用在嵌入式系統(tǒng)中。微控制器典型地包括CPU、內(nèi)存(很小的RAM或ROM),還有其他的外設(shè),它們?cè)谕粔K芯片上。常見(jiàn)的例子是:8051、Intel80196、Motorola68HCxx系列。
  Microprocessor(微處理器)
  A piece of silicon containing a general-purpose CPU. The most common examples are Intel"s 80x86 and Motorola"s 680x0 families.
  一片包含通用CPU的硅片。常見(jiàn)的例子是:Intel80x86、Motorola 680x0系列。
  Monitor(監(jiān)視器)
  In the context of this book a debug monitor. However there is a second meaning for this word that is associated with intertask communication. In that context a monitor is a language-level synchronization feature.
  在這本書(shū)的上下文中,是指調(diào)試監(jiān)視器。然而,第二個(gè)意思與任務(wù)間通訊相關(guān)聯(lián)。在那個(gè)上下文中,監(jiān)視器是高級(jí)同步機(jī)制的特性。
  Multiprocessing(多處理)
  The use of more than one processor in a single computer system. So-called "multiprocessor systems" usually have a common memory space through which the processors can communicate and share data. In addition some multiprocessor systems support parallel processing.
  在單個(gè)的計(jì)算機(jī)系統(tǒng)中有多個(gè)處理器。被叫作“多處理器系統(tǒng)”的一般有公用的內(nèi)存空間,處理器通過(guò)它們進(jìn)行通訊和共享數(shù)據(jù)。另外,一些多處理器系統(tǒng)支持并行處理。
  Multitasking (多任務(wù))
  The execution of multiple software routines in pseudo-parallel. Each routine
represents a separate "thread of execution" and is referred to as a task. The operating system is responsible for simulating parallelism by parceling out the processor"s time.
  偽并行運(yùn)行的多個(gè)軟件程序。每一個(gè)程序表現(xiàn)得像分開(kāi)的“執(zhí)行的線程”并且被看作是一個(gè)任務(wù)。操作系統(tǒng)通過(guò)分配處理器時(shí)間來(lái)模擬并行方式。
  Mutex(互斥)
  A data structure for mutual exclusion also known as a binary semaphore. A mutex is basically just a multitasking-aware binary flag that can be used to
synchronize the activities of multiple tasks. As such it can be used to protect critical sections of the code from interruption and shared resources from simultaneous use.
  表現(xiàn)互斥現(xiàn)象的數(shù)據(jù)結(jié)構(gòu),也被當(dāng)作二元信號(hào)燈。一個(gè)互斥基本上是一個(gè)多任務(wù)敏感的二元信號(hào),它能用作同步多任務(wù)的行為,它常用作保護(hù)從中斷來(lái)的臨界段代碼并且在共享同步使用的資源。
  mutual exclusion(互斥現(xiàn)象)
  A guarantee of exclusive access to a shared resource. In embedded systems the shared resource is typically a block of memory a global variable or a set of registers. Mutual exclusion can be achieved with the use of a semaphore or mutex.
  唯一訪問(wèn)共享資源的保證。在嵌入式系統(tǒng)中,共享的資源典型的有內(nèi)存塊或寄存器組?;コ猬F(xiàn)象能由使用信號(hào)燈或互斥完成。
  N
  NVRAM
  Non-Volatile Random-Access Memory. A type of RAM that retains its data even when the system is powered down. NVRAM frequently consists of an SRAM and a long-life battery.
  非易失的隨機(jī)訪問(wèn)存儲(chǔ)器。一種能在系統(tǒng)關(guān)機(jī)的情況下保持它的數(shù)據(jù)的RAM。NVRAM常常由SRAM和長(zhǎng)壽命電池組成。
  O
  OTP
  See one-time programmable.
  object code(目標(biāo)代碼)
  A set of processor-readable opcodes and data. The output of compilers assemblers linkers and locators are files containing object code.
  處理器能讀的操作碼和數(shù)據(jù)。編譯器、匯編器、連接器和定位器的輸出文件都含有目標(biāo)代碼。
  object file(目標(biāo)文件)
  A file containing object code. The output of a compiler or assembler.
  包含目標(biāo)代碼的文件。編譯器或匯編器的輸出。
  one-time programmable(一次可編程的)
  Any programmable device like a PROM that can be programmed just once by th
  e end user. However this term is used almost exclusively to refer to microc  ontrollers with on-chip PROM.
  任一可編程的設(shè)備,像PROM,僅僅能被最終用戶編程一次。然而,這個(gè)術(shù)語(yǔ)一般被專(zhuān)有地使用在擁有片上PROM的微控制器上。
  opcode
  A sequence of bits that is recognized by the processor as one of the instruc
  tions in its instruction set.
  一串被處理器驗(yàn)證過(guò)的二進(jìn)制位的序列,它作為其指令集的一個(gè)子集。
  operating system(操作系統(tǒng))
  A piece of software that makes multitasking possible. An operating system ty
pically consists of a set of function calls or software interrupts and a periodic clock tick. The operating system is responsible for deciding which task should be using the processor at a given time and for controlling access to shared resources.
  使多任務(wù)能夠?qū)崿F(xiàn)的一個(gè)軟件。一個(gè)操作系統(tǒng)典型地由一個(gè)函數(shù)調(diào)用集、軟件中斷和定期時(shí)鐘周期組成。一個(gè)操作系統(tǒng)負(fù)責(zé)決定哪一個(gè)任務(wù)在給定的時(shí)間將使用處理器,并且控制對(duì)共享資源的訪問(wèn)。
  Oscilloscope(示波器)
  A hardware debugging tool that allows you to view the voltage on one or more electrical lines. For example you might use an oscilloscope to determine if a particular interrupt is currently asserted.
  一種硬件調(diào)試工具,它讓你能觀察到一個(gè)或更多電路上的電壓。例如:如果一個(gè)特殊的中斷發(fā)生,你可以用一個(gè)示波器去檢測(cè)它。
  P
  PROM(可編程只讀存儲(chǔ)器)
  Programmable Read-Only Memory. A type of ROM that can be written (programmed) with a device programmer. These memory devices can be programmed only once so they are sometimes referred to as write-once or one-time programmable devices.
  可編程只讀存儲(chǔ)器。能被設(shè)備編程器寫(xiě)的一種ROM。這種內(nèi)存設(shè)備可以被編程一次,所以它們有時(shí)被作為寫(xiě)一次或一次性編程設(shè)備來(lái)看待。
  parallel processing(并行進(jìn)程)
  The ability to apply two or more processors to a single computation.
  一種在單個(gè)計(jì)算機(jī)上運(yùn)行兩個(gè)或多個(gè)程序的能力。
  Peripheral (外設(shè))
  A piece of hardware other than the processor usually memory or an I/O device. The peripheral may reside within the same chip as the processor in which case it is called an internal peripheral.
  一種不同于處理器的硬件設(shè)備,常指內(nèi)存或I/O設(shè)備。外設(shè)經(jīng)常和處理器在一片芯片上,在這種情況下,它被稱(chēng)為集成外設(shè)。
  physical address(物理地址)
  The actual address that is placed on the address bus when accessing a memory location or register.
  當(dāng)訪問(wèn)內(nèi)存位置或寄存器時(shí),在地址總線上的真實(shí)的地址。
  Preemptive(搶先)
  A scheduler is said to be preemptive if it allows the running task to be sus
  pended when a higher-priority task becomes ready. Non-preemptive schedulers are easier to implement but less appropriate for embedded systems.
  當(dāng)一個(gè)高優(yōu)先級(jí)的任務(wù)準(zhǔn)備好時(shí),充許正在運(yùn)行的任務(wù)被掛起的調(diào)度策略被稱(chēng)為優(yōu)先。無(wú)優(yōu)先的調(diào)度策略更容易實(shí)現(xiàn)一些但適合在嵌入式系統(tǒng)中使用。
  Polling(輪詢)
  A method of interfacing with hardware that involves repeatedly reading a status register until the device has reached the awaited state. Device drivers   are either polling or interrupt-driven with the latter being more generally   preferred.
  一種硬件交互方法,不斷讀狀態(tài)寄存器,直到設(shè)備進(jìn)入等待狀態(tài)。設(shè)備驅(qū)動(dòng)程序不是輪詢的就是中斷驅(qū)動(dòng)的,后一種越來(lái)越成為首選的。
  Priority(優(yōu)先)
  The relative importance of one task compared to another.
  一個(gè)任務(wù)與其他任務(wù)相比的重要關(guān)系。
  priority inversion(優(yōu)先轉(zhuǎn)置)
  An unwanted software situation in which a high-priority task is delayed while waiting for access to a shared resource that is not even being used at the time. For all practical purposes the priority of this task has been lowered during the delay period.
  一種不希望發(fā)生的軟件狀態(tài),在此狀態(tài)一個(gè)高優(yōu)先級(jí)任務(wù)因?yàn)榈却L問(wèn)一個(gè)那時(shí)不再使用的共享資源而被延遲。在所有的實(shí)踐目標(biāo)中,這個(gè)任務(wù)的優(yōu)先級(jí)在延遲周期內(nèi)都被降低。
  Process(進(jìn)程)
  A word that is often confused with task or thread. The crucial distinction is that all of the tasks in a system share a common memory space. Processes on the other hand always have their own private memory space. Processes are   common in multi-user systems but are rarely if ever found in embedded systems.
  這個(gè)名詞經(jīng)常與任務(wù)或線程混淆。至關(guān)重要的差別在于系統(tǒng)中的所有任務(wù)共享公共的內(nèi)存空間。進(jìn)程,另一方面,常常有它們自己的私有內(nèi)存空間。進(jìn)程在多用戶系統(tǒng)中,但少有地,如有可能,也可在嵌入式系統(tǒng)中。
  Processor(處理器)
  A generic term that does not distinction between microprocessor microcontroller and digital signal processor.
  一個(gè)對(duì)于微處理器、微控制器他數(shù)字信號(hào)處器無(wú)差別的通用術(shù)語(yǔ)。
  processor family(處理器族)
  A set of related processors usually successive generations from the same manufacturer. For example Intel"s 80x86 family began with the 8086 and now in
cludes the 80186 286 386 486 Pentium and many others. The later models
in a family are typically backwards-compatible with the ones that came before.
  一個(gè)相關(guān)的處理器集,常常連續(xù)地從一個(gè)生產(chǎn)商產(chǎn)生。例如:Intel"s 80x86族開(kāi)始從8086開(kāi)始,現(xiàn)在有80186 286 386 486 Pentium及其他。在一個(gè)族中,稍后的產(chǎn)品典型地向后兼容在它以前生產(chǎn)的產(chǎn)品。
  processor-independent(處理器無(wú)關(guān))
  A piece of software that is independent of the processor on which it will be
   run. Most programs that can be written in a high-level language are processor-independent. Contrast with processor-specific.
  一個(gè)與處理器無(wú)關(guān)的,并能在其上運(yùn)行的軟件。大多數(shù)用高級(jí)語(yǔ)言編寫(xiě)程序是處理器無(wú)關(guān)的。相對(duì)于處理器定制。
  processor-specific(處理器定制)
  A piece of software that is highly dependent on the processor on which it wi ll be run. Such code must usually be written in assembly language. Contrast   with processor-independent.
  一個(gè)高度依賴(lài)處理器的軟件,在上其才能運(yùn)行。一些代碼必須用匯編語(yǔ)言編寫(xiě)。相對(duì)于處理器無(wú)關(guān)。



評(píng)論


相關(guān)推薦

技術(shù)專(zhuān)區(qū)

關(guān)閉