APPENDIX
7751 Group User’s Manual
20–73
Appendix 9. Q & A
Interrupt
There is a routine where a certain interrupt request should not be accepted (with enabled acceptance
of all other interrupt requests). Accordingly, the program set the interrupt priority level select bits of
the interrupt to be not accepted to “000
2
” in order to disable it before executing the routine. However,
the interrupt request of that interrupt has been accepted immediately after the priority level had been
changed. Why did this occur and what can I do about it?
When changing the interrupt priority level, the microcomputer can behave “as if the interrupt request
is accepted immediately after it is disabled ” if the next instruction (the LDA instruction in the above
case) is already stored in the BIU’s instruction queue buffer and conditions to accept the interrupt
request which should not be accepted are met immediately before executing the instruction which is
in that buffer.
When writing to a memory or an I/O, the CPU passes the address and data to the BIU. Then, the
CPU executes the next instruction in the instruction queue buffer while the BIU is writing data into
the actual address. Detection of interrupt priority level is performed at the beginning of each instruc-
tion.
In the above case, in the interrupt priority detection which is performed simultaneously with the
execution of the next instruction, the interrupt priority level before changing it is detected and the
interrupt request is accepted. It is because the CPU executes the next instruction before the BIU
finishes changing the interrupt priority levels.
Q
A
(1/2)
Interrupt request is
a c c e p t e d i n t h i s
interval
:
LDM #00H, XXXIC ; Writes “000
2
” to interrupt priority level select bits.
; Clears interrupt request bit to “0.”
LDA A,DATA
; Instruction at the beginning of the routine that
should not accept one certain interrupt request.
:
;
Previous instruction
executed
(Instruction prefetch)
CPU operation
BIU operation
Interrupt priority detection time
Sequence of execution
Interrupt priority level select bits set
Change of interrupt priority levels
completed
Interrupt request accepted
Interrupt request generated
LDM instruction
executed
LDA instruction
executed
Summary of Contents for 7700 FAMILY
Page 2: ...MITSUBISHI 16 BIT SINGLE CHIP MICROCOMPUTER 7700 FAMILY 7751 SERIES 7751 Group User s Manual...
Page 11: ...Table of Contents viii 7751 Group User s Manual MEMORANDUM...
Page 157: ...TIMER B 6 28 7751 Group User s Manual 6 5 Pulse period pulse width measurement mode MEMORANDUM...
Page 245: ...7751 Group User s Manual 8 36 A D CONVERTER Precautions when using A D converter MEMORANDUM...
Page 265: ...7751 Group User s Manual WAIT MODE 11 6 11 3 Precautions for Wait mode MEMORANDUM...
Page 289: ...CONNECTION WITH EXTERNAL DEVICES 12 4 Hold function 7751 Group User s Manual 12 24 MEMORANDUM...
Page 290: ...CHAPTER 13 RESET 13 1 Hardware reset 13 2 Software reset...
Page 302: ...CHAPTER 14 CLOCK GENERATING CIRCUIT 14 1 Oscillation circuit example 14 2 Clock...
Page 307: ...CLOCK GENERATING CIRCUIT 7751 Group User s Manual 14 6 14 2 Clock MEMORANDUM...
Page 360: ...CHAPTER 16 STANDARD CHARACTERISTICS 16 1 Standard characteristics...
Page 366: ...CHAPTER 17 APPLICATIONS 17 1 Memory expansion...
Page 405: ...APPLICATIONS 7751 Group User s Manual 17 40 17 1 Memory expansion MEMORANDUM...
Page 406: ...CHAPTER 18 PROM VERSION 18 1 EPROM mode 18 2 Usage precaution...
Page 417: ...7751 Group User s Manual PROM VERSION 18 12 18 2 Usage precaution MEMORANDUM...
Page 418: ...CHAPTER 19 FLASH MEMORY VERSION 19 1 Parallel input output mode 19 2 Serial input output mode...
Page 451: ...FLASH MEMORY VERSION 7751 Group User s Manual 19 34 19 2 Serial input output mode MEMORANDUM...
Page 484: ...APPENDIX 7751 Group User s Manual 20 33 Appendix 4 Package outlines 80D0...
Page 489: ...APPENDIX 7751 Group User s Manual 20 38 Appendix 6 Hexadecimal instruction code table...
Page 490: ...APPENDIX 7751 Group User s Manual 20 39 Appendix 6 Hexadecimal instruction code table...
Page 492: ...APPENDIX 7751 Group User s Manual 20 41 Appendix 7 Machine instructions...
Page 493: ...APPENDIX 7751 Group User s Manual 20 42 Appendix 7 Machine instructions...
Page 494: ...APPENDIX 7751 Group User s Manual 20 43 Appendix 7 Machine instructions...
Page 495: ...APPENDIX 7751 Group User s Manual 20 44 Appendix 7 Machine instructions...
Page 496: ...APPENDIX 7751 Group User s Manual 20 45 Appendix 7 Machine instructions...
Page 497: ...APPENDIX 7751 Group User s Manual 20 46 Appendix 7 Machine instructions...
Page 498: ...APPENDIX 7751 Group User s Manual 20 47 Appendix 7 Machine instructions...
Page 499: ...APPENDIX 7751 Group User s Manual 20 48 Appendix 7 Machine instructions...
Page 500: ...APPENDIX 7751 Group User s Manual 20 49 Appendix 7 Machine instructions...
Page 501: ...APPENDIX 7751 Group User s Manual 20 50 Appendix 7 Machine instructions...
Page 502: ...APPENDIX 7751 Group User s Manual 20 51 Appendix 7 Machine instructions...
Page 503: ...APPENDIX 7751 Group User s Manual 20 52 Appendix 7 Machine instructions...
Page 504: ...APPENDIX 7751 Group User s Manual 20 53 Appendix 7 Machine instructions...
Page 505: ...APPENDIX 7751 Group User s Manual 20 54 Appendix 7 Machine instructions...
Page 506: ...APPENDIX 7751 Group User s Manual 20 55 Appendix 7 Machine instructions...
Page 507: ...APPENDIX 7751 Group User s Manual 20 56 Appendix 7 Machine instructions...
Page 508: ...APPENDIX 7751 Group User s Manual 20 57 Appendix 7 Machine instructions...
Page 509: ...APPENDIX 7751 Group User s Manual 20 58 Appendix 7 Machine instructions...
Page 510: ...APPENDIX 7751 Group User s Manual 20 59 Appendix 7 Machine instructions...
Page 511: ...APPENDIX 7751 Group User s Manual 20 60 Appendix 7 Machine instructions...
Page 535: ...APPENDIX Appendix 9 Q A 7751 Group User s Manual 20 84 MEMORANDUM...
Page 536: ...GLOSSARY...
Page 539: ...GLOSSARY 7751 Group User s Manual 4 MEMORANDUM...