JPH09114775A - Multiprocessor system - Google Patents

Multiprocessor system

Info

Publication number
JPH09114775A
JPH09114775A JP27437695A JP27437695A JPH09114775A JP H09114775 A JPH09114775 A JP H09114775A JP 27437695 A JP27437695 A JP 27437695A JP 27437695 A JP27437695 A JP 27437695A JP H09114775 A JPH09114775 A JP H09114775A
Authority
JP
Japan
Prior art keywords
mcu
slave
master
processing
system bus
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP27437695A
Other languages
Japanese (ja)
Inventor
Masafumi Oki
雅史 大木
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.)
Hitachi Ltd
Original Assignee
Hitachi Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP27437695A priority Critical patent/JPH09114775A/en
Publication of JPH09114775A publication Critical patent/JPH09114775A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the competition of a system bus and to improve the processing efficiency of the whole of a system by using the cache a slave MCU as a RAM. SOLUTION: A slave MCU 2 performs a setting so as to use the cache 22 in the slave MCU 2 as an incorporated RAM and the normal operation program for slave MCU 2 is loaded into the incorporated RAM 22. Next, the slave MCU 2 performs the initialization on the side of the slave MCU 2, becomes the waiting of a normal operation and moves the control to a master MCU 1. The master MCU 1 starts the normal operation, and at the same time, starts the normal operation of the slave MCU 2 by using a control line 15 between master/ slave and the master/salve shared work area in a RAM 3. Thus, since the slave MCU 2 performs the normal operation by the program in the incorporated RAM 22, a system bus 4 is not always accessed, the competition of the master MCU 1 and a bus is not caused to efficiently operate the system.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、複数のマイクロコ
ントローラユニット(本明細書ではMCUと略記)を並
列使用したマルチプロセッサシステムに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multiprocessor system using a plurality of microcontroller units (abbreviated as MCU in this specification) in parallel.

【0002】[0002]

【従来の技術】システムの処理能力を向上させるため、
複数の演算処理装置(MCU)より構成されるマルチプ
ロセッサシステムが使用されている。
2. Description of the Related Art In order to improve the processing capacity of a system,
A multiprocessor system including a plurality of arithmetic processing units (MCU) is used.

【0003】[0003]

【発明が解決しようとする課題】従来のマルチプロセッ
サシステムでは、複数の演算処理装置に対して同一のバ
スを使用しているので、演算処理能力は向上しても、バ
スの競合が生じた場合には効率が低下してしまう問題が
ある。また、通信のようなリアルタイム性が要求される
場合、割り込み処理中にバスの競合が生じたときには、
処理速度が低下して問題となることがある。
In the conventional multiprocessor system, the same bus is used for a plurality of arithmetic processing units. Therefore, even if the arithmetic processing capability is improved, the bus competition occurs. Has the problem of reduced efficiency. Also, when real-time processing such as communication is required, when bus contention occurs during interrupt processing,
The processing speed may decrease, which may cause a problem.

【0004】本発明は上記の点に鑑みなされたもので、
その目的とするところは、マルチプロセッサシステムに
おいて、システムバスの競合を低減し、システム全体の
処理効率の向上を図ることにある。
[0004] The present invention has been made in view of the above points,
The purpose is to reduce contention of the system bus in a multiprocessor system and improve the processing efficiency of the entire system.

【0005】[0005]

【課題を解決するための手段】本発明によるマルチプロ
セッサシステムは上記した目的を達成するため、スレー
ブMCU内のキャッシュをRAMとして使用し、スレー
ブMCU内での処理や、スレーブMCUへの外部入出力
処理等は、外部バスにアクセスが生じないようにした。
また、マスタMCUとスレーブMCUとの間にデータの
受け渡しが必要となった場合には、マスタMCUのシス
テムタイマ割り込み処理ルーチンを基準として、周期的
に実行させるようにした。
In order to achieve the above-mentioned object, a multiprocessor system according to the present invention uses a cache in a slave MCU as a RAM to perform processing in the slave MCU and external input / output to / from the slave MCU. For processing, access to the external bus was prevented.
Further, when data transfer between the master MCU and the slave MCU is required, the system timer interrupt processing routine of the master MCU is used as a reference for periodical execution.

