JP5530823B2 - Memory check method and image processing apparatus - Google Patents

Memory check method and image processing apparatus Download PDF

Info

Publication number
JP5530823B2
JP5530823B2 JP2010137750A JP2010137750A JP5530823B2 JP 5530823 B2 JP5530823 B2 JP 5530823B2 JP 2010137750 A JP2010137750 A JP 2010137750A JP 2010137750 A JP2010137750 A JP 2010137750A JP 5530823 B2 JP5530823 B2 JP 5530823B2
Authority
JP
Japan
Prior art keywords
memory
data
memory check
check
storage area
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.)
Active
Application number
JP2010137750A
Other languages
Japanese (ja)
Other versions
JP2012003505A (en
Inventor
逸応 松木
誠一 吉田
裕之 石倉
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.)
Sharp Corp
Original Assignee
Sharp Corp
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 Sharp Corp filed Critical Sharp Corp
Priority to JP2010137750A priority Critical patent/JP5530823B2/en
Publication of JP2012003505A publication Critical patent/JP2012003505A/en
Application granted granted Critical
Publication of JP5530823B2 publication Critical patent/JP5530823B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Techniques For Improving Reliability Of Storages (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)

Description

本発明は、メモリチェック方法および画像処理装置に関する。   The present invention relates to a memory check method and an image processing apparatus.

マルチファンクション複合機などに備えられ、画像データに種々の画像処理を行う画像処理装置は、プログラムデータに基づく処理やデータの転送を行うプロセッサ、該プロセッサによるデータの読み出しおよび書き込みが可能なシステムメモリ(メインメモリ、または主記憶装置とも呼ばれる)、およびHDD(ハードディスクドライブ)やフラッシュメモリなどの不揮発性メモリを備えている。   An image processing apparatus that is provided in a multi-function multifunction peripheral and performs various image processing on image data includes a processor that performs processing based on program data and data transfer, and a system memory that can read and write data by the processor ( Main memory or main storage device), and non-volatile memory such as HDD (hard disk drive) and flash memory.

不揮発性メモリには、画像処理装置全体の動作を統括するシステムプログラムが、システムプログラムデータとして記憶されている。不揮発性メモリに記憶されているシステムプログラムデータがシステムメモリに転送、格納され、格納されたシステムプログラムデータに基づいてプロセッサが所定の処理を行うことで、システムプログラムは起動する。システムプログラムの起動処理が完了した時点で、画像処理装置は画像データに対して画像処理を行うことが可能になる。   In the nonvolatile memory, a system program that controls the entire operation of the image processing apparatus is stored as system program data. The system program data stored in the non-volatile memory is transferred to and stored in the system memory, and the system program is started when the processor performs a predetermined process based on the stored system program data. When the start processing of the system program is completed, the image processing apparatus can perform image processing on the image data.

システムメモリには、システムプログラムデータだけではなく、たとえば、アプリケーションプログラムデータや画像データなどの様々なデータが格納される。マルチファンクション複合機の場合であれば、システムメモリには、たとえば、画像入力装置から入力される入力画像データや、画像出力装置へ出力される出力画像データなどが格納される。このようなシステムメモリのいずれかのメモリセルに故障が生じると、システムプログラムデータなどのデータが正常に格納できなくなり、画像処理装置が正常に動作できなくなる。そのため、システムメモリのメモリセルに故障が生じているか否かを確認し、実動作での問題発生を未然に防ぐことが求められる。   The system memory stores not only system program data but also various data such as application program data and image data. In the case of a multifunction multifunction peripheral, the system memory stores, for example, input image data input from the image input device, output image data output to the image output device, and the like. If a failure occurs in any one of the memory cells in the system memory, data such as system program data cannot be stored normally, and the image processing apparatus cannot operate normally. For this reason, it is required to check whether or not a failure has occurred in the memory cell of the system memory and to prevent the occurrence of problems in actual operation.

一般的に、システムメモリは、製造時や画像処理装置の出荷時に故障がなくても、環境などの外部要因によって故障することがある。したがって、画像処理装置が安定して動作するためには、画像処理装置を起動するたびにシステムメモリのメモリチェックをすることが必要である。しかしながら、近年の画像処理装置は、処理する画像の解像度が高く、これに比例して搭載するシステムメモリの容量が大きくなってきているので、メモリチェックに要する時間も多くなっている。従来では、システムプログラムデータの転送処理およびシステムプログラムの起動処理はメモリチェックの終了後に行われるので、メモリチェックに要する時間が多くなると、システムプログラムの起動処理が完了して画像処理装置が使用可能となるまでに多くの時間を要してしまうという問題がある。   In general, the system memory may fail due to external factors such as the environment even if there is no failure at the time of manufacture or shipment of the image processing apparatus. Therefore, in order for the image processing apparatus to operate stably, it is necessary to perform a memory check of the system memory every time the image processing apparatus is activated. However, recent image processing apparatuses have a high resolution of the image to be processed, and the capacity of the system memory to be mounted is increased in proportion to this, so that the time required for the memory check is also increased. Conventionally, the system program data transfer process and the system program start process are performed after the memory check is completed. Therefore, if the time required for the memory check increases, the system program start process is completed and the image processing apparatus can be used. There is a problem that it takes a lot of time to become.

特許文献1には、この問題を解決する装置として、マルチプロセッサシステムによって、システムメモリのメモリチェックを行う装置が開示されている。   Patent Document 1 discloses a device for performing a memory check of a system memory by a multiprocessor system as a device for solving this problem.

特開2009−169897号公報JP 2009-169897 A

特許文献1に記載の装置は、システムメモリのうち、所定のプログラムデータが格納される領域以外の領域であるメモリチェック対象領域のメモリチェックを、複数の副プロセッサに分担させて行わせている。したがって、特許文献1に記載の装置によれば、メモリチェック対象領域のメモリチェックを、従来よりも早く終了させることができる。   The device described in Patent Document 1 causes a plurality of sub processors to perform a memory check of a memory check target area that is an area other than an area in which predetermined program data is stored in a system memory. Therefore, according to the apparatus described in Patent Document 1, the memory check in the memory check target area can be completed earlier than before.

しかしながら、特許文献1に記載の装置では、すべての副プロセッサによるチェックが終了しない限り、すなわち、メモリチェック対象領域全体のメモリチェックが終了しない限り、システムプログラムの起動処理を行うことができないという課題がある。また、特許文献1に記載の装置では、メモリチェック対象領域のメモリセルについてのみメモリチェックを行っているので、メモリチェック対象領域以外の領域のメモリセルについて、故障を発見することができない。   However, in the apparatus described in Patent Document 1, there is a problem that the system program activation process cannot be performed unless the check by all the sub processors is completed, that is, unless the memory check of the entire memory check target area is completed. is there. In the apparatus described in Patent Document 1, since a memory check is performed only for a memory cell in a memory check target area, a failure cannot be found in a memory cell in an area other than the memory check target area.

本発明は、上記のような課題を解決するものであり、システムメモリのメモリチェックとシステムプログラムの起動処理とを並列に行うことができるメモリチェック方法および画像処理装置を提供することを目的とする。   An object of the present invention is to solve the above-described problems, and to provide a memory check method and an image processing apparatus capable of performing a memory check of a system memory and a startup process of a system program in parallel. .

本発明は、プロセッサと、
格納領域、ワーク領域、およびイメージ領域からなるシステムメモリと、
不揮発性メモリと、
ダイレクトメモリアクセスコントローラを含むメモリチェック回路であって、該ダイレクトメモリアクセスコントローラを介して前記システムメモリのメモリセルに所定のデータを書き込み、その後、該ダイレクトメモリアクセスコントローラを介して、前記システムメモリの前記所定のデータが書き込まれたメモリセルからデータを読み出して、書き込んだ所定のデータと読み出したデータとを比較し、比較の結果、データが一致しなかったときに、前記メモリセルに故障があったとするメモリチェックを行う回路であるメモリチェック回路と、を備える画像処理装置の起動処理における前記システムメモリのメモリチェック方法であって、
前記メモリチェック回路が、前記格納領域のメモリセルについてメモリチェックを行う第1ステップと、
前記第1ステップのメモリチェックにおいて前記格納領域のメモリセルがすべて故障していなかったときに、
前記メモリチェック回路が、前記ワーク領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記不揮発性メモリに予め記憶されているシステムプログラムデータの、前記格納領域への転送を開始し、前記ワーク領域のメモリセルについてのメモリチェックが完了するまでに、前記システムプログラムデータの、前記格納領域への転送を完了するか、または前記ワーク領域のメモリセルについてのメモリチェックと、前記システムプログラムデータの、前記格納領域への転送とが同時に完了する第2ステップと、
前記第2ステップのメモリチェックにおいて前記ワーク領域のメモリセルがすべて故障していなかったときに、
前記メモリチェック回路が、前記イメージ領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記格納領域に転送されたシステムプログラムデータに基づいて、前記画像処理装置の起動処理のうち、少なくともシステムプログラムの起動処理を行う第3ステップと、を含むことを特徴とするメモリチェック方法である。
The present invention includes a processor;
System memory consisting of storage area, work area and image area;
Non-volatile memory;
A memory check circuit including a direct memory access controller, wherein predetermined data is written to a memory cell of the system memory via the direct memory access controller, and then the memory of the system memory is transmitted via the direct memory access controller. The data is read from the memory cell in which the predetermined data is written, the predetermined data written is compared with the read data, and when the data does not match as a result of the comparison, there is a failure in the memory cell. A memory check circuit that performs a memory check, and a memory check method for the system memory in a startup process of an image processing apparatus comprising:
A first step in which the memory check circuit performs a memory check on memory cells in the storage area;
When not all memory cells in the storage area have failed in the memory check in the first step,
The memory check circuit performs a memory check on the memory cells in the work area;
The processor starts transferring the system program data stored in advance in the nonvolatile memory to the storage area, and until the memory check for the memory cells in the work area is completed, the system program data A second step of completing the transfer to the storage area or the memory check for the memory cells in the work area and the transfer of the system program data to the storage area at the same time ;
When all the memory cells in the work area have not failed in the memory check in the second step,
The memory check circuit performs a memory check on the memory cells in the image area;
A memory check including: a third step of performing at least a system program start process among the start processes of the image processing apparatus based on the system program data transferred to the storage area; Is the method.

また本発明は、前記第3ステップで行われる前記画像処理装置の起動処理には、システムプログラムの起動処理以外に、アプリケーションプログラムの起動処理と、外部機器の初期化との、少なくとも一方が含まれることを特徴とする。   According to the present invention, the startup processing of the image processing apparatus performed in the third step includes at least one of startup processing of an application program and initialization of an external device in addition to the startup processing of the system program. It is characterized by that.

また本発明は、前記メモリチェック回路が、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに前記所定のデータを書き込むとき、1または複数バースト単位で書き込むことを特徴とする。   Further, the present invention is characterized in that when the memory check circuit writes the predetermined data to the system memory via the direct memory access controller, the memory check circuit writes in one or more burst units.

また本発明は、前記メモリチェック回路が、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに前記所定のデータを書き込むとき、1バイト単位で書き込むことを特徴とする。   Further, the present invention is characterized in that when the memory check circuit writes the predetermined data to the system memory via the direct memory access controller, the memory check circuit writes the data in units of 1 byte.

また本発明は、前記メモリチェック回路が、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに、前記所定のデータとして擬似乱数パターンデータを書き込むことを特徴とする。   According to the present invention, the memory check circuit writes pseudo random number pattern data as the predetermined data to the system memory via the direct memory access controller.

また本発明は、前記メモリチェック回路が、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに、前記所定のデータとして固定パターンデータを書き込むことを特徴とする。   According to the present invention, the memory check circuit writes fixed pattern data as the predetermined data to the system memory via the direct memory access controller.

