JPH08129505A - Eeprom control unit - Google Patents

Eeprom control unit

Info

Publication number
JPH08129505A
JPH08129505A JP26592894A JP26592894A JPH08129505A JP H08129505 A JPH08129505 A JP H08129505A JP 26592894 A JP26592894 A JP 26592894A JP 26592894 A JP26592894 A JP 26592894A JP H08129505 A JPH08129505 A JP H08129505A
Authority
JP
Japan
Prior art keywords
eeprom
data
processing
page
write
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.)
Withdrawn
Application number
JP26592894A
Other languages
Japanese (ja)
Inventor
Hiromi Yamada
裕美 山田
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.)
NEC Engineering Ltd
Original Assignee
NEC Engineering 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 NEC Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP26592894A priority Critical patent/JPH08129505A/en
Publication of JPH08129505A publication Critical patent/JPH08129505A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Read Only Memory (AREA)

Abstract

PURPOSE: To shorten the write wait time of an EEPROM, to prevent a write conflict of the EEPROM, to prevent a write omission of the EEPROM, and to decrease the write frequency of the EEPROM without unnecessary writing to the EEPROM and unnecessary processing. CONSTITUTION: Tasks 4a-4d access a dummy memory 2a of a RAM 2 instead of accessing the EEPROM 3 in normal operation. An EEPROM processing routine 1 checks a write request flag 2b of the RAM 2 at constant intervals of time and writes the data of the dummy memory 2 in the EEPROM 3 on condition that there is a write request. The EEPROM processing routine 1 checks data of the EEPROM 3, page by page, unless there is the write request.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はEEPROM制御装置に
関し、特に電気的に書込み及び消去自在な不揮発性メモ
リ[以下、EEPROM(Electrically
Erasable & Programable Re
ad Only Memory)とする]の制御方式に
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an EEPROM controller, and more particularly to an electrically writable and erasable non-volatile memory [hereinafter referred to as EEPROM (Electrically).
Erasable & Programmable Re
Ad Only Memory)].

【0002】[0002]

【従来の技術】EEPROMを有するマイクロプロセッ
サシステムにおいて、そのEEPROMに対するデータ
書込み及び読出しにはいくつかの制約がある。すなわ
ち、EEPROMのメモリはページ単位に分割されてい
るので、CPUが連続して書込めるのは同一ページ内の
データに対してだけである。その場合、別ページにデー
タを書込むには現ページへの書込み動作(以下、ライト
サイクルとする)の終了を待たなくてはならず、このラ
イトサイクルは10ms程度である。
2. Description of the Related Art In a microprocessor system having an EEPROM, there are some restrictions on writing and reading data to and from the EEPROM. That is, since the EEPROM memory is divided into pages, the CPU can continuously write only to the data within the same page. In that case, in order to write data to another page, it is necessary to wait for the end of the write operation (hereinafter, referred to as a write cycle) to the current page, and this write cycle is about 10 ms.

【0003】また、同一ページ内でのデータ書込み時に
一定時間以内(100μs程度)に次のアドレスとデー
タとを入力しないと、ライトサイクルに入ってしまう。
このライトサイクル中に書込みを行うと、その書込みデ
ータは保証されない。さらに、EEPROMへの書込み
回数には寿命があるため、EEPROMへの無駄な書込
みを避ける必要がある。
If the next address and data are not input within a fixed time (about 100 μs) when writing data in the same page, a write cycle is started.
If writing is performed during this write cycle, the write data is not guaranteed. Further, since the number of writings to the EEPROM has a life, it is necessary to avoid useless writing to the EEPROM.

【0004】したがって、EEPROMへの書込みに
は、図5〜図7に示すような制御が必要となる。まず、
簡単な方法としては、データを書込んだ後に(図5ステ
ップS11)、ライトサイクル時間(約7〜10ms)
が経過するのを待ち(図5ステップS12,13)、次
のステップに進む方法がある。
Therefore, the control shown in FIGS. 5 to 7 is required for writing to the EEPROM. First,
As a simple method, after writing data (step S11 in FIG. 5), write cycle time (about 7 to 10 ms)
Is waited for (steps S12 and S13 in FIG. 5) and the process proceeds to the next step.

【0005】この方法よりもライトサイクルの待ち時間
を減らすためには、EEPROMにページ単位に連続し
てデータを書込める機能や、最後に書込んだデータを読
出すことによってライトサイクル終了を知ることが可能
な機能がついているEEPROMを使用し、書込みプロ
グラムを以下のようにすることで実現することができ
る。
In order to reduce the wait time of the write cycle as compared with this method, it is possible to know the end of the write cycle by reading the last written data and the function of continuously writing data in the EEPROM in page units. This can be realized by using an EEPROM having a function capable of writing and using a writing program as follows.

【0006】バイト単位の場合には、データを1バイト
書込んだ後に(図6ステップS21)、書込みデータの
比較をデータが一致するまで続け(図6ステップS2
2,23)、一致すると他のページへの書込みかを判断
する(図6ステップS24)。この場合、次のデータは
ライトサイクル終了後に書込み可能となる。
In the case of byte unit, after writing 1 byte of data (step S21 in FIG. 6), comparison of write data is continued until the data match (step S2 in FIG. 6).
2, 23), and if they match, it is determined whether writing to another page (step S24 in FIG. 6). In this case, the next data can be written after the write cycle ends.

【0007】また、大量にデータを書込む場合には、ま
ず1ページ分のデータを編集し(図7ステップS3
1)、編集した1ページ分のデータを書込む(図7ステ
ップS32)。その後に、最後に書込んだデータをEE
PROMの読出しデータと比較し(図7ステップS3
3)、この比較を一致するまで続ける(図7ステップS
33,34)。その比較が一致すれば、ライトサイクル
終了として他のページへの書込みチェック(図7ステッ
プS35)が可能となる。
Further, when writing a large amount of data, first, the data for one page is edited (step S3 in FIG. 7).
1) Write the edited data for one page (step S32 in FIG. 7). After that, the last written data is EE
Compare with the read data of PROM (step S3 in FIG. 7).
3) This comparison is continued until they match (step S in FIG. 7).
33, 34). If the comparisons match, it is possible to check the writing to another page (step S35 in FIG. 7) as the end of the write cycle.

【0008】[0008]