【0006】斯様にすることによって、スレーブMCU
は内蔵RAM上で定常動作しているので、バスの競合が
起こる期間が低減される。また、バスの競合の生じる期
間を制御しているため、システム全体の処理の効率を向
上させることができる。
By doing so, the slave MCU
Is operating normally on the built-in RAM, the period during which bus contention occurs is reduced. Further, since the period during which bus contention occurs is controlled, the efficiency of processing of the entire system can be improved.

【0007】[0007]

【発明の実施の形態】以下、本発明の実施の形態を説明
する。図1は、本発明の実施の1形態例に係るマルチプ
ロセッサシステムの構成図である。同図において、1は
マスタMCU、2はスレーブMCU、3はRAMであ
り、それらはシステムバス4で相互に接続されている。
また、マスタMCU1内において、11はマイクロプロ
セッサ(以下、MPと略記)、12はキャッシュ、13
は通信インタフェース(以下、通信I/Fと略記)等の
周辺モジュール、14は外部端子であり、スレーブMC
U2内において、21はMP、22はキャッシュ(内蔵
RAM)、23は通信I/F等の周辺モジュール、24
は外部端子である。なお、15はマスタ・スレーブ間制
御ラインである。
Embodiments of the present invention will be described below. FIG. 1 is a configuration diagram of a multiprocessor system according to an embodiment of the present invention. In the figure, 1 is a master MCU, 2 is a slave MCU, and 3 is a RAM, which are interconnected by a system bus 4.
Further, in the master MCU 1, 11 is a microprocessor (hereinafter abbreviated as MP), 12 is a cache, and 13
Is a peripheral module such as a communication interface (hereinafter abbreviated as communication I / F), 14 is an external terminal, and the slave MC
In U2, 21 is an MP, 22 is a cache (built-in RAM), 23 is a peripheral module such as a communication I / F, 24
Is an external terminal. Reference numeral 15 is a master / slave control line.

【0008】図2は、本実施の形態例によるマルチプロ
セッサシステムの定常動作時のタイミング関係を示す図
であり、図2の(1)はマスタMCU1のシステムタイ
マ割り込みによる処理31,32を示し、図2の(2)
はマスタMCU1の処理ルーチン33,34,35,3
6,37,38,39,40を示し、図2の(3)はス
レーブMCU2がシステムバス4にアクセスする処理4
1,42を示し、図2の(4)はスレーブMCU2の内
部処理ルーチン43,44,45,46,47,48,
49を示している。
FIG. 2 is a diagram showing a timing relationship during steady operation of the multiprocessor system according to the present embodiment. (1) of FIG. 2 shows processes 31 and 32 by the system timer interrupt of the master MCU 1, Figure 2 (2)
Is a processing routine 33, 34, 35, 3 of the master MCU 1.
6, 37, 38, 39, 40, and (3) in FIG. 2 is a process 4 in which the slave MCU 2 accesses the system bus 4.
2 shows the internal processing routines 43, 44, 45, 46, 47, 48 of the slave MCU 2,
49 is shown.

【0009】次に、図1,図2を用いて、本実施の形態
例の動作を説明する。まず、定常動作に入る前に、スレ
ーブMCU2は、スレーブMCU2内のキャッシュ22
を内蔵RAMとして使用するように設定し、その内蔵R
AM22にスレーブMCU2用の定常動作プログラムを
ロードする。次に、スレーブMCU2は、スレーブMC
U2側の初期設定を行い、自身は定常動作待ちとなると
共に、マスタMCU1にコントロールを移す。マスタM
CU1は、定常動作を開始すると同時に、マスタ・スレ
ーブ間制御ライン15及びRAM3内のマスタ・スレー
ブ共用ワーク領域を使用して、スレーブMCU2の定常
動作を開始させる。
Next, the operation of this embodiment will be described with reference to FIGS. First, before starting the steady operation, the slave MCU 2 has the cache 22 in the slave MCU 2
Is set to be used as built-in RAM, and the built-in R
The steady operation program for the slave MCU2 is loaded into the AM22. Next, the slave MCU 2
Initializes the U2 side, waits for steady operation, and transfers control to the master MCU1. Master M
At the same time as starting the steady operation, the CU1 uses the master / slave control line 15 and the master / slave shared work area in the RAM 3 to start the steady operation of the slave MCU2.

