Interrupt Vector Table
An interrupt vector is a pointer to an interrupt handling
subroutine. Notice: Interrupt vectors in RAM are available only in the
HC(S)08 and HC(S)12 versions. The type of the IVT (ROM/RAM) can be setup using the option Application
Options | Interrupt Vector Table. Each processor that can handle and process interrupts has a first-level
IVT (in ROM). The second-level is used only when it is necessary (i.e. IVT
is placed in RAM). Processor Expert generates content of the whole IVT into the file vectors.c.
The content of the file depends on the compiler syntax of the interrupt
declarations.
|