| |||
| Home > Introduction to RVI and RVT > EmbeddedICE debug architecture and debug monitor differences | |||
A debug monitor is an application that runs on your target hardware in conjunction with your application, and requires target resources (for example, memory, access to exception vectors, and timers) to be available.
The EmbeddedICE debug architecture requires almost no resources. Rather than being an application on the board, it works by using:
additional debug hardware within the processor, to enable the host to communicate with the target
an external run control unit that buffers and translates the processor signals into something that is usable by a host computer.
The EmbeddedICE debug architecture enables debugging to be as non-intrusive as possible:
the target being debugged requires very little special hardware to support debugging
in most cases you do not have to set aside memory for debugging in the system being debugged and you do not have to incorporate special software into the application
execution of the system being debugged is only halted when a breakpoint unit is triggered, or you request that execution is halted.