JP2712606B2 - Initialization processing method for multi-CPU system - Google Patents

Initialization processing method for multi-CPU system

Info

Publication number
JP2712606B2
JP2712606B2 JP1211417A JP21141789A JP2712606B2 JP 2712606 B2 JP2712606 B2 JP 2712606B2 JP 1211417 A JP1211417 A JP 1211417A JP 21141789 A JP21141789 A JP 21141789A JP 2712606 B2 JP2712606 B2 JP 2712606B2
Authority
JP
Japan
Prior art keywords
data
cpu
ram
slave
specific pattern
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.)
Expired - Lifetime
Application number
JP1211417A
Other languages
Japanese (ja)
Other versions
JPH0375809A (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.)
Meidensha Corp
Original Assignee
Meidensha 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 Meidensha Corp filed Critical Meidensha Corp
Priority to JP1211417A priority Critical patent/JP2712606B2/en
Publication of JPH0375809A publication Critical patent/JPH0375809A/en
Application granted granted Critical
Publication of JP2712606B2 publication Critical patent/JP2712606B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Multi Processors (AREA)

Description

【発明の詳細な説明】 A.産業上の利用分野 本発明は、マスタ/スレーブ型のマルチCPU(中央処
理装置)構成のシステムにおいて、イニシャライズ処理
時に、特にスレーブCPUの制御パラメータを設定する方
法に関する。
The present invention relates to a method of setting control parameters of a slave CPU during initialization processing in a master / slave type multi-CPU (central processing unit) configuration system. .

B.発明の概要 本発明では、マスタ/スレーブ型のマルチCPU構成の
処理システムにおいて、外部記憶装置またはROMの代り
に、停電保護機能付きのRAMを主メモリとして用い、こ
のRAMにスレーブCPU用にデータ・エリアを割り付けてお
き、このデータ・エリアに予め格納しておいた制御パラ
メータを、電源投入後、マスタCPUがスレーブCPUのRAM
に転送する。
B. Summary of the Invention In the present invention, in a processing system of a master / slave type multi-CPU configuration, a RAM with a power failure protection function is used as a main memory instead of an external storage device or a ROM, and this RAM is used for a slave CPU. After allocating the data area and assigning the control parameters stored in this data area in advance to the power supply, the master CPU
Transfer to

そして、データ転送の正当性を判定するため、またス
レーブCPUのメイン処理への移行のタイミングをとるた
め、スレーブCPUのRAMはマスタとスレーブ両CPUがアク
セスできるものとし、また、主メモリのデータ・エリア
の最後部を特定パターンのデータとしてある。
In order to determine the validity of the data transfer and to determine the timing of the transition to the main processing of the slave CPU, the RAM of the slave CPU is assumed to be accessible to both the master and slave CPUs. The last part of the area is data of a specific pattern.

即ち、マスタCPUは、電源投入後、主メモリのデータ
・エリアからスレーブCPUのRAMにデータを転送し、その
後、スレーブCPUのRAMに転送されたデータの最後部が特
定パターンである場合はデータ転送が正しいのでこれで
イニシャライズ処理が完了し、メイン処理に移行する。
特定パターンでない場合はデータ転送にエラーがあるの
で、エラーフラグを立てるなどエラー処理を行ってイニ
シャライズ処理を終え、メイン処理に移行する。
That is, the master CPU transfers the data from the data area of the main memory to the RAM of the slave CPU after turning on the power, and then transfers the data when the last part of the data transferred to the RAM of the slave CPU has a specific pattern. Is correct, the initialization process is completed, and the process proceeds to the main process.
If it is not the specific pattern, there is an error in the data transfer, so that error processing such as setting an error flag is performed, the initialization processing is completed, and the processing shifts to the main processing.

