Mitsubishi microcomputers
M16C / 62 Group
SINGLE-CHIP 16-BIT CMOS MICROCOMPUTER
Usage precaution
178
(4) External interrupt
When the polarity of the INT0 to INT5 pins is changed, the interrupt request bit is sometimes set
to "1". After changing the polarity, set the interrupt request bit to "0".
Example 1:
INT_SWITCH1:
FCLR
AND.B
NOP
NOP
FSET
I
#00h, 0055h
; Disable interrupts.
; Clear TA0IC int. priority level and int. request bit.
; Four NOP instructions are required when using HOLD function.
I
; Enable interrupts.
Example 2:
INT_SWITCH2:
FCLR
AND.B
MOV.W MEM, R0
FSET
I
#00h, 0055h
; Disable interrupts.
; Clear TA0IC int. priority level and int. request bit.
; Dummy read.
; Enable interrupts.
I
Example 3:
INT_SWITCH3:
PUSHC FLG
FCLR
AND.B
POPC
; Push Flag register onto stack
; Disable interrupts.
; Clear TA0IC int. priority level and int. request bit.
; Enable interrupts.
I
#00h, 0055h
FLG
The reason why two NOP instructions (four when using the HOLD function) or dummy read are inserted
before FSET I in Examples 1 and 2 is to prevent the interrupt enable flag I from being set before the
interrupt control register is rewritten due to effects of the instruction queue.
(5) Rewrite the interrupt control register
To rewrite the interrupt control register, do so at a point that does not generate the interrupt
request for that register. If there is possibility of the interrupt request occur, rewrite the interrupt
control register after the interrupt is disabled. The program examples are described as follow:
When a instruction to rewrite the interrupt control register is executed but the interrupt is disabled,
the interrupt request bit is not set sometimes even if the interrupt request for that register has
been generated. This will depend on the instruction. If this creates problems, use the below in-
structions to change the register.
Instructions : AND, OR, BCLR, BSET
Noise
(1) V
PP
line of one-time PROM version or EPROM version
V
PP
(This line is for PROM programming power line) line of internal PROM connected to CNV
SS
with one-time PROM version or EPROM version. So CNV
SS
should be a short line for improve-
ment of noise resistance. If CNV
SS
line is long, you should insert an approximately 5K ohm
resistor close to CNV
SS
pin and connect to V
SS
or V
CC
.
Note 1: Inserting a 5 K ohm resistor will not cause any problem when switching to mask ROM version.
(2) Insert bypass capacitor between V
CC
and V
SS
pin for noise and latch up countermeasure.
Insert bypass capacitor (about 0.1
μ
F) and connect short and wide line between V
CC
and V
SS
lines.