【発明が解決しようとする課題】上述した従来のEEP
ROMに対する制御を、割込みやマルチタスクを利用し
たシステムに使用する場合、CPUを有効に活用するた
めに、EEPROMのライトサイクルの待ち時間を他の
タスクや割込みに解放する方法がある。
DISCLOSURE OF THE INVENTION The conventional EEP described above
When the control for the ROM is used in a system using interrupts or multitasks, there is a method of releasing the waiting time of the write cycle of the EEPROM to other tasks or interrupts in order to effectively utilize the CPU.

【0009】この方法の場合、その期間中はEEPRO
Mへのアクセスが不可能であるため、EEPROMへの
データ書込み及び読出しの競合を避けるための制御が必
要となり、複雑なソフトウェアとなる。
In the case of this method, EEPRO is used during that period.
Since it is impossible to access M, it is necessary to perform control to avoid contention between writing and reading data in the EEPROM, which results in complicated software.

【0010】また、EEPROMのデータを確実に利用
するためには書込み時のライトサイクルを十分にとり、
データチェックを行わなければならないが、そのための
時間をとればとるほど他の処理への妨げとなってしま
う。
Further, in order to use the data in the EEPROM surely, a sufficient write cycle during writing is taken,
Data check must be performed, but the longer the time, the more hindrance to other processing.

【0011】さらに、EEPROM上における同じペー
ジ内のデータでもプログラム上で別の場所からアクセス
される場合には夫々のライトサイクル間隔を確保するこ
とになるので、無駄な待ち時間や無駄な書込みが起きる
原因となる。
Further, even if the data in the same page on the EEPROM is accessed from another location on the program, each write cycle interval is secured, so that useless waiting time and useless writing occur. Cause.

【0012】これらの問題点を解決するために、特開平
2−81398号公報ではEEPROMと同じ記憶容量
のRAMを用い、通常動作状態ではRAMに対してアク
セスを行い、必要に応じて選択的にRAMとEEPRO
Mとの間で相互にデータを転送させる方法が提案されて
いる。
In order to solve these problems, in Japanese Unexamined Patent Publication No. 2-81398, a RAM having the same storage capacity as that of the EEPROM is used, and the RAM is accessed in the normal operation state, and selectively as needed. RAM and EEPRO
A method for transferring data to and from M has been proposed.

【0013】この方法では電源遮断時にRAMのデータ
をEEPROMに転送し、電源投入時にEEPROMの
データをRAMに転送したり、RAM及びEEPROM
各々の同一アドレスのデータを読出し、それらが不一致
ならばEEPROMのデータをRAMのデータにしたが
って書換えたりしてEEPROMに対する書換え回数を
低減させている。尚、EEPROMとRAMとの間のデ
ータ転送をラッチ回路を介してワード線単位で行うこと
で、データ書換えの高速動作化を図っている。
In this method, the data in the RAM is transferred to the EEPROM when the power is turned off, the data in the EEPROM is transferred to the RAM when the power is turned on, or the RAM and the EEPROM are used.
The data at the same address is read out, and if they do not match, the data in the EEPROM is rewritten according to the data in the RAM to reduce the number of times of rewriting to the EEPROM. The data is rewritten at a high speed by transferring data between the EEPROM and the RAM in units of word lines via the latch circuit.

【0014】しかしながら、電源遮断時にRAMのデー
タをEEPROMに転送し、電源投入時にEEPROM
のデータをRAMに転送する方法では書換えなくともよ
いデータの書換えも行われるため、EEPROMに対す
る無駄な書換えが生じてしまう。
However, when the power is turned off, the data in the RAM is transferred to the EEPROM, and when the power is turned on, the EEPROM is
In the method of transferring the data to RAM, the data need not be rewritten, so that unnecessary rewriting to the EEPROM occurs.

【0015】また、RAM及びEEPROM各々の同一
アドレスのデータを読出し、それらが不一致ならばEE
PROMのデータをRAMのデータにしたがって書換え
る方法では、RAM及びEEPROM各々からすべての
データを読出さなければ、どの部分で書換えず行われた
かを知ることができず、RAM及びEEPROM各々の
全アドレスからのデータの読出しとそれらの比較とを行
わなければならず、EEPROMの書換え工数が多大に
なるととともに、EEPROMの書換えの処理時間も長
くなってしまう。
Further, the data of the same address in the RAM and the EEPROM are read, and if they do not match, the EE
In the method of rewriting the PROM data according to the RAM data, it is not possible to know in which part the rewriting is performed without rewriting unless all the data is read from the RAM and the EEPROM, and all the addresses of the RAM and the EEPROM are read. Since it is necessary to read data from the memory and compare them, the number of man-hours for rewriting the EEPROM becomes large and the processing time for rewriting the EEPROM also becomes long.

【0016】そこで、本発明の目的は上記の問題点を解
消し、EEPROMに対する無駄な書換えや無駄な処理
を行うことなく、EEPROMの書込み待ち時間の短
縮、EEPROMの書込み競合の防止、EEPROMの
書込み漏れの防止、EEPROMの書込み回数の減少を
図ることができるEEPROM制御装置を提供すること
にある。
Therefore, an object of the present invention is to solve the above-mentioned problems, shorten the writing time of the EEPROM, prevent the writing conflict of the EEPROM, and write the EEPROM without performing unnecessary rewriting and processing of the EEPROM. An object of the present invention is to provide an EEPROM control device capable of preventing leakage and reducing the number of times of writing to the EEPROM.

【0017】[0017]

【課題を解決するための手段】本発明によるEEPRO
M制御装置は、電気的に書込み及び消去自在な不揮発性
メモリと、前記不揮発性メモリの内容を全て記憶する記
憶領域を含む読出し書込み自在な記憶装置とを有する情
報処理装置のEEPROM制御装置であって、通常動作
時に前記不揮発性メモリへのアクセスを前記記憶領域へ
のアクセスに置き換える手段と、前記記憶領域への書込
みの有無を示す書込み要求を保持する保持手段と、予め
設定された所定周期で動作しかつ前記保持手段に前記書
込み要求が保持されているときに前記書込み要求に対応
する前記記憶領域の内容を前記不揮発性メモリに書込む
手段とを備えている。
EEPRO according to the present invention
The M control device is an EEPROM control device of an information processing device having an electrically writable and erasable non-volatile memory and a readable and writable storage device including a storage area for storing all contents of the non-volatile memory. A means for replacing the access to the non-volatile memory with an access to the storage area during normal operation, a holding means for holding a write request indicating whether or not writing to the storage area, and a preset predetermined cycle. And a means for writing the content of the storage area corresponding to the write request into the non-volatile memory when the write request is held in the holding means.