スレーブCPUは、電源投入後、自身のRAMのうち特定パ
ターンが転送されてくるエリアをクリアし、その後、こ
のエリアのデータが特定パターンになった時、制御パラ
メータが正しく設定されてイニシャライズ処理が終了し
たものとし、メイン処理に移行する。
After turning on the power, the slave CPU clears the area to which the specific pattern is transferred from its own RAM, and then when the data in this area becomes the specific pattern, the control parameters are set correctly and the initialization process ends. Then, the processing shifts to the main processing.

C.従来の技術 マスタ/スレーブ型のマルチCPUシステムでは、イニ
シャライズ処理時に、アナログ出力のリセット,デジタ
ル表示のリセット等の他、スレーブCPUの演算に必要な
制御パラメータ等のデータを設定する必要があり、従
来、下記(1)または(2)の方法がとられている。制
御パラメータは、例えば制御系のゲイン、物理量の工学
変換定数等のデータである。
C. Conventional technology In a master / slave-type multi-CPU system, it is necessary to set data such as control parameters necessary for the operation of the slave CPU in addition to resetting analog output and resetting digital display during initialization processing. Conventionally, the following method (1) or (2) has been adopted. The control parameter is, for example, data such as a gain of a control system and an engineering conversion constant of a physical quantity.

(1) 磁気ディスク等の外部記憶装置に制御パラメー
タの各種データを格納しておき、電源投入時に、マスタ
CPUが外部記憶装置からデータを取り出し、スレーブCPU
のRAM(随時書き込み読み出しメモリ)に転送する方
法。この場合、電源投入後のスレーブCPUへのデータ転
送とスレーブCPU自体のメイン処理とのタイミングはタ
イマにより予め時間を設定して決めている。
(1) Various data of control parameters are stored in an external storage device such as a magnetic disk, and the master
The CPU retrieves data from the external storage device, and the slave CPU
To transfer the data to a random access memory (RAM). In this case, the timing between the data transfer to the slave CPU after the power is turned on and the main processing of the slave CPU itself is determined by setting a time in advance by a timer.

(2) スレーブCPU自体のROM(読み出し専用メモリ)
にデータを書き込んでおき、このROMからスレーブCPUが
データを取り出す方法。
(2) ROM (read-only memory) of the slave CPU itself
A method in which data is written in the ROM and the slave CPU retrieves the data from this ROM.

D.発明が解決しようとする課題 まず、従来の(1)マスタCPUがスレーブCPUのRAMに
制御パラメータを転送する方法では、磁気ディスク等の
外部記憶装置が必要であること、並びに、タイマを用い
るためスレーブCPUへのデータ転送とスレーブCPUのメイ
ン処理のタイミングが合わない場合が生ずるという欠点
がある。
D. Problems to be Solved by the Invention First, in the conventional method (1) in which the master CPU transfers control parameters to the RAM of the slave CPU, an external storage device such as a magnetic disk is required, and a timer is used. Therefore, there is a disadvantage that the timing of data transfer to the slave CPU and the timing of the main processing of the slave CPU may not be synchronized.

また、従来の(2)ROMを用いる方法では、制御パラ
メータの変更がある毎に、ROMの変換が必要になるとい
う欠点がある。
Further, the conventional method (2) using a ROM has a disadvantage that the ROM needs to be converted every time a control parameter is changed.

本発明は上述した従来技術の欠点を解消したイニシャ
ライズ処理方法を提供することを目的とする。
An object of the present invention is to provide an initialization processing method which has solved the above-mentioned disadvantages of the prior art.