また本発明は、プロセッサと、システムメモリと、不揮発性メモリと、メモリチェック回路と、を備える画像処理装置であって、
前記システムメモリは、格納領域、ワーク領域、およびイメージ領域からなり、
前記不揮発性メモリは、予めシステムプログラムデータを記憶しており、
前記メモリチェック回路は、ダイレクトメモリアクセスコントローラを含み、該ダイレクトメモリアクセスコントローラを介して前記システムメモリのメモリセルに所定のデータを書き込み、その後、該ダイレクトメモリアクセスコントローラを介して、前記システムメモリの前記所定のデータが書き込まれたメモリセルからデータを読み出して、書き込んだ所定のデータと読み出したデータとを比較し、比較の結果、データが一致しなかったときに、前記メモリセルに故障があったとするメモリチェックを行う回路であり、
前記メモリチェック回路は、前記格納領域のメモリセルについてメモリチェックを行うように構成され、
前記格納領域のメモリセルについてのメモリチェックにおいて該格納領域のメモリセルがすべて故障していなかったとき、
前記メモリチェック回路が、前記ワーク領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記システムプログラムデータの、前記格納領域への転送を開始し、前記ワーク領域のメモリセルについてのメモリチェックが完了するまでに、前記システムプログラムデータの、前記格納領域への転送を完了するか、または前記ワーク領域のメモリセルについてのメモリチェックと、前記システムプログラムデータの、前記格納領域への転送とが同時に完了するように構成され、
前記ワーク領域のメモリセルについてのメモリチェックにおいて該ワーク領域のメモリセルがすべて故障していなかったとき、
前記メモリチェック回路が、前記イメージ領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記格納領域に転送されたシステムプログラムデータに基づいて、前記画像処理装置の起動処理のうち、少なくともシステムプログラムの起動処理を行うように構成されることを特徴とする画像処理装置である。
The present invention is also an image processing apparatus comprising a processor, a system memory, a nonvolatile memory, and a memory check circuit,
The system memory includes a storage area, a work area, and an image area.
The nonvolatile memory stores system program data in advance,
The memory check circuit includes a direct memory access controller, writes predetermined data to a memory cell of the system memory via the direct memory access controller, and then passes the direct memory access controller to the memory of the system memory. The data is read from the memory cell in which the predetermined data is written, the predetermined data written is compared with the read data, and when the data does not match as a result of the comparison, there is a failure in the memory cell. A memory check circuit that performs
The memory check circuit is configured to perform a memory check on memory cells in the storage area;
When not all memory cells in the storage area have failed in the memory check for the memory cells in the storage area,
The memory check circuit performs a memory check on the memory cells in the work area;
The processor starts transferring the system program data to the storage area and completes the transfer of the system program data to the storage area until the memory check for the memory cells in the work area is completed. Or the memory check for the memory cells in the work area and the transfer of the system program data to the storage area are completed simultaneously ,
When all the memory cells in the work area have not failed in the memory check for the memory cells in the work area,
The memory check circuit performs a memory check on the memory cells in the image area;
An image processing apparatus, wherein the processor is configured to perform at least a system program activation process among the activation processes of the image processing apparatus based on system program data transferred to the storage area. is there.

本発明によれば、第2ステップにおいて、プロセッサとメモリチェック回路とにより、システムプログラムの起動処理とシステムメモリのメモリチェックとを並列に行うことができる。これによって、システムメモリのメモリチェックに要する時間を有効に活用することができる。また本発明では、メモリチェック回路がダイレクトメモリアクセスコントローラを介してシステムメモリのメモリチェックを行うので、システムメモリのすべてのメモリセルについてメモリチェックを行うときであっても、プロセッサに掛かる負荷を軽減することができる。   According to the present invention, in the second step, the startup process of the system program and the memory check of the system memory can be performed in parallel by the processor and the memory check circuit. Thereby, the time required for the memory check of the system memory can be effectively utilized. In the present invention, since the memory check circuit performs a memory check of the system memory via the direct memory access controller, the load on the processor is reduced even when the memory check is performed for all the memory cells of the system memory. be able to.

また本発明によれば、第ステップにおいて、システムプログラムの起動処理以外にも、アプリケーションプログラムの起動処理および外部機器の初期化のうち、少なくとも一方の処理を、メモリチェック回路によるシステムメモリのメモリチェックと並列に行うことができる。したがって、システムメモリのメモリチェックに要する時間をより有効に活用することができる。 According to the invention, in the third step, in addition to the system program startup process, at least one of the application program startup process and the external device initialization is performed by the memory check circuit for checking the memory of the system memory. Can be done in parallel. Therefore, the time required for the memory check of the system memory can be utilized more effectively.

また本発明によれば、メモリチェック回路は、ダイレクトメモリアクセスコントローラを介したデータの書き込みを、1または複数バースト単位で行う。これによって、データを1バイト単位で書き込む場合と比較して、システムメモリのメモリチェックに要する時間を短縮することができる。   According to the invention, the memory check circuit writes data via the direct memory access controller in units of one or a plurality of bursts. As a result, the time required for the memory check of the system memory can be reduced as compared with the case where data is written in units of 1 byte.

また本発明によれば、メモリチェック回路は、ダイレクトメモリアクセスコントローラを介したデータの書き込みを、1バイト単位で行う。したがって、データの書き込みのときにデータマスク信号を使用するので、システムメモリのメモリチェックだけでなく、データマスク信号に異常が生じているか否かのチェックも行うことができる。   According to the present invention, the memory check circuit writes data via the direct memory access controller in units of 1 byte. Therefore, since the data mask signal is used at the time of data writing, not only the memory check of the system memory but also a check as to whether or not an abnormality has occurred in the data mask signal can be performed.

また本発明によれば、メモリチェック回路は、システムメモリに、擬似乱数パターンデータを書き込む。これによって、システムメモリのメモリセルの故障モードが他のメモリセルへの書き込みに付随して変化するような故障モードであったとしても、メモリセルの故障をより容易に発見することができる。   According to the invention, the memory check circuit writes the pseudo random number pattern data in the system memory. As a result, even if the failure mode of the memory cell of the system memory is a failure mode that changes in association with writing to another memory cell, the failure of the memory cell can be detected more easily.

また本発明によれば、メモリチェック回路は、システムメモリに、固定パターンデータを書き込む。これによって、メモリセルの故障が発見されたときに、故障しているメモリセルに本来書き込まれるべきであったデータを、当該固定パターンデータを再度生成することなく確認することができる。   According to the invention, the memory check circuit writes fixed pattern data in the system memory. As a result, when a failure of the memory cell is discovered, the data that should have been originally written to the failed memory cell can be confirmed without generating the fixed pattern data again.

また本発明によれば、プロセッサとメモリチェック回路とにより、システムプログラムの起動処理とシステムメモリのメモリチェックとを並列に行うことができる。これによって、システムメモリのメモリチェックに要する時間を有効に活用することができる。また本発明では、メモリチェック回路がダイレクトメモリアクセスコントローラを介してシステムメモリのメモリチェックを行うので、プロセッサに掛かる負荷を軽減しながら、システムメモリのすべてのメモリセルについて、メモリチェックを行うことができる。   In addition, according to the present invention, the startup process of the system program and the memory check of the system memory can be performed in parallel by the processor and the memory check circuit. Thereby, the time required for the memory check of the system memory can be effectively utilized. In the present invention, since the memory check circuit performs memory check of the system memory via the direct memory access controller, the memory check can be performed for all the memory cells of the system memory while reducing the load on the processor. .

複合機1000の構成を示す模式図である。1 is a schematic diagram illustrating a configuration of a multifunction machine 1000. FIG. システムメモリ4の各領域の概念図である。2 is a conceptual diagram of each area of a system memory 4. FIG. メモリチェック回路2の構成を示すブロック図である。3 is a block diagram showing a configuration of a memory check circuit 2. FIG. メモリチェック方法を表すフローチャートである。It is a flowchart showing a memory check method. 第1ステップS1におけるメモリチェック回路2による処理を表すフローチャートである。It is a flowchart showing the process by the memory check circuit 2 in 1st step S1.

以下に、本発明の実施形態である画像処理装置100を備える複合機1000について説明する。図1は、複合機1000の構成を示す模式図である。複合機1000は、画像処理装置100と、画像入力装置200と、画像出力装置300とを備える。複合機1000は、コピアモード(複写モード)、プリンタモード、およびファクシミリモードという3種の印刷モードを有しており、各印刷モードにおいて、記録用紙などの記録媒体上にフルカラーまたはモノクロの画像を形成する。複合機1000の印刷モードは、パーソナルコンピュータ、携帯端末装置、情報記録媒体などからの命令、図示しない操作部からの操作入力などに従って設定される。   Hereinafter, a multifunction peripheral 1000 including the image processing apparatus 100 according to an embodiment of the present invention will be described. FIG. 1 is a schematic diagram showing the configuration of the multifunction machine 1000. The multifunction machine 1000 includes an image processing apparatus 100, an image input apparatus 200, and an image output apparatus 300. The multi-function peripheral 1000 has three types of printing modes: a copier mode (copying mode), a printer mode, and a facsimile mode. In each printing mode, a full-color or monochrome image is formed on a recording medium such as recording paper. To do. The printing mode of the multifunction machine 1000 is set according to a command from a personal computer, a portable terminal device, an information recording medium, etc., an operation input from an operation unit (not shown), and the like.

画像入力装置200は、たとえば、ライン状に配置されるCCD(Charge Coupled
Device)イメージセンサを備えるスキャナ部を有する画像読取装置である。スキャナ部は、CCDイメージセンサの配置方向(主走査方向)に垂直な方向(副走査方向)に移動することによって、原稿から反射光像を読み取る。反射光像は、赤色(R)成分、緑色(G)成分、および青色(B)成分に色分解され、各成分の反射率を示すアナログ信号として、スキャナ部に読み取られる。画像入力装置200は、画素ごとに読み取ったRGBの各アナログ信号を1つのデータとしてまとめることによって、アナログ信号の画像データを作成し、当該アナログ信号の画像データを画像処理装置100に出力する。
The image input device 200 is, for example, a CCD (Charge Coupled) arranged in a line.
Device) An image reading apparatus having a scanner unit including an image sensor. The scanner unit reads the reflected light image from the document by moving in a direction (sub-scanning direction) perpendicular to the arrangement direction (main scanning direction) of the CCD image sensor. The reflected light image is color-separated into a red (R) component, a green (G) component, and a blue (B) component, and is read by the scanner unit as an analog signal indicating the reflectance of each component. The image input device 200 creates analog signal image data by collecting the RGB analog signals read for each pixel as one data, and outputs the analog signal image data to the image processing device 100.

画像処理装置100は、画像入力装置200から入力されたアナログ信号の画像データを、入力画像データとして記憶する。そして、画像処理装置100は、記憶した入力画像データに、さまざまな画像処理を行って出力画像データとして、画像出力装置300に出力する。画像処理装置100が入力画像データに行う画像処理としては、たとえば、画質調整処理、色補正処理、階調再現処理などの、画像データに対して補正を行う処理などが挙げられる。また、たとえば、拡大処理、縮小処理、2色化処理などの、ユーザの指示に基づいて画像データに修正を加える処理も挙げられる。画像処理装置100の具体的な構成については後述する。   The image processing apparatus 100 stores analog signal image data input from the image input apparatus 200 as input image data. The image processing apparatus 100 performs various image processing on the stored input image data and outputs the processed image as output image data to the image output apparatus 300. Examples of image processing performed by the image processing apparatus 100 on input image data include processing for correcting image data such as image quality adjustment processing, color correction processing, and gradation reproduction processing. In addition, for example, a process for correcting image data based on a user instruction, such as an enlargement process, a reduction process, or a two-color process. A specific configuration of the image processing apparatus 100 will be described later.

画像出力装置300は、電子写真方式、インクジェット方式などの画像形成装置である。画像出力装置300は、画像処理装置100から入力された出力画像データに基づいて、記録媒体に画像を形成する。   The image output apparatus 300 is an image forming apparatus such as an electrophotographic system or an inkjet system. The image output device 300 forms an image on a recording medium based on the output image data input from the image processing device 100.

図1に示すように、画像処理装置100は、プロセッサ1と、メモリチェック回路2と、キャッシュメモリ3と、システムメモリ4と、第1不揮発性メモリ5と、第2不揮発性メモリ6と、インターフェイス部7と、表示部8とを含む。   As shown in FIG. 1, the image processing apparatus 100 includes a processor 1, a memory check circuit 2, a cache memory 3, a system memory 4, a first nonvolatile memory 5, a second nonvolatile memory 6, and an interface. The unit 7 and the display unit 8 are included.

プロセッサ1は、プログラムデータに基づく演算処理、および異なる電子デバイス間でのデータの転送制御処理などを行う制御演算装置である。プロセッサ1としては、1つのCPU(Central Processing Unit)が用いられてもよく、複数のCPUが用いられてもよい。ただし、複数のCPUを用いる場合は、各CPUを同期させる必要が生じるので、CPUは1つであることが好ましい。   The processor 1 is a control arithmetic device that performs arithmetic processing based on program data, data transfer control processing between different electronic devices, and the like. As the processor 1, a single CPU (Central Processing Unit) may be used, or a plurality of CPUs may be used. However, when a plurality of CPUs are used, it is necessary to synchronize the CPUs.

