INTERRUPT CONTROL UNIT
8-6
8.3.2.1
Priority Resolution Example
This example illustrates priority resolution. Assume these initial conditions:
•
the Interrupt Control Unit has been initialized
•
no interrupts are pending
•
no In-Service bits are set
•
the Interrupt Enable bit is set
•
all interrupts are unmasked
•
the default priority scheme is being used
•
the Priority Mask register is set to the lowest priority (seven)
The example uses two external interrupt sources, INT0 and INT3, to describe the process.
1.
A low-to-high transition on INT0 sets its Interrupt Request bit. The interrupt is now
pending.
2.
Because INT0 is the only pending interrupt, it meets all the priority criteria. The Interrupt
Control Unit asserts the interrupt request to the CPU and waits for an acknowledge.
3.
The CPU acknowledges the interrupt.
4.
The Interrupt Control Unit passes the interrupt type (in this case, type 12) to the CPU.
5.
The Interrupt Control Unit clears the INT0 bit in the Interrupt Request register and sets the
INT0 bit in the In-Service register.
6.
The CPU executes the interrupt processing sequence and begins executing the interrupt
handler for INT0.
7.
During execution of the INT0 interrupt handler, a low-to-high transition on INT3 sets its
Interrupt Request bit.
8.
The Interrupt Control Unit determines that INT3 has a lower priority than INT0, which is
currently executing (INT0’s In-Service bit is set). INT3 does not meet the priority criteria,
so no interrupt request is sent to the CPU. (If INT3were programmed with a higher
priority than INT0, the request would be sent.) INT3 remains pending in the Interrupt
Request register.
9.
The INT0 interrupt handler completes and sends an EOI command to clear the INT0 bit in
the In-Service register.
10. INT3 is still pending and now meets all the priority criteria. The Interrupt Control Unit
asserts the interrupt request to the CPU and the process begins again.
Summary of Contents for 80C186XL
Page 1: ...80C186XL 80C188XL Microprocessor User s Manual...
Page 2: ...80C186XL 80C188XL Microprocessor User s Manual 1995...
Page 18: ...1 Introduction...
Page 19: ......
Page 27: ......
Page 28: ...2 Overview of the 80C186 Family Architecture...
Page 29: ......
Page 79: ......
Page 80: ...3 Bus Interface Unit...
Page 81: ......
Page 127: ......
Page 128: ...4 Peripheral Control Block...
Page 129: ......
Page 137: ......
Page 138: ...5 ClockGenerationand Power Management...
Page 139: ......
Page 154: ...6 Chip Select Unit...
Page 155: ......
Page 178: ...7 Refresh Control Unit...
Page 179: ......
Page 193: ......
Page 194: ...8 Interrupt Control Unit...
Page 195: ......
Page 227: ......
Page 228: ...9 Timer Counter Unit...
Page 229: ......
Page 253: ......
Page 254: ...10 Direct Memory Access Unit...
Page 255: ......
Page 283: ......
Page 284: ...11 Math Coprocessing...
Page 285: ......
Page 302: ...12 ONCE Mode...
Page 303: ......
Page 306: ...A 80C186 Instruction Set Additions and Extensions...
Page 307: ......
Page 318: ...B Input Synchronization...
Page 319: ......
Page 322: ...C Instruction Set Descriptions...
Page 323: ......
Page 371: ......
Page 372: ...D Instruction Set Opcodes and Clock Cycles...
Page 373: ......
Page 396: ...Index...
Page 397: ......