E.課題を解決するための手段 本発明によるイニシャライズ処理方法は、マスタ/ス
レーブ型のマルチCPUの構成の処理システムにおいて、 主メモリに停電保護機能付きのRAMを用い、スレーブC
PUのRAMにマスタ及びスレーブ両CPUがアクセス可能なRA
Mを用い、 主メモリの前記RAMにスレーブCPUに対するデータ・エ
リアを割り付け、このデータ・エリアに最後部を特定パ
ターンとしたデータを格納しておき、 マスタCPUは、電源投入後、主メモリのデータ・エリ
アからスレーブCPUの前記RAMにデータを転送し、その
後、スレーブCPUのRAMに転送されたデータの最後部が前
記特定パターンか否か判定し、特定パターンである場合
はメイン処理に移行し、特定パターンでない場合はエラ
ー処理の後、メイン処理に移行し、 スレーブCPUは、電源投入後、自身のRAMのうち前記特
定パターンが転送されてくるエリアをクリアし、その
後、このエリアのデータが特定パターンになるまで待機
し、特定パターンになった時、メイン処理に移行するこ
とを特徴とする。
E. Means for Solving the Problems The initialization processing method according to the present invention uses a master / slave type multi-CPU processing system in which a RAM having a power failure protection function is used as a main memory and a slave C
RA that allows both master and slave CPUs to access PU RAM
M, a data area for the slave CPU is allocated to the RAM of the main memory, and data having a specific pattern at the end is stored in this data area. Transfer data from the area to the RAM of the slave CPU, and then determine whether or not the last part of the data transferred to the RAM of the slave CPU is the specific pattern; if it is the specific pattern, shift to main processing; If it is not a specific pattern, after error processing, it shifts to main processing.After turning on the power, the slave CPU clears the area to which the specific pattern is transferred in its own RAM, and then specifies the data in this area. The method is characterized in that the process waits until a pattern is formed, and shifts to a main process when a specific pattern is formed.

F.作用 上記構成において、停電保護機能付きのRAMを用いた
主メモリが従来の外部記憶装置またはROMの代りとな
り、電源投入後、この主メモリからマスタCPUがスレー
ブCPUのRAMに制御パラメータ等のデータを転送すること
により、イニシャライズ処理を行う。この場合、主メモ
リのRAMは停電保護機能付きのものであるから、停電後
もデータは保存され、またROMと異なりデータの変更が
自由である。
F. Operation In the above configuration, the main memory using the RAM with the power failure protection function replaces the conventional external storage device or ROM, and after the power is turned on, the master CPU transfers the control parameters and the like from the main memory to the RAM of the slave CPU. Initialization processing is performed by transferring data. In this case, since the RAM of the main memory is provided with a power failure protection function, data is retained even after a power failure, and data can be freely changed unlike ROM.

そして、スレーブCPUのRAMをマスタとスレーブ両CPU
がアクセスできるものとし、また、主メモリのデータ・
エリアの最後部を特定パターンのデータとすることによ
り、データ転送の正当性を判定し、またスレーブCPUの
メイン処理への移行のタイミングをとる。
Then, the RAM of the slave CPU is used for both the master and slave CPUs.
Can be accessed, and the data and
The validity of the data transfer is determined by setting the last part of the area as the data of the specific pattern, and the timing of transition to the main processing of the slave CPU is taken.

即ち、マスタCPUは、データ転送後、スレーブCPUのRA
Mにアクセスし、転送されたデータの最後部が特定パタ
ーンである場合はデータ転送が正しいのでこれでイニシ
ャライズ処理が完了し、メイン処理に移行する。特定パ
ターンでない場合はデータ転送にエラーがあるので、エ
ラーフラグを立てるなどエラー処理を行ってイニシャラ
イズ処理を終え、メイン処理に移行する。
In other words, after data transfer, the master CPU
When M is accessed and the last part of the transferred data is a specific pattern, the data transfer is correct, so that the initialization processing is completed and the processing shifts to the main processing. If it is not the specific pattern, there is an error in the data transfer, so that error processing such as setting an error flag is performed, the initialization processing is completed, and the processing shifts to the main processing.

スレーブCPUは、電源投入後、パターンチェックのた
め、自身のRAMのうち特定パターンが転送されてくるエ
リアをクリアし、その後、このエリアのデータが特定パ
ターンになった時、制御パラメータが正しく設定されて
イニシャライズ処理が終了したものとし、メイン処理に
移行する。これにより、データ転送とスレーブCPUのメ
イン処理がタイミング良く実行される。
After turning on the power, the slave CPU clears the area to which a specific pattern is transferred in its own RAM to check the pattern.After that, when the data in this area becomes a specific pattern, the control parameters are set correctly. It is assumed that the initialization processing has been completed, and the processing shifts to the main processing. Thus, the data transfer and the main processing of the slave CPU are executed with good timing.