【0018】本発明による他のEEPROM制御装置
は、上記の構成のほかに、前記情報処理装置とは非同期
に動作しかつ前記情報処理装置に対して前記所定周期毎
に割込みを発生する手段を具備している。
Another EEPROM control apparatus according to the present invention has, in addition to the above configuration, means for operating asynchronously with the information processing apparatus and for generating an interrupt to the information processing apparatus at the predetermined intervals. are doing.

【0019】本発明による別のEEPROM制御装置
は、上記の構成のほかに、前記所定周期で動作しかつ前
記保持手段に前記書込み要求が保持されていないときに
前記不揮発性メモリのデータチェックを行う手段を具備
している。
In addition to the above configuration, another EEPROM control device according to the present invention operates in the predetermined cycle and checks the data in the nonvolatile memory when the write request is not held in the holding means. It is equipped with means.

【0020】[0020]

【作用】通常動作時にEEPROMへのアクセスを疑似
メモリへのアクセスに置き換えて実行するとともに、疑
似メモリへの書込みの有無を示す書込み要求を書込み要
求フラグに保持しておく。
In the normal operation, the access to the EEPROM is replaced with the access to the pseudo memory and executed, and the write request indicating whether or not the pseudo memory is written is held in the write request flag.

【0021】一定間隔で定時間割込みを起動するEEP
ROM処理ルーチンが起動されたときに書込み要求が書
込み要求フラグに保持されていれば、その書込み要求に
対応する疑似メモリのデータでEEPROMの対応する
データを更新する。
EEP for activating interrupts at regular intervals
If the write request is held in the write request flag when the ROM processing routine is activated, the corresponding data in the EEPROM is updated with the data in the pseudo memory corresponding to the write request.

【0022】これによって、EEPROMをアクセスす
るタスクや割込みルーチン等の通常処理ルーチンにとっ
ては普通のRAMをアクセスするだけなので、EEPR
OM特有の手続きを踏まなくともEEPROMに対する
データの読み書きが可能となり、ソフトウェアによる時
間管理やメモリ管理の負担が軽減される。
As a result, the task for accessing the EEPROM and the normal processing routines such as the interrupt routine only access the normal RAM.
Data can be read / written from / to the EEPROM without following the procedure peculiar to the OM, and the time management and memory management burden of software is reduced.

【0023】また、EEPROMへのデータ書込み終了
待ちを行う必要がなくなるので、その分CPU占有時間
のロスが無くなる。さらに、EEPROMにアクセスす
るプログラムの場所が、書込み要求フラグ内の書込み要
求の有無、あるいはベリファイカウンタの値によって限
定されるので、書込み回数のチェック等EEPROM管
理プログラムの作成が容易となる。
Further, since it is not necessary to wait for the end of data writing to the EEPROM, the CPU occupation time is not lost. Furthermore, since the location of the program for accessing the EEPROM is limited by the presence or absence of the write request in the write request flag or the value of the verify counter, it becomes easy to create the EEPROM management program such as checking the number of writes.

【0024】さらにまた、EEPROM処理ルーチンは
ライトサイクル間隔を避けて動作するので、メモリ重複
アクセスを生ずる心配がない。この場合、EEPROM
の1ページあたりへのアクセス間隔内にデータ書換えが
何回起きても、EEPROM処理ルーチンによるそのペ
ージに対するEEPROMへのアクセスが1回だけなの
で、その分EEPROMに対する書込み回数が減少す
る。
Furthermore, since the EEPROM processing routine operates while avoiding the write cycle interval, there is no risk of duplicate memory access. In this case, the EEPROM
No matter how many times data is rewritten within one page access interval, the EEPROM processing routine only accesses the EEPROM once, so the number of writings to the EEPROM is reduced accordingly.

【0025】よって、EEPROMに対する無駄な書換
えや無駄な処理を行うことなく、EEPROMの書込み
待ち時間の短縮、EEPROMの書込み競合の防止、E
EPROMの書込み漏れの防止、EEPROMの書込み
回数の減少が図れる。
Therefore, the writing waiting time of the EEPROM is reduced, the writing conflict of the EEPROM is prevented, and the writing conflict of the EEPROM is prevented without performing the unnecessary rewriting and the unnecessary processing of the EEPROM.
It is possible to prevent the writing failure of the EPROM and reduce the number of writing times of the EEPROM.

【0026】[0026]

【実施例】次に、本発明の一実施例について図面を参照
して説明する。
Next, an embodiment of the present invention will be described with reference to the drawings.

【0027】図1は本発明の一実施例の構成を示すブロ
ック図である。図において、EEPROM処理ルーチン
1はタスク4a〜4dとは非同期で動作し、一定間隔で
タスク4a〜4dの処理に割込みをかけて動作する。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. In the figure, the EEPROM processing routine 1 operates asynchronously with the tasks 4a to 4d, and operates by interrupting the processing of the tasks 4a to 4d at regular intervals.

【0028】EEPROM処理ルーチン1はこの割込み
によって動作を開始すると、RAM2に予め設けた書込
み要求フラグ2bをチェックし、書込み要求フラグ2b
が立っていれば、RAM2に予め設けた疑似メモリ2a
内のフラグに対応するページのデータをEEPROM3
の対応するページに書込む。
When the EEPROM processing routine 1 starts its operation by this interrupt, it checks the write request flag 2b provided in the RAM 2 in advance, and writes the write request flag 2b.
, The pseudo memory 2a provided in the RAM 2 in advance.
Data of the page corresponding to the flag in the EEPROM3
Write to the corresponding page of.

【0029】また、EEPROM処理ルーチン1は書込
み要求フラグ2bが立っていなければ、EEPROM3
に対して1ページずつデータチェック処理(ベリファイ
チェック)を行う。
In the EEPROM processing routine 1, if the write request flag 2b is not set, the EEPROM 3
For each page, data check processing (verify check) is performed.

【0030】ここで、RAM2の疑似メモリ2aはEE
PROM3と同じ大きさの領域が確保されたものであ
る。また、書込み要求フラグ2bはEEPROM3のペ
ージ単位毎に書込み要求、つまり疑似メモリ2aへの書
込みが行われたか否かを示す情報の有無を示すものであ
る。さらに、割込みを発生する一定間隔には使用するE
EPROM3のライトサイクルよりも少し長い程度の時
間が設定される。
Here, the pseudo memory 2a of the RAM 2 is EE
An area of the same size as the PROM 3 is secured. The write request flag 2b indicates whether or not there is a write request for each page of the EEPROM 3, that is, whether or not there is information indicating whether or not writing to the pseudo memory 2a has been performed. In addition, E to be used at a constant interval to generate an interrupt
A time slightly longer than the write cycle of the EPROM 3 is set.