キャッシュメモリ3は、SRAM(Static Random Access Memory)などの半導体メモリである。キャッシュメモリ3は、プロセッサ1による直接的なデータの読み出しおよび書き込みが可能に構成される。   The cache memory 3 is a semiconductor memory such as SRAM (Static Random Access Memory). The cache memory 3 is configured such that the processor 1 can directly read and write data.

第2不揮発性メモリ6は、たとえば、HDD、SDメモリカードなどの不揮発性のメモリである。第2不揮発性メモリ6には、システムプログラムデータ、2次ダウンローダプログラムデータ、およびアプリケーションプログラムデータが記憶されている。   The second non-volatile memory 6 is a non-volatile memory such as an HDD or an SD memory card. The second nonvolatile memory 6 stores system program data, secondary downloader program data, and application program data.

システムプログラムデータは、画像処理装置100全体の動作を統括し、入力画像データに対して所定の画像処理を行うためのプログラムであるシステムプログラムを表したデータである。システムプログラムデータは所定の処理の実行手順を示すデータであり、当該所定の処理に係る設定を示すデータはシステムプログラムデータに含まれない。   The system program data is data representing a system program that is a program for controlling the entire image processing apparatus 100 and performing predetermined image processing on input image data. The system program data is data indicating the execution procedure of the predetermined process, and the data indicating the setting related to the predetermined process is not included in the system program data.

システムプログラムデータに基づいてプロセッサ1が所定の処理を開始することで、システムプログラムの起動処理が開始される。システムプログラムの起動処理は、当該システムプログラムの起動処理の開始から画像処理装置100が画像処理を行うことが可能になるまでの期間において、システムプログラムデータに基づいて行われる処理である。   The processor 1 starts a predetermined process based on the system program data, so that a system program activation process is started. The system program activation process is a process performed based on the system program data in a period from the start of the system program activation process until the image processing apparatus 100 can perform the image process.

アプリケーションプログラムデータは、画像処理装置100に外付けされる外部機器を起動させたり、入力画像データに対してシステムプログラムに含まれていない処理を行ったりするためのプログラムであるアプリケーションプログラムを表したデータである。アプリケーションプログラムデータに基づいてプロセッサ1が所定の処理を開始することで、アプリケーションプログラムの起動処理が開始される。アプリケーションプログラムの起動処理は、当該アプリケーションプログラムの起動処理の開始から当該アプリケーションプログラムが利用可能になるまでの期間において、アプリケーションプログラムデータに基づいて行われる処理である。   The application program data is data representing an application program which is a program for starting an external device externally attached to the image processing apparatus 100 or performing processing not included in the system program for input image data. It is. When the processor 1 starts a predetermined process based on the application program data, an application program activation process is started. The application program activation process is a process performed based on the application program data during a period from the start of the application program activation process until the application program becomes available.

2次ダウンローダプログラムデータは、画像処理装置100の起動処理において、第2不揮発性メモリ6からシステムメモリ4へ、システムプログラムデータを転送するためのプログラムを表したデータである。ここで、画像処理装置100の起動処理とは、画像処理装置100に電源が投入されてから画像処理装置100が使用可能になるまでの期間において、画像処理装置100によって行われる処理であり、本実施形態では、上述したシステムプログラムの起動処理およびアプリケーションプログラムの起動処理、外部機器などの初期化、ならびに後述するメモリチェック回路2によるメモリチェックを含む。2次ダウンローダプログラムには、メモリチェックに係る設定データであるメモリチェック設定データも含まれる。メモリチェック設定データは、プロセッサ1によって、メモリチェック回路2へ送られる。   The secondary downloader program data is data representing a program for transferring the system program data from the second nonvolatile memory 6 to the system memory 4 in the startup process of the image processing apparatus 100. Here, the activation process of the image processing apparatus 100 is a process performed by the image processing apparatus 100 during a period from when the image processing apparatus 100 is powered on until the image processing apparatus 100 becomes usable. The embodiment includes the above-described system program start processing and application program start processing, initialization of an external device, etc., and memory check by the memory check circuit 2 described later. The secondary downloader program also includes memory check setting data that is setting data related to the memory check. The memory check setting data is sent to the memory check circuit 2 by the processor 1.

第1不揮発性メモリ5は、たとえば、フラッシュメモリ、NVRAM(Non Volatile
Random Access Memory)などの不揮発性の半導体メモリである。第1不揮発性メモリ5は、プロセッサ1による直接的なデータの読み出しが可能に構成される。第1不揮発性メモリ5には、1次ダウンローダプログラムデータが記憶されている。1次ダウンローダプログラムデータは、画像処理装置100の起動処理において、第2不揮発性メモリ6からキャッシュメモリ3へ、2次ダウンローダプログラムデータを転送するためのプログラムを表したデータである。
The first nonvolatile memory 5 is, for example, a flash memory, NVRAM (Non Volatile
Random Access Memory) and other non-volatile semiconductor memories. The first nonvolatile memory 5 is configured so that the processor 1 can directly read data. The first non-volatile memory 5 stores primary downloader program data. The primary downloader program data is data representing a program for transferring the secondary downloader program data from the second nonvolatile memory 6 to the cache memory 3 in the startup process of the image processing apparatus 100.

本実施形態では、上記のように、第1不揮発性メモリ5に1次ダウンローダプログラムデータが記憶され、第2不揮発性メモリ6にシステムプログラムデータおよび2次ダウンローダプログラムデータが記憶されている。これに対し、本発明の他の実施形態として、第1不揮発性メモリ5に、1次ダウンローダプログラムデータの代わりに、2次ダウンローダプログラムデータが記憶されていてもよい。   In the present embodiment, as described above, the primary downloader program data is stored in the first nonvolatile memory 5, and the system program data and the secondary downloader program data are stored in the second nonvolatile memory 6. On the other hand, as another embodiment of the present invention, secondary downloader program data may be stored in the first nonvolatile memory 5 instead of the primary downloader program data.

メモリチェック回路2は、図示しないデータバスおよびアドレスバスを介して、プロセッサ1およびシステムメモリ4に接続されるデジタル電子回路である。メモリチェック回路2は、システムプログラムの起動処理のときに、システムメモリ4に対してメモリチェックを行う。メモリチェック回路2によるメモリチェックでは、まず、システムメモリ4のメモリセルにパターンデータが書き込まれ、次に、システムメモリ4における当該パターンデータが書き込まれたメモリセルからデータが読み出される。そして、書き込まれたデータと読み出されたデータとが比較され、比較の結果、データが一致しなかったときに、システムメモリ4の当該メモリセルに故障があったと判断される。   The memory check circuit 2 is a digital electronic circuit connected to the processor 1 and the system memory 4 via a data bus and an address bus (not shown). The memory check circuit 2 performs a memory check on the system memory 4 during system program startup processing. In the memory check by the memory check circuit 2, first, pattern data is written in the memory cell of the system memory 4, and then data is read from the memory cell in the system memory 4 in which the pattern data is written. Then, the written data and the read data are compared, and when the data does not match as a result of the comparison, it is determined that the memory cell in the system memory 4 has failed.

システムメモリ4は、たとえば、DDR SDRAM(Double Data Rate Synchronous
Dynamic Random Access Memory)などの半導体メモリである。本発明において、システムメモリ4は、概念的に、格納領域41、ワーク領域42、およびイメージ領域43の、3つの領域に区分される。各領域は、それぞれ、システムメモリ4の一部分であり、複数のメモリセルからなる。
The system memory 4 is, for example, a DDR SDRAM (Double Data Rate Synchronous).
Semiconductor memory such as Dynamic Random Access Memory. In the present invention, the system memory 4 is conceptually divided into three areas: a storage area 41, a work area 42, and an image area 43. Each area is a part of the system memory 4 and includes a plurality of memory cells.

図2は、システムメモリ4の各領域の概念図である。格納領域41は、少なくともシステムプログラムデータが記憶(格納)される領域である。システムメモリ4全体の記憶容量を2ギガバイトとするとき、格納領域41の記憶容量は、たとえば、128メガバイトである。   FIG. 2 is a conceptual diagram of each area of the system memory 4. The storage area 41 is an area in which at least system program data is stored (stored). When the storage capacity of the entire system memory 4 is 2 gigabytes, the storage capacity of the storage area 41 is, for example, 128 megabytes.

ワーク領域42は、格納領域41に記憶(格納)されたシステムプログラムデータに基づくシステムプログラムの起動処理に少なくとも必要な領域である。ワーク領域42には、たとえば、システムプログラムの起動に必要な設定データや、システムプログラムデータに基づく演算処理の結果が記憶される。また、ワーク領域42には、アプリケーションプログラムデータを記憶でき、当該アプリケーションプログラムデータに基づいてアプリケーションプログラムが起動する。システムメモリ4全体の記憶容量を2ギガバイトとするとき、ワーク領域42の記憶容量は、たとえば、512メガバイトである。   The work area 42 is an area necessary for at least a system program activation process based on the system program data stored (stored) in the storage area 41. The work area 42 stores, for example, setting data necessary for starting the system program and the result of arithmetic processing based on the system program data. The work area 42 can store application program data, and the application program is activated based on the application program data. When the storage capacity of the entire system memory 4 is 2 gigabytes, the storage capacity of the work area 42 is, for example, 512 megabytes.

イメージ領域43は、システムメモリ4のうち、格納領域41およびワーク領域42以外の領域である。イメージ領域43には、主に、入力画像データが記憶される。システムメモリ4全体の記憶容量を2ギガバイトとするとき、イメージ領域43の記憶容量は、たとえば、1.4ギガバイトである。   The image area 43 is an area other than the storage area 41 and the work area 42 in the system memory 4. In the image area 43, input image data is mainly stored. When the storage capacity of the entire system memory 4 is 2 gigabytes, the storage capacity of the image area 43 is 1.4 gigabytes, for example.

インターフェイス部7は、USB(Universal Serial Bus)接続、ETHERネット接続などのための接続部である。たとえば、画像処理装置100は、インターフェイス部7を介してUSBメモリなどを接続でき、当該USBメモリに記憶されている画像データを入力画像データとして記憶することができる。表示部8は、たとえば、タッチパネルなどから構成される。表示部8には、画像処理装置100の操作用の画像、メモリチェック回路2によるメモリチェックの結果などが表示される。   The interface unit 7 is a connection unit for USB (Universal Serial Bus) connection, ETHER network connection, and the like. For example, the image processing apparatus 100 can be connected to a USB memory or the like via the interface unit 7 and can store image data stored in the USB memory as input image data. The display unit 8 is composed of, for example, a touch panel. The display unit 8 displays an image for operating the image processing apparatus 100, a result of a memory check by the memory check circuit 2, and the like.

このような画像処理装置100によれば、システムメモリ4に記憶された入力画像データに対して、システムメモリ4に記憶されたシステムプログラムデータに基づいて画像処理が行われて、出力画像データとして画像出力装置300に出力される。また、画像処理装置100によれば、以下に詳述するメモリチェック回路2によって、システムプログラムの起動処理において、システムメモリ4に対してメモリチェックが行われる。   According to such an image processing apparatus 100, image processing is performed on input image data stored in the system memory 4 based on system program data stored in the system memory 4, and an image is output as output image data. It is output to the output device 300. Also, according to the image processing apparatus 100, the memory check circuit 2 described in detail below performs a memory check on the system memory 4 in the system program startup process.

図3は、メモリチェック回路2の構成を示すブロック図である。メモリチェック回路2は、制御用レジスタ部21、メモリリード用DMAC(Direct Memory Access
Controller)22、メモリライト用DMAC23、比較部24、およびパターンデータ生成部25を備える。
FIG. 3 is a block diagram showing a configuration of the memory check circuit 2. The memory check circuit 2 includes a control register unit 21, a memory read DMAC (Direct Memory Access).
Controller) 22, memory write DMAC 23, comparison unit 24, and pattern data generation unit 25.

制御用レジスタ部21は、プロセッサ1によって送られてきたメモリチェック設定データを記憶するレジスタを含む。また、制御用レジスタ部21は、メモリチェックの結果を記憶し、プロセッサ1に伝える機能も有する。メモリチェック設定データは、システムメモリ4におけるメモリチェックにおける先頭アドレスを示す先頭アドレスデータ、およびメモリチェックを行う領域の記憶容量を示すサイズデータを含む。   The control register unit 21 includes a register that stores memory check setting data sent by the processor 1. The control register unit 21 also has a function of storing the result of the memory check and transmitting it to the processor 1. The memory check setting data includes start address data indicating the start address in the memory check in the system memory 4 and size data indicating the storage capacity of the area where the memory check is performed.

メモリリード用DMAC22は、システムメモリ4からのデータの読み出しを、プロセッサ1を介さずに行うDMACである。メモリリード用DMAC22によって読み出されたデータは、比較部24へ送られる。メモリリード用DMAC22によるデータの読み出しは、1または複数バースト単位で行われる。1バーストでは、たとえば、8バイトのデータの読み出しが行われる。したがって、たとえば8バーストでは、64バイトのデータの読み出しが連続的に行われることになる。   The memory read DMAC 22 is a DMAC that reads data from the system memory 4 without using the processor 1. The data read by the memory read DMAC 22 is sent to the comparison unit 24. Data reading by the memory read DMAC 22 is performed in units of one or a plurality of bursts. In one burst, for example, 8-byte data is read. Therefore, for example, in 8 bursts, 64 bytes of data are continuously read.

メモリライト用DMAC23は、後述するパターンデータ生成部25から送られてきたパターンデータを、プロセッサ1を介さずに、システムメモリ4へ書き込むDMACである。メモリライト用DMAC23によるパターンデータの書き込みは、1あるいは複数バースト単位または1バイト単位で行われる。   The memory write DMAC 23 is a DMAC that writes pattern data sent from a pattern data generation unit 25 described later to the system memory 4 without going through the processor 1. The pattern data is written by the memory write DMAC 23 in units of one or a plurality of bursts or one byte.

1バイト単位でパターンデータを書き込む場合、メモリライト用DMAC23は、書き込むべき1バイトのパターンデータを含む8バイト(1バースト分)のパターンデータをシステムメモリ4に送るとともに、当該1バイトのデータ以外の7バイトのパターンデータをマスクするデータマスク信号を送る。これによって、システムメモリ4に1バイトのパターンデータが書き込まれる。メモリライト用DMAC23によるパターンデータの書き込みがバースト単位で行われるか1バイト単位で行われるかを示すデータは、メモリチェック設定データの1つとして、プロセッサ1から制御用レジスタ部21に送られる。   When writing pattern data in units of 1 byte, the memory write DMAC 23 sends 8 bytes (one burst) of pattern data including 1 byte of pattern data to be written to the system memory 4, and other than the 1 byte of data. A data mask signal for masking 7-byte pattern data is sent. As a result, 1-byte pattern data is written into the system memory 4. Data indicating whether the pattern data is written by the memory write DMAC 23 in units of bursts or in units of 1 byte is sent from the processor 1 to the control register unit 21 as one of the memory check setting data.

本実施形態では、上記のように、メモリリード用DMAC22とメモリライト用DMAC23との2つのDMACによって、データの読み出しとデータの書き込みとを行っている。これに対し、本発明の他の実施形態として、1つのDMACによって、データの読み出しおよびデータの書き込みを行ってもよい。   In the present embodiment, as described above, data reading and data writing are performed by the two DMACs of the memory read DMAC 22 and the memory write DMAC 23. On the other hand, as another embodiment of the present invention, data reading and data writing may be performed by one DMAC.

パターンデータ生成部25は、固定パターンデータ、擬似乱数パターンデータなどを生成し、メモリチェックに用いるパターンデータとして、メモリライト用DMAC23および比較部24へ送る。より詳細には、パターンデータ生成部25は、パターンデータを生成してメモリライト用DMAC23へ送った後、当該パターンデータと同一のパターンデータを再度生成して、比較部24へ送る。   The pattern data generation unit 25 generates fixed pattern data, pseudorandom pattern data, and the like, and sends them to the memory write DMAC 23 and the comparison unit 24 as pattern data used for memory check. More specifically, the pattern data generation unit 25 generates pattern data and sends it to the memory write DMAC 23, and then generates again the same pattern data as the pattern data and sends it to the comparison unit 24.

固定パターンデータは、メモリチェックが行われるときにおいて固定されているデータであり、メモリライト用DMAC23へ送られた回数とは相関の無いデータである。固定パターンデータは、たとえば、1ビットごとに0の値と1の値とが繰り返されたデータであってもいいし、適当な整数を表したデータであってもいい。擬似乱数パターンデータは、メモリチェックが行われるときにおいて固定されていないデータであり、メモリライト用DMAC23へ送るたびに値が変動する擬似的な乱数を表すデータである。パターンデータ生成部25が生成するパターンデータとしては、固定パターンデータおよび擬似乱数パターンデータ以外にも、メモリライト用DMAC23に送るたびに値が1ずつ増加する整数を表すインクリメントパターンデータなどであってもよい。   The fixed pattern data is data that is fixed when the memory check is performed, and has no correlation with the number of times sent to the memory write DMAC 23. The fixed pattern data may be, for example, data in which a value of 0 and a value of 1 are repeated for each bit or data representing an appropriate integer. The pseudo random number pattern data is data that is not fixed when the memory check is performed, and is data that represents a pseudo random number whose value fluctuates each time the data is sent to the memory write DMAC 23. The pattern data generated by the pattern data generation unit 25 may be, in addition to the fixed pattern data and the pseudo random number pattern data, increment pattern data representing an integer whose value increases by 1 each time it is sent to the memory write DMAC 23. Good.

パターンデータ生成部25は、擬似乱数パターンデータを生成する構成の場合、たとえば、2バイトの線形帰還シフトレジスタ(Linier Feedback Shift Register,LFSR)を並列的に4つ接続した回路と、8バイトの擬似乱数パターンデータを保持する取得レジスタとを含む。2バイトのLFSRは、各2バイトの、シードレジスタ、タップレジスタ、およびシフトレジスタからなる。シードレジスタおよびタップレジスタには所定の値が設定され、シフトレジスタは、シードレジスタおよびタップレジスタに設定された値に基づいて、1クロックごとに、2バイトの擬似乱数を表すデータを取得レジスタへ送る。   In the case of a configuration for generating pseudo-random pattern data, the pattern data generation unit 25, for example, a circuit in which four 2-byte linear feedback shift registers (LFSR) are connected in parallel and an 8-byte pseudo-random pattern data. And an acquisition register for holding random number pattern data. The 2-byte LFSR includes a 2-byte seed register, a tap register, and a shift register. Predetermined values are set in the seed register and tap register, and the shift register sends data representing a pseudo random number of 2 bytes to the acquisition register every clock based on the values set in the seed register and tap register. .

取得レジスタは、4つのLFSRから送られてきた各2バイトのデータを、8バイトの擬似乱数パターンデータとして保持し、当該擬似乱数パターンデータを、メモリライト用DMAC23および比較部24へ送る。メモリライト用DMAC23は、1バースト単位でシステムメモリ4への書き込みを行う場合は、1クロックで、8バイトの擬似乱数パターンデータを書き込む。また、メモリライト用DMAC23は、1バイト単位でシステムメモリ4への書き込みを行う場合は、データマスク信号によるマスク位置をずらすことによって、8クロックで、8バイトの擬似乱数パターンデータを書き込む。   The acquisition register holds each 2-byte data sent from the four LFSRs as 8-byte pseudo random number pattern data, and sends the pseudo random pattern data to the memory write DMAC 23 and the comparison unit 24. The memory write DMAC 23 writes 8-byte pseudorandom pattern data in one clock when writing to the system memory 4 in one burst unit. Further, when writing to the system memory 4 in units of 1 byte, the memory write DMAC 23 writes 8-byte pseudo random pattern data in 8 clocks by shifting the mask position by the data mask signal.

上記のようにパターンデータ生成部25がタップレジスタおよびシードレジスタを備える場合、タップレジスタおよびシードレジスタに設定される値は、メモリチェック設定データの1つとして、プロセッサ1から制御用レジスタ部21に送られる。   When the pattern data generation unit 25 includes a tap register and a seed register as described above, a value set in the tap register and the seed register is sent from the processor 1 to the control register unit 21 as one of the memory check setting data. It is done.

パターンデータ生成部25は、固定パターンデータを生成する構成の場合、たとえば、8バイトの固定パターンデータを保持する取得レジスタを含む。この場合、メモリチェック設定データの1つとして、8バイトのデータが、プロセッサ1から制御用レジスタ部21に送られ、そして取得レジスタに送られる。取得レジスタは、当該8バイトのデータを固定パターンデータとして保持し、当該固定パターンデータを、メモリライト用DMAC23および比較部24へ送る。   In the case of a configuration for generating fixed pattern data, the pattern data generation unit 25 includes, for example, an acquisition register that holds 8-byte fixed pattern data. In this case, as one of the memory check setting data, 8-byte data is sent from the processor 1 to the control register unit 21 and then sent to the acquisition register. The acquisition register holds the 8-byte data as fixed pattern data, and sends the fixed pattern data to the memory write DMAC 23 and the comparison unit 24.

なお、パターンデータ生成部25は、固定パターンデータを生成するか擬似乱数パターンを生成するかを選択可能な構成であってもよい。そのように選択可能な構成の場合、固定パターンデータを生成するか擬似乱数パターンを生成するかを示すデータは、メモリチェック設定データの1つとして、プロセッサ1から制御用レジスタ部21に送られる。   The pattern data generation unit 25 may be configured to be able to select whether to generate fixed pattern data or a pseudo random number pattern. In the case of such a selectable configuration, data indicating whether to generate fixed pattern data or a pseudorandom pattern is sent from the processor 1 to the control register unit 21 as one of the memory check setting data.

また、パターンデータ生成部25は、メモリライト用DMAC23および比較部24へ送る固定パターンデータ、擬似乱数パターンデータなどを反転したデータである反転データを生成し、メモリチェックに用いるパターンデータとして、メモリライト用DMAC23および比較部24へ送る。たとえば、パターンデータ生成部25は、反転データを生成するために、複数のNOT回路からなる信号反転回路を備えており、上記取得レジスタに保持される擬似乱数パターンデータなどを当該信号反転回路によって反転させ、パターンデータとしてメモリライト用DMAC23および比較部24へ送る。   The pattern data generation unit 25 generates inverted data that is data obtained by inverting fixed pattern data, pseudo random number pattern data, and the like to be sent to the memory write DMAC 23 and the comparison unit 24. To the DMAC 23 and the comparison unit 24. For example, the pattern data generation unit 25 includes a signal inversion circuit including a plurality of NOT circuits in order to generate inverted data, and the random number pattern data held in the acquisition register is inverted by the signal inversion circuit. The data is sent to the memory write DMAC 23 and the comparison unit 24 as pattern data.

比較部24は、メモリリード用DMAC22から送られてきたデータと、パターンデータ生成部25から送られてきたパターンデータとの比較を、たとえば1バースト単位で行う。比較の結果、データが不一致であれば、比較部24は、メモリリード用DMAC22によって読み出されたメモリセルに故障があるとして、制御用レジスタ部21へ、故障があったことを示すデータを送る。制御用レジスタ部21は、メモリセルに故障があった場合、当該メモリセルのアドレスを、メモリチェックにおける先頭アドレス、および、故障が発見されるまでの比較部24による比較回数に基づいて特定して、当該アドレスを記憶する。また、制御用レジスタ部21は、当該メモリセルに本来書き込まれるべきであったデータ(0の値または1の値)を、故障したメモリセルのアドレスに基づいて確認して、当該データを記憶する。メモリセルに故障があったことを示すデータ、当該メモリセルのアドレス、当該メモリセルに本来書き込まれるべきであったデータは、制御用レジスタ部21からプロセッサ1へ伝えられる。   The comparison unit 24 compares the data sent from the memory read DMAC 22 with the pattern data sent from the pattern data generation unit 25, for example, in units of one burst. If the data does not match as a result of the comparison, the comparison unit 24 sends data indicating that there is a failure to the control register unit 21, assuming that the memory cell read by the memory read DMAC 22 has a failure. . When there is a failure in the memory cell, the control register unit 21 specifies the address of the memory cell based on the start address in the memory check and the number of comparisons by the comparison unit 24 until the failure is found. The address is stored. In addition, the control register unit 21 confirms data (value of 0 or 1) that should have been originally written in the memory cell based on the address of the failed memory cell, and stores the data. . Data indicating that a memory cell has failed, the address of the memory cell, and data that should have been originally written to the memory cell are transmitted from the control register unit 21 to the processor 1.

プロセッサ1は、システムメモリ4のメモリセルに故障があったことを示すデータを受けると、たとえば、表示部8にシステムメモリ4のメモリセルが故障していることを表示させ、システムメモリ4の交換を促す。さらに、プロセッサ1は、故障したシステムメモリ4の検査のために、故障したメモリセルのアドレス、および当該メモリセルに本来書き込まれるべきであったデータを、表示部8に表示させてもよい。   When the processor 1 receives data indicating that a memory cell in the system memory 4 has failed, for example, the processor 1 displays on the display unit 8 that the memory cell in the system memory 4 has failed, and replaces the system memory 4. Prompt. Further, the processor 1 may cause the display unit 8 to display the address of the failed memory cell and the data that should have been originally written in the memory cell in order to check the failed system memory 4.

なお、メモリチェック回路2によって発見できるシステムメモリ4のメモリセルの故障モードとしては、当該メモリセルに0の値および1の値の少なくとも一方が書き込めない故障モードだけではなく、たとえば、当該メモリセルのデータが他のメモリセルへの書き込みに付随して変化するような故障モードもある。   Note that the failure mode of the memory cell of the system memory 4 that can be found by the memory check circuit 2 is not limited to a failure mode in which at least one of a value of 0 and a value of 1 cannot be written in the memory cell. There are also failure modes in which data changes with writing to other memory cells.

次に、画像処理装置100によって実行されるメモリチェック方法について説明する。図4は、メモリチェック方法を表すフローチャートである。本実施形態に係るメモリチェック方法では、第0ステップS0において、画像処理装置100の起動処理が開始される。次に、第1ステップS1において、メモリチェック回路2が、格納領域41のメモリセルについてメモリチェックを行う。次に、第2ステップS2において、メモリチェック回路2がワーク領域42のメモリセルについてメモリチェックを行うとともに、プロセッサ1が第2不揮発性メモリ6内のシステムプログラムデータの、格納領域41への転送を開始する。最後に、第3ステップS3において、メモリチェック回路2がイメージ領域43のメモリセルについてメモリチェックを行うとともに、プロセッサ1が、格納領域41に転送、格納されたシステムプログラムデータに基づいて、システムプログラムの起動処理を行う。以下に、メモリチェック方法の各ステップについて詳細に説明する。   Next, a memory check method executed by the image processing apparatus 100 will be described. FIG. 4 is a flowchart showing a memory check method. In the memory check method according to the present embodiment, the activation process of the image processing apparatus 100 is started in the 0th step S0. Next, in the first step S1, the memory check circuit 2 performs a memory check on the memory cells in the storage area 41. Next, in the second step S2, the memory check circuit 2 performs a memory check on the memory cells in the work area 42, and the processor 1 transfers the system program data in the second nonvolatile memory 6 to the storage area 41. Start. Finally, in the third step S3, the memory check circuit 2 performs a memory check on the memory cells in the image area 43, and the processor 1 transfers the system program data to the storage area 41 based on the stored system program data. Perform startup processing. Hereinafter, each step of the memory check method will be described in detail.

第0ステップS0では、まず、ユーザにより、または、画像処理装置100以外の機器により、画像処理装置100に電源が投入される。次に、プロセッサ1が、第1不揮発性メモリ5内の1次ダウンローダプログラムデータに従って、第2不揮発性メモリ6の初期化を行い、第2不揮発性メモリ6からキャッシュメモリ3へ、2次ダウンローダプログラムデータを転送する。   In the 0th step S0, first, the image processing apparatus 100 is powered on by a user or by a device other than the image processing apparatus 100. Next, the processor 1 initializes the second non-volatile memory 6 according to the primary downloader program data in the first non-volatile memory 5, and transfers the secondary downloader program from the second non-volatile memory 6 to the cache memory 3. Transfer data.

そして、プロセッサ1が、キャッシュメモリ3に転送、格納された2次ダウンローダプログラムデータに従って、システムメモリ4の設定(モードレジスタ設定、同期設定など)および初期化を行う。また、このとき、プロセッサ1は、キャッシュメモリ3に格納された2次ダウンローダプログラムデータに従って、メモリチェック回路2に、メモリチェック設定データを転送する。最後に、プロセッサ1は、格納領域41のメモリチェックを、メモリチェック回路2に開始させる。   Then, the processor 1 performs setting (mode register setting, synchronization setting, etc.) and initialization of the system memory 4 according to the secondary downloader program data transferred and stored in the cache memory 3. At this time, the processor 1 transfers the memory check setting data to the memory check circuit 2 in accordance with the secondary downloader program data stored in the cache memory 3. Finally, the processor 1 causes the memory check circuit 2 to start a memory check of the storage area 41.

第1ステップS1では、メモリチェック回路2は、格納領域41のメモリチェックを開始する。そして、格納領域41のメモリチェックが完了すると、メモリチェック回路2は、格納領域41のメモリチェックの完了を、プロセッサ1に伝える。   In the first step S1, the memory check circuit 2 starts a memory check of the storage area 41. When the memory check of the storage area 41 is completed, the memory check circuit 2 notifies the processor 1 of the completion of the memory check of the storage area 41.

第2ステップS2の処理は、第1ステップS1のメモリチェックにおいて、格納領域41のメモリセルすべてについて、故障が生じていないときに行われる。なお、本発明では、後述するように、格納領域41のメモリセルに故障が生じていた場合であっても、第2ステップS2の処理を行ってもよい。第2ステップS2では、メモリチェック回路2は、ワーク領域42のメモリチェックを開始する。これと並列して、プロセッサ1は、第2不揮発性メモリ6から格納領域41へ、システムプログラムデータの転送を開始する。この転送の処理は、より具体的には、プロセッサ1が、第2不揮発性メモリ6内のシステムプログラムデータを読み出し、読み出したシステムプログラムデータを、格納領域41へ書き込む処理である。   The processing in the second step S2 is performed when no failure has occurred in all the memory cells in the storage area 41 in the memory check in the first step S1. In the present invention, as will be described later, even if a failure has occurred in the memory cell in the storage area 41, the process of the second step S2 may be performed. In the second step S2, the memory check circuit 2 starts a memory check of the work area. In parallel with this, the processor 1 starts transferring the system program data from the second nonvolatile memory 6 to the storage area 41. More specifically, the transfer process is a process in which the processor 1 reads the system program data in the second nonvolatile memory 6 and writes the read system program data to the storage area 41.

本実施形態では、上記のようにプロセッサ1が第2不揮発性メモリ6内のシステムプログラムデータを読み出しているときに、メモリチェック回路2が、メモリチェックのために、メモリライト用DMAC23を介したワーク領域42へのパターンデータの書き込み、または、メモリリード用DMAC22を介したワーク領域42からのデータの読み出しを行う。そして、プロセッサ1がシステムプログラムデータを格納領域41に書き込む処理を行うときは、メモリチェック回路2によるパターンデータの書き込みまたはデータの読み出しは行われない。すなわち、本実施形態では、メモリチェック回路2によるメモリチェックに対して、プロセッサ1による格納領域41へのシステムプログラムデータの書き込み処理が割り込むようになっている。このようにして、画像処理装置100は、プロセッサ1によるシステムプログラムデータの転送と、メモリチェック回路2によるメモリチェックとを、並列に行う。   In the present embodiment, when the processor 1 is reading the system program data in the second nonvolatile memory 6 as described above, the memory check circuit 2 performs a work via the memory write DMAC 23 for the memory check. The pattern data is written to the area 42 or the data is read from the work area 42 via the memory read DMAC 22. When the processor 1 performs the process of writing the system program data to the storage area 41, the memory check circuit 2 does not write pattern data or read data. That is, in the present embodiment, the processing for writing the system program data to the storage area 41 by the processor 1 is interrupted with respect to the memory check by the memory check circuit 2. In this way, the image processing apparatus 100 performs in parallel the transfer of the system program data by the processor 1 and the memory check by the memory check circuit 2.

なお、本発明の他の実施形態としては、画像処理装置100は、プロセッサ1とメモリチェック回路2とが、システムメモリ4へ、同時にアクセスできる構成であってもよい。そのような構成であれば、プロセッサ1によるシステムプログラムデータの書き込みと、メモリチェック回路2によるパターンデータの書き込みまたはデータの読み出しとを、並列に行うことができる。   As another embodiment of the present invention, the image processing apparatus 100 may be configured such that the processor 1 and the memory check circuit 2 can simultaneously access the system memory 4. With such a configuration, writing of system program data by the processor 1 and writing of pattern data or reading of data by the memory check circuit 2 can be performed in parallel.

本実施形態では、上記のようにプロセッサ1によるシステムメモリ4への書き込み処理がメモリチェック回路2によるメモリチェックよりも優先して行われるので、メモリチェック回路2によるメモリチェックよりも、プロセッサ1によるシステムプログラムデータの転送の方が早く完了する。これに対し、参考形態としては、プロセッサ1によるシステムメモリ4への書き込み処理よりも、メモリチェック回路2によるメモリチェックを優先させることで、プロセッサ1によるシステムプログラムデータの転送よりも、メモリチェック回路2によるメモリチェックの方が早く完了するように構成してもよい。また、本発明の他の実施形態としては、メモリチェック回路2によるメモリチェックと、プロセッサ1によるシステムプログラムデータの転送とが同時に完了するように構成してもよい。ただし、プロセッサ1によるシステムプログラムデータの転送は、遅くとも、第3ステップS3におけるイメージ領域43のメモリチェックの完了前には、完了する。
In the present embodiment, as described above, the writing process to the system memory 4 by the processor 1 is performed in preference to the memory check by the memory check circuit 2, so that the system by the processor 1 has a higher priority than the memory check by the memory check circuit 2. Transfer of program data is completed earlier. On the other hand, as a reference mode, the memory check by the memory check circuit 2 is prioritized over the writing process to the system memory 4 by the processor 1, so that the memory check circuit 2 has a higher priority than the system program data transfer by the processor 1. It may be configured so that the memory check according to is completed earlier. As another embodiment of the present invention, a memory check by the memory check circuit 2 and a transfer of system program data by the processor 1 may be completed simultaneously. However, the transfer of the system program data by the processor 1 is completed at the latest before the memory check of the image area 43 in the third step S3 is completed.

ワーク領域42のメモリチェックが完了すると、メモリチェック回路2は、ワーク領域42のメモリチェックの完了を、プロセッサ1に伝える。   When the memory check of the work area 42 is completed, the memory check circuit 2 notifies the processor 1 of the completion of the memory check of the work area 42.

第3ステップS3の処理は、第2ステップS2のメモリチェックにおいて、ワーク領域42のメモリセルすべてについて、故障が生じていないときに行われる。なお、本発明では、ワーク領域42のメモリセルに故障が生じていた場合であっても、第3ステップS3の処理を行ってもよい。第3ステップS3では、メモリチェック回路2は、イメージ領域43のメモリチェックを開始する。これと並列して、プロセッサ1は、システムプログラムの起動処理を開始し、さらに、アプリケーションプログラムの起動処理、ならびに、外部機器、インターフェイス部7、および表示部8の初期化を開始する。このようなプロセッサ1による各種処理は、第2ステップS2と同様に、メモリチェック回路2によるワーク領域42のメモリチェックに対して、割り込みで行われる。   The process in the third step S3 is performed when no failure has occurred in all the memory cells in the work area 42 in the memory check in the second step S2. In the present invention, even if a failure has occurred in the memory cell in the work area 42, the process of the third step S3 may be performed. In the third step S3, the memory check circuit 2 starts a memory check of the image area 43. In parallel with this, the processor 1 starts system program startup processing, and further starts application program startup processing and initialization of the external device, the interface unit 7 and the display unit 8. Various processes by the processor 1 are performed by interrupting the memory check of the work area 42 by the memory check circuit 2 as in the second step S2.

本実施形態では、プロセッサ1によるシステムメモリ4への書き込み処理がメモリチェック回路2によるメモリチェックよりも優先して行われるので、メモリチェック回路2によるメモリチェックよりも、プロセッサ1による上記各種処理の方が早く完了する。これに対し、本発明の他の実施形態としては、プロセッサ1によるシステムメモリ4への書き込み処理よりも、メモリチェック回路2によるメモリチェックを優先させることで、プロセッサ1による上記各種処理よりも、メモリチェック回路2によるメモリチェックの方が早く完了するように構成してもよい。また、メモリチェック回路2によるメモリチェックと、プロセッサ1による上記各種処理とが同時に完了するように構成してもよい。   In the present embodiment, since the writing process to the system memory 4 by the processor 1 is performed in preference to the memory check by the memory check circuit 2, the above-described various processes by the processor 1 are performed rather than the memory check by the memory check circuit 2. Is completed early. On the other hand, as another embodiment of the present invention, the memory check by the memory check circuit 2 is prioritized over the write process to the system memory 4 by the processor 1, so that the memory 1 You may comprise so that the memory check by the check circuit 2 may be completed earlier. Further, the memory check by the memory check circuit 2 and the various processes by the processor 1 may be completed at the same time.