G.実施例 以下、本発明の実施例を第1図〜第3図を参照して説
明する。第1図はイニシャライズ処理のフローを示し、
第2図はマルチCPUシステムの構成を示し、第3図はメ
モリ構成を示す。
G. Embodiment Hereinafter, an embodiment of the present invention will be described with reference to FIGS. FIG. 1 shows a flow of the initialization processing,
FIG. 2 shows a configuration of a multi-CPU system, and FIG. 3 shows a memory configuration.

第2図に示すように、本実施例のシステムでは、マル
チバス1により、1つの主メモリボード2と、1つのマ
スタCPUボード4と、N個のスレーブCPUボード7−1〜
7−Nとを接続してある。
As shown in FIG. 2, in the system of this embodiment, one main memory board 2, one master CPU board 4, and N slave CPU boards 7-1 to -1 are provided by the multibus 1.
7-N.

主メモリボード2には停電保護のため、バッテリ・バ
ック・アップ付きのRAM3があり、このRAM3を制御パラメ
ータ等のデータの保存と更新に使用する。
The main memory board 2 has a RAM 3 with a battery backup for power failure protection, and this RAM 3 is used for storing and updating data such as control parameters.

マスタCPUボード4にはマスタとなるCPU(マスタCP
U)とそれに付随するRAM5及びROM6とがあり、マスタCPU
がN個のスレーブCPUを管理する。
The master CPU board 4 has a master CPU (master CP
U) and its associated RAM5 and ROM6, the master CPU
Manages N slave CPUs.

また、i=1〜Nとすると、スレーブCPUボード7−
iにはスレーブCPU♯iと、それに付随するRAM8−i及
びROM9−iとがある。
If i = 1 to N, the slave CPU board 7-
i has a slave CPU #i and an associated RAM 8-i and ROM 9-i.

各RAM8−iはマスタCPU及びスレーブCPU♯iがともに
アクセスすることができるもの、例えばツーポート・メ
モリ,デュアルポート・メモリと称されるRAMを使用し
ている。RAM5も同じものを用いている。但し、これらの
RAM5,8−iには停電保護機能を持たせていない。
Each of the RAMs 8-i is one that can be accessed by both the master CPU and the slave CPU #i, for example, a RAM called a two-port memory or a dual-port memory. The same is used for RAM5. However, these
The RAMs 5, 8-i are not provided with a power failure protection function.

主メモリボード2のRAM3、各CPUボードのRAM5,8−
i、及びROM6,8−iは適宜な半導体メモリとしてある。
RAM3 of main memory board 2, RAM5,8- of each CPU board
i and ROM6, 8-i are appropriate semiconductor memories.

第3図に示すように、主メモリボード2のRAM3には、
マスタCPUに対するデータ・エリア♯0、及び各マスタC
PU♯iに対するデータ・エリア♯i(i=1〜N)を割
り付けてあり、それぞれのCPUに必要な制御パラメータ
等のデータを予め該当するデータ・エリアに格納してあ
る。
As shown in FIG. 3, the RAM 3 of the main memory board 2 has
Data area # 0 for master CPU and each master C
A data area #i (i = 1 to N) is assigned to the PU #i, and data such as control parameters required for each CPU is stored in the corresponding data area in advance.

但し、RAM3の各データ・エリアには特定パターンのデ
ータを付加するなど、最後部のデータを特定パターンに
してデータを格納してある。また、各スレーブCPU♯i
のRAM8−iの最後のエリアにデータ最後部の特定パター
ンが転送されるようにしてある。
However, the data of the last part is stored in a specific pattern, such as adding data of a specific pattern to each data area of the RAM 3. Also, each slave CPU @ i
The specific pattern at the end of the data is transferred to the last area of the RAM 8-i.