【0010】定常動作では、図2の(1)に示すよう
に、マスタMCU1にはシステムタイマ割り込み31,
32……が周期的に生じ、この割り込み31を基準とし
て、マスタMCU1は一連の処理ルーチン33〜38を
実行する。この様子を図2の(2)に示す。一方、スレ
ーブMCU2は、内蔵RAM22内のプログラムによっ
て動作し、スレーブMCU2内で処理が実行できる、例
えば周辺モジュール23内の通信I/Fと外部端子24
を使用した通信処理や、内部のデータ演算処理等を実行
する。ここでは、1例として通信処理の処理ルーチンが
図2の(4)に示してあり、通信I/Fからの割り込み
により通信処理43〜49を行なっている。このとき、
スレーブMCU2はシステムバス4にアクセスしないの
で、マスタMCU1とのバスの競合が生じず、リアルタ
イム性の要求される通信の割り込み処理43〜49を高
速に行うことができる。
In the steady operation, as shown in (1) of FIG. 2, the master MCU 1 has a system timer interrupt 31,
32 ... Occurs periodically, and the master MCU 1 executes a series of processing routines 33 to 38 with reference to the interrupt 31. This state is shown in (2) of FIG. On the other hand, the slave MCU 2 is operated by a program in the built-in RAM 22 and can execute processing in the slave MCU 2, for example, the communication I / F in the peripheral module 23 and the external terminal 24.
It executes communication processing using, and internal data calculation processing. Here, as an example, the processing routine of the communication processing is shown in (4) of FIG. 2, and the communication processing 43 to 49 is performed by the interruption from the communication I / F. At this time,
Since the slave MCU 2 does not access the system bus 4, contention of the bus with the master MCU 1 does not occur, and the interrupt processing 43 to 49 for communication that requires real-time processing can be performed at high speed.

【0011】一方、スレーブMCU2が受信したデータ
等をマスタMCU1に転送する事が必要になるので、図
2の(2),(3)に示すように、マスタMCU1は一
連の処理ルーチンの1つとして、マスタ・スレーブ間制
御ライン15を通じて制御をスレーブMCU2に移し、
同時にシステムバス4のバス権を解放する。これによっ
て、スレーブMCU2はシステムバス4をアクセスし
(41)、RAM3内のマスタ・スレーブ共用ワーク領
域を使用して、マスタMCU1とデータの受け渡しを行
う。ここで、42に示すように、スレーブMCU2がシ
ステムバス4をアクセスし、データの転送処理中に通信
の割り込みが入った場合には、リアルタイム性が要求さ
れる通信処理が優先され、データ転送処理は一時中断さ
れる。
On the other hand, since it is necessary to transfer the data received by the slave MCU2 to the master MCU1, the master MCU1 is one of a series of processing routines as shown in (2) and (3) of FIG. As a result, control is transferred to the slave MCU 2 through the master-slave control line 15,
At the same time, the bus right of the system bus 4 is released. As a result, the slave MCU 2 accesses the system bus 4 (41) and uses the master / slave shared work area in the RAM 3 to exchange data with the master MCU 1. Here, as indicated by 42, when the slave MCU 2 accesses the system bus 4 and a communication interrupt occurs during the data transfer processing, the communication processing requiring real-time processing is prioritized and the data transfer processing is performed. Is suspended.

【0012】スレーブMCU2は、データ転送処理が終
了すると、マスタ・スレーブ間制御ライン15を通じて
制御をマスタMCU1に移し、同時にシステムバス4の
バス権を解放する。マスタMCU1は残りの処理ルーチ
ン34〜38を実行し、全ての処理ルーチンを終了する
と、次のシステムタイマ割り込み32を待つようになっ
ており、以下同様の動作を繰り返す。
When the data transfer process is completed, the slave MCU 2 transfers control to the master MCU 1 through the master-slave control line 15, and at the same time releases the bus right of the system bus 4. The master MCU 1 executes the remaining processing routines 34 to 38, and when all the processing routines are completed, it waits for the next system timer interrupt 32, and the same operation is repeated thereafter.

