JPH0997176A - Interrupt handling device for microcomputer - Google Patents

Interrupt handling device for microcomputer

Info

Publication number
JPH0997176A
JPH0997176A JP25389995A JP25389995A JPH0997176A JP H0997176 A JPH0997176 A JP H0997176A JP 25389995 A JP25389995 A JP 25389995A JP 25389995 A JP25389995 A JP 25389995A JP H0997176 A JPH0997176 A JP H0997176A
Authority
JP
Japan
Prior art keywords
interrupt
data
volatile memory
eeprom
writing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP25389995A
Other languages
Japanese (ja)
Other versions
JP3152595B2 (en
Inventor
Hiroshi Osawa
博 大澤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sanyo Electric Co Ltd
Original Assignee
Sanyo Electric Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sanyo Electric Co Ltd filed Critical Sanyo Electric Co Ltd
Priority to JP25389995A priority Critical patent/JP3152595B2/en
Publication of JPH0997176A publication Critical patent/JPH0997176A/en
Application granted granted Critical
Publication of JP3152595B2 publication Critical patent/JP3152595B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To immediately cope with even the occurrence of an interrupt request of urgency by accessing a second nonvolatile memory by a control circuit even in the case that some interrupt request occurs during data write to a first non- volatile memory. SOLUTION: An interrupt vector generation circuit 21 accepts the set output of an RS flip flop to fix the most significant bit of a program counter 3 to '1'. Consequently, address data corresponding to a prescribed interrupt request is set to the counter 3 by the vector generation circuit 21 but its most significant bit is fixed to '1' as it is when this interrupt request occurs during data write to an EEPROM (first non-volatile memory) 1. Thus, a mask ROM (second nonvolatile memory) 2 is accessed instead of the EEPROM 1, and interrupt handling is performed in parallel with data write to the EEPROM 1.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、データの書き込み
及び読み出しが可能なEEPROM等の不揮発性メモリ
の所定記憶領域を1チップマイクロコンピュータの動作
制御の為のプログラムデータ記憶領域として使用する、
マイクロコンピュータの割り込み処理装置に関する。
The present invention uses a predetermined storage area of a non-volatile memory such as an EEPROM capable of writing and reading data as a program data storage area for controlling the operation of a one-chip microcomputer.
The present invention relates to an interrupt processing device of a microcomputer.

【0002】[0002]

【従来の技術】一般に、1チップマイクロコンピュータ
に内蔵される、該1チップマイクロコンピュータの動作
制御を行う為のプログラムデータを記憶するプログラム
メモリとしては、読み出し専用のマスクROM、書き込
み及び読み出しが可能なEPROM及びEEPROM等
がある。
2. Description of the Related Art Generally, as a program memory for storing program data for controlling the operation of the one-chip microcomputer, which is built in the one-chip microcomputer, a read-only mask ROM, and writing and reading are possible. There are EPROM and EEPROM.

【0003】後者の不揮発性メモリの場合、前者のマス
クROMに比べて、データの一部書き換えが可能という
利点を有している。具体的には、前記不揮発性メモリの
記憶領域は複数バイト単位(1ページ)毎の書き換えが
可能となっている。そして、書き換えデータを蓄える為
の前記複数バイトの記憶容量を有するRAMが設けられ
ている。前記RAMへのデータ書き込み動作は、前記不
揮発性メモリから読み出されたプログラムデータの解読
結果に基づき行われるが、前記RAMから前記不揮発性
メモリへのデータ書き込み動作時は、プログラム動作は
停止しており、ロジック回路等を用いてハード的に行わ
れる。言い換えれば、前記RAMから前記不揮発性メモ
リへのデータ書き込みが終了するまでは、プログラム動
作は再開されない構成となっている。
The latter non-volatile memory has an advantage that part of the data can be rewritten as compared with the former mask ROM. Specifically, the storage area of the non-volatile memory can be rewritten in units of a plurality of bytes (one page). A RAM having a storage capacity of the plurality of bytes for storing rewrite data is provided. The data write operation to the RAM is performed based on the decoding result of the program data read from the non-volatile memory, but the program operation is stopped during the data write operation from the RAM to the non-volatile memory. And is performed by hardware using a logic circuit or the like. In other words, the program operation is not restarted until the data writing from the RAM to the nonvolatile memory is completed.

【0004】[0004]

【発明が解決しようとする課題】よって、前記RAMか
ら前記不揮発性メモリへのデータ書き込み時に、割り込
み要求が発生した場合、上記したデータ書き込みが終了
するまで、割り込み要求に基づく割り込み処理を実行で
きない問題があった。例えば、前記不揮発性メモリの1
ページを128バイトとすると、128バイト分のデー
タ書き込みには約5msec程度の時間を要することに
なり、急を要する割り込み処理には極めて不都合であっ
た。
Therefore, when an interrupt request occurs at the time of writing data from the RAM to the non-volatile memory, the interrupt processing based on the interrupt request cannot be executed until the above-mentioned data writing is completed. was there. For example, one of the nonvolatile memory
If the page is 128 bytes, it takes about 5 msec to write 128 bytes of data, which is extremely inconvenient for urgent interrupt processing.

【0005】そこで、本発明は、前記不揮発性メモリの
データ書き込みと平行して割り込み処理も実行できるマ
イクロコンピュータの割り込み処理装置を提供すること
を目的とする。
Therefore, an object of the present invention is to provide an interrupt processing device of a microcomputer capable of executing interrupt processing in parallel with data writing in the nonvolatile memory.

【0006】[0006]

【課題を解決するための手段】本発明は、前記問題点を
解決する為に成されたものであり、その特徴とするとこ
ろは、データの書き込み及び読み出しが可能な第1不揮
発性メモリを内蔵し、該第1不揮発性メモリの所定領域
に記憶されたプログラムデータに基づき、通常動作又は
割り込み要求に対応する割り込み処理動作を行う1チッ
プマイクロコンピュータにおいて、前記第1不揮発性メ
モリに書き込まれた割り込み要求に基づく割り込み処理
を実行する為のプログラムデータと同一のプログラムデ
ータが記憶された第2不揮発性メモリと、前記第1及び
第2不揮発性メモリをアクセスするプログラムカウンタ
と、各種割り込み要求に対応するアドレス値に前記プロ
グラムカウンタの値を変更する割り込みベクタ発生回路
と、前記第1不揮発性メモリの所定領域へのデータ書き
込み中に割り込み要求が発生した時、前記割り込みベク
タ発生回路を制御して、前記プログラムカウンタのアド
レス値を前記第2不揮発性メモリを指定する様にする制
御回路と、を備え、前記第1不揮発性メモリのデータ書
き込み動作と平行して割り込み処理を実行可能とした点
である。
The present invention has been made to solve the above-mentioned problems, and is characterized in that a first nonvolatile memory capable of writing and reading data is built-in. Then, in the one-chip microcomputer that performs the normal operation or the interrupt processing operation corresponding to the interrupt request based on the program data stored in the predetermined area of the first nonvolatile memory, the interrupt written in the first nonvolatile memory. A second non-volatile memory in which the same program data as the program data for executing the interrupt process based on the request is stored, a program counter for accessing the first and second non-volatile memories, and various interrupt requests An interrupt vector generating circuit for changing the value of the program counter to an address value, and the first nonvolatile memory. A control circuit for controlling the interrupt vector generation circuit to specify the address value of the program counter to the second non-volatile memory when an interrupt request is generated while writing data to a predetermined area of the non-volatile memory. , And that interrupt processing can be executed in parallel with the data writing operation of the first nonvolatile memory.

【0007】[0007]

【発明の実施の形態】本発明の詳細を図面に従って具体
的に説明する。図1は本発明のマイクロコンピュータ割
り込み処理装置を示す図であり、1チップマイクロコン
ピュータの内部構成を示している。図1において、
(1)はEEPROM(第1不揮発性メモリ)であり、
1チップマイクロコンピュータの動作制御を行う為のプ
ログラムデータ及びその他の各種データが書き込まれた
ものである。該EEPROM(1)は「0000H」か
ら[7FFFH」までのアドレスを有するものとする。
但し、Hはヘキサデシマルである。また、該EEPRO
M(1)内部に示した破線の区切りが1ページ(例えば
128バイト)を表すものとする。該EEPROM
(1)は1ページ毎のデータ書き換えが可能である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The details of the present invention will be specifically described with reference to the drawings. FIG. 1 is a diagram showing a microcomputer interrupt processing device of the present invention, showing an internal configuration of a one-chip microcomputer. In FIG.
(1) is an EEPROM (first non-volatile memory),
The program data for controlling the operation of the one-chip microcomputer and other various data are written therein. The EEPROM (1) has addresses from "0000H" to [7FFFH].
However, H is hexadecimal. In addition, the EEPRO
It is assumed that the broken line demarcation inside M (1) represents one page (for example, 128 bytes). The EEPROM
In (1), data can be rewritten for each page.

【0008】(2)はマスクROM(第2不揮発性メモ
リ)であり、「8000H」から「FFFFH」のアド
レスを有している。即ち、EEPROM(1)及びマス
クROM(2)のアドレスは、同一アドレス空間で連続
するアドレスとしている。別の見方をすると、EEPR
OM(1)及びマスクROM(2)のアドレスは、各
々、最上位ビットが「0」「1」と異なる。そして、該
マスクROM(2)には、EEPROM(1)に既に書
き込まれている割り込み処理の為のプログラムデータと
同一のプログラムデータが書き込まれる。尚、EEPR
OM(1)及びマスクROM(2)に対する割り込み処
理の為のプログラムデータの書き込みアドレスは、最上
位ビットを除く同一アドレスに書き込まれる。割り込み
要求の種類には、タイマ割り込み、外部割り込み等があ
るが、例えばタイマ割り込み要求の為のプログラムデー
タがEEPROM(1)の「001BH」に書き込まれ
ているとすると、このプログラムデータはマスクROM
(2)の「801BH」に書き込まれ、最上位ビットが
異なるのみとなる。
(2) is a mask ROM (second non-volatile memory) having addresses from "8000H" to "FFFFH". That is, the addresses of the EEPROM (1) and the mask ROM (2) are consecutive addresses in the same address space. From another perspective, EEPR
The addresses of the OM (1) and the mask ROM (2) are different in the most significant bits from "0" and "1", respectively. Then, the mask ROM (2) is written with the same program data as the program data for the interrupt process already written in the EEPROM (1). In addition, EEPR
The write address of the program data for interrupt processing with respect to the OM (1) and the mask ROM (2) is written at the same address except the most significant bit. The types of interrupt requests include timer interrupts and external interrupts. For example, if the program data for the timer interrupt request is written in "001BH" of the EEPROM (1), this program data is mask ROM.
It is written in "801BH" of (2), and only the most significant bit is different.

【0009】(3)はプログラムカウンタPCであり、
EEPROM(1)及びマスクROM(2)の何れか一
方のアドレスをアクセスするものである。(4)はペー
ジアドレスラッチであり、EEPROM(1)のデータ
書き換えを行う時にページ指定を行うものであり、クロ
ックCLKに同期して、プログラムカウンタ(3)から
出力されるページ指定に必要なアドレスデータの上位9
ビットをラッチするものである。ここで、クロックCL
Kをページアドレスラッチ(4)に印加する為にAND
ゲート(5)が設けられている。該ANDゲート(5)
には、EEPROM(1)をデータ書き込みモードとす
る時に「1」となる信号MODE、RAM(2)への書
き込みを指定する時に「1」となる信号AREA、及び
クロックCLK0が印加される。従って、信号MODE
及びAREAが共に「1」となっている時にANDゲー
ト(5)からクロックCLK0と等しいクロックCLK
が出力されページアドレスラッチ(4)に印加される。
(3) is a program counter PC,
The address of either one of the EEPROM (1) and the mask ROM (2) is accessed. Reference numeral (4) is a page address latch, which is used to specify a page when rewriting data in the EEPROM (1), and which is an address required for specifying a page output from the program counter (3) in synchronization with the clock CLK. Top 9 data
It is to latch bits. Where clock CL
AND to apply K to the page address latch (4)
A gate (5) is provided. The AND gate (5)
Is applied with a signal MODE which becomes "1" when the EEPROM (1) is set to the data write mode, a signal AREA which becomes "1" when writing to the RAM (2) is designated, and a clock CLK0. Therefore, the signal MODE
When both AREA and AREA are "1", the clock CLK equal to the clock CLK0 from the AND gate (5)
Is output and applied to the page address latch (4).

【0010】ANDゲート(6)(7)及びORゲート
(8)はマルチプレクサを構成し、EEPROM(1)
の全アドレス数に合わせて16個設けられている。16
個のANDゲート(6)の一方の入力には、プログラム
カウンタ(3)から出力される16ビットのアドレスデ
ータが各々印加される。また、上位9個のANDゲート
(7)の一方の入力には、ページアドレスラッチ(4)
にラッチされたアドレスデータの上位9ビットが印加さ
れる。更に、16個のANDゲート(6)の他方の入力
には信号MODEが反転印加されると共に16個のAN
Dゲート(7)の他方の入力には信号MODEがそのま
ま印加される。即ち、EEPROM(1)のデータ書き
換えを行う場合は、信号MODEが「1」となっている
為、ページアドレスラッチ(4)のアドレス値がEEP
ROM(1)に印加され、該EEPROM(1)のペー
ジ指定が行われる。一方、EEPROM(1)を通常の
データ読み出し状態として使用する場合は、信号MOD
Eが「0」の為、EEPROM(1)はプログラムカウ
ンタ(3)の値によって直接アクセスされる。尚、EE
PROM(1)にデータ書き込みを行う期間は、ライト
イネーブル信号*WE1が「0」となっている。
The AND gates (6) and (7) and the OR gate (8) form a multiplexer, and the EEPROM (1)
16 are provided in accordance with the total number of addresses. 16
The 16-bit address data output from the program counter (3) is applied to one input of each AND gate (6). The page address latch (4) is connected to one input of the upper 9 AND gates (7).
The upper 9 bits of the address data latched at are applied. Further, the signal MODE is inverted and applied to the other inputs of the 16 AND gates (6) and 16 ANs are input.
The signal MODE is directly applied to the other input of the D gate (7). That is, when the data of the EEPROM (1) is rewritten, since the signal MODE is "1", the address value of the page address latch (4) is EEP.
The voltage is applied to the ROM (1), and the page of the EEPROM (1) is designated. On the other hand, when the EEPROM (1) is used as a normal data read state, the signal MOD
Since E is "0", the EEPROM (1) is directly accessed by the value of the program counter (3). EE
The write enable signal * WE1 is "0" during the period in which data is written in PROM (1).

【0011】(9)はRAMであり、EEPROM
(1)の1ページ(128バイト)分の記憶容量を有す
る。該RAM(9)は、EEPROM(1)に書き込む
べき128バイト分のデータを記憶するものである。
(10)はページ内アドレスラッチであり、RAM
(9)の128バイトをアクセスする為に、前記クロッ
クCLKに同期して、プログラムカウンタ(3)から出
力されるアドレスデータの下位7ビットをラッチするも
のである。該ページ内アドレスラッチ(10)のラッチ
動作はページアドレスラッチ(4)のラッチ動作と同時
に行われる。RAM(9)は、ページ内アドレスラッチ
(10)の値でアクセスされ、128バイト分のデータ
の書き込みを行う。この書き込み期間中はライトイネー
ブル信号*WE2は「0」となる。RAM(9)に記憶
される書き込みデータは、1バイト分ずつ入力ポート
(11)に印加され、その後、内部バス(12)を介し
てアキュムレータACC(13)に一旦蓄えられた後、
再び内部バス(12)を介してRAM(9)の指定アド
レスに書き込まれる。この動作を128回繰り返す。
(9) is a RAM, which is an EEPROM
It has a storage capacity for one page (128 bytes) of (1). The RAM (9) stores 128 bytes of data to be written in the EEPROM (1).
(10) is an in-page address latch, RAM
In order to access 128 bytes of (9), the lower 7 bits of the address data output from the program counter (3) are latched in synchronization with the clock CLK. The latch operation of the in-page address latch (10) is performed simultaneously with the latch operation of the page address latch (4). The RAM (9) is accessed by the value of the in-page address latch (10) and writes data of 128 bytes. The write enable signal * WE2 is "0" during this writing period. The write data stored in the RAM (9) is applied to the input port (11) byte by byte, and then temporarily stored in the accumulator ACC (13) via the internal bus (12).
It is again written to the designated address of the RAM (9) via the internal bus (12). This operation is repeated 128 times.

【0012】(14)は所定周波数の発振クロックを発
生する発振器である。(15)は前記発振クロックを所
定分周する分周器である。(16)はタイマであり、分
周器(15)の分周クロックで計数を行い、ANDゲー
ト(5)から出力されるクロックCLKでリセットされ
るものである。該タイマ(16)にクロックCLKが印
加される状態とは、RAM(2)が書き込み状態となっ
ていることを意味しており、RAM(9)へのデータ書
き込み中は定期的にクロックCLKがタイマ(16)に
印加される為、該タイマ(16)からはオーバーフロー
信号OVF1は発生しない。ところが、RAM(2)へ
のデータ書き込みが終了すると、信号AREAが「0」
となり、クロックCLKは発生しなくなる。すると、タ
イマ(16)は所定値までを計数してしまい、該タイマ
(16)からはオーバーフロー信号OVF1(=
「1」)が発生する。(17)は前記発振クロックを所
定分周する分周器である。ANDゲート(18)には、
オーバーフロー信号OVF1と分周器(17)の分周ク
ロックとが印加される。即ち、ANDゲート(18)か
らは、RAM(2)への1ページ分のデータ書き込みが
終了した後に、分周器(17)の分周クロックが出力さ
れる。尚、ページ内アドレスラッチ(10)は、オーバ
ーフロー信号OVF1を受けることによりリセットされ
る。
(14) is an oscillator for generating an oscillation clock of a predetermined frequency. (15) is a frequency divider that divides the oscillation clock by a predetermined frequency. Reference numeral (16) is a timer which counts with the divided clock of the frequency divider (15) and is reset with the clock CLK output from the AND gate (5). The state in which the clock CLK is applied to the timer (16) means that the RAM (2) is in a writing state, and the clock CLK is periodically applied during the data writing in the RAM (9). Since it is applied to the timer (16), the overflow signal OVF1 is not generated from the timer (16). However, when the data writing to the RAM (2) is completed, the signal AREA becomes “0”.
Therefore, the clock CLK is not generated. Then, the timer (16) counts up to a predetermined value, and the overflow signal OVF1 (=
"1") occurs. (17) is a frequency divider for dividing the oscillation clock by a predetermined frequency. The AND gate (18) has
The overflow signal OVF1 and the divided clock of the frequency divider (17) are applied. That is, the AND gate (18) outputs the frequency-divided clock of the frequency divider (17) after writing one page of data to the RAM (2) is completed. The in-page address latch (10) is reset by receiving the overflow signal OVF1.

【0013】RAM(2)への1ページ分のデータ書き
込みが終了すると、クロックCLKが途絶え、プログラ
ムカウンタ(3)とEEPROM(1)及びRAM
(2)とはアクセスが遮断されてしまう。そこで、イン
クリメンタ(19)が必要となる。該インクリメンタ
(19)は、ANDゲート(18)から出力される分周
クロックを受けてページ内アドレスラッチ(10)のイ
ンクリメントをハード的に行う。例えば、EEPROM
(1)の斜線部分の1ページが最終的にページアドレス
ラッチ(4)により指定されているとすると、RAM
(9)に書き込まれている128バイト分のデータは、
インクリメンタ(19)にてインクリメントされるペー
ジ内アドレスラッチ(10)の値で順次アクセスされて
1バイト分ずつ読み出され、内部バス(12)を介して
EEPROM(1)の斜線部分の1ページに書き込まれ
る。
When the writing of data for one page to the RAM (2) is completed, the clock CLK is interrupted, and the program counter (3), the EEPROM (1) and the RAM.
Access is blocked from (2). Therefore, the incrementer (19) is required. The incrementer (19) receives the divided clock output from the AND gate (18) and increments the in-page address latch (10) by hardware. For example, EEPROM
If one page in the shaded area of (1) is finally designated by the page address latch (4), the RAM
The 128-byte data written in (9) is
One byte of the hatched portion of the EEPROM (1) is accessed via the internal bus (12) by being sequentially accessed by the value of the in-page address latch (10) incremented by the incrementer (19) and read by one byte. Written in.

【0014】よって、RAM(2)からEEPROM
(1)へのデータ書き込み中は、EEPROM(1)を
プログラムカウンタ(3)でアクセスできない為、従来
では、この最中に所定の割り込み要求が発生しても、割
り込み処理を実行できなかった訳である。本発明では、
この問題を解決できる。(20)はタイマであり、AN
Dゲート(18)から出力される分周クロックを計数す
る。RAM(2)はこの分周クロックに同期してデータ
の読み出しを行う為、この分周クロックを128回計数
すれば、RAM(2)からの128バイト分のデータ読
み出し即ちEEPROM(1)へのデータ書き込みを検
出できる。タイマ(20)は、ANDゲート(18)出
力を128回計数することによりオーバーフロー信号O
VF2を発生する。
Therefore, from RAM (2) to EEPROM
Since the EEPROM (1) cannot be accessed by the program counter (3) while data is being written to (1), in the past, even if a predetermined interrupt request was generated during this period, the interrupt processing could not be executed. Is. In the present invention,
This problem can be solved. (20) is a timer, AN
The divided clock output from the D gate (18) is counted. Since the RAM (2) reads data in synchronization with this frequency-divided clock, if this frequency-divided clock is counted 128 times, 128 bytes of data are read from the RAM (2), that is, to the EEPROM (1). Data write can be detected. The timer (20) counts the output of the AND gate (18) 128 times to generate an overflow signal O.
Generate VF2.

【0015】(21)は割り込みベクタ発生回路であ
り、各種割り込み要求に対応するアドレスデータをプロ
グラムカウンタ(3)にセットするものである。(2
2)は割り込み設定回路であり、多重割り込みが発生し
た場合に何れの割り込み要求を優先させるか、また、割
り込み要求の受付をイネーブル又はディセーブルとする
か等の設定をして、割り込みベクタ発生回路(21)を
制御するものである。
An interrupt vector generation circuit (21) sets address data corresponding to various interrupt requests in the program counter (3). (2
Reference numeral 2) is an interrupt setting circuit, which sets which interrupt request has priority when multiple interrupts occur, and whether to enable or disable acceptance of interrupt requests. It controls (21).

【0016】NORゲート(23)(24)はRSフリ
ップフロップを構成する請求項で言う制御回路であり、
NORゲート(23)の一方の入力にはインバータ(2
5)を介してライトイネーブル信号*WE1が印加さ
れ、NORゲート(24)にはオーバーフロー信号OV
F2(=「1」)と前記1チップマイクロコンピュータ
のリセット時に発生するイニシャルクリア信号INT
(=「1」)とが印加される。従って、EEPROM
(1)へのデータ書き込みが行われている期間中は、ラ
イトイネーブル信号*WE1が「0」、且つオーバーフ
ロー信号OVF2及びイニシャルクリア信号INTが
「0」の為、前記RSフリップフロップがセットされて
NORゲート(24)から「1」が出力される。割り込
みベクタ発生回路(21)は、前記RSフリップフロッ
プのセット出力を受けることにより、プログラムカウン
タ(3)の最上位ビットを「1」に固定する。よって、
EEPROM(1)へのデータ書き込み中に所定の割り
込み要求が発生すると、割り込みベクタ発生回路(2
1)によりその割り込み要求に対応するアドレスデータ
がプログラムカウンタ(3)にセットされるがその最上
位ビットは「1」のまま固定である。よって、EEPR
OM(1)に代わってマスクROM(2)がアクセスさ
れ、EEPROM(1)へのデータ書き込み動作と平行
して割り込み処理が実行されることになる。
The NOR gates (23) and (24) are control circuits which form an RS flip-flop,
One input of the NOR gate (23) has an inverter (2
5), the write enable signal * WE1 is applied, and the NOR gate (24) receives the overflow signal OV.
F2 (= “1”) and an initial clear signal INT generated when the one-chip microcomputer is reset
(= “1”) is applied. Therefore, the EEPROM
While the data is being written to (1), since the write enable signal * WE1 is "0" and the overflow signal OVF2 and the initial clear signal INT are "0", the RS flip-flop is set. "1" is output from the NOR gate (24). The interrupt vector generating circuit (21) fixes the most significant bit of the program counter (3) to "1" by receiving the set output of the RS flip-flop. Therefore,
When a predetermined interrupt request is generated while writing data to the EEPROM (1), the interrupt vector generation circuit (2
According to 1), the address data corresponding to the interrupt request is set in the program counter (3), but its most significant bit is fixed at "1". Therefore, EEPR
The mask ROM (2) is accessed instead of the OM (1), and the interrupt processing is executed in parallel with the data writing operation to the EEPROM (1).

【0017】一方、前記1チップマイクロコンピュータ
がリセットされた時点では、イニシャルクリア信号IN
Tのみが「1」となる為、前記RSフリップフロップは
リセットされ、NORゲート(24)の出力は「0」と
なる。すると、割り込みベクタ発生回路(21)からプ
ログラムカウンタ(3)にセットされるアドレスデータ
の最上位ビットは「0」になる。即ち、プログラムカウ
ンタ(3)はEEPROM(1)をアクセスする形とな
る。オーバーフロー信号OVF2が発生した時も同様で
ある。よって、EEPROM(1)にデータを書き込ま
ない時は、割り込み要求が発生すると、EEPROM
(1)に書き込まれた割り込み要求の為のプログラムデ
ータの記憶されたアドレスがプログラムカウンタ(3)
によってアクセスされ、このプログラムデータの解読結
果に基づき、割り込み処理が実行される。
On the other hand, when the one-chip microcomputer is reset, the initial clear signal IN
Since only T becomes "1", the RS flip-flop is reset and the output of the NOR gate (24) becomes "0". Then, the most significant bit of the address data set in the program counter (3) from the interrupt vector generation circuit (21) becomes "0". That is, the program counter (3) accesses the EEPROM (1). The same applies when the overflow signal OVF2 is generated. Therefore, when data is not written in the EEPROM (1), when the interrupt request is generated, the EEPROM is
The address where the program data for the interrupt request written in (1) is stored is the program counter (3).
Is accessed, and interrupt processing is executed based on the decoding result of this program data.

【0018】(26)は、EEPROM(1)及びマス
クROM(2)から読み出されたプログラムデータを内
部バス(12)を介して保持するインストラクションレ
ジスタIRである。また、(27)は、インストラクシ
ョンレジスタIR(26)にセットされたプログラムデ
ータを解読し、前記1チップマイクロコンピュータを動
作制御する為の制御信号を発生するインストラクション
デコーダIDECである。勿論、割り込み要求に対する
制御信号もインストラクションデコーダ(27)から得
られる。
Reference numeral (26) is an instruction register IR for holding the program data read from the EEPROM (1) and the mask ROM (2) via the internal bus (12). Further, (27) is an instruction decoder IDEC which decodes the program data set in the instruction register IR (26) and generates a control signal for controlling the operation of the one-chip microcomputer. Of course, the control signal for the interrupt request is also obtained from the instruction decoder (27).

【0019】以上より、EEPROM(1)へのデータ
書き込み中に、何らかの割り込み要求が発生したとして
も、マスクROM(2)がアクセスされる様に構成した
為、EEPROM(1)へのデータ書き込みと平行して
割り込み処理を実行できる。よって、緊急を要する割り
込み要求が発生したとしても即座に対応でき、1チップ
マイクロコンピュータ内部でのデータ処理に支障を来す
こともない。
As described above, since the mask ROM (2) is configured to be accessed even if any interrupt request occurs during the data writing to the EEPROM (1), the data writing to the EEPROM (1) is performed. Interrupt processing can be executed in parallel. Therefore, even if an urgent interrupt request occurs, it can be immediately dealt with, and the data processing in the one-chip microcomputer will not be hindered.

【0020】尚、本発明の実施の形態においては、EE
PROM(1)及びマスクROM(2)を同一空間で、
最上位ビットのみが異なる様に設定しているが、これに
限定されることなく、例えば、全体アドレス空間を00
00HからFFFFHまでとし、この中間にマスクRO
M(2)のアドレス空間を設ける様にしてもよい。この
場合は、マスクROM(2)に割り振られたアドレス切
り換えを、割り込みベクタ発生回路(21)がプログラ
ムカウンタ(3)に対して行える様にすればよい。
In the embodiment of the present invention, EE
PROM (1) and mask ROM (2) in the same space,
Although only the most significant bit is set to be different, the setting is not limited to this, and for example, the entire address space is set to 00.
00H to FFFFH, mask RO in the middle
An M (2) address space may be provided. In this case, the interrupt vector generation circuit (21) may switch the address assigned to the mask ROM (2) to the program counter (3).

【0021】[0021]

【発明の効果】本発明によれば、第1不揮発性メモリへ
のデータ書き込み中に、何らかの割り込み要求が発生し
た場合でも、制御回路によって、第2不揮発性メモリが
アクセスされる様に構成した。これにより、第1不揮発
性メモリへのデータ書き込み動作と平行して割り込み処
理を実行できる。その為、緊急を要する割り込み要求が
発生したとしても即座に対応でき、1チップマイクロコ
ンピュータ内部でのデータ処理に支障を来すこともない
利点が得られる。
According to the present invention, the second non-volatile memory is configured to be accessed by the control circuit even when an interrupt request occurs during data writing to the first non-volatile memory. As a result, the interrupt process can be executed in parallel with the data writing operation to the first nonvolatile memory. Therefore, even if an urgent interrupt request occurs, it can be immediately dealt with, and there is an advantage that it does not hinder the data processing inside the one-chip microcomputer.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明のマイクロコンピュータの割り込み処理
装置を示す回路ブロック図である。
FIG. 1 is a circuit block diagram showing an interrupt processing device of a microcomputer of the present invention.

【符号の説明】[Explanation of symbols]

(1) EEPROM (2) マスクROM (3) プログラムカウンタ (21) 割り込みベクタ発生回路 (23)(24) NORゲート (1) EEPROM (2) Mask ROM (3) Program counter (21) Interrupt vector generation circuit (23) (24) NOR gate

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 データの書き込み及び読み出しが可能な
第1不揮発性メモリを内蔵し、該第1不揮発性メモリの
所定領域に記憶されたプログラムデータに基づき、通常
動作又は割り込み要求に対応する割り込み処理動作を行
う1チップマイクロコンピュータにおいて、 前記第1不揮発性メモリに書き込まれた割り込み要求に
基づく割り込み処理を実行する為のプログラムデータと
同一又は異なるプログラムデータが記憶された第2不揮
発性メモリと、 前記第1及び第2不揮発性メモリをアクセスするプログ
ラムカウンタと、 各種割り込み要求に対応するアドレス値に前記プログラ
ムカウンタの値を変更する割り込みベクタ発生回路と、 前記第1不揮発性メモリの所定領域へのデータ書き込み
中に割り込み要求が発生した時、前記割り込みベクタ発
生回路を制御して、前記プログラムカウンタのアドレス
値を前記第2不揮発性メモリを指定する様にする制御回
路と、を備え、 前記第1不揮発性メモリのデータ書き込み動作と平行し
て割り込み処理を実行可能としたことを特徴とするマイ
クロコンピュータの割り込み処理装置。
1. An interrupt process which incorporates a first non-volatile memory capable of writing and reading data and responds to a normal operation or an interrupt request based on program data stored in a predetermined area of the first non-volatile memory. In a one-chip microcomputer that operates, a second non-volatile memory that stores the same or different program data as the program data for executing interrupt processing based on the interrupt request written in the first non-volatile memory, A program counter for accessing the first and second non-volatile memories, an interrupt vector generation circuit for changing the value of the program counter to an address value corresponding to various interrupt requests, and data for a predetermined area of the first non-volatile memory When an interrupt request is generated during writing, the interrupt A control circuit for controlling an address generation circuit to specify the address value of the program counter to the second non-volatile memory, and interrupt processing in parallel with the data writing operation of the first non-volatile memory. An interrupt processing device for a microcomputer, which is capable of executing.
【請求項2】 前記第1及び第2不揮発性メモリは、同
一アドレス空間で連続したアドレスを割り振られている
ことを特徴とする請求項1記載のマイクロコンピュータ
の割り込み処理装置。
2. The interrupt processing device for a microcomputer according to claim 1, wherein the first and second non-volatile memories are assigned consecutive addresses in the same address space.
【請求項3】 前記第1及び第2不揮発性メモリのアド
レスの一部ビットは異なることを特徴とする請求項2記
載のマイクロコンピュータの割り込み処理装置。
3. The interrupt processing device for a microcomputer according to claim 2, wherein some bits of addresses of the first and second nonvolatile memories are different.
【請求項4】 前記制御回路は、前記第1不揮発性メモ
リへのデータ書き込み中は該第1不揮発性メモリの為の
書き込み許可信号を受けることにより前記プログラムカ
ウンタを前記第2不揮発性メモリをアクセスできる値と
する様に前記割り込みベクタ発生回路を制御し、前記第
1不揮発性メモリへのデータの書き込みが終了した時は
書き込み終了信号を受けることにより前記プログラムカ
ウンタの最上位ビットを前記第1不揮発性メモリをアク
セスできる値に変更する様に前記割り込みベクタ発生回
路を制御することを特徴とする請求項3記載のマイクロ
コンピュータの割り込み処理装置。
4. The control circuit receives the write enable signal for the first non-volatile memory during data writing to the first non-volatile memory to access the program counter to the second non-volatile memory. The interrupt vector generation circuit is controlled so that the value becomes possible, and when the writing of the data to the first nonvolatile memory is completed, the most significant bit of the program counter is set to the first nonvolatile by receiving a write end signal. 4. The interrupt processing device for a microcomputer according to claim 3, wherein the interrupt vector generating circuit is controlled so as to change the address memory to an accessible value.
JP25389995A 1995-09-29 1995-09-29 Microcomputer interrupt handling device Expired - Fee Related JP3152595B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP25389995A JP3152595B2 (en) 1995-09-29 1995-09-29 Microcomputer interrupt handling device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP25389995A JP3152595B2 (en) 1995-09-29 1995-09-29 Microcomputer interrupt handling device

Publications (2)

Publication Number Publication Date
JPH0997176A true JPH0997176A (en) 1997-04-08
JP3152595B2 JP3152595B2 (en) 2001-04-03

Family

ID=17257638

Family Applications (1)

Application Number Title Priority Date Filing Date
JP25389995A Expired - Fee Related JP3152595B2 (en) 1995-09-29 1995-09-29 Microcomputer interrupt handling device

Country Status (1)

Country Link
JP (1) JP3152595B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10017934A1 (en) * 2000-04-11 2001-08-09 Fujitsu Siemens Computers Gmbh Method for handling interrupts for a computer system with a CPU and a system bus in which a multiplexor is used to redirect address to an interrupt base address register to optimize system speed for soft or hard boot-ups
US20100138579A1 (en) * 2008-12-02 2010-06-03 International Business Machines Corporation Network adaptor optimization and interrupt reduction

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10017934A1 (en) * 2000-04-11 2001-08-09 Fujitsu Siemens Computers Gmbh Method for handling interrupts for a computer system with a CPU and a system bus in which a multiplexor is used to redirect address to an interrupt base address register to optimize system speed for soft or hard boot-ups
US20100138579A1 (en) * 2008-12-02 2010-06-03 International Business Machines Corporation Network adaptor optimization and interrupt reduction
US8402190B2 (en) * 2008-12-02 2013-03-19 International Business Machines Corporation Network adaptor optimization and interrupt reduction
US8719479B2 (en) 2008-12-02 2014-05-06 International Business Machines Corporation Network adaptor optimization and interrupt reduction

Also Published As

Publication number Publication date
JP3152595B2 (en) 2001-04-03

Similar Documents

Publication Publication Date Title
US5950222A (en) Microcomputer using a non-volatile memory
JPH03149635A (en) Memory control unit
JP3152595B2 (en) Microcomputer interrupt handling device
JP2002222084A (en) Semiconductor storage device, sector address conversion circuit, address conversion method, and method for using semiconductor storage device
US6981109B2 (en) Digital signal processor system having programmable random access memory that executes processing during downloading of a program
KR100321745B1 (en) A micro controller unit for external memory access
JPH09114678A (en) Interrupt processor for microcomputer
JPS63106996A (en) Semiconductor integrated circuit device
JPH087742B2 (en) One-chip microcomputer
EP0714060B1 (en) One chip microcomputer with built-in non-volatile memory
JPS623458B2 (en)
JPS603658B2 (en) Digital protection control device
KR100288417B1 (en) Synchronous type semiconductor memory device
JPH0997249A (en) Microcomputer
JPH0991267A (en) Data writer for non-volatile memory
JPH09114731A (en) Microcomputer
KR930009061B1 (en) Memory access unit
JPH0630056B2 (en) Signal processor
JPH08147259A (en) One-chip microcomputer
JPS63117396A (en) Non-volatile semiconductor memory device
JPH0683986A (en) Single chip microcomputer
JPH1139222A (en) Microcomputer
JPH0789439B2 (en) Semiconductor integrated circuit device
JPH09114799A (en) One chip microcomputer
JPH04134786A (en) Memory address circuit

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20090126

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 8

Free format text: PAYMENT UNTIL: 20090126

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 9

Free format text: PAYMENT UNTIL: 20100126

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100126

Year of fee payment: 9

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20110126

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 10

Free format text: PAYMENT UNTIL: 20110126

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20120126

FPAY Renewal fee payment (prs date is renewal date of database)

Year of fee payment: 11

Free format text: PAYMENT UNTIL: 20120126

FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130126

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees