嵌入式系統(tǒng)常用詞匯統(tǒng)計(jì)表
A
ASIC(專用集成電路)
Application-Specific Integrated Circuit. A piece of custom-designed hardware in a chip.
專用集成電路。一個(gè)在一個(gè)芯片上定制設(shè)計(jì)的硬件。
address bus (地址總線)
Asetof electrical lines connected to the processor and all of the peripherals 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è)的,用來通訊的電子線路集。地址總線被處理器用來選擇在特定外設(shè)中的存儲(chǔ)器地址或寄存器。如果地址總線有n條電子線路,處理器能唯一尋址高達(dá)2^n的地址空間。
application software(應(yīng)用軟件)
Describes software modules specific to a particular embedded project. Theapplication software is unlikely to be reusable across embedded platforms, simplybecause each embedded system has a different application.
用來描述一個(gè)特定的嵌入式項(xiàng)目中的某一軟件模塊。應(yīng)用軟件不象可重用的交叉嵌入式平臺(tái),只是因?yàn)槊恳粋(gè)嵌入式系統(tǒng)有不同的應(yīng)用軟件。
assembler(匯編編譯器)
A software development tool that translates human-readable assembly languageprograms into machine-language instructions that the processor can understandand execute.
一個(gè)能把人可讀的匯編語(yǔ)言程序轉(zhuǎn)換到處理器可理解和運(yùn)行的機(jī)器指令的軟件開發(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ǔ)言編寫。
B
BSP(板卡支持包)
See board support package.
見board support package。
binary semaphore(二元信號(hào))
A type of semaphore with just two states. Also calleda mutex.
一種只有兩種狀態(tài)的信號(hào)。也叫互斥信號(hào)。
board support package(板卡支持包)
Part of a software package that is processor or platform-dependent. Typically,samplesource 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)依賴性的那一部分。典型地,板卡支持包的樣例源程序由包開發(fā)者提供。樣例源程序必須能在需要時(shí)被修改、編譯并與軟件包的剩下的部分連接起來。
bond-outprocessor (外合處理器)