イメージ領域43のメモリチェックが完了すると、メモリチェック回路2は、イメージ領域43のメモリチェックの完了を、プロセッサ1に伝える。プロセッサ1は、イメージ領域43のメモリチェックの完了を受け、かつ、上記各種処理が完了していれば、表示部8に、画像処理装置100が使用可能になったことを表示させる。   When the memory check of the image area 43 is completed, the memory check circuit 2 notifies the processor 1 of the completion of the memory check of the image area 43. The processor 1 receives the completion of the memory check of the image area 43, and if the various processes are completed, the processor 1 causes the display unit 8 to display that the image processing apparatus 100 is usable.

なお、本実施形態におけるメモリチェック方法では、第1ステップS1、第2ステップS2、および第3ステップS3において、メモリセルの故障があった場合、メモリチェック回路2は、メモリセルの故障があったことをプロセッサ1に伝える。メモリチェック回路2は、メモリセルの故障があったことをプロセッサ1に伝えた後、メモリセルに故障がなかった場合と同様に、その後のメモリチェックを続行してもよい。たとえば、第1ステップS1におけるメモリチェックで格納領域41のメモリセルに故障があった場合に、メモリチェック回路2は、当該メモリセルのアドレス以降のアドレスのメモリセルについて、メモリチェックを続行し、システムメモリ4のすべてのメモリセルについてメモリチェックを行ってもよい。   In the memory check method according to the present embodiment, if there is a memory cell failure in the first step S1, the second step S2, and the third step S3, the memory check circuit 2 has a memory cell failure. To the processor 1. After informing the processor 1 that the memory cell has failed, the memory check circuit 2 may continue the subsequent memory check as in the case where the memory cell has not failed. For example, when a memory cell in the storage area 41 is defective in the memory check in the first step S1, the memory check circuit 2 continues the memory check for the memory cell at the address after the address of the memory cell, and the system A memory check may be performed for all the memory cells of the memory 4.

次に、第1ステップS1におけるメモリチェックについて詳細に説明する。図5は、第1ステップS1におけるメモリチェック回路2による処理を表すフローチャートである。第1ステップS1の前の第0ステップS0において、制御用レジスタ部21には、プロセッサ1からメモリチェック設定データが送られており、このメモリチェック設定データに基づいて、メモリチェック回路2によるメモリチェックが行われる。なお、制御用レジスタ部21に送られるメモリチェック設定データは、第0ステップS0において一括で送られる必要は無く、たとえば、第1ステップS1において、必要に応じて適当な時期に、プロセッサ1から制御用レジスタ部21に送られてもよい。   Next, the memory check in the first step S1 will be described in detail. FIG. 5 is a flowchart showing processing by the memory check circuit 2 in the first step S1. In the 0th step S0 before the first step S1, memory check setting data is sent from the processor 1 to the control register unit 21. Based on this memory check setting data, a memory check by the memory check circuit 2 is performed. Is done. Note that the memory check setting data sent to the control register unit 21 need not be sent all at once in the 0th step S0. For example, in the first step S1, the memory check setting data is controlled from the processor 1 at an appropriate time as necessary. May be sent to the register unit 21.

第1ステップS1におけるメモリチェックでは、プロセッサ1から制御用レジスタ部21に、格納領域41のメモリチェックを開始する命令が伝えられると、メモリチェック回路2によって、以下に説明するステップA0〜ステップA15の処理が行われる。   In the memory check in the first step S1, when an instruction to start the memory check of the storage area 41 is transmitted from the processor 1 to the control register unit 21, the memory check circuit 2 performs steps A0 to A15 described below. Processing is performed.

ステップA0では、制御用レジスタ部21が、パターンデータ生成部25に、パターンデータ(固定パターンデータまたは擬似乱数パターンデータ)を生成して、生成したパターンデータをメモリライト用DMAC23に送るように指示を出す。   In step A0, the control register unit 21 instructs the pattern data generation unit 25 to generate pattern data (fixed pattern data or pseudorandom pattern data) and send the generated pattern data to the memory write DMAC 23. put out.

ステップA1では、パターンデータ生成部25が、パターンデータを生成して、生成したパターンデータをメモリライト用DMAC23に送る。そして、メモリライト用DMAC23が、格納領域41の先頭から、1バイト単位または1あるいは複数バースト単位で、当該パターンデータを書き込む。   In step A1, the pattern data generation unit 25 generates pattern data and sends the generated pattern data to the memory write DMAC 23. Then, the memory write DMAC 23 writes the pattern data in units of one byte or one or a plurality of bursts from the top of the storage area 41.

ステップA2では、制御用レジスタ部21が、格納領域41についての先頭アドレスデータおよびサイズデータ、ならびにメモリライト用DMAC23による書き込み回数に基づいて、格納領域41すべてにパターンデータが書き込まれたか否かを判断する。格納領域41すべてにパターンデータが書き込まれていれば、メモリチェック回路2による処理はステップA3へ進み、格納領域41すべてにパターンデータが書き込まれていなければ、メモリチェック回路2による処理はステップA1へ戻る。   In step A2, the control register unit 21 determines whether or not the pattern data has been written to the entire storage area 41 based on the top address data and size data for the storage area 41 and the number of writes by the memory write DMAC 23. To do. If the pattern data is written in all the storage areas 41, the process by the memory check circuit 2 proceeds to step A3. If the pattern data is not written in all the storage areas 41, the process by the memory check circuit 2 proceeds to step A1. Return.

ステップA3では、制御用レジスタ部21が、メモリリード用DMAC22に、格納領域41のメモリセルのデータを1または複数バースト単位で読み出し、読み出したデータを比較部24に送るように指示を出す。また、これと並列して、制御用レジスタ部21は、パターンデータ生成部25に、格納領域41に書き込んだパターンデータと同一のパターンデータを生成し、生成したパターンデータを比較部24に送るように指示を出す。   In step A 3, the control register unit 21 instructs the memory read DMAC 22 to read the memory cell data in the storage area 41 in units of one or more bursts and send the read data to the comparison unit 24. In parallel with this, the control register unit 21 generates the same pattern data as the pattern data written in the storage area 41 in the pattern data generation unit 25, and sends the generated pattern data to the comparison unit 24. Give instructions.

ステップA4では、メモリリード用DMAC22が、格納領域41の先頭から、データを1または複数バースト単位で読み出し、読み出したデータを比較部24に送る。また、これと並列して、パターンデータ生成部25が、格納領域41に書き込んだパターンデータと同一のパターンデータを生成し、生成したパターンデータを比較部24に送る。   In step A 4, the memory read DMAC 22 reads data from the head of the storage area 41 in units of one or more bursts, and sends the read data to the comparison unit 24. In parallel with this, the pattern data generation unit 25 generates the same pattern data as the pattern data written in the storage area 41, and sends the generated pattern data to the comparison unit 24.

ステップA5では、比較部24が、メモリリード用DMAC22から送られてきたデータと、パターンデータ生成部25から送られてきたデータとを比較し、2つのデータが一致するか否かを判断する。データの比較は、たとえば、1バースト単位(8バイト単位)で行われる。データが一致した場合、メモリチェック回路2による処理はステップA6へ進み、データが一致しなかった場合、メモリチェック回路2による処理はステップA14へ進む。   In step A5, the comparison unit 24 compares the data sent from the memory read DMAC 22 with the data sent from the pattern data generation unit 25, and determines whether or not the two data match. The data comparison is performed, for example, in units of 1 burst (8 bytes). If the data match, the process by the memory check circuit 2 proceeds to step A6. If the data does not match, the process by the memory check circuit 2 proceeds to step A14.

ステップA6では、制御用レジスタ部21が、格納領域41についてのサイズデータおよび比較部24による比較回数に基づいて、格納領域41すべてについて、ステップA5における比較部24による比較が行われたか否かを判断する。格納領域41すべてについて比較が行われていれば、メモリチェック回路2による処理はステップA7へ進み、格納領域41すべてについて比較が行われていなければ、メモリチェック回路2による処理はステップA4へ戻る。   In step A6, the control register unit 21 determines whether or not the comparison unit 24 in step A5 has performed comparison for all the storage regions 41 based on the size data for the storage region 41 and the number of comparisons by the comparison unit 24. to decide. If all the storage areas 41 have been compared, the process by the memory check circuit 2 proceeds to step A7. If all the storage areas 41 have not been compared, the process by the memory check circuit 2 returns to step A4.

ステップA7では、制御用レジスタ部21が、パターンデータ生成部25に、ステップA8において格納領域41に書き込んだパターンデータを反転した反転データを生成して、生成した反転データをメモリライト用DMAC23に送るように指示を出す。また、これと並列して、制御用レジスタ部21は、メモリリード用DMAC22に、格納領域41からのデータの読み出しを停止するように指示を出す。   In step A7, the control register unit 21 generates inversion data obtained by inverting the pattern data written in the storage area 41 in step A8 to the pattern data generation unit 25, and sends the generated inversion data to the memory write DMAC 23. Give instructions to do so. In parallel with this, the control register unit 21 instructs the memory read DMAC 22 to stop reading data from the storage area 41.

本実施形態のように、メモリチェックにおいて、上記のような反転データを用いることで、メモリセルの故障をより確実に発見することができる。たとえば、1つのパターンデータを用いてメモリチェックを行うと、メモリセルに、0の値が書き込めることが確認できる。そして、当該パターンデータの反転データを用いてメモリチェックを行うと、当該メモリセルに1の値も書き込めることが確認できる。このように、反転データを用いてメモリチェックを行うことで、メモリセルに0の値と1の値との両方の値を正常に書き込めることを確認できる。   As in the present embodiment, in the memory check, by using the inverted data as described above, a memory cell failure can be found more reliably. For example, when a memory check is performed using one pattern data, it can be confirmed that a value of 0 can be written in the memory cell. When a memory check is performed using the inverted data of the pattern data, it can be confirmed that a value of 1 can be written in the memory cell. As described above, by performing the memory check using the inverted data, it can be confirmed that both the value of 0 and the value of 1 can be normally written in the memory cell.

ステップA8では、パターンデータ生成部25が、反転データを生成して、メモリライト用DMAC23に送る。そして、メモリライト用DMAC23が、格納領域41の先頭から、1バイト単位または1あるいは複数バースト単位で、当該パターンデータを書き込む。   In step A8, the pattern data generation unit 25 generates inverted data and sends it to the memory write DMAC 23. Then, the memory write DMAC 23 writes the pattern data in units of one byte or one or a plurality of bursts from the top of the storage area 41.

ステップA9では、制御用レジスタ部21が、格納領域41についての先頭アドレスデータおよびサイズデータ、ならびにメモリライト用DMAC23による書き込み回数に基づいて、格納領域41すべてに反転データが書き込まれたか否かを判断する。格納領域41すべてに反転データが書き込まれていれば、メモリチェック回路2による処理はステップA10へ進み、格納領域41すべてに反転データが書き込まれていなければ、メモリチェック回路2による処理はステップA8へ戻る。   In step A9, the control register unit 21 determines whether or not inverted data has been written in all of the storage areas 41 based on the top address data and size data for the storage areas 41 and the number of writes by the memory write DMAC 23. To do. If the inverted data is written in all the storage areas 41, the process by the memory check circuit 2 proceeds to step A10. If the inverted data is not written in all the storage areas 41, the process by the memory check circuit 2 proceeds to step A8. Return.

ステップA10では、制御用レジスタ部21が、メモリリード用DMAC22に、格納領域41のメモリセルのデータを1または複数バースト単位で読み出し、読み出したデータを比較部24に送るように指示を出す。また、これと並列して、制御用レジスタ部21は、パターンデータ生成部25に、格納領域41に書き込んだ反転データと同一の反転データを生成し、生成した反転データを比較部24に送るように指示を出す。   In step A 10, the control register unit 21 instructs the memory read DMAC 22 to read the memory cell data in the storage area 41 in units of one or more bursts and send the read data to the comparison unit 24. In parallel with this, the control register unit 21 generates inversion data identical to the inversion data written in the storage area 41 in the pattern data generation unit 25, and sends the generated inversion data to the comparison unit 24. Give instructions.