【0031】図2は本発明の一実施例によるEEPRO
M制御方法を用いたマイクロプロセッサシステムを示す
ブロック図である。図において、このマイクロプロセッ
サシステムではCPU4にRAM2と、EEPROM3
と、ROM5とが夫々接続されている。
FIG. 2 shows an EEPRO according to an embodiment of the present invention.
It is a block diagram which shows the microprocessor system using the M control method. In the figure, in this microprocessor system, the CPU 4 has a RAM 2 and an EEPROM 3
And the ROM 5 are connected to each other.

【0032】ここで、CPU4はROM5に格納されて
いるプログラムによって動作し、上記のEEPROM処
理ルーチン1とタスク4a〜4dとを夫々実行する。C
PU4はタスク4a〜4dを実行する通常ルーチンでE
EPROM3のデータをアクセスする場合、それらのア
クセスを全てRAM2内の疑似メモリ2aへのアクセス
に置き換えて実行する。
Here, the CPU 4 operates according to a program stored in the ROM 5, and executes the EEPROM processing routine 1 and the tasks 4a to 4d, respectively. C
PU4 is a normal routine that executes tasks 4a-4d
When the data of the EPROM 3 is accessed, all the accesses are replaced with the access to the pseudo memory 2a in the RAM 2 and executed.

【0033】図3は図1のEEPROM処理ルーチン1
の処理動作を示すフローチャートである。これら図1〜
図3を用いてEEPROM処理ルーチン1の処理動作に
ついて説明する。
FIG. 3 shows the EEPROM processing routine 1 of FIG.
3 is a flowchart showing the processing operation of FIG. These Figure 1
The processing operation of the EEPROM processing routine 1 will be described with reference to FIG.

【0034】EEPROM処理ルーチン1は起動される
と、まず定時間割込みを発生し(図3ステップS1)、
その後にRAM2の書込み要求フラグ2bを参照して書
込み要求の有無をチェックする(図3ステップS2)。
When the EEPROM processing routine 1 is started, a constant time interrupt is first generated (step S1 in FIG. 3),
After that, the presence / absence of a write request is checked by referring to the write request flag 2b of the RAM 2 (step S2 in FIG. 3).

【0035】EEPROM処理ルーチン1は書込み要求
があれば、その書込み要求に対応するRAM2の疑似メ
モリ2aのデータでEEPROM3の対応するページの
データを更新する(図3ステップS3)。EEPROM
処理ルーチン1はEEPROM3に対するデータの更新
が終了すると、書込み要求フラグ2bの書込み要求を1
ページ分削除してから(図3ステップS4)、処理を終
了して次の割込み起動待ちとなる。
If there is a write request, the EEPROM processing routine 1 updates the data of the corresponding page of the EEPROM 3 with the data of the pseudo memory 2a of the RAM 2 corresponding to the write request (step S3 in FIG. 3). EEPROM
When the data update to the EEPROM 3 is completed, the processing routine 1 issues the write request of the write request flag 2b to 1
After deleting the page (step S4 in FIG. 3), the process is terminated and the next interrupt start waits.

【0036】一方、EEPROM処理ルーチン1は書込
み要求がなければ、ベリファイカウンタ(図示せず)に
よって処理するページを選択し、選択したページに対応
する疑似メモリ2aのデータとEEPROM3のデータ
とのベリファイチェックを行う(図3ステップS5,
6)。
On the other hand, if there is no write request, the EEPROM processing routine 1 selects a page to be processed by a verify counter (not shown) and verifies the data in the pseudo memory 2a and the EEPROM 3 corresponding to the selected page. Is performed (step S5 in FIG. 3).
6).

【0037】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は選択したペ
ージに対応する疑似メモリ2aのデータでEEPROM
3のデータを更新し(図3ステップS7)、ベリファイ
カウンタを更新してから(図3ステップS8)、処理を
終了して次の割込み起動待ちとなる。
If there is data that does not match in this verify check, the EEPROM processing routine 1 uses the data in the pseudo memory 2a corresponding to the selected page to read the EEPROM.
3 is updated (step S7 in FIG. 3), the verify counter is updated (step S8 in FIG. 3), the process is terminated, and the next interrupt activation waits.

【0038】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから(図3ステップS8)、
処理を終了して次の割込み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter (step S8 in FIG. 3).
The process is completed and the next interrupt is activated.

【0039】図4は図2のCPU4における処理の流れ
を示すタイミング図である。図において、処理の優先順
位はEEPROM処理ルーチン1、タスク4d、タスク
4c、タスク4b、タスク4aの順番になっている。
FIG. 4 is a timing chart showing the flow of processing in the CPU 4 of FIG. In the figure, the order of priority of processing is the EEPROM processing routine 1, task 4d, task 4c, task 4b, and task 4a.

【0040】上記のマイクロプロセッサシステムに対し
て電源が投入されてからタスク4a〜4dが処理されて
いないときに起動されると、EEPROM処理ルーチン
1はまず定時間割込みを発生し、その後にRAM2の書
込み要求フラグ2bを参照して書込み要求の有無をチェ
ックする。
When tasks 4a to 4d are started while the microprocessor system is powered on and the tasks 4a to 4d are not processed, the EEPROM processing routine 1 first generates a constant time interrupt, and then the RAM 2 The presence / absence of a write request is checked with reference to the write request flag 2b.

【0041】この場合、EEPROM処理ルーチン1は
書込み要求がないので、ベリファイカウンタによって処
理するページとして1ページ目を選択し、疑似メモリ2
aの1ページ目のデータとEEPROM3の1ページ目
のデータとのベリファイチェックを行う。
In this case, since there is no write request in the EEPROM processing routine 1, the first page is selected as the page to be processed by the verify counter, and the pseudo memory 2 is selected.
A verify check is performed on the first page data of a and the first page data of the EEPROM 3.

【0042】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は疑似メモリ
2aの1ページ目のデータでEEPROM3の1ページ
目のデータを更新するための書込みコマンドを発行し、
ベリファイカウンタを更新してから処理を終了して次の
割込み起動待ちとなる。
If there is data that does not match in the verify check, the EEPROM processing routine 1 issues a write command for updating the first page data of the EEPROM 3 with the first page data of the pseudo memory 2a,
After updating the verify counter, the processing is terminated and the next interrupt activation waits.

【0043】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから処理を終了して次の割込
み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter, then ends the processing, and waits for the next interrupt activation.

