English
Language : 

MC68HC05RC8 Datasheet, PDF (38/122 Pages) Freescale Semiconductor, Inc – General Release Specification
Interrupts
Freescale Semiconductor, Inc.
4.3 CPU Interrupt Processing
Interrupts cause the processor to save register contents on the stack
and to set the interrupt mask (I bit) to prevent additional interrupts. Unlike
reset, hardware interrupts do not cause the current instruction execution
to be halted, but are considered pending until the current instruction is
complete.
If interrupts are not masked (I bit in the CCR is clear) and the
corresponding interrupt enable bit is set, the processor will proceed with
interrupt processing. Otherwise, the next instruction is fetched and
executed. If an interrupt occurs, the processor completes the current
instruction, stacks the current CPU register state, sets the I bit to inhibit
further interrupts, and finally checks the pending hardware interrupts. If
more than one interrupt is pending after the stacking operation, the
interrupt with the highest vector location shown in Table 4-1 will be
serviced first. The SWI is executed the same as any other instruction,
regardless of the I-bit state.
When an interrupt is to be processed, the CPU fetches the address of
the appropriate interrupt software service routine from the vector table at
locations $3FF6–$3FFF as defined in Table 4-1.
Table 4-1. Vector Address for Interrupts and Reset
Register Flag Name
Interrupt
N/A
N/A
N/A
MCSR
CTCSR
N/A
N/A
N/A
EOC
CTOF,
RTIF
Reset
Software Interrupt
External Interrupts*
End of Cycle
Interrupt
Real-Time Interrupt
Core Timer
Overflow
CPU
Interrupt
RESET
SWI
IRQ
CMT
Vector Address
$3FFE–$3FFF
$3FFC–$3FFD
$3FFA–$3FFB
$3FF8–$3FF9
CORE
TIMER
$3FF6–$3FF7
*External interrupts include IRQ and port B keyscan sources.
General Release Specification
MC68HC05RC16 — Rev. 3.0
Interrupts
For More Information On This Product,
Go to: www.freescale.com