次に第1図を参照して、イニシャライズ処理を説明す
る。マスタCPUは電源投入後、デジタル表示を消した
り、アナログ出力を零にしたり、また主メモリのRAM3の
データ・エリア♯0から自身のRAM5にデータを転送する
などの初期化(第1図、記号11)を行ったのち、各スレ
ーブCPU♯iに設定すべきデータを主メモリの該当する
データ・エリア♯iから取り出し、各スレーブCPU♯i
のRAM8−iに転送する(第1図、記号12)。
Next, the initialization process will be described with reference to FIG. After turning on the power, the master CPU initializes such as turning off the digital display, setting the analog output to zero, and transferring data from the data area # 0 of RAM3 of the main memory to its own RAM5 (Fig. 1, symbol After performing 11), the data to be set in each slave CPU #i is taken out from the corresponding data area #i of the main memory, and each slave CPU #i
(FIG. 1, symbol 12).

データ転送後、マスタCPUは各スレーブCPU♯iのRAM8
−iにアクセスし、その最後のエリアのデータを読み出
し(第1図、記号13)、読み出したデータが特定パター
ンと一致とするか否かチェックする(第1図、記号1
4)。一致していれば、データ転送が正しく行われ、制
御パラメータ等を確実に設定したものと判断し、イニシ
ャライズを完了して次のマスタCPU自身のメイン処理に
移行する(第1図、記号16)。一致していなければ、デ
ータ転送が正しく行われていないので、エラー処理、例
えば該当するスレーブCPUに対するエアー情報(エラー
・フラグ)をセットしてイニシャライズを終らせ、メイ
ン処理に移行する(第1図、記号15,16)。
After the data transfer, the master CPU
-I, reads the data of the last area (symbol 13 in FIG. 1), and checks whether or not the read data matches the specific pattern (symbol 1 in FIG. 1).
Four). If they match, it is determined that the data transfer has been performed correctly, the control parameters and the like have been set securely, the initialization is completed, and the process moves to the next main processing of the master CPU itself (symbol 16 in FIG. 1). . If they do not match, the data transfer has not been performed correctly, so that error processing, for example, air information (error flag) for the corresponding slave CPU is set, initialization is terminated, and the process proceeds to the main processing (FIG. 1). , Symbols 15, 16).

一方、各スレーブCPU♯iは電源投入後、まず初期化
として、各RAM8−iのうちマスタCPUから特定パターン
のデータが転送されてくる最後のエリアの内容を零クリ
ア(第1図、記号21)する。次いで、この最後のエリア
からデータを読み出して特定パターンと比較し、一致す
るまで待機する(第1図、記号22,23)。一致したら、
イニシャライズでの制御パラメータ等の設定が確実に行
われたものとし、スレーブCPU♯iは自身のメイン処理
に移行し(第1図、記号24)、設定されたデータを用い
てトルク制御の演算、物理量の工学変換などを行う。
On the other hand, after the power is turned on, each slave CPU #i firstly resets the contents of the last area of the RAMs 8-i to which the data of the specific pattern is transferred from the master CPU to zero (FIG. 1, symbol 21). ). Next, data is read from the last area, compared with the specific pattern, and waits for a match (FIG. 1, symbols 22, 23). If they match,
It is assumed that the setting of the control parameters and the like in the initialization has been securely performed, and the slave CPU #i shifts to its own main process (symbol 24 in FIG. 1), and calculates the torque control using the set data. Performs engineering conversion of physical quantities.

なお、制御の途中で制御パラメータの変更が必要な場
合は、一時的な方法と、最終的な方法の2通りである。
一時的な方法では、制御を停止した状態で、変更したい
スレーブCPU♯iのRAM8−iのデータを外部から直接変
更し、制御を再開する。最終的な方法では、主メモリボ
ード2のRAM3の所望のデータ・エリア♯iのデータを外
部から変更し、システム再スタート処理を行うことによ
り、所望のスレーブCPU♯iのデータを変更する。
When the control parameters need to be changed during the control, there are two methods, a temporary method and a final method.
In the temporary method, while the control is stopped, the data in the RAM 8-i of the slave CPU #i to be changed is directly changed from the outside, and the control is restarted. In the final method, the data of the desired data area #i of the RAM 3 of the main memory board 2 is externally changed, and the system restart processing is performed to change the data of the desired slave CPU #i.

H.発明の効果 本発明によれば、下記の効果がある。H. Effects of the Invention According to the present invention, the following effects are obtained.

(1) 主メモリに停電保護機能付きのRAMを用いてい
るので、停電後でもデータが保存されているから、イニ
シャライズ処理を簡単に行うことができる。
(1) Since the RAM with the power failure protection function is used as the main memory, the data is stored even after the power failure, so that the initialization process can be easily performed.

(2) 主メモリにも、スレーブCPUにもRAMを用いてい
るので、データ変更をいずれかのRAMの書き換えにより
自由に行うことができる。
(2) Since RAM is used for both the main memory and the slave CPU, data can be freely changed by rewriting any of the RAMs.

(3) スレーブCPUのRAMをマスタCPUがアクセスでき
るので、スレーブCPUに転送したデータのチェックが容
易である。
(3) Since the master CPU can access the RAM of the slave CPU, it is easy to check the data transferred to the slave CPU.

(4) マスタCPUは、電源投入後、スレーブCPUのデー
タ設定が確実に行われたか否かチェックして、はじめて
メイン処理に移行する。また、スレーブCPUは、電源投
入後、マスタCPUからデータ設定が確実に行われたこと
を確認して、はじめてメイン処理に移行する。これによ
り、データ転送とメイン処理とのタイミングが自動的に
確実にとれる。
(4) After the power is turned on, the master CPU checks whether or not the data setting of the slave CPU has been securely performed, and then shifts to the main processing for the first time. Further, after turning on the power, the slave CPU confirms that the data setting has been securely performed from the master CPU, and then shifts to the main processing for the first time. Thereby, the timing between the data transfer and the main processing can be automatically and reliably taken.

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

第1図は本発明の一実施例に係るイニシャライズ処理の
フローを示す図、第2図はシステム構成を示す図、第3
図はメモリ構成を示す図である。 図面中、 1はマルチバス、2は主メモリボード、3はバッテリ・
バック・アップ付きRAM、4はマスタCPUボード、7−1
〜7−NはスレーブCPUボード、8−1〜8−NはそのR
AMである。
FIG. 1 is a diagram showing a flow of an initialization process according to an embodiment of the present invention, FIG. 2 is a diagram showing a system configuration, and FIG.
The figure shows the memory configuration. In the drawing, 1 is a multi-bus, 2 is a main memory board, 3 is a battery
RAM with backup, 4 is master CPU board, 7-1
7-N are slave CPU boards, and 8-1 to 8-N are R
AM.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】マスタ/スレーブ型のマルチCPU構成の処
理システムにおいて、 主メモリに停電保護機能付きのRAMを用い、スレーブCPU
のRAMにマスタ及びスレーブ両CPUがアクセス可能なRAM
を用い、 主メモリの前記RAMにスレーブCPUに対するデータ・エリ
アを割り付け、このデータ・エリアに最後部を特定パタ
ーンとしたデータを格納しておき、 マスタCPUは、電源投入後、主メモリのデータ・エリア
からスレーブCPUの前記RAMにデータを転送し、その後、
スレーブCPUのRAMに転送されたデータの最後部が前記特
定パターンか否か判定し、特定パターンである場合はメ
イン処理に移行し、特定パターンでない場合はエラー処
理の後、メイン処理に移行し、 スレーブCPUは、電源投入後、自身のRAMのうち前記特定
パターンが転送されてくるエリアをクリアし、その後、
このエリアのデータが特定パターンになるまで待機し、
特定パターンになった時、メイン処理に移行することを
特徴とするマルチCPUシステムのイニシャライズ処理方
法。
A processing system having a master / slave type multi-CPU configuration, wherein a RAM with a power failure protection function is used as a main memory, and a slave CPU is provided.
RAM that can be accessed by both master and slave CPUs
A data area for the slave CPU is allocated to the RAM of the main memory, and data having a specific pattern at the end is stored in this data area. Transfer data from the area to the RAM of the slave CPU, and then
It is determined whether or not the last part of the data transferred to the RAM of the slave CPU is the specific pattern.If it is the specific pattern, the process proceeds to the main process. After turning on the power, the slave CPU clears an area of its own RAM to which the specific pattern is transferred, and thereafter,
Wait until the data in this area becomes a specific pattern,
A multi-CPU system initialization processing method characterized by shifting to main processing when a specific pattern is reached.
JP1211417A 1989-08-18 1989-08-18 Initialization processing method for multi-CPU system Expired - Lifetime JP2712606B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1211417A JP2712606B2 (en) 1989-08-18 1989-08-18 Initialization processing method for multi-CPU system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1211417A JP2712606B2 (en) 1989-08-18 1989-08-18 Initialization processing method for multi-CPU system