【0013】以上説明したように、スレーブMCU2は
内蔵RAM22内のプログラムで定常動作するので、シ
ステムバス4を常時アクセスすることはなく、マスタM
CU1とのバスの競合は生じない。また、マスタMCU
1とスレーブMCU2のデータの交換は、周期的なシス
テムタイマ割り込みを基準として、マスタMCU1及び
スレーブMCU2がシステムバス4を時分割使用して行
っている。したがって、システムバス4のバスの競合が
生じず、マルチプロセッサシステムが効率良く動作する
ことができる。
As described above, since the slave MCU 2 normally operates according to the program in the internal RAM 22, the system bus 4 is not constantly accessed and the master M
No bus contention with CU1 occurs. Also, the master MCU
Data exchange between 1 and the slave MCU 2 is performed by the master MCU 1 and the slave MCU 2 using the system bus 4 in a time division manner with reference to a periodic system timer interrupt. Therefore, bus competition of the system bus 4 does not occur, and the multiprocessor system can operate efficiently.

【0014】上述した説明においては、マスタMCU1
の動作基準として、システムタイマ割り込みを使用して
いるが、図3に示すように、システムバス4に接続され
た表示制御ユニット51により表示装置52を制御して
いるシステムにおいては、表示制御ユニット51の垂直
同期信号(一般的には、約60Hzの周期)をマスタM
CU1の動作基準として使用した方が良い。すなわち、
図2の(1)のシステムタイマ割り込み処理31,32
が、垂直同期信号割り込み処理に変更される。これは、
表示制御に関する処理量が多く、表示制御の基本となる
垂直周期でシステムが動作した方が効率が良いためであ
る。ここで、図3において図1と同一の部分には同一の
番号を付し、その説明は省略する。
In the above description, the master MCU 1
Although the system timer interrupt is used as the operation standard of the display control unit 51 in the system in which the display device 52 is controlled by the display control unit 51 connected to the system bus 4 as shown in FIG. Vertical sync signal (generally about 60 Hz cycle) of the master M
It is better to use it as the operation standard of CU1. That is,
System timer interrupt processing 31, 32 in (1) of FIG.
Is changed to vertical sync signal interrupt processing. this is,
This is because the amount of processing relating to display control is large and it is more efficient for the system to operate in the vertical cycle that is the basis of display control. Here, in FIG. 3, the same parts as those in FIG. 1 are designated by the same reference numerals, and the description thereof will be omitted.

【0015】次に、本発明によるマルチプロセッサシス
テムを、情報端末装置に適用したときの実施の形態例を
説明する。図4は本発明によるマルチプロセッサシステ
ムを用いた情報端末装置の構成の概略を示す図で、図
1,3と同一の部分には同一の番号を付し、その説明は
省略する。
Next, an example of an embodiment in which the multiprocessor system according to the present invention is applied to an information terminal device will be described. FIG. 4 is a diagram showing the outline of the configuration of an information terminal device using a multiprocessor system according to the present invention. The same parts as those in FIGS. 1 and 3 are designated by the same reference numerals and the description thereof will be omitted.

【0016】図4において、55は入力制御ユニット、
56は入力装置、60は情報端末装置、61は通信回線
である。情報端末装置60には、情報の送受信のために
通信回線61が接続され、ユーザーの操作のために入力
装置56及び表示装置52が接続されている。情報端末
装置60においては、処理が複雑で処理量の多い、表示
装置52及び入力装置56の制御と、リアルタイム処理
が必要であるが処理量の少ない通信の送受信処理があ
る。
In FIG. 4, 55 is an input control unit,
56 is an input device, 60 is an information terminal device, and 61 is a communication line. A communication line 61 is connected to the information terminal device 60 for transmitting and receiving information, and an input device 56 and a display device 52 are connected for user operation. The information terminal device 60 includes control of the display device 52 and the input device 56, which requires complicated processing and a large amount of processing, and communication transmission / reception processing that requires real-time processing but has a small processing amount.

【0017】したがって、本実施の形態例によるマルチ
プロセッサシステムを適用した情報端末装置60におい
ては、マスタMCU1が表示装置52及び入力装置56
の制御処理を行い、スレーブMCU2が通信回線61を
通じてデータの送受信処理を行う。このような構成とす
ることにより、マルチプロセッサシステムの動作効率が
向上し、情報端末装置の情報処理能力を向上させること
ができる。
Therefore, in the information terminal device 60 to which the multiprocessor system according to this embodiment is applied, the master MCU 1 is the display device 52 and the input device 56.
And the slave MCU 2 performs data transmission / reception processing through the communication line 61. With such a configuration, the operation efficiency of the multiprocessor system can be improved and the information processing capability of the information terminal device can be improved.

