96
CHAPTER 8 INTERRUPTS
(1) Any interrupt request is disabled immediately after a reset. In the peripheral resource initialization
program, initialize those peripheral resources which generate interrupts and set their interrupt levels in
their respective interrupt level setting registers (ILR0 to ILR5) before starting operating the peripheral
resources. The interrupt level can be set to 0, 1, 2, or 3. Level 0 is given the highest priority, and level 1
the second highest. Setting level 3 for a peripheral resource disables interrupts from that resource.
(2) Execute the main program (or the interrupt service routine for nested interrupts).
(3) When an interrupt is triggered in a peripheral resource, the interrupt request flag bit of the peripheral
resource is set to "1". If the interrupt request enable bit of the peripheral resource has been set to enable
interrupts, the interrupt request is then output to the interrupt controller.
(4) The interrupt controller always monitors interrupt requests from individual peripheral resources and
transfers the highest-priority interrupt level, to the CPU, among the interrupt levels of the currently
generated interrupt requests. The relative priority to be assigned if another request with the same
interrupt level occurs simultaneously is also determined at this time.
(5) If the received interrupt level or priority is lower than the level set in the interrupt level bits in the
condition code register (CCR: IL1, IL0), the CPU checks the content of the interrupt enable flag
(CCR:I) and, if interrupts are enabled (CCR:I = 1), accepts the interrupt.
(6) The CPU pushes the contents of the program counter (PC) and program status (PS) register onto the
stack, fetches the start address of the interrupt service routine from the corresponding interrupt vector
table, changes the value of the interrupt level bits in the condition code register (CCR: IL1, IL0) to the
value of the received interrupt level, then starts the execution of the interrupt service routine.
(7) Finally, the CPU uses the RETI instruction to restore the program counter (PC) and program status (PS)
values from the stack and resumes execution from the instruction that follows the instruction executed
prior to the interrupt.
Note:
The interrupt request flag bits of peripheral resources are not automatically cleared to "0" after an interrupt
request is accepted. The bits must therefore be cleared to "0" by a program (by writing "0" to the interrupt
request flag bit) in the interrupt service routine.
An interrupt causes the device to recover from standby mode (low power consumption mode). For details,
see 6.8 Operations in Low-power Consumption Modes (Standby Modes).
Summary of Contents for F2 MC-8FX Family
Page 2: ......
Page 4: ......
Page 34: ...20 CHAPTER 1 DESCRIPTION ...
Page 38: ...24 CHAPTER 2 HANDLING DEVICES ...
Page 39: ...25 CHAPTER 3 MEMORY SPACE This chapter describes memory space 3 1 Memory Space 3 2 Memory Map ...
Page 56: ...42 CHAPTER 5 CPU ...
Page 73: ...59 CHAPTER 6 CLOCK CONTROLLER ...
Page 96: ...82 CHAPTER 6 CLOCK CONTROLLER ...
Page 104: ...90 CHAPTER 7 RESET ...
Page 105: ...91 CHAPTER 8 INTERRUPTS This chapter explains the interrupts 8 1 Interrupts ...
Page 174: ...160 CHAPTER 10 TIMEBASE TIMER ...
Page 184: ...170 CHAPTER 10 TIMEBASE TIMER ...
Page 218: ...204 CHAPTER 13 WATCH PRESCALER ...
Page 257: ...243 CHAPTER 16 8 16 BIT COMPOSITE TIMER ...
Page 261: ...247 CHAPTER 16 8 16 BIT COMPOSITE TIMER ...
Page 288: ...274 CHAPTER 16 8 16 BIT COMPOSITE TIMER ...
Page 301: ...287 CHAPTER 17 16 BIT PPG TIMER ...
Page 316: ...302 CHAPTER 17 16 BIT PPG TIMER ...
Page 382: ...368 CHAPTER 21 UART SIO DEDICATED BAUD RATE GENERATOR ...
Page 390: ...376 CHAPTER 22 I2C ...
Page 395: ...381 CHAPTER 22 I2C ...
Page 399: ...385 CHAPTER 22 I2C ...
Page 430: ...416 CHAPTER 23 10 BIT A D CONVERTER ...
Page 476: ...462 CHAPTER 24 LCD CONTROLLER ...
Page 482: ...468 CHAPTER 25 LOW VOLTAGE DETECTION RESET CIRCUIT ...
Page 494: ...480 CHAPTER 26 CLOCK SUPERVISOR ...
Page 507: ...493 CHAPTER 27 REAL TIME CLOCK ...
Page 523: ...509 CHAPTER 27 REAL TIME CLOCK ...
Page 532: ...518 CHAPTER 27 REAL TIME CLOCK ...
Page 536: ...522 CHAPTER 28 256 KBIT FLASH MEMORY ...
Page 554: ...540 CHAPTER 28 256 KBIT FLASH MEMORY ...
Page 564: ...550 CHAPTER 29 EXAMPLE OF SERIAL PROGRAMMING CONNECTION ...
Page 595: ...581 INDEX INDEX The index follows on the next page This is listed in alphabetic order ...
Page 596: ...582 INDEX Index ...
Page 597: ...583 INDEX ...
Page 600: ...586 Pin Function Index ...
Page 602: ......