Publications (2)

Publication Number Publication Date
JPH0375809A JPH0375809A (en) 1991-03-29
JP2712606B2 true JP2712606B2 (en) 1998-02-16

Family

ID=16605612

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1211417A Expired - Lifetime JP2712606B2 (en) 1989-08-18 1989-08-18 Initialization processing method for multi-CPU system

Country Status (1)

Country Link
JP (1) JP2712606B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001314616A (en) * 2001-03-15 2001-11-13 Takao:Kk Game machine
KR100723875B1 (en) 2005-12-08 2007-05-31 한국전자통신연구원 Microprocessor suitable for constructing multi-processor system and method for managing reset and processor id

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2735023B2 (en) * 1995-03-30 1998-04-02 日本電気株式会社 Data control system

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001314616A (en) * 2001-03-15 2001-11-13 Takao:Kk Game machine
KR100723875B1 (en) 2005-12-08 2007-05-31 한국전자통신연구원 Microprocessor suitable for constructing multi-processor system and method for managing reset and processor id

Also Published As

Publication number Publication date
JPH0375809A (en) 1991-03-29

Similar Documents

Publication Publication Date Title
CN101884071B (en) Bank sharing and refresh in a shared multi-port memory device
JPH05242057A (en) Method for starting multi-processor system
JP2712606B2 (en) Initialization processing method for multi-CPU system
JPS5835295B2 (en) Data transfer method in master-slave system
JPS61180352A (en) Down-loading system for program
JPS5925317B2 (en) Automatic error correction method
JPS63184147A (en) Method for initializing channel controller
JPS5925320B2 (en) Shared storage controller
JPH05250250A (en) Access control method for dual port ram
JPS59116866A (en) Storage device of computer system
JPS61134856A (en) Ram check circuit
JP2001056803A (en) Microcomputer
JPH086914A (en) Method for initializing main storage in multiprocessor system
JPH0261749A (en) Data transfer device
JP3786182B2 (en) Vector load processing method and vector load processing method
JPS5537680A (en) Decentralized control system
JP2002215413A (en) Firmware transfer method and inter-module data transmission system
JPH03233723A (en) Firmware loading system
JPS6231386B2 (en)
JPS63169897A (en) Back-up system
JPH0652520B2 (en) Method of synchronizing multi-CPU system
JPH06259369A (en) Information processor
JPH0273420A (en) Semiconductor disk device
JPH04248652A (en) Dma controller
JPH01114952A (en) Inter-memory transfer system for information processor

Legal Events

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

Free format text: PAYMENT UNTIL: 20071031

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20081031

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 12

EXPY Cancellation because of completion of term
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091031

Year of fee payment: 12