89
Section 4 Exception Handling
4.1
Overview
4.1.1
Exception Handling Types and Priority
As table 4-1 indicates, exception handling may be caused by a reset, direct transition, trap
instruction, or interrupt. Exception handling is prioritized as shown in table 4-1. If two or more
exceptions occur simultaneously, they are accepted and processed in order of priority. Trap
instruction exceptions are accepted at all times, in the program execution state.
Exception handling sources, the stack structure, and the operation of the CPU vary depending on
the interrupt control mode set by the INTM0 and INTM1 bits of SYSCR.
Table 4-1
Exception Types and Priority
Priority
Exception Type
Start of Exception Handling
High
Reset
Starts immediately after a low-to-high transition at the
RES
pin, or when the watchdog overflows. The CPU enters the
reset state when the
RES
pin is low.
Trace
*
1
Starts when execution of the current instruction or exception
handling ends, if the trace (T) bit is set to 1
Direct transition
Starts when a direct transition occurs due to execution of a
SLEEP instruction.
Interrupt
Starts when execution of the current instruction or exception
handling ends, if an interrupt request has been issued
*
2
Low
Trap instruction (TRAPA)
*
3
Started by execution of a trap instruction (TRAPA)
Notes:
*
1 Traces are enabled only in interrupt control mode 2. Trace exception handling is not
executed after execution of an RTE instruction.
*
2 Interrupt detection is not performed on completion of ANDC, ORC, XORC, or LDC
instruction execution, or on completion of reset exception handling.
*
3 Trap instruction exception handling requests are accepted at all times in program
execution state.
Summary of Contents for H8S/2645
Page 4: ......
Page 16: ......
Page 58: ...26 ...
Page 110: ...78 ...
Page 120: ...88 ...
Page 132: ...100 ...
Page 160: ...128 ...
Page 172: ...140 ...
Page 418: ...386 ...
Page 444: ...412 ...
Page 530: ...498 ...
Page 562: ...530 ...
Page 642: ...610 ...
Page 662: ...630 ...
Page 688: ...656 ...
Page 756: ...724 ...
Page 784: ...752 ...
Page 812: ...780 ...
Page 837: ...805 A 2 Instruction Codes Table A 2 shows the instruction codes ...
Page 1152: ...1120 ...