Times When Interrupts Are Disabled; Interrupts During Execution Of Eepmov Instruction; Dtc And Dmac Activation By Interrupt; Overview - Renesas H8S Series Hardware Manual

16-bit single-chip microcomputer
Hide thumbs Also See for H8S Series:
Table of Contents

Advertisement

5.5.3

Times when Interrupts are Disabled

There are times when interrupt acceptance is disabled by the interrupt controller.
The interrupt controller disables interrupt acceptance for a 3-state period after the CPU has updated the mask level with an
LDC, ANDC, ORC, or XORC instruction.
5.5.4

Interrupts during Execution of EEPMOV Instruction

Interrupt operation differs between the EEPMOV.B instruction and the EEPMOV.W instruction.
With the EEPMOV.B instruction, an interrupt request (including NMI) issued during the transfer is not accepted until the
move is completed.
With the EEPMOV.W instruction, if an interrupt request is issued during the transfer, interrupt exception handling starts at
a break in the transfer cycle. The PC value saved on the stack in this case is the address of the next instruction.
Therefore, if an interrupt is generated during execution of an EEPMOV.W instruction, the following coding should be
used.
L1:
EEPMOV.W
MOV.W
BNE
5.6

DTC and DMAC Activation by Interrupt

5.6.1

Overview

The DTC and DMAC can be activated by an interrupt. In this case, the following options are available:
• Interrupt request to CPU
• Activation request to DTC
• Activation request to DMAC
• Selection of a number of the above
For details of interrupt requests that can be used with to activate the DTC or DMAC, see section 8, Data Transfer
Controller, and section 7, DMA Controller.
Rev.6.00 Oct.28.2004 page 100 of 1016
REJ09B0138-0600H
R4,R4
L1

Advertisement

Table of Contents
loading

Table of Contents