ステップA11では、メモリリード用DMAC22が、格納領域41の先頭から、データを1または複数バースト単位で読み出し、読み出したデータを比較部24に送る。また、これと並列して、パターンデータ生成部25が、格納領域41に書き込んだ反転データと同一の反転データを生成し、生成した反転データを比較部24に送る。   In step A 11, the memory read DMAC 22 reads data from the head of the storage area 41 in units of one or more bursts, and sends the read data to the comparison unit 24. In parallel with this, the pattern data generation unit 25 generates the same inverted data as the inverted data written in the storage area 41, and sends the generated inverted data to the comparison unit 24.

ステップA12では、比較部24が、メモリリード用DMAC22から送られてきたデータと、パターンデータ生成部25から送られてきたデータとを比較し、2つのデータが一致するか否かを判断する。データの比較は、たとえば、1バースト単位(8バイト単位)で行われる。データが一致した場合、メモリチェック回路2による処理はステップA13へ進み、データが一致しなかった場合、メモリチェック回路2による処理はステップA14へ進む。   In step A12, the comparison unit 24 compares the data sent from the memory read DMAC 22 with the data sent from the pattern data generation unit 25, and determines whether or not the two data match. The data comparison is performed, for example, in units of 1 burst (8 bytes). If the data match, the process by the memory check circuit 2 proceeds to step A13. If the data does not match, the process by the memory check circuit 2 proceeds to step A14.

ステップA13では、制御用レジスタ部21が、格納領域41についてのサイズデータおよび比較部24による比較回数に基づいて、格納領域41すべてについて、ステップA12における比較部24による比較が行われたか否かを判断する。格納領域41すべてについて比較が行われていれば、メモリチェック回路2による処理はステップA15へ進み、格納領域41すべてについて比較が行われていなければ、メモリチェック回路2による処理はステップA11へ戻る。   In step A13, the control register unit 21 determines whether or not the comparison unit 24 in step A12 has performed comparison for all the storage regions 41 based on the size data for the storage region 41 and the number of comparisons by the comparison unit 24. to decide. If all the storage areas 41 have been compared, the process by the memory check circuit 2 proceeds to step A15. If all the storage areas 41 have not been compared, the process by the memory check circuit 2 returns to step A11.

ステップA14の処理は、ステップA5またはステップA12においてデータが一致しなかった場合に行われる処理であり、メモリセルに故障が発見された後の処理である。システムメモリ4へ書き込んだデータと、システムメモリ4から読み出したデータとが一致しないということは、システムメモリ4へ正常なデータが書き込めないということである。すなわち、システムメモリ4のメモリセルに故障が生じているということである。したがって、ステップA14では、制御用レジスタ部21は、故障しているメモリセルのアドレスを記憶するとともに、システムメモリ4のメモリセルに故障が生じていることをプロセッサ1に伝える。   The process of step A14 is a process performed when data does not match in step A5 or step A12, and is a process after a failure is found in a memory cell. The fact that the data written to the system memory 4 does not match the data read from the system memory 4 means that normal data cannot be written to the system memory 4. That is, a failure has occurred in the memory cell of the system memory 4. Therefore, in step A14, the control register unit 21 stores the address of the memory cell that has failed, and informs the processor 1 that a memory cell in the system memory 4 has failed.

本実施形態では、メモリチェック回路2は、プロセッサ1にメモリセルの故障を伝えた後、ステップA1〜ステップA13の処理に準じた処理を行って、故障しているメモリセル以外の格納領域41のメモリセルすべてについてメモリチェックを行い、他のメモリセルにも故障が生じていれば当該メモリセルのアドレスを制御用レジスタ部21に記憶する。そして、メモリチェック回路2は、格納領域41のすべてのメモリセルについてメモリチェックが完了すると、処理をステップA15へ進める。   In the present embodiment, the memory check circuit 2 notifies the processor 1 of the failure of the memory cell, and then performs processing according to the processing of step A1 to step A13 to store the memory area 41 other than the memory cell that has failed. A memory check is performed for all the memory cells, and if a failure occurs in another memory cell, the address of the memory cell is stored in the control register unit 21. When the memory check is completed for all the memory cells in the storage area 41, the memory check circuit 2 advances the process to step A15.

このように、本実施形態では、格納領域41の一部のメモリセルが故障していても、ステップA14において格納領域41のすべてのメモリセルについてメモリチェックを行う。したがって、故障したシステムメモリ4についての情報をより多く取得でき、故障原因の特定が容易になる。なお、本発明の他の実施形態として、画像処理装置100は、メモリチェック回路2がプロセッサ1にメモリセルの故障を伝えた後、メモリチェック回路2によるメモリチェックを停止して、ユーザの指示を待つように構成されていてもよい。   As described above, in this embodiment, even if some of the memory cells in the storage area 41 have failed, the memory check is performed for all the memory cells in the storage area 41 in step A14. Therefore, more information about the failed system memory 4 can be acquired, and the cause of the failure can be easily identified. As another embodiment of the present invention, the image processing apparatus 100 stops the memory check by the memory check circuit 2 after the memory check circuit 2 notifies the processor 1 of the failure of the memory cell, and issues a user instruction. It may be configured to wait.

ステップA15では、制御用レジスタ部21が、格納領域41のメモリチェックが完了したことを、プロセッサ1に伝える。これによって、上述したメモリチェック方法の第1ステップS1が終了する。なお、上述した第2ステップS2におけるワーク領域42のメモリチェック、および第3ステップS3におけるイメージ領域43のメモリチェックも、上記ステップA0〜ステップA15の処理と同様に行われる。   In step A15, the control register unit 21 notifies the processor 1 that the memory check of the storage area 41 has been completed. Thereby, the first step S1 of the memory check method described above is completed. Note that the memory check of the work area 42 in the second step S2 and the memory check of the image area 43 in the third step S3 are also performed in the same manner as the processes in the steps A0 to A15.

このような本実施形態によれば、メモリチェック回路2がメモリリード用DMAC22およびメモリライト用DMAC23を介してシステムメモリ4のメモリチェックを行うので、システムメモリ4のすべてのメモリセルについてメモリチェックを行うときであっても、プロセッサ1に掛かる負荷を軽減することができる。また、本実施形態では、上述した第2ステップS2において、プロセッサ1とメモリチェック回路2とにより、システムプログラムの起動処理とシステムメモリ4のメモリチェックとを並列に行うことができる。したがって、システムメモリ4のメモリチェックに要する時間を有効に活用することができる。   According to the present embodiment as described above, the memory check circuit 2 performs the memory check of the system memory 4 via the memory read DMAC 22 and the memory write DMAC 23, so that the memory check is performed for all the memory cells of the system memory 4. Even at times, the load on the processor 1 can be reduced. In the present embodiment, in the second step S2 described above, the processor 1 and the memory check circuit 2 can perform the system program activation process and the memory check of the system memory 4 in parallel. Therefore, the time required for the memory check of the system memory 4 can be used effectively.

また、本実施形態では、上述した第2ステップS2において、システムプログラムの起動処理以外の各種処理(アプリケーションプログラムの起動処理、ならびに、外部機器、インターフェイス部7、および表示部8の初期化)も、システムメモリ4のメモリチェックと並列に行うことができる。したがって、システムメモリ4のメモリチェックに要する時間をより有効に活用することができる。   In the present embodiment, in the above-described second step S2, various processes other than the system program activation process (application program activation process and initialization of the external device, the interface unit 7, and the display unit 8) are also performed. This can be performed in parallel with the memory check of the system memory 4. Therefore, the time required for the memory check of the system memory 4 can be utilized more effectively.

上述した実施形態において、メモリライト用DMAC23によるパターンデータの書き込みを1または複数バースト単位で行う場合、パターンデータを1バイト単位で書き込む場合と比較して、システムメモリ4のメモリチェックに要する時間を短縮することができる。これに対して、メモリライト用DMAC23によるパターンデータの書き込みを1バイト単位で行う場合、データマスク信号を使用することになるので、システムメモリ4のメモリチェックだけでなく、データマスク信号に異常が生じているか否かのチェックも行うことができる。なお、システムメモリ4のメモリチェックに要する時間を短縮するために、メモリリード用DMAC22によるデータの読み出しは、1または複数バースト単位で行うことが好ましい。   In the embodiment described above, when the pattern data is written by the memory write DMAC 23 in units of one or a plurality of bursts, the time required for the memory check of the system memory 4 is shortened compared to the case of writing pattern data in units of 1 byte. can do. On the other hand, when pattern data is written by the memory write DMAC 23 in units of 1 byte, a data mask signal is used, so that not only a memory check of the system memory 4 but also an abnormality occurs in the data mask signal. You can also check whether or not In order to shorten the time required for the memory check of the system memory 4, it is preferable to read data by the memory read DMAC 22 in units of one or a plurality of bursts.

また、上述した実施形態において、パターンデータとして擬似乱数パターンデータを用いる場合、システムメモリ4のメモリセルの故障モードが他のメモリセルへの書き込みに付随して変化するような故障モードであったとしても、メモリセルの故障をより容易に発見することができる。ただし、擬似乱数パターンデータを用いる場合は、故障しているメモリセルに本来書き込まれるべきであったデータは、擬似乱数パターンデータを再度生成して、確認しなければならない。これに対して、パターンデータとして固定パターンデータを用いる場合は、故障しているメモリセルに本来書き込まれるべきであったデータを、パターンデータを再度生成することなく確認することができる。   In the above-described embodiment, when using pseudo random number pattern data as pattern data, it is assumed that the failure mode of the memory cell of the system memory 4 is a failure mode that changes accompanying writing to another memory cell. However, the failure of the memory cell can be found more easily. However, when using pseudorandom pattern data, the data that should have been originally written in the memory cell that has failed must be confirmed by generating pseudorandom pattern data again. On the other hand, when the fixed pattern data is used as the pattern data, the data that should have been originally written in the memory cell that has failed can be confirmed without generating the pattern data again.

上述した実施形態では、メモリチェック回路2は、本発明に係るメモリチェック方法を実行するための専用の電子回路である。本発明の他の実施形態としては、メモリチェック回路2の代わりとして、制御演算装置と半導体メモリとを設けることも可能である。すなわち、本発明の他の実施形態としては、本発明に係るメモリチェック方法を実行するためのプログラムデータを記憶する半導体メモリと、当該プログラムデータに従って、プロセッサ1によるシステムプログラムの起動処理に並行して、システムメモリ4のメモリチェックを行う制御演算装置とを備える画像処理装置であってもよい。このような構成であれば、半導体メモリに他のプログラムデータを記憶させることができるので、制御演算装置によって他のプログラムを起動することが可能になる。   In the embodiment described above, the memory check circuit 2 is a dedicated electronic circuit for executing the memory check method according to the present invention. As another embodiment of the present invention, a control arithmetic device and a semiconductor memory can be provided in place of the memory check circuit 2. That is, as another embodiment of the present invention, a semiconductor memory for storing program data for executing the memory check method according to the present invention, and in parallel with a system program startup process by the processor 1 according to the program data The image processing apparatus may include a control arithmetic device that performs a memory check of the system memory 4. With such a configuration, other program data can be stored in the semiconductor memory, so that it is possible to start another program by the control arithmetic device.

また、上述した実施形態では、メモリチェック回路2は1つのみ設けられるけれども、本発明の他の実施形態としては、メモリチェック回路2が複数設けられてもよい。メモリチェック回路2を複数備えていれば、システムメモリ4のメモリチェックを分散して行うことができる。たとえば、格納領域41のメモリチェックにおいて、格納領域41をさらに細分化して、細分化された領域について、複数のメモリチェック回路2がそれぞれメモリチェックを行うということができる。   In the above-described embodiment, only one memory check circuit 2 is provided. However, as another embodiment of the present invention, a plurality of memory check circuits 2 may be provided. If a plurality of memory check circuits 2 are provided, the memory check of the system memory 4 can be performed in a distributed manner. For example, in the memory check of the storage area 41, it can be said that the storage area 41 is further subdivided, and the plurality of memory check circuits 2 perform memory checks on the subdivided areas.

