Host(主機)
A general-purpose computer that communicates with the target via a serial port or network connection. This term is usually used to distinguish the computer on which the debugger is running from the embedded system that is being developed.
一臺通用計算機,它通過串口或網絡連接與目標機通訊。這處名詞一般用來區別調試程序運行的計算機和被開發的嵌入式系統。
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).
輸入/輸出。處理器與外界的交互界面。最簡單的例子是開關(輸入)和發光二級管(輸出)。
I/O device(IO設備)
A piece of hardware that interfaces between the processor and the outside world. Common examples are switches and LEDs, serial ports, and network controllers.
一種介于處理器和外界之間的硬件設備。一般的實例是開關、LED、串口和網絡控制器。
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.
一張包含每個外設的名字和地址的表格或圖表,可由處理器在I/O空間中設定地址。I/O映射對得知目標機情況非常有利。
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.
一個由處理器提供的特殊內存區域,一般為為I/O設備的附件保留。在I/O空間的內存位置和寄存器只能通過特殊的指定進行訪問。例如:80X86家族的處理器有叫做in / out的特殊的I/O空間指令。相對內存空間而言。
ISR(中斷服務程序)
See interrupt service routine.
instruction pointer(指令指針)
A register in the processor that contains the address of the next instruction to be executed. Also known as a program counter.
包含下一條要執行指令地址的處理器中的寄存器。也叫程序計數器。
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.
一個從外設到處理器的異步電信號。當外設發出這個信號,我們說一個中斷發生。當一個中斷發生,當前的處理器狀態被保存并且中斷服務程序開始運行。當中斷服務程序退出,對處理器的控制權轉到先前運行的那個軟件上。
interrupt latency(中斷延遲)
The amount of time between the assertion of an interrupt and the start of the associated interrupt service routine.
在中斷發生和相關的中斷服務程序運行之間的時間長短。
interrupt service routine(中斷服務程序)
A piece of software executed in response to a particular interrupt.
響應特定中斷而運行的一小段軟件。
interrupt type(中斷類型)
A unique number associated with each interrupt.
和每一個中斷相關聯的唯一數字。
interrupt vector (中斷向量)
The address of an interrupt service routine.
中斷服務程序所在的地址。
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.<<容~源~電~子~網~版權聲明:本站內容部分來源于網絡,如侵犯到你的權利請及時與我們聯系更正,聯系QQ:316520686。
本文地址:http://www.ytjinfuren.com/dz/22/2009618230447.shtml
本文標簽:
猜你感興趣:
設計低功耗MCU并不容易,也沒有為您的特定嵌入式設計選擇合適的MCU。許多特定于應用的注意事項都會起到作用,這使得比較MCU規格表具有挑戰性。本文分析了在分析競爭性MCU替
關鍵詞: 所屬欄目:設計編程
嵌入式系統的工作原理和應用 計算機作為20世紀人類社會最偉大的發明之一,近期也逐步邁入后PC時代。后PC時代的到來也標志著嵌入式產品的誕生,如手機、PDA、數控機床等。
關鍵詞:嵌入式系統單片機 所屬欄目:設計編程