【0018】また、以上の説明においては、マスタMC
UとスレーブMCUのMCU2個のシステム構成につい
て説明したが、スレーブMCUは2個以上でも上述の説
明と同様な動作が可能であり、同様の効果が得られる。
Further, in the above description, the master MC
Although the system configuration of two MCUs of U and slave MCUs has been described, the operation similar to the above description can be performed even if there are two or more slave MCUs, and the same effect can be obtained.

【0019】[0019]

【発明の効果】以上説明したように、本発明によれば、
スレーブMCUは内蔵RAM上で定常動作しているの
で、バスの競合が起こる期間が低減される。また、バス
の競合の生じる期間を制御しているため、システム全体
の処理効率を向上させることができる。
As described above, according to the present invention,
Since the slave MCU is operating steadily on the built-in RAM, the period in which bus contention occurs is reduced. Moreover, since the period during which the bus contention occurs is controlled, the processing efficiency of the entire system can be improved.

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

【図1】本発明の実施の1形態例に係るマルチプロセッ
サシステムの構成図である。
FIG. 1 is a configuration diagram of a multiprocessor system according to an embodiment of the present invention.

【図2】本発明の実施の1形態例に係るマルチプロセッ
サシステムにおける動作を説明するためのタイミング図
である。
FIG. 2 is a timing diagram for explaining an operation in the multiprocessor system according to the first embodiment of the present invention.

【図3】本発明の実施の他の形態例に係るマルチプロセ
ッサシステムの構成図である。
FIG. 3 is a configuration diagram of a multiprocessor system according to another embodiment of the present invention.

【図4】本発明によるマルチプロセッサシステムを情報
端末装置に適用した場合の実施の形態例の構成図であ
る。
FIG. 4 is a configuration diagram of an embodiment when a multiprocessor system according to the present invention is applied to an information terminal device.

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