1 プロセッサ
2 メモリチェック回路
3 キャッシュメモリ
4 システムメモリ
5 第1不揮発性メモリ
6 第2不揮発性メモリ
21 制御用レジスタ部
22 メモリリード用DMAC
23 メモリライト用DMAC
24 比較部
25 パターンデータ生成部
41 格納領域
42 ワーク領域
43 イメージ領域
100 画像処理装置
200 画像入力装置
300 画像出力装置
1000 複合機
DESCRIPTION OF SYMBOLS 1 Processor 2 Memory check circuit 3 Cache memory 4 System memory 5 1st non-volatile memory 6 2nd non-volatile memory 21 Control register part 22 Memory read DMAC
23 DMAC for memory write
24 comparison unit 25 pattern data generation unit 41 storage area 42 work area 43 image area 100 image processing apparatus 200 image input apparatus 300 image output apparatus 1000 MFP

Claims (7)

プロセッサと、
格納領域、ワーク領域、およびイメージ領域からなるシステムメモリと、
不揮発性メモリと、
ダイレクトメモリアクセスコントローラを含むメモリチェック回路であって、該ダイレクトメモリアクセスコントローラを介して前記システムメモリのメモリセルに所定のデータを書き込み、その後、該ダイレクトメモリアクセスコントローラを介して、前記システムメモリの前記所定のデータが書き込まれたメモリセルからデータを読み出して、書き込んだ所定のデータと読み出したデータとを比較し、比較の結果、データが一致しなかったときに、前記メモリセルに故障があったとするメモリチェックを行う回路であるメモリチェック回路と、を備える画像処理装置の起動処理における前記システムメモリのメモリチェック方法であって、
前記メモリチェック回路が、前記格納領域のメモリセルについてメモリチェックを行う第1ステップと、
前記第1ステップのメモリチェックにおいて前記格納領域のメモリセルがすべて故障していなかったときに、
前記メモリチェック回路が、前記ワーク領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記不揮発性メモリに予め記憶されているシステムプログラムデータの、前記格納領域への転送を開始し、前記ワーク領域のメモリセルについてのメモリチェックが完了するまでに、前記システムプログラムデータの、前記格納領域への転送を完了するか、または前記ワーク領域のメモリセルについてのメモリチェックと、前記システムプログラムデータの、前記格納領域への転送とが同時に完了する第2ステップと、
前記第2ステップのメモリチェックにおいて前記ワーク領域のメモリセルがすべて故障していなかったときに、
前記メモリチェック回路が、前記イメージ領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記格納領域に転送されたシステムプログラムデータに基づいて、前記画像処理装置の起動処理のうち、少なくともシステムプログラムの起動処理を行う第3ステップと、を含むことを特徴とするメモリチェック方法。
A processor;
System memory consisting of storage area, work area and image area;
Non-volatile memory;
A memory check circuit including a direct memory access controller, wherein predetermined data is written to a memory cell of the system memory via the direct memory access controller, and then the memory of the system memory is transmitted via the direct memory access controller. The data is read from the memory cell in which the predetermined data is written, the predetermined data written is compared with the read data, and when the data does not match as a result of the comparison, there is a failure in the memory cell. A memory check circuit that performs a memory check, and a memory check method for the system memory in a startup process of an image processing apparatus comprising:
A first step in which the memory check circuit performs a memory check on memory cells in the storage area;
When not all memory cells in the storage area have failed in the memory check in the first step,
The memory check circuit performs a memory check on the memory cells in the work area;
The processor starts transferring the system program data stored in advance in the nonvolatile memory to the storage area, and until the memory check for the memory cells in the work area is completed, the system program data A second step of completing the transfer to the storage area or the memory check for the memory cells in the work area and the transfer of the system program data to the storage area at the same time ;
When all the memory cells in the work area have not failed in the memory check in the second step,
The memory check circuit performs a memory check on the memory cells in the image area;
A memory check including: a third step of performing at least a system program start process among the start processes of the image processing apparatus based on the system program data transferred to the storage area; Method.
前記第3ステップで行われる前記画像処理装置の起動処理には、システムプログラムの起動処理以外に、アプリケーションプログラムの起動処理と、外部機器の初期化との、少なくとも一方が含まれることを特徴とする請求項1に記載のメモリチェック方法。   The startup processing of the image processing apparatus performed in the third step includes at least one of startup processing of an application program and initialization of an external device in addition to the startup processing of the system program. The memory check method according to claim 1. 前記メモリチェック回路は、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに前記所定のデータを書き込むとき、1または複数バースト単位で書き込むことを特徴とする請求項1または2に記載のメモリチェック方法。   The memory check method according to claim 1 or 2, wherein the memory check circuit writes the predetermined data in the system memory via the direct memory access controller in units of one or a plurality of bursts. 前記メモリチェック回路は、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに前記所定のデータを書き込むとき、1バイト単位で書き込むことを特徴とする請求項1または2に記載のメモリチェック方法。   The memory check method according to claim 1 or 2, wherein the memory check circuit writes the predetermined data in the system memory via the direct memory access controller in units of 1 byte. 前記メモリチェック回路は、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに、前記所定のデータとして擬似乱数パターンデータを書き込むことを特徴とする請求項1〜4のいずれか1つに記載のメモリチェック方法。   5. The memory check according to claim 1, wherein the memory check circuit writes pseudo random number pattern data as the predetermined data to the system memory via the direct memory access controller. Method. 前記メモリチェック回路は、前記ダイレクトメモリアクセスコントローラを介して前記システムメモリに、前記所定のデータとして固定パターンデータを書き込むことを特徴とする請求項1〜4のいずれか1つに記載のメモリチェック方法。   5. The memory check method according to claim 1, wherein the memory check circuit writes fixed pattern data as the predetermined data into the system memory via the direct memory access controller. . プロセッサと、システムメモリと、不揮発性メモリと、メモリチェック回路と、を備える画像処理装置であって、
前記システムメモリは、格納領域、ワーク領域、およびイメージ領域からなり、
前記不揮発性メモリは、予めシステムプログラムデータを記憶しており、
前記メモリチェック回路は、ダイレクトメモリアクセスコントローラを含み、該ダイレクトメモリアクセスコントローラを介して前記システムメモリのメモリセルに所定のデータを書き込み、その後、該ダイレクトメモリアクセスコントローラを介して、前記システムメモリの前記所定のデータが書き込まれたメモリセルからデータを読み出して、書き込んだ所定のデータと読み出したデータとを比較し、比較の結果、データが一致しなかったときに、前記メモリセルに故障があったとするメモリチェックを行う回路であり、
前記メモリチェック回路は、前記格納領域のメモリセルについてメモリチェックを行うように構成され、
前記格納領域のメモリセルについてのメモリチェックにおいて該格納領域のメモリセルがすべて故障していなかったとき、
前記メモリチェック回路が、前記ワーク領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記システムプログラムデータの、前記格納領域への転送を開始し、前記ワーク領域のメモリセルについてのメモリチェックが完了するまでに、前記システムプログラムデータの、前記格納領域への転送を完了するか、または前記ワーク領域のメモリセルについてのメモリチェックと、前記システムプログラムデータの、前記格納領域への転送とが同時に完了するように構成され、
前記ワーク領域のメモリセルについてのメモリチェックにおいて該ワーク領域のメモリセルがすべて故障していなかったとき、
前記メモリチェック回路が、前記イメージ領域のメモリセルについてメモリチェックを行うとともに、
前記プロセッサが、前記格納領域に転送されたシステムプログラムデータに基づいて、前記画像処理装置の起動処理のうち、少なくともシステムプログラムの起動処理を行うように構成されることを特徴とする画像処理装置。
An image processing apparatus comprising a processor, a system memory, a nonvolatile memory, and a memory check circuit,
The system memory includes a storage area, a work area, and an image area.
The nonvolatile memory stores system program data in advance,
The memory check circuit includes a direct memory access controller, writes predetermined data to a memory cell of the system memory via the direct memory access controller, and then passes the direct memory access controller to the memory of the system memory. The data is read from the memory cell in which the predetermined data is written, the predetermined data written is compared with the read data, and when the data does not match as a result of the comparison, there is a failure in the memory cell. A memory check circuit that performs
The memory check circuit is configured to perform a memory check on memory cells in the storage area;
When not all memory cells in the storage area have failed in the memory check for the memory cells in the storage area,
The memory check circuit performs a memory check on the memory cells in the work area;
The processor starts transferring the system program data to the storage area and completes the transfer of the system program data to the storage area until the memory check for the memory cells in the work area is completed. Or the memory check for the memory cells in the work area and the transfer of the system program data to the storage area are completed simultaneously ,
When all the memory cells in the work area have not failed in the memory check for the memory cells in the work area,
The memory check circuit performs a memory check on the memory cells in the image area;
An image processing apparatus, wherein the processor is configured to perform at least a system program activation process among the activation processes of the image processing apparatus based on system program data transferred to the storage area.
JP2010137750A 2010-06-16 2010-06-16 Memory check method and image processing apparatus Active JP5530823B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010137750A JP5530823B2 (en) 2010-06-16 2010-06-16 Memory check method and image processing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010137750A JP5530823B2 (en) 2010-06-16 2010-06-16 Memory check method and image processing apparatus

Publications (2)

Publication Number Publication Date
JP2012003505A JP2012003505A (en) 2012-01-05
JP5530823B2 true JP5530823B2 (en) 2014-06-25

Family

ID=45535410

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010137750A Active JP5530823B2 (en) 2010-06-16 2010-06-16 Memory check method and image processing apparatus

Country Status (1)

Country Link
JP (1) JP5530823B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5401488B2 (en) * 2011-02-28 2014-01-29 京セラドキュメントソリューションズ株式会社 Image reading apparatus and memory check method

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01187655A (en) * 1988-01-22 1989-07-27 Hitachi Ltd Memory check system
JPH0695754A (en) * 1991-02-06 1994-04-08 Sharp Corp Computer activation system
JPH04257042A (en) * 1991-02-12 1992-09-11 Fujitsu Ltd Diagnostic system for memory
JPH0635813A (en) * 1992-07-17 1994-02-10 N T T Data Tsushin Kk Diagnosing method for electronic computer
JP2004355569A (en) * 2003-05-30 2004-12-16 Kyocera Mita Corp Method for checking memory
JP2006285913A (en) * 2005-04-05 2006-10-19 Sharp Corp Memory check device and image forming device
JP2007140920A (en) * 2005-11-18 2007-06-07 Kyocera Mita Corp Image forming apparatus
JP5068188B2 (en) * 2008-01-21 2012-11-07 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, computer program, and system for performing memory tests

Also Published As

Publication number Publication date
JP2012003505A (en) 2012-01-05

Similar Documents

Publication Publication Date Title
US11392701B2 (en) Information processing apparatus and method for controlling the same
US10268257B2 (en) Memory control device that control semiconductor memory, memory control method, information device equipped with memory control device, and storage medium storing memory control program
JP2009009213A (en) Data storage system, program, and data storage method
JP5530823B2 (en) Memory check method and image processing apparatus
JP2007140920A (en) Image forming apparatus
JP2012098962A (en) Memory check method and image processing apparatus
JP6033183B2 (en) Image forming apparatus and method for starting image forming apparatus
US10108124B2 (en) Image forming apparatus and control method
JP2010068355A (en) Electronic apparatus and method of controlling the same
US20120206737A1 (en) Image forming apparatus and image forming method for correcting registration deviation
JP2007164552A (en) Memory controller and data transfer method
JP2020197857A (en) Image forming apparatus, control method thereof, and program
JP4633078B2 (en) Color image processing apparatus and image memory access control method
US8902689B2 (en) Controlling electric power supply to a memory in an image processing apparatus
JP2006247926A (en) Image forming device
JP5383722B2 (en) Information processing device
JP2008044106A (en) Image forming apparatus, operating method of image forming apparatus, asic for image processing, operating method of asic for image processing, and program
JP2021177301A (en) Electronic device and control method for electronic device
US20200137254A1 (en) Image processing apparatus, image processing apparatus controlling method, and recording medium
JP2009100250A (en) Apparatus and program for making reading difficult
US20200073842A1 (en) Bridge device, control method for bridge device, and information processing apparatus including bridge device
US7161703B2 (en) Image processing system having a storage section being accessed directly
JP6085942B2 (en) Information processing apparatus, image forming apparatus, and data processing method
JP5989924B2 (en) Image forming apparatus and image forming method
JP2006157977A (en) Image processing apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130401

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20131224

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20140107

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140224

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20140401

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20140421

R150 Certificate of patent or registration of utility model

Ref document number: 5530823

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150