in-circuit emulator - определение. Что такое in-circuit emulator
DICLIB.COM
Языковые инструменты на ИИ
Введите слово или словосочетание на любом языке 👆
Язык:     

Перевод и анализ слов искусственным интеллектом

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое in-circuit emulator - определение

DEBUGGING FOR EMBEDDED SYSTEMS
Background debug module; In-circuit debugger; In-circuit emulator; On-chip debugging

In-circuit emulation         
In-circuit emulation (ICE) is the use of a hardware device or in-circuit emulator used to debug the software of an embedded system. It operates by using a processor with the additional ability to support debugging operations, as well as to carry out the main function of the system.
emulator         
  • app]] for the 1983 programmable calculator [[HP-41C]]X running on Apple [[iOS]]. Additionally, the output of the historical [[thermal printer]] of this calculator line can be displayed.
  • Fedora Linux]] system.
SOFTWARE THAT ENABLES ONE COMPUTER SYSTEM (CALLED THE HOST) TO BEHAVE LIKE ANOTHER COMPUTER SYSTEM (CALLED THE GUEST)
Emulators; Emulation news; Emulated; Software emulator; 8086 emulator; Software emulation; Computer emulator; Emulation (computing); PC emulator; Emulater; Emulaters; Emulates; Emulating; Emulator adapter; Simulator vs emulator; CPU simulator; Emulation software
Hardware or software that performs emulation. (1995-05-12)
Emulator         
  • app]] for the 1983 programmable calculator [[HP-41C]]X running on Apple [[iOS]]. Additionally, the output of the historical [[thermal printer]] of this calculator line can be displayed.
  • Fedora Linux]] system.
SOFTWARE THAT ENABLES ONE COMPUTER SYSTEM (CALLED THE HOST) TO BEHAVE LIKE ANOTHER COMPUTER SYSTEM (CALLED THE GUEST)
Emulators; Emulation news; Emulated; Software emulator; 8086 emulator; Software emulation; Computer emulator; Emulation (computing); PC emulator; Emulater; Emulaters; Emulates; Emulating; Emulator adapter; Simulator vs emulator; CPU simulator; Emulation software
·noun One who emulates, or strives to equal or surpass.

Википедия

In-circuit emulation

In-circuit emulation (ICE) is the use of a hardware device or in-circuit emulator used to debug the software of an embedded system. It operates by using a processor with the additional ability to support debugging operations, as well as to carry out the main function of the system. Particularly for older systems, with limited processors, this usually involved replacing the processor temporarily with a hardware emulator: a more powerful although more expensive version. It was historically in the form of bond-out processor which has many internal signals brought out for the purpose of debugging. These signals provide information about the state of the processor.

More recently the term also covers JTAG-based hardware debuggers which provide equivalent access using on-chip debugging hardware with standard production chips. Using standard chips instead of custom bond-out versions makes the technology ubiquitous and low cost, and eliminates most differences between the development and runtime environments. In this common case, the in-circuit emulator term is a misnomer, sometimes confusingly so, because emulation is no longer involved.

Embedded systems present special problems for programmers because they usually lack keyboards, monitors, disk drives and other user interfaces that are present on computers. These shortcomings make in-circuit software debugging tools essential for many common development tasks.