1 マスタMCU(マスタマイクロコントローラユニッ
ト) 2 スレーブMCU(スレーブマイクロコントローラユ
ニット) 3 RAM 4 システムバス 11,21 マイクロプロセッサ(MP) 12 キャッシュ 13,23 周辺モジュール 14,24 外部端子 15 マスタ・スレーブ間制御ライン 22 キャッシュ(内蔵RAM) 31,32 マスタMCUのシステムタイマ割り込み処
理 33〜40 マスタMCUの処理ルーチン 41,42 スレーブMCUのシステムバスアクセス 43〜49 スレーブMCUの内部処理ルーチン 51 表示制御ユニット 52 表示装置 55 入力制御ユニット 56 入力装置 60 情報端末装置 61 通信回線
1 Master MCU (Master Microcontroller Unit) 2 Slave MCU (Slave Microcontroller Unit) 3 RAM 4 System Bus 11,21 Microprocessor (MP) 12 Cache 13,23 Peripheral Module 14,24 External Terminal 15 Master-Slave Control Line 22 cache (built-in RAM) 31, 32 master MCU system timer interrupt processing 33-40 processing routine of master MCU 41, 42 system bus access of slave MCU 43-49 internal processing routine of slave MCU 51 display control unit 52 display device 55 Input control unit 56 Input device 60 Information terminal device 61 Communication line

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 マスタ側のマイクロコントローラユニッ
ト(MCU)と1つ以上のスレーブ側のMCUとが、同
一のシステムバスに接続されたマルチプロセッサシステ
ムにおいて、 スレーブ側のMCUがシステムバスにアクセスする期間
を制限し、スレーブ側のMCUがシステムバスにアクセ
スする期間を、マスタ側のMCUが制御することを特徴
とするマルチプロセッサシステム。
1. In a multiprocessor system in which a master side microcontroller unit (MCU) and one or more slave side MCUs are connected to the same system bus, a period during which the slave side MCU accesses the system bus. And a MCU on the master side controls a period during which the MCU on the slave side accesses the system bus.
【請求項2】 請求項1記載において、 スレーブ側のMCUがシステムバスにアクセスを可能と
するタイミングは、マスタ側のMCUの所定周期とした
ことを特徴とするマルチプロセッサシステム。
2. The multiprocessor system according to claim 1, wherein the slave side MCU can access the system bus at a predetermined cycle of the master side MCU.
【請求項3】 請求項2記載において、 スレーブ側のMCUがシステムバスにアクセスを可能に
するタイミングを、表示装置の垂直表示周期としたこと
を特徴とするマルチプロセッサシステム。
3. The multiprocessor system according to claim 2, wherein the timing at which the MCU on the slave side can access the system bus is the vertical display cycle of the display device.
【請求項4】 請求項1または2または3記載におい
て、 スレーブ側のMCUに内蔵されたキャッシュメモリを内
蔵RAMとして使用し、マスタ側のMCUとスレーブ側
のMCUとの間のデータ交換のためのシステムバスへの
アクセス以外は、スレーブ側のMCUは内蔵RAM上で
動作することを特徴とするマルチプロセッサシステム。
4. The cache memory according to claim 1, 2 or 3, wherein a cache memory built in a slave MCU is used as a built-in RAM to exchange data between a master MCU and a slave MCU. A multiprocessor system characterized in that the MCU on the slave side operates on internal RAM except for access to the system bus.
【請求項5】 請求項1乃至4の何れか1つに記載のマ
ルチプロセッサシステムに、データの入力装置と、デー
タの表示装置と、通信回線とが接続された構成におい
て、 データの入力装置及びデータの表示装置の制御をマスタ
側のMCUが行い、通信回線によるデータの送受信処理
をスレーブ側のMCUが行うことを特徴とするマルチプ
ロセッサシステム。
5. A multi-processor system according to claim 1, wherein a data input device, a data display device, and a communication line are connected to the multi-processor system. A multiprocessor system characterized in that an MCU on the master side controls a display device of data, and an MCU on the slave side performs transmission / reception processing of data via a communication line.
JP27437695A 1995-10-23 1995-10-23 Multiprocessor system Pending JPH09114775A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27437695A JPH09114775A (en) 1995-10-23 1995-10-23 Multiprocessor system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27437695A JPH09114775A (en) 1995-10-23 1995-10-23 Multiprocessor system

Publications (1)

Publication Number Publication Date
JPH09114775A true JPH09114775A (en) 1997-05-02

Family

ID=17540804

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27437695A Pending JPH09114775A (en) 1995-10-23 1995-10-23 Multiprocessor system

Country Status (1)

Country Link
JP (1) JPH09114775A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009251783A (en) * 2008-04-03 2009-10-29 Koyo Electronics Ind Co Ltd Multi-cpu bus occupancy system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009251783A (en) * 2008-04-03 2009-10-29 Koyo Electronics Ind Co Ltd Multi-cpu bus occupancy system

Similar Documents

Publication Publication Date Title
EP0354998B1 (en) Timer channel for use in a multiple channel timer system
JPH09114775A (en) Multiprocessor system
JP3647481B2 (en) Microcontroller
WO1988004075A1 (en) Coordination of processing elements in a multiprocessor computer
JPS583009A (en) Electric power supply controller of data processor
JPS5833969B2 (en) Data transfer method
JPH02162457A (en) Multiprocessor system
JPH0962640A (en) Access control method for shared memory
JPH0410094B2 (en)
JPS62293331A (en) Data processor
JPH0145657B2 (en)
KR950008393B1 (en) Arbeiter delay circuit for multiprocessor system
JPS6033654A (en) Inter-microprocessor data transferring system
JP2965133B2 (en) Processor system
JPS60201463A (en) Dma data transfer system
JPS61166631A (en) Microprogram control processor
JPS6143369A (en) Multi-processor system
JPS5924364A (en) Process synchronizing circuit
JPH05334239A (en) Bus system
JP2510278B2 (en) Control DSP processor
JPS6259345B2 (en)
JPS6041786B2 (en) interrupt control system
JPS6191743A (en) Control system of dedicated arithmetic device
JPH05342026A (en) Multiprocessor and synchronization control system for multiprocessor
JPS63298657A (en) Ipl system