JP2006079262A - Eeprom control system - Google Patents

Eeprom control system Download PDF

Info

Publication number
JP2006079262A
JP2006079262A JP2004261047A JP2004261047A JP2006079262A JP 2006079262 A JP2006079262 A JP 2006079262A JP 2004261047 A JP2004261047 A JP 2004261047A JP 2004261047 A JP2004261047 A JP 2004261047A JP 2006079262 A JP2006079262 A JP 2006079262A
Authority
JP
Japan
Prior art keywords
eeprom
data
stored
rom
controlling
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.)
Pending
Application number
JP2004261047A
Other languages
Japanese (ja)
Inventor
Takehiko Nitta
武彦 新田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2004261047A priority Critical patent/JP2006079262A/en
Publication of JP2006079262A publication Critical patent/JP2006079262A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Stored Programmes (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To make the shipping initialization of an EEPROM unnecessary, improve productivity, extend the life of the EEPROM by reducing the number of writing times to an EEPROM and efficiently use the region of the EEPROM in an application system such as a home electrical appliance equipped with the EEPROM which stores a setting value for controlling the system. <P>SOLUTION: The EEPROM control system is provided with; the EEPROM which stores a setting value for controlling a system; a control part which reads out the setting value stored in the EEPROM and controls the system; a determination part which determines whether data stored in the EEPROM are normal based on the data stored in a prescribed address of the EEPROM; and a ROM which stores a default value of the setting value for controlling the system. When the determination part determines that the data stored in the EEPROM are abnormal, controlling is made based on the default value stored in the ROM, or the default value stored in the ROM is written to the EEPROM. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明はEEPROM制御システムに関するものである。   The present invention relates to an EEPROM control system.

EEPROMは家電製品等の応用システムに組み込まれ、システムを制御するための設定値を記憶している。従来、この種のEEPROM制御システムはEEPROMの初期化を行うかどうかの判断は、特定のキー操作が行われるかどうかにより判断している(例えば、特許文献1参照)。 図3は、特許文献1に記載された従来のEEPROM制御システムを示すものである。図3に示すように、EEPROM1と、マイクロコンピュータ10と、キー入力部6から構成されている。
特開平8−46885号公報
The EEPROM is incorporated in an application system such as a home appliance and stores setting values for controlling the system. Conventionally, this type of EEPROM control system determines whether or not to initialize the EEPROM based on whether or not a specific key operation is performed (see, for example, Patent Document 1). FIG. 3 shows a conventional EEPROM control system described in Patent Document 1. In FIG. As shown in FIG. 3, the configuration includes an EEPROM 1, a microcomputer 10, and a key input unit 6.
JP-A-8-46885

しかしながら、前記従来の構成では、工場出荷時や新品のEEPROMに交換した場合等、EEPROMに正常なデータが記憶されていないため、EEPROM制御システムを正常に動作させるためには、特定のキー操作を行いEEPROMの初期化が必要となる。   However, in the conventional configuration, normal data is not stored in the EEPROM at the time of factory shipment or when it is replaced with a new one. Therefore, in order to operate the EEPROM control system normally, a specific key operation is performed. It is necessary to initialize the EEPROM.

本発明は、前記従来の課題を解決するもので、出荷時の初期化を不要とし、生産性の向上を図るEEPROM制御システムを提供することを目的とする。   SUMMARY OF THE INVENTION An object of the present invention is to provide an EEPROM control system that solves the above-described conventional problems and eliminates the need for initialization at the time of shipment and improves productivity.

前記従来の課題を解決するために、本発明のEEPROM制御システムは、システムを制御するための設定値を記憶するEEPROMと、EEPROMに記憶されている設定値の読み出しとシステムの制御を行う制御部と、EEPROMの所定アドレスに記憶されたデータにより前記EEPROMに記憶されたデータが正常かどうか判定する判定部と、システムを制御するための設定値のデフォルト値を記憶するROMを備え、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値により制御を行うか、または、ROMに記憶されたデフォルト値をEEPROMに書き込みを行うことにより、出荷時の初期化を不要とし、生産性の向上を図るものである。また、EEPROMから読み出したデータを格納するRAMを備え、RAMのデータを参照しながら制御するシステムにおいて、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値をRAMに転送を行うことにより、EEPROMの書込み回数を減らすことができ、EEPROM寿命を延ばすものである。また、EEPROMの所定アドレスの2ビットに”0”データと”1”データを書込み、そのデータにより、EEPROMに記憶されたデータが異常であると判定することにより、”00”や”FF”等の不定値になっている場合でも確実に異常判定ができ、2ビット以外の領域はシステムを制御するための設定値の記憶領域として使用することができ、EEPROMの領域を有効に使用することができる。   In order to solve the above-described conventional problems, an EEPROM control system according to the present invention includes an EEPROM that stores setting values for controlling the system, and a control unit that reads the setting values stored in the EEPROM and controls the system. And a determination unit for determining whether or not the data stored in the EEPROM is normal based on the data stored at a predetermined address of the EEPROM, and a ROM for storing a default value of a set value for controlling the system. When it is determined that the data stored in the EEPROM is abnormal, control is performed using the default value stored in the ROM, or the default value stored in the ROM is written into the EEPROM, so that Initialization is not required and productivity is improved. Further, in a system that includes a RAM for storing data read from the EEPROM and controls the RAM while referring to the data in the RAM, when the determination unit determines that the data stored in the EEPROM is abnormal, the data is stored in the ROM. By transferring the default value to the RAM, the number of times of writing to the EEPROM can be reduced and the life of the EEPROM is extended. In addition, “0” data and “1” data are written to 2 bits of a predetermined address of the EEPROM, and by determining that the data stored in the EEPROM is abnormal based on the data, “00”, “FF”, etc. Even if the value is indefinite, it is possible to reliably determine an abnormality, and an area other than 2 bits can be used as a setting value storage area for controlling the system, and the EEPROM area can be used effectively. it can.

本発明のEEPROM制御システムは、家電製品等の応用システムに対して、出荷時の初期化を不要とし、生産性の向上を図るとともに、EEPROMの書込み回数を減らすことによりEEPROM寿命を延ばし、EEPROMの領域を有効に使用することができる。   The EEPROM control system of the present invention eliminates the need for initialization at the time of shipment for application systems such as home appliances, improves productivity, extends the lifetime of the EEPROM by reducing the number of times the EEPROM is written, The area can be used effectively.

第1の発明は、システムを制御するための設定値を記憶するEEPROMと、EEPROMに記憶されている設定値の読み出しとシステムの制御を行う制御部と、EEPROMに記憶されたデータが正常かどうか判定する判定部を備え、EEPROMの所定アドレスに記憶されたデータにより、EEPROMに記憶されたデータが正常かどうか判定することができる。   1st invention, EEPROM which memorize | stores the setting value for controlling a system, The control part which reads the setting value memorize | stored in EEPROM, and controls a system, Whether the data memorize | stored in EEPROM are normal A determination unit is provided for determining whether or not the data stored in the EEPROM is normal based on the data stored at a predetermined address of the EEPROM.

第2の発明は、特に、第1の発明のEEPROM制御システムにおいて、EEPROMの所定アドレスの2ビットに”0”データと”1”データを書込み、そのデータにより、EEPROMに記憶されたデータが異常であると判定することにより、”00”や”FF”等の不定値になっている場合でも確実に異常判定ができ、2ビット以外の領域はシステムを制御するための設定値の記憶領域として使用することができ、EEPROMの領域を有効に使用することができる。   In the second invention, in particular, in the EEPROM control system of the first invention, "0" data and "1" data are written in 2 bits of a predetermined address of the EEPROM, and the data stored in the EEPROM is abnormal due to the data. Therefore, even if the value is indefinite, such as “00” or “FF”, it is possible to reliably determine the abnormality, and the area other than 2 bits is used as a setting value storage area for controlling the system. The EEPROM area can be used effectively.

第3の発明は、特に、第1または第2の発明のEEPROM制御システムにおいて、システムを制御するための設定値のデフォルト値を記憶するROMを備え、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値により制御を行うことにより、システムが異常なデータで動作することを防止できる。   The third invention, in particular, in the EEPROM control system of the first or second invention, is provided with a ROM for storing a default value of a set value for controlling the system, and the data stored in the EEPROM by the determination unit is abnormal. In the case where it is determined that the data is determined as follows, it is possible to prevent the system from operating with abnormal data by performing control based on the default value stored in the ROM.

第4の発明は、特に、第3の発明のEEPROM制御システムにおいて、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値をEEPROMに書き込みを行うことにより、出荷時の初期化を不要とし、生産性の向上を図ることができる。   In the fourth aspect of the invention, in particular, in the EEPROM control system of the third aspect of the invention, when the determination unit determines that the data stored in the EEPROM is abnormal, the default value stored in the ROM is written to the EEPROM. As a result, initialization at the time of shipment is unnecessary, and productivity can be improved.

第5の発明は、特に、第3の発明のEEPROM制御システムにおいて、EEPROMから読み出したデータを格納するRAMを備え、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値をRAMに転送を行い、RAMのデータを参照しながら制御することにより、EEPROMの書込み回数を減らすことができ、EEPROM寿命を延ばすとともに、EEPROMへのデフォルト値の書込み処理が不要となり、プログラム容量を削減することができる。また、出荷時の初期化を不要とし、生産性の向上を図ることができる。   The fifth aspect of the invention includes a RAM for storing data read from the EEPROM, particularly in the EEPROM control system of the third aspect of the invention, and when the data stored in the EEPROM is determined to be abnormal by the determination unit, the ROM By transferring the default value stored in the RAM to the RAM and controlling the RAM while referring to the RAM data, the number of times of writing to the EEPROM can be reduced, the life of the EEPROM is extended, and the process of writing the default value to the EEPROM is reduced. It becomes unnecessary and the program capacity can be reduced. Further, initialization at the time of shipment is unnecessary, and productivity can be improved.

以下、本発明の実施の形態について、図面を参照しながら説明する。なお、この実施の形態によって本発明が限定されるものではない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. Note that the present invention is not limited to the embodiments.

(実施の形態1)
図1は、本発明の第1の実施の形態におけるEEPROM制御システムのブロック図を示すものである。図1において、マイクロコンピュータ10は、EEPROM1に記憶されている設定値の読み出しとシステムの制御を行う制御部2と、EEPROM1に記憶されたデータが正常かどうか判定する判定部3と、システムを制御するための設定値のデフォルト値を記憶するROM4と、EEPROM1から読み出したデータを格納するRAM5から構成され、EEPROM1とシリアルインタフェース等を介してデータの送受信を行っている。以上のように構成されたEEPROM制御システムについて、以下、図2のフローチャートを用いて説明する。
(Embodiment 1)
FIG. 1 is a block diagram of an EEPROM control system according to the first embodiment of the present invention. In FIG. 1, a microcomputer 10 controls a control unit 2 that reads a set value stored in the EEPROM 1 and controls the system, a determination unit 3 that determines whether data stored in the EEPROM 1 is normal, and a system. This is composed of a ROM 4 that stores default values for setting values and a RAM 5 that stores data read from the EEPROM 1, and transmits and receives data via the serial interface and the like. The EEPROM control system configured as described above will be described below with reference to the flowchart of FIG.

まず、電源投入により、制御部2によりEEPROM1からシステムを制御するための設定値を読み出し(S101)、EEPROM1から読み出したデータをRAM5へ転送する(S102)。つぎに、EEPROM1のアドレス0000Hに記憶されたデータの下位2ビットのデータが”10”かどうか判定部3により比較する(S103)。データが”10”であれば正常と判定し、S105へ移行する。データが”10”でなければ異
常と判定し、ROM4からシステムを制御するための設定値のデフォルト値をRAM5へ転送する(S104)。このとき、EEPROM1のアドレス0000Hに相当するRAMの下位2ビットのデータには”10”を転送する。システムを制御するための設定値が変更されれば(S105)、RAM5のデータを変更するとともに、EEPROM1へデータを書き込む(S106)。これにより、EEPROM1のアドレス0000Hの下位2ビットのデータは”10”に書換えられ、次回電源投入時には、S103でデータ正常と判定され、S106で変更された内容が反映される。
First, when the power is turned on, the setting value for controlling the system is read from the EEPROM 1 by the control unit 2 (S101), and the data read from the EEPROM 1 is transferred to the RAM 5 (S102). Next, the determination unit 3 compares whether the lower 2 bits of the data stored in the address 0000H of the EEPROM 1 is “10” (S103). If the data is “10”, it is determined to be normal, and the process proceeds to S105. If the data is not “10”, it is determined that there is an abnormality, and a default value of a setting value for controlling the system is transferred from the ROM 4 to the RAM 5 (S104). At this time, “10” is transferred to the lower 2 bits of the RAM corresponding to the address 0000H of the EEPROM 1. If the setting value for controlling the system is changed (S105), the data in the RAM 5 is changed and the data is written to the EEPROM 1 (S106). As a result, the lower 2 bits of data at the address 0000H of the EEPROM 1 are rewritten to “10”. When the power is next turned on, it is determined that the data is normal in S103, and the contents changed in S106 are reflected.

以上のように、本実施の形態においては、システムを制御するための設定値を記憶するEEPROMと、EEPROMに記憶されている設定値の読み出しとシステムの制御を行う制御部と、EEPROMの所定アドレスに記憶されたデータにより前記EEPROMに記憶されたデータが正常かどうか判定する判定部と、システムを制御するための設定値のデフォルト値を記憶するROMを備え、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値により制御を行うことにより、出荷時の初期化を不要とし、生産性の向上を図るものである。また、EEPROMから読み出したデータを格納するRAMを備え、RAMのデータを参照しながら制御するシステムにおいて、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値をRAMに転送を行うことにより、EEPROMの書込み回数を減らすことができ、EEPROM寿命を延ばすものである。また、EEPROMの所定アドレスの2ビットに”0”データと”1”データを書込み、そのデータにより、EEPROMに記憶されたデータが異常であると判定することにより、”00”や”FF”等の不定値になっている場合でも確実に異常判定ができ、2ビット以外の領域はシステムを制御するための設定値の記憶領域として使用することができ、EEPROMの領域を有効に使用することができる。   As described above, in the present embodiment, an EEPROM that stores setting values for controlling the system, a control unit that reads the setting values stored in the EEPROM and controls the system, and a predetermined address of the EEPROM The data stored in the EEPROM includes a determination unit that determines whether the data stored in the EEPROM is normal and a ROM that stores a default value of a setting value for controlling the system. Is determined to be abnormal, control is performed using the default value stored in the ROM, so that initialization at the time of shipment is unnecessary, and productivity is improved. Further, in a system that includes a RAM for storing data read from the EEPROM and controls the RAM while referring to the data in the RAM, when the determination unit determines that the data stored in the EEPROM is abnormal, the data is stored in the ROM. By transferring the default value to the RAM, the number of times of writing to the EEPROM can be reduced and the life of the EEPROM is extended. In addition, “0” data and “1” data are written to 2 bits of a predetermined address of the EEPROM, and by determining that the data stored in the EEPROM is abnormal based on the data, “00”, “FF”, etc. Even if the value is indefinite, it is possible to reliably determine an abnormality, and an area other than 2 bits can be used as a setting value storage area for controlling the system, and the EEPROM area can be used effectively. it can.

以上のように、本発明にかかるEEPROM制御システムは、出荷時の初期化を不要とし、生産性の向上を図るとともに、EEPROMの書込み回数を減らすことによりEEPROM寿命を延ばし、EEPROMの領域を有効に使用することが可能となるので、テレビ、ビデオ等のAV機器や空気調和機等の家電機器等の用途にも適用できる。   As described above, the EEPROM control system according to the present invention eliminates the need for initialization at the time of shipment, improves productivity, extends the life of the EEPROM by reducing the number of times of writing to the EEPROM, and makes the EEPROM area effective. Since it can be used, it can be applied to applications such as home appliances such as AV equipment such as TV and video, and air conditioners.

本発明の実施の形態1におけるEEPROM制御システムのブロック図The block diagram of the EEPROM control system in Embodiment 1 of this invention 本発明の実施の形態1におけるEEPROM制御システムの動作を示すフローチャートThe flowchart which shows operation | movement of the EEPROM control system in Embodiment 1 of this invention. 従来のEEPROM制御システムのブロック図Block diagram of a conventional EEPROM control system

符号の説明Explanation of symbols

1 EEPROM
2 制御部
3 判定部
4 ROM
5 RAM
6 キー入力部
10 マイクロコンピュータ
1 EEPROM
2 Control unit 3 Judgment unit 4 ROM
5 RAM
6 Key input part 10 Microcomputer

Claims (5)

システムを制御するための設定値を記憶するEEPROMと、前記EEPROMに記憶されている設定値の読み出しとシステムの制御を行う制御部と、前記EEPROMの所定アドレスに記憶されたデータにより前記EEPROMに記憶されたデータが正常かどうか判定する判定部を備えたEEPROM制御システム。 An EEPROM that stores setting values for controlling the system, a control unit that reads the setting values stored in the EEPROM and controls the system, and data stored in a predetermined address of the EEPROM is stored in the EEPROM. EEPROM control system comprising a determination unit for determining whether or not the received data is normal. EEPROMの所定アドレスの2ビットに”0”データおよび”1”データを書き込んだ請求項1に記載のEEPROM制御システム。 2. The EEPROM control system according to claim 1, wherein "0" data and "1" data are written in 2 bits of a predetermined address of the EEPROM. システムを制御するための設定値のデフォルト値を記憶するROMを備え、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、前記ROMに記憶されたデフォルト値により制御を行う請求項1または2に記載のEEPROM制御システム。 A ROM for storing a default value of a set value for controlling the system is provided, and when the determination unit determines that the data stored in the EEPROM is abnormal, the control is performed using the default value stored in the ROM. Item 3. The EEPROM control system according to Item 1 or 2. 判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値を前記EEPROMに書き込みを行う請求項3に記載のEEPROM制御システム。 4. The EEPROM control system according to claim 3, wherein when the data stored in the EEPROM is determined to be abnormal by the determination unit, the default value stored in the ROM is written to the EEPROM. EEPROMから読み出したデータを格納するRAMを備え、判定部によりEEPROMに記憶されたデータが異常であると判定された場合、ROMに記憶されたデフォルト値を前記RAMに転送を行う請求項3に記載のEEPROM制御システム。 4. The RAM according to claim 3, further comprising a RAM for storing data read from the EEPROM, wherein when the determination unit determines that the data stored in the EEPROM is abnormal, the default value stored in the ROM is transferred to the RAM. EEPROM control system.
JP2004261047A 2004-09-08 2004-09-08 Eeprom control system Pending JP2006079262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004261047A JP2006079262A (en) 2004-09-08 2004-09-08 Eeprom control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004261047A JP2006079262A (en) 2004-09-08 2004-09-08 Eeprom control system

Publications (1)

Publication Number Publication Date
JP2006079262A true JP2006079262A (en) 2006-03-23

Family

ID=36158682

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004261047A Pending JP2006079262A (en) 2004-09-08 2004-09-08 Eeprom control system

Country Status (1)

Country Link
JP (1) JP2006079262A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016522955A (en) * 2014-05-22 2016-08-04 ヴィア アライアンス セミコンダクター カンパニー リミテッド Apparatus and method for providing configuration data

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016522955A (en) * 2014-05-22 2016-08-04 ヴィア アライアンス セミコンダクター カンパニー リミテッド Apparatus and method for providing configuration data
JP2016522954A (en) * 2014-05-22 2016-08-04 ヴィア アライアンス セミコンダクター カンパニー リミテッド Apparatus and method for providing configuration data
JP2016526245A (en) * 2014-05-22 2016-09-01 ヴィア アライアンス セミコンダクター カンパニー リミテッド Apparatus and method for providing configuration data

Similar Documents

Publication Publication Date Title
TW200627171A (en) Optimized non-volatile storage systems
JP6509512B2 (en) Control device and system and control method thereof
JP5045584B2 (en) Program rewriting device
JP2006079262A (en) Eeprom control system
JP4182359B2 (en) HDD built-in recording device
KR100280124B1 (en) Programmable controller with skip processing without transferring control to central processing unit
JP2008226111A (en) Duplication controller system and operation system controller
JP5324599B2 (en) Copy-protected software cartridge
JP5119204B2 (en) Programmable controller, data writing method, and receiving module
KR20070024128A (en) A electronic appliance and method to use substitute module thereof
JP5247558B2 (en) Control device for electronic equipment and air conditioner using the control device
JP2005275841A (en) Memory protection system
JP2007241570A (en) Setting system of shared memory for communication between programmable controller
JP2005128613A (en) Image forming device
JP2006244163A (en) Equipment adapter and centralized management system with the same
JP2008117148A (en) Information processor and information processing method
JP2006331270A (en) Control method for power-on clearing action in a plurality of microcomputer
JP2010122787A (en) Semiconductor integrated circuit and register address control device
JP2008269380A (en) Information processor
JP2008134942A (en) Information processing device and program thereof, manufacturing method for information processing device, and usage method for information processing device
JP2008287403A (en) Method for converting memory address of different programmable logic controller connected to human-machine interface
JP2006011795A (en) Port mode control system
JP2005208783A (en) Setting device and method, recording medium and program
JP2009238112A (en) Semiconductor integrated circuit
JP2010012535A (en) Robot control system, execution method for robot control system, and program for the method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071106

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080304