【0044】次に、タスク4aの処理中にEEPROM
処理ルーチン1が起動されると、EEPROM処理ルー
チン1は定時間割込みを発生し、その後にRAM2の書
込み要求フラグ2bを参照して書込み要求の有無をチェ
ックする。
Next, during the processing of task 4a, the EEPROM
When the processing routine 1 is activated, the EEPROM processing routine 1 generates a constant time interrupt, and then refers to the write request flag 2b of the RAM 2 to check whether or not there is a write request.

【0045】この場合、EEPROM処理ルーチン1は
書込み要求がないので、ベリファイカウンタによって処
理するページとして2ページ目を選択し、疑似メモリ2
aの2ページ目のデータとEEPROM3の2ページ目
のデータとのベリファイチェックを行う。
In this case, since the EEPROM processing routine 1 has no write request, the second page is selected as the page to be processed by the verify counter, and the pseudo memory 2 is selected.
A verify check is performed on the second page data of a and the second page data of the EEPROM 3.

【0046】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は疑似メモリ
2aの2ページ目のデータでEEPROM3の2ページ
目のデータを更新するための書込みコマンドを発行し、
ベリファイカウンタを更新してから処理を終了して次の
割込み起動待ちとなる。
If there is data that does not match in the verify check, the EEPROM processing routine 1 issues a write command for updating the second page data of the EEPROM 3 with the second page data of the pseudo memory 2a,
After updating the verify counter, the processing is terminated and the next interrupt activation waits.

【0047】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから処理を終了して次の割込
み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter, then ends the processing, and waits for the next interrupt activation.

【0048】この間、タスク4aの処理は中断され、E
EPROM処理ルーチン1の処理が終了すると、制御が
戻されて再開される。再開後に、タスク4aの処理にタ
スク4bの処理が割込むと、タスク4aの処理が中断さ
れ、タスク4bの処理が開始される。この間、EEPR
OM3ではEEPROM処理ルーチン1におけるデータ
更新によって書込みコマンドが発行されると、その書込
みコマンドによるライトサイクルに入り、タスク4a,
4bの処理と並行してライトサイクルの処理が行われ
る。
During this time, the processing of task 4a is interrupted, and E
When the processing of the EPROM processing routine 1 is completed, the control is returned and restarted. After the restart, when the processing of the task 4b interrupts the processing of the task 4a, the processing of the task 4a is interrupted and the processing of the task 4b is started. During this time, EEPR
In the OM3, when a write command is issued by the data update in the EEPROM processing routine 1, a write cycle by the write command is entered, and tasks 4a,
The write cycle process is performed in parallel with the process of 4b.

【0049】タスク4bの処理中にEEPROM処理ル
ーチン1が起動されると、EEPROM処理ルーチン1
は定時間割込みを発生し、その後にRAM2の書込み要
求フラグ2bを参照して書込み要求の有無をチェックす
る。
When the EEPROM processing routine 1 is started during the processing of the task 4b, the EEPROM processing routine 1
Generates a constant time interrupt, and then refers to the write request flag 2b of the RAM 2 to check the presence / absence of a write request.

【0050】この場合、EEPROM処理ルーチン1は
書込み要求がないので、ベリファイカウンタによって処
理するページとして3ページ目を選択し、疑似メモリ2
aの3ページ目のデータとEEPROM3の3ページ目
のデータとのベリファイチェックを行う。
In this case, since the EEPROM processing routine 1 has no write request, the third page is selected as the page to be processed by the verify counter, and the pseudo memory 2 is selected.
A verify check is performed on the data on the third page of a and the data on the third page of the EEPROM 3.

【0051】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は疑似メモリ
2aの3ページ目のデータでEEPROM3の3ページ
目のデータを更新するための書込みコマンドを発行し、
ベリファイカウンタを更新してから処理を終了して次の
割込み起動待ちとなる。
If there is data that does not match in this verify check, the EEPROM processing routine 1 issues a write command for updating the third page data of the EEPROM 3 with the third page data of the pseudo memory 2a,
After updating the verify counter, the processing is terminated and the next interrupt activation waits.

【0052】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから処理を終了して次の割込
み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter, then ends the processing, and waits for the next interrupt activation.

【0053】EEPROM処理ルーチン1の処理によっ
て中断されたタスク4bの処理は、EEPROM処理ル
ーチン1の処理が終了すると再開される。このタスク4
bの処理が終了すると、タスク4aの処理が再開され
る。タスク4aの処理の再開後に、タスク4aの処理に
タスク4cの処理が割込むと、タスク4aの処理が中断
され、タスク4cの処理が開始される。この間、EEP
ROM3ではEEPROM処理ルーチン1におけるデー
タ更新によって書込みコマンドが発行されると、その書
込みコマンドによるライトサイクルに入り、タスク4
b,4a,4cの処理と並行してライトサイクルの処理
が行われる。
The processing of the task 4b interrupted by the processing of the EEPROM processing routine 1 is restarted when the processing of the EEPROM processing routine 1 is completed. This task 4
When the processing of b is completed, the processing of task 4a is restarted. When the processing of the task 4c interrupts the processing of the task 4a after the processing of the task 4a is restarted, the processing of the task 4a is interrupted and the processing of the task 4c is started. During this time, EEP
In the ROM 3, when the write command is issued by the data update in the EEPROM processing routine 1, the write cycle by the write command is started, and the task 4
The write cycle process is performed in parallel with the processes b, 4a, and 4c.

【0054】タスク4cの処理中にEEPROM処理ル
ーチン1が起動されると、EEPROM処理ルーチン1
は定時間割込みを発生し、その後にRAM2の書込み要
求フラグ2bを参照して書込み要求の有無をチェックす
る。
When the EEPROM processing routine 1 is started during the processing of the task 4c, the EEPROM processing routine 1
Generates a constant time interrupt, and then refers to the write request flag 2b of the RAM 2 to check the presence / absence of a write request.

【0055】この場合、EEPROM処理ルーチン1は
書込み要求がないので、ベリファイカウンタによって処
理するページとして4ページ目を選択し、疑似メモリ2
aの4ページ目のデータとEEPROM3の4ページ目
のデータとのベリファイチェックを行う。
In this case, since the EEPROM processing routine 1 has no write request, the fourth page is selected as the page to be processed by the verify counter, and the pseudo memory 2 is selected.
A verify check is performed between the data on the fourth page of a and the data on the fourth page of the EEPROM 3.

【0056】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は疑似メモリ
2aの4ページ目のデータでEEPROM3の4ページ
目のデータを更新するための書込みコマンドを発行し、
ベリファイカウンタを更新してから処理を終了して次の
割込み起動待ちとなる。
If there is data that does not match in this verify check, the EEPROM processing routine 1 issues a write command for updating the data on the fourth page of the EEPROM 3 with the data on the fourth page of the pseudo memory 2a,
After updating the verify counter, the processing is terminated and the next interrupt activation waits.

【0057】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから処理を終了して次の割込
み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter, then ends the processing, and waits for the next interrupt activation.

【0058】EEPROM処理ルーチン1の処理によっ
て中断されたタスク4cの処理は、EEPROM処理ル
ーチン1の処理が終了すると再開される。このタスク4
cの処理中に疑似メモリ2aの1ページにデータの書込
みが行われると、書込み要求フラグ2bの1ページに対
応する位置にフラグが立つ。この間、EEPROM3で
はEEPROM処理ルーチン1におけるデータ更新によ
って書込みコマンドが発行されると、その書込みコマン
ドによるライトサイクルに入り、タスク4cの処理と並
行してライトサイクルの処理が行われる。
The processing of the task 4c interrupted by the processing of the EEPROM processing routine 1 is restarted when the processing of the EEPROM processing routine 1 is completed. This task 4
When data is written to one page of the pseudo memory 2a during the processing of c, a flag is set at a position corresponding to one page of the write request flag 2b. During this time, when a write command is issued by the data update in the EEPROM processing routine 1 in the EEPROM 3, the write cycle by the write command is started, and the write cycle processing is performed in parallel with the processing of the task 4c.

【0059】疑似メモリ2aの1ページに対するデータ
の書込みが行われた後のタスク4cの処理中にEEPR
OM処理ルーチン1が起動されると、EEPROM処理
ルーチン1は定時間割込みを発生し、その後にRAM2
の書込み要求フラグ2bを参照して書込み要求の有無を
チェックする。
During the processing of the task 4c after the writing of data to one page of the pseudo memory 2a, the EEPR is executed.
When the OM processing routine 1 is started, the EEPROM processing routine 1 generates a constant time interrupt, and then the RAM 2
The presence or absence of a write request is checked with reference to the write request flag 2b of.

【0060】このとき、EEPROM処理ルーチン1は
書込み要求があるので、その書込み要求に対応する疑似
メモリ2aの1ページ目のデータでEEPROM3の対
応する1ページ目のデータを更新する。EEPROM処
理ルーチン1はEEPROM3に対するデータの更新の
ための書込みコマンドの発行が終了すると、書込み要求
フラグ2bの書込み要求を1ページ分削除してから、処
理を終了して次の割込み起動待ちとなる。
At this time, since the EEPROM processing routine 1 has a write request, the data of the first page of the EEPROM 3 is updated with the data of the first page of the pseudo memory 2a corresponding to the write request. When the issuance of the write command for updating the data to the EEPROM 3 is completed, the EEPROM processing routine 1 deletes one page of the write request of the write request flag 2b, then ends the processing and waits for the next interrupt activation.

【0061】EEPROM処理ルーチン1の処理によっ
て中断されたタスク4cの処理は、EEPROM処理ル
ーチン1の処理が終了すると再開される。このタスク4
cの処理にタスク4dの処理が割込むと、タスク4cの
処理が中断され、タスク4dの処理が開始される。
The processing of the task 4c interrupted by the processing of the EEPROM processing routine 1 is restarted when the processing of the EEPROM processing routine 1 is completed. This task 4
When the processing of task 4d interrupts the processing of c, the processing of task 4c is interrupted and the processing of task 4d is started.

【0062】タスク4cの処理は、タスク4dの処理が
終了すると再開される。このタスク4dの処理が終了す
ると、タスク4cの処理が再開される。この間、EEP
ROM3ではEEPROM処理ルーチン1における1ペ
ージ目のデータ更新によって書込みコマンドが発行され
ると、その書込みコマンドのライトサイクルに入り、タ
スク4c,4dの処理と並行してライトサイクルの処理
が行われる。
The processing of task 4c is restarted when the processing of task 4d is completed. When the processing of this task 4d is completed, the processing of task 4c is restarted. During this time, EEP
In the ROM 3, when a write command is issued by the data update of the first page in the EEPROM processing routine 1, the write cycle of the write command is entered, and the write cycle processing is performed in parallel with the processing of the tasks 4c and 4d.

【0063】タスク4cの処理中にEEPROM処理ル
ーチン1が起動されると、EEPROM処理ルーチン1
は定時間割込みを発生し、その後にRAM2の書込み要
求フラグ2bを参照して書込み要求の有無をチェックす
る。
When the EEPROM processing routine 1 is started during the processing of the task 4c, the EEPROM processing routine 1
Generates a constant time interrupt, and then refers to the write request flag 2b of the RAM 2 to check the presence / absence of a write request.

【0064】この場合、EEPROM処理ルーチン1は
書込み要求がないので、ベリファイカウンタによって処
理するページとして5ページ目を選択し、疑似メモリ2
aの5ページ目のデータとEEPROM3の5ページ目
のデータとのベリファイチェックを行う。
In this case, since the EEPROM processing routine 1 has no write request, the fifth page is selected as the page to be processed by the verify counter, and the pseudo memory 2 is selected.
A verify check is performed between the data on the fifth page of a and the data on the fifth page of the EEPROM 3.

【0065】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は疑似メモリ
2aの5ページ目のデータでEEPROM3の5ページ
目のデータを更新するための書込みコマンドが発行し、
ベリファイカウンタを更新してから処理を終了して次の
割込み起動待ちとなる。
If there is data that does not match in the verify check, the EEPROM processing routine 1 issues a write command for updating the fifth page data of the EEPROM 3 with the fifth page data of the pseudo memory 2a,
After updating the verify counter, the processing is terminated and the next interrupt activation waits.

【0066】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから処理を終了して次の割込
み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter, then ends the processing, and waits for the next interrupt activation.

【0067】EEPROM処理ルーチン1の処理によっ
て中断されたタスク4cの処理は、EEPROM処理ル
ーチン1の処理が終了すると再開される。このタスク4
cの処理が終了すると、タスク4aの処理が再開され
る。この間、EEPROM3ではEEPROM処理ルー
チン1におけるデータ更新によって書込みコマンドが発
行されると、その書込みコマンドのライトサイクルに入
り、タスク4c,4aの処理と並行してライトサイクル
の処理が行われる。
The processing of the task 4c interrupted by the processing of the EEPROM processing routine 1 is restarted when the processing of the EEPROM processing routine 1 is completed. This task 4
When the processing of c is completed, the processing of task 4a is restarted. During this period, when a write command is issued in the EEPROM 3 by the data update in the EEPROM processing routine 1, the write cycle of the write command is entered, and the write cycle processing is performed in parallel with the processing of the tasks 4c and 4a.

【0068】タスク4aの処理の再開後、タスク4aの
処理中にEEPROM処理ルーチン1が起動されると、
EEPROM処理ルーチン1は定時間割込みを発生し、
その後にRAM2の書込み要求フラグ2bを参照して書
込み要求の有無をチェックする。
When the EEPROM processing routine 1 is started during the processing of the task 4a after the processing of the task 4a is restarted,
The EEPROM processing routine 1 generates a constant time interrupt,
After that, the presence / absence of a write request is checked by referring to the write request flag 2b of the RAM2.

【0069】この場合、EEPROM処理ルーチン1は
書込み要求がないので、ベリファイカウンタによって処
理するページとして6ページ目を選択し、疑似メモリ2
aの4ページ目のデータとEEPROM3の6ページ目
のデータとのベリファイチェックを行う。
In this case, since the EEPROM processing routine 1 has no write request, the sixth page is selected as the page to be processed by the verify counter and the pseudo memory 2 is selected.
A verify check is performed on the data on the fourth page of a and the data on the sixth page of the EEPROM 3.

【0070】このベリファイチェックで一致しないデー
タがあれば、EEPROM処理ルーチン1は疑似メモリ
2aの4ページ目のデータでEEPROM3の6ページ
目のデータを更新するための書込みコマンドを発行し、
ベリファイカウンタを更新してから処理を終了して次の
割込み起動待ちとなる。
If there is data that does not match in this verify check, the EEPROM processing routine 1 issues a write command for updating the data on the 6th page of the EEPROM 3 with the data on the 4th page of the pseudo memory 2a,
After updating the verify counter, the processing is terminated and the next interrupt activation waits.

【0071】また、このベリファイチェックで全てのデ
ータが一致すれば、EEPROM処理ルーチン1はベリ
ファイカウンタを更新してから処理を終了して次の割込
み起動待ちとなる。
If all the data match in this verify check, the EEPROM processing routine 1 updates the verify counter, then ends the processing, and waits for the next interrupt activation.

【0072】このように、通常動作時にEEPROM3
へのアクセスを疑似メモリ2aへのアクセスに置き換え
て実行するとともに、疑似メモリ2aへの書込みの有無
を示す書込み要求を書込み要求フラグ2bに保持してお
き、予め設定された所定周期毎に定時間割込みを起動す
るEEPROM処理ルーチン1が起動されたときに書込
み要求が書込み要求フラグ2bに保持されていれば、そ
の書込み要求に対応する疑似メモリ2aのデータでEE
PROM3の対応するデータを更新することによって、
EEPROM3をアクセスするタスク4a〜4dや割込
みルーチン等の通常処理ルーチンにとっては普通のRA
M2をアクセスするだけなので、EEPROM3特有の
手続きを踏まなくともEEPROM3に対するデータの
読み書きが可能となり、ソフトウェアによる時間管理や
メモリ管理の負担が軽減される。
As described above, in the normal operation, the EEPROM 3
Access to the pseudo memory 2a is executed and the write request indicating whether or not the pseudo memory 2a is written is held in the write request flag 2b. If the write request is held in the write request flag 2b when the EEPROM processing routine 1 for activating the interrupt is activated, the data in the pseudo memory 2a corresponding to the write request is EE.
By updating the corresponding data in PROM3,
An ordinary RA is used for normal processing routines such as tasks 4a to 4d for accessing the EEPROM 3 and interrupt routines.
Since only M2 is accessed, it is possible to read / write data from / to the EEPROM 3 without following the procedure peculiar to the EEPROM 3, and the load of time management and memory management by software is reduced.

【0073】また、EEPROM3へのデータ書込み終
了待ちを行う必要がなくなるので、その分CPU占有時
間のロスが無くなる。さらに、EEPROM3にアクセ
スするプログラムの場所が、書込み要求フラグ2b内の
書込み要求の有無、あるいはベリファイカウンタの値に
よって限定されるので、書込み回数のチェック等EEP
ROM管理プログラムの作成が容易となる。
Further, since it is not necessary to wait for the end of data writing to the EEPROM 3, the loss of the CPU occupation time is eliminated accordingly. Further, since the location of the program for accessing the EEPROM 3 is limited by the presence / absence of a write request in the write request flag 2b or the value of the verify counter, the number of times of writing is checked, etc.
The ROM management program can be easily created.

【0074】さらにまた、EEPROM処理ルーチン1
はライトサイクル間隔を避けて動作するので、メモリ重
複アクセスを生ずる心配がない。この場合、EEPRO
M3の1ページあたりへのアクセス間隔内にデータ書換
えが何回起きても、EEPROM処理ルーチン1による
そのページに対するEEPROM3へのアクセスが1回
だけなので、その分EEPROM3に対する書込み回数
を減少させることができる。
Furthermore, the EEPROM processing routine 1
Since it operates while avoiding the write cycle interval, there is no risk of duplicate memory access. In this case, EEPRO
No matter how many times the data is rewritten within the access interval for one page of M3, the EEPROM processing routine 1 accesses the EEPROM 3 for the page only once, so that the number of times of writing to the EEPROM 3 can be reduced accordingly. .

【0075】よって、EEPROM3に対する無駄な書
換えや無駄な処理を行うことなく、EEPROM3の書
込み待ち時間の短縮、EEPROM3の書込み競合の防
止、EEPROM3の書込み漏れの防止、EEPROM
3の書込み回数の減少を図ることができる。
Therefore, the writing waiting time of the EEPROM 3 is shortened, the writing conflict of the EEPROM 3 is prevented, the writing omission of the EEPROM 3 is prevented, and the writing of the EEPROM 3 is prevented without performing unnecessary rewriting or wasteful processing of the EEPROM 3.
It is possible to reduce the number of writing times of 3.

【0076】[0076]

【発明の効果】以上説明したように本発明によれば、通
常動作時に電気的に書込み及び消去自在な不揮発性メモ
リへのアクセスを、その不揮発性メモリの内容を全て記
憶する記憶領域へのアクセスに置き換えるとともに、こ
の記憶領域への書込みの有無を示す書込み要求を保持し
ておき、予め設定された所定周期で書込み要求の有無を
チェックしたときに書込み要求が保持されていれば、そ
の書込み要求に対応する記憶領域の内容を不揮発性メモ
リに書込むことによって、EEPROMに対する無駄な
書換えや無駄な処理を行うことなく、EEPROMの書
込み待ち時間の短縮、EEPROMの書込み競合の防
止、EEPROMの書込み漏れの防止、EEPROMの
書込み回数の減少を図ることができるという効果があ
る。
As described above, according to the present invention, it is possible to access a non-volatile memory that is electrically writable and erasable during normal operation and to access a storage area that stores all the contents of the non-volatile memory. If a write request is held when the presence or absence of a write request is checked at a preset predetermined cycle, then the write request is held By writing the contents of the storage area corresponding to the above into the non-volatile memory, the writing waiting time of the EEPROM is shortened, the writing conflict of the EEPROM is prevented, and the writing failure of the EEPROM is prevented without performing unnecessary rewriting or wasteful processing of the EEPROM. And the number of writings to the EEPROM can be reduced.

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

【図1】本発明の一実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention.

【図2】本発明の一実施例によるEEPROM制御方法
を用いたマイクロプロセッサシステムを示すブロック図
である。
FIG. 2 is a block diagram showing a microprocessor system using an EEPROM control method according to an embodiment of the present invention.

【図3】図1のEEPROM処理ルーチンの処理動作を
示すフローチャートである。
FIG. 3 is a flowchart showing a processing operation of an EEPROM processing routine of FIG.

【図4】図2のCPUにおける処理の流れを示すタイミ
ング図である。
FIG. 4 is a timing chart showing a processing flow in the CPU of FIG.

【図5】従来例によるEEPROMの制御動作を示すフ
ローチャートである。
FIG. 5 is a flowchart showing a control operation of an EEPROM according to a conventional example.

【図6】従来例によるEEPROMの制御動作を示すフ
ローチャートである。
FIG. 6 is a flowchart showing a control operation of an EEPROM according to a conventional example.

【図7】従来例によるEEPROMの制御動作を示すフ
ローチャートである。
FIG. 7 is a flowchart showing a control operation of an EEPROM according to a conventional example.

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

1 EEPROM処理ルーチン 2 RAM 2a 疑似メモリ 2b 書込み要求フラグ 3 EEPROM 4a〜4d タスク 1 EEPROM processing routine 2 RAM 2a Pseudo memory 2b Write request flag 3 EEPROM 4a to 4d Task

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 電気的に書込み及び消去自在な不揮発性
メモリと、前記不揮発性メモリの内容を全て記憶する記
憶領域を含む読出し書込み自在な記憶装置とを有する情
報処理装置のEEPROM制御装置であって、通常動作
時に前記不揮発性メモリへのアクセスを前記記憶領域へ
のアクセスに置き換える手段と、前記記憶領域への書込
みの有無を示す書込み要求を保持する保持手段と、予め
設定された所定周期で動作しかつ前記保持手段に前記書
込み要求が保持されているときに前記書込み要求に対応
する前記記憶領域の内容を前記不揮発性メモリに書込む
手段とを有することを特徴とするEEPROM制御装
置。
1. An EEPROM control device for an information processing apparatus having an electrically writable and erasable nonvolatile memory and a readable and writable storage device including a storage area for storing all contents of the nonvolatile memory. A means for replacing the access to the non-volatile memory with an access to the storage area during normal operation, a holding means for holding a write request indicating whether or not writing to the storage area, and a preset predetermined cycle. And a means for writing the content of the storage area corresponding to the write request into the non-volatile memory when the write operation is held in the holding means.
【請求項2】 前記情報処理装置とは非同期に動作しか
つ前記情報処理装置に対して前記所定周期毎に割込みを
発生する手段を含むことを特徴とする請求項1記載のE
EPROM制御装置。
2. The E according to claim 1, further comprising means that operates asynchronously with the information processing apparatus and that generates an interrupt to the information processing apparatus at the predetermined intervals.
EPROM controller.
【請求項3】 前記所定周期で動作しかつ前記保持手段
に前記書込み要求が保持されていないときに前記不揮発
性メモリのデータチェックを行う手段を含むことを特徴
とする請求項1または請求項2記載のEEPROM制御
装置。
3. The method according to claim 1, further comprising means for performing a data check of the non-volatile memory when operating in the predetermined cycle and when the write request is not held in the holding means. The described EEPROM control device.
JP26592894A 1994-10-31 1994-10-31 Eeprom control unit Withdrawn JPH08129505A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP26592894A JPH08129505A (en) 1994-10-31 1994-10-31 Eeprom control unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP26592894A JPH08129505A (en) 1994-10-31 1994-10-31 Eeprom control unit

Publications (1)

Publication Number Publication Date
JPH08129505A true JPH08129505A (en) 1996-05-21

Family

ID=17424039

Family Applications (1)

Application Number Title Priority Date Filing Date
JP26592894A Withdrawn JPH08129505A (en) 1994-10-31 1994-10-31 Eeprom control unit

Country Status (1)

Country Link
JP (1) JPH08129505A (en)

Similar Documents

Publication Publication Date Title
JP2990181B1 (en) Flash memory, microcomputer having flash memory, and method of storing program in flash memory
EP2054800A2 (en) Flash memory access circuit
JP2005071303A (en) Program starting device
JPH03252993A (en) Information writing device for e2prom
JPH08129505A (en) Eeprom control unit
JPH11265283A (en) Correction method for firmware in storage device, and storage device
JPH01303529A (en) Invalidation system for retrial point
JP2009223435A (en) Data storage method and device, and program
US10599589B2 (en) Semiconductor device and flash-memory control method
JP2000243093A (en) Data storing method for flash memory and data reading out method from flash memory
JPH09259046A (en) Method for storing data in flash memory and method for reading data out of flash memory
JPS63305445A (en) Data writing system at power break
JP2001125790A (en) Program reloading method for on-vehicle electronics
JP3130798B2 (en) Bus transfer device
JPH0496122A (en) Information processor
JP3168845B2 (en) Digital signal processor
JPH07152574A (en) Program loading system
JP3127737B2 (en) Digital signal processor
JPH0820933B2 (en) Data writing method and device
JPH08101788A (en) Method and device for memory operation management
JPH02125303A (en) Programmable controller
JPS63298654A (en) Microcomputer
JPH11167519A (en) Memory refresh control circuit, memory, memory module, and digital device
JPH0736631A (en) Storage device
JPH11338690A (en) Flash memory, firmware use system device and firmware rewriting method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20020115