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.
把高級編程語言程序轉(zhuǎn)換到只有特定的處理器能了解和執(zhí)行的機(jī)器指令的一種軟件開發(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 task and restoring the previously-saved context of the other. The piece of code that does this is necessarily processor-specific.
在多任務(wù)操作系統(tǒng)中我一個任務(wù)切換到另一個的過程。上下文切換包括保存正在運(yùn)行的任務(wù)的上下文和恢復(fù)早先保存的另一個任務(wù)的上下文。做這個工作的一段代碼必須具有處理器特權(quán)。
counting semaphore(計(jì)數(shù)信號)
A type of semaphore that is used to track multiple resources of the same type. An attempt to take a counting semaphore is blocked only if all of the available resources are in use. Contrast with binary semaphore.
一種用來跟蹤多個相同類型資源的信號燈。僅僅在所有可用的資源都被用完了時才阻塞。相對二元信號而言。
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í)行的代碼,并且不能被中斷,否則不能保證軟件正確地操作。參照:競爭狀況。
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.
一個運(yùn)行在不同的平臺上的編譯器,其中之一能產(chǎn)生目標(biāo)代碼。交叉編譯器在主機(jī)上運(yùn)行并且產(chǎn)生目標(biāo)機(jī)的目標(biāo)代碼。
D
DMA(直接內(nèi)存訪問)
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)存訪問。一種直接在兩個外設(shè)(通常是內(nèi)存和I/O設(shè)備)之間進(jìn)行數(shù)據(jù)傳輸?shù)募夹g(shù),它只要處理器最少的介入。DMA傳輸由叫DMA控制器的第三方外設(shè)進(jìn)行管理。
DRAM(動態(tài)隨機(jī)訪問存儲器)
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.
動態(tài)隨機(jī)訪問存儲器。一種RAM,存儲在其設(shè)備中的數(shù)據(jù)被定期刷新時才能保存它的內(nèi)容。刷新周期一般由一個叫DRAM控制器的外設(shè)完成。
Data bus(數(shù)據(jù)總線)
A set of electrical lines connected to the processor and all of the peripherals 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)一個處理器想去寫(讀)某一特定外設(shè)中的存儲器地址或寄存器中的內(nèi)容時,處理器設(shè)置地址總線并在數(shù)據(jù)總線上接收(傳輸)內(nèi)容。
Deadline(死線)<<容~源~電~子~網(wǎng)~版權(quán)聲明:本站內(nèi)容部分來源于網(wǎng)絡(luò),如侵犯到你的權(quán)利請及時與我們聯(lián)系更正,聯(lián)系QQ:316520686。
本文地址:http://www.189yp.com/dz/22/2009618230447.shtml
本文標(biāo)簽:
猜你感興趣:
設(shè)計(jì)低功耗MCU并不容易,也沒有為您的特定嵌入式設(shè)計(jì)選擇合適的MCU。許多特定于應(yīng)用的注意事項(xiàng)都會起到作用,這使得比較MCU規(guī)格表具有挑戰(zhàn)性。本文分析了在分析競爭性MCU替
關(guān)鍵詞: 所屬欄目:設(shè)計(jì)編程
嵌入式系統(tǒng)的工作原理和應(yīng)用 計(jì)算機(jī)作為20世紀(jì)人類社會最偉大的發(fā)明之一,近期也逐步邁入后PC時代。后PC時代的到來也標(biāo)志著嵌入式產(chǎn)品的誕生,如手機(jī)、PDA、數(shù)控機(jī)床等。
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程
無
關(guān)鍵詞:嵌入式系統(tǒng)單片機(jī) 所屬欄目:設(shè)計(jì)編程