JP2001043181A - Method for communication between microcomputers - Google Patents

Method for communication between microcomputers

Info

Publication number
JP2001043181A
JP2001043181A JP11217793A JP21779399A JP2001043181A JP 2001043181 A JP2001043181 A JP 2001043181A JP 11217793 A JP11217793 A JP 11217793A JP 21779399 A JP21779399 A JP 21779399A JP 2001043181 A JP2001043181 A JP 2001043181A
Authority
JP
Japan
Prior art keywords
mode
microcomputer
serial communication
slave
master
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
JP11217793A
Other languages
Japanese (ja)
Inventor
Yoshikazu Hashimoto
欣和 橋本
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.)
Denso Ten Ltd
Original Assignee
Denso Ten 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 Denso Ten Ltd filed Critical Denso Ten Ltd
Priority to JP11217793A priority Critical patent/JP2001043181A/en
Publication of JP2001043181A publication Critical patent/JP2001043181A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To increase the reliability of a serial communication between microcomputers by suppressing the influence of an error at the time of mode switching and an error in the count value of a clock signal. SOLUTION: When a serial communication in normal mode becomes possible, a slave-side microcomputer changes a mode signal to H (b2). A master-side microcomputer sends kind information specifying the function of a serial communication in DMA mode by the serial communication in normal mode (a3). The slave-side microcomputer interprets the received kind information (b4), and makes reception preparations for the DMA mode (b5) when the information is correct and changes the mode signal to L (b6). The master-side microcomputer 11 confirms that the mode signal is at L (a5) and performs transmission and reception in DMA mode (a7).

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、複数のマイクロコ
ンピュータ(以下、「マイコン」と略称することがあ
る)を備える電子機器などで、マイクロコンピュータ間
でシリアル通信を行うマイクロコンピュータ間の通信方
法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication method between microcomputers for performing serial communication between microcomputers in an electronic device having a plurality of microcomputers (hereinafter, may be abbreviated as "microcomputer"). .

【0002】[0002]

【従来の技術】従来から、マイクロコンピュータを複数
用いて高度な制御や処理を行う際に、マイクロコンピュ
ータ間でデータ通信が行われている。そのようなマイク
ロコンピュータ間のデータ通信では、通信速度が速く、
かつ信頼性が高いことが要求される。
2. Description of the Related Art Conventionally, when performing advanced control and processing using a plurality of microcomputers, data communication is performed between the microcomputers. In data communication between such microcomputers, the communication speed is high,
And high reliability is required.

【0003】特開平11−66023には、送信側のメ
インCPUから受信側のサブCPUにデータを伝送する
際に、コマンドパラメータの正誤を受信側のサブCPU
が判断し、送信側のメインCPUに通知するCPU間デ
ータ伝送方式についての先行技術が開示されている。こ
の先行技術で開示されているデータ伝送では、データは
8ビットずつパラレルに伝送され、受信側はデータの受
入れ準備が完了していないときにはビジー信号を送出
し、送信側はデータの送出を開始するとストローブ信号
を送出する。受信側が送信側から受信したデータ中のコ
マンドパラメータコードに誤りがあると判断するときに
は、エラー通知を行う。
Japanese Patent Application Laid-Open No. 11-66023 discloses that when data is transmitted from a main CPU on the transmission side to a sub CPU on the reception side, the correctness of command parameters is determined by the sub CPU on the reception side.
Prior art is disclosed regarding a data transmission method between CPUs that makes a judgment and notifies the main CPU on the transmission side. In the data transmission disclosed in this prior art, data is transmitted in parallel in units of 8 bits, and the receiving side transmits a busy signal when the preparation for receiving data is not completed, and the transmitting side starts transmitting data. Send out strobe signal. When the receiving side determines that there is an error in the command parameter code in the data received from the transmitting side, an error notification is performed.

【0004】特開平8−44688には、マイコン間お
よび外部との間でDMA(DirectMemory Access)を用
いてデータ転送を行う先行技術が開示されている。この
先行技術では、第1のCPUと第2のCPUとの間にF
IFOメモリが設けられ、第1のCPU側のDMAコン
トローラは、外部とのデータ転送を、第1のCPU側の
メモリおよびFIFOに対して同時に行うように制御
し、転送時間の短縮を図るようにしている。
Japanese Patent Application Laid-Open No. 8-44688 discloses a prior art in which data is transferred between a microcomputer and an external device using DMA (Direct Memory Access). In this prior art, F is provided between a first CPU and a second CPU.
An I / O memory is provided, and the first CPU-side DMA controller controls data transfer with the outside to the first CPU-side memory and the FIFO at the same time so as to shorten the transfer time. ing.

【0005】特開平8−123774には、マイコン間
でシリアル通信を行う際に、通信効率を上げてマイコン
の負荷を軽減させるため、Nバイトのデータをまとめて
転送する先行技術が開示されており、DMA方式でも可
能なことが示唆されている。
Japanese Patent Application Laid-Open No. 8-123774 discloses a prior art in which, when serial communication is performed between microcomputers, N bytes of data are collectively transferred in order to increase communication efficiency and reduce the load on the microcomputer. , The DMA method is also possible.

【0006】図6は、東芝株式会社製のマイコンTLC
S9000に内蔵されているシリアル通信の機能の概要
を示す。マスタ側マイコン1とスレーブ側マイコン2と
の間には、クロック信号ライン3、モード切換信号ライ
ン4、シリアル入力信号ライン5、シリアル出力信号ラ
イン6およびモード信号ライン7が設けられる。クロッ
ク信号ライン3では、マスタ側マイコン1からスレーブ
側マイコン2に、シリアル通信の際のタイミングの基準
となるシリアル通信クロック信号SEICLKが送信さ
れる。モード切換信号ライン4では、マスタ側マイコン
1からスレーブ側マイコン2に、通常のシリアル通信モ
ードとDMAモードとを区別するモード切換信号SEI
RQを送信する。シリアル入力信号ライン5では、マス
タ側マイコン1からスレーブ側マイコン2に、シリアル
入力信号SEIINを送信する。シリアル出力信号ライ
ン6では、マスタ側マイコン1がスレーブ側マイコン2
からのシリアル出力信号SEIOUTを送信する。モー
ド信号ライン7は、スレーブ側マイコン2のシリアル通
信モードが通常モードかDMAモードかを表すモード信
号MODEをマスタ側マイコン1に送信する。
FIG. 6 shows a microcomputer TLC manufactured by Toshiba Corporation.
The outline of the serial communication function built in S9000 will be described. A clock signal line 3, a mode switching signal line 4, a serial input signal line 5, a serial output signal line 6, and a mode signal line 7 are provided between the master microcomputer 1 and the slave microcomputer 2. On the clock signal line 3, a serial communication clock signal SEICLK serving as a timing reference for serial communication is transmitted from the master microcomputer 1 to the slave microcomputer 2. On the mode switching signal line 4, a mode switching signal SEI for distinguishing between the normal serial communication mode and the DMA mode is transmitted from the master microcomputer 1 to the slave microcomputer 2.
Send RQ. On the serial input signal line 5, a serial input signal SEIIN is transmitted from the master microcomputer 1 to the slave microcomputer 2. On the serial output signal line 6, the master microcomputer 1 is connected to the slave microcomputer 2
Transmits the serial output signal SEIOUT. The mode signal line 7 transmits to the master microcomputer 1 a mode signal MODE indicating whether the serial communication mode of the slave microcomputer 2 is the normal mode or the DMA mode.

【0007】[0007]

【発明が解決しようとする課題】図6に示すようなマイ
コン間の通信では、シリアル通信を行って接続するライ
ンの数を少なくすることができる。またDMAモードを
用いて通信を行えば、CPUのプログラム動作による通
常モードに比較して、CPUの負担を軽減することがで
きる。しかしながら、DMAモードでは、転送するデー
タ量や転送するデータのメモリ上でのアドレスなどを指
定しなければならないので、これらのデータを固定して
おかない限りDMAモードのみでシリアル通信を行うこ
とはできない。通常モードでの通信でDMAモードでの
動作条件を指定し、その後でDMAモードに切換えるよ
うにすれば、柔軟にDMAモードによるシリアル通信を
行うことができる。通常モードのシリアル通信では、D
MAモードのシリアル通信の機能を種別情報を用いて指
定する。したがって、通常モードからDMAモードに切
換えてシリアル通信を円滑に行うためには、種別情報が
正しくマスタ側からスレーブ側に送られていることが必
要である。
In the communication between microcomputers as shown in FIG. 6, the number of lines connected by performing serial communication can be reduced. When communication is performed using the DMA mode, the burden on the CPU can be reduced as compared with the normal mode in which the CPU performs a program operation. However, in the DMA mode, the amount of data to be transferred, the address of the data to be transferred on the memory, and the like must be specified. Therefore, serial communication cannot be performed only in the DMA mode unless these data are fixed. . If the operating conditions in the DMA mode are specified in the communication in the normal mode, and then the mode is switched to the DMA mode, serial communication in the DMA mode can be performed flexibly. In normal mode serial communication, D
The function of the serial communication in the MA mode is specified using the type information. Therefore, in order to perform serial communication smoothly by switching from the normal mode to the DMA mode, it is necessary that the type information is correctly transmitted from the master side to the slave side.

【0008】図6に示すような従来のマイコン間の通信
では、通常モードとDMAモードとを交互に繰返し、D
MAモードでは通常モードのシリアル通信で伝送される
種別情報に基づいて、機能の制御が行われるけれども、
スレーブ側で種別情報を受信するときに誤りが生じる
と、正しくDMAモードでのシリアル通信を行うことが
できなくなる。
In a conventional communication between microcomputers as shown in FIG. 6, a normal mode and a DMA mode are alternately repeated,
In the MA mode, the functions are controlled based on the type information transmitted by the serial communication in the normal mode.
If an error occurs when the type information is received on the slave side, serial communication in the DMA mode cannot be performed correctly.

【0009】また、シリアル通信では、1ビット分ずつ
伝送されるデータのうちで、ノイズなどが混入して見か
け上のビット数が増えたり、ビット数の欠落が生じたり
する可能性がある。シリアル通信を行うハードウェアに
は、ビット信号のカウントを行うシリアルカウンタが含
まれ、シリアルカウンタの出力値がビット位置を表す。
何らかの原因でシリアルカウンタの計数値が誤ってしま
うと、以後のシリアル通信データは全部誤って受信され
てしまう。
In the serial communication, noise may be mixed in data transmitted one bit at a time, and the apparent number of bits may increase or the number of bits may be lost. The hardware that performs serial communication includes a serial counter that counts bit signals, and the output value of the serial counter indicates a bit position.
If the count value of the serial counter is erroneous for some reason, all subsequent serial communication data will be erroneously received.

【0010】本発明の目的は、通常モードとDMAモー
ドを切換える際の誤り、あるいはシリアル信号の受信の
際にシリアルカウンタで生じる計数誤差に基づくエラー
を抑えることができるマイクロコンピュータ間の通信方
法を提供することである。
An object of the present invention is to provide a communication method between microcomputers which can suppress an error at the time of switching between a normal mode and a DMA mode, or an error based on a counting error generated in a serial counter when receiving a serial signal. It is to be.

【0011】[0011]

【課題を解決するための手段】本発明は、常にマスタ側
となるマイクロコンピュータと、常にスレーブ側となる
マイクロコンピュータとの間でシリアル通信を行い、各
マイクロコンピュータは、シリアル通信をプログラム動
作による通常モードとDMAモードとでモードを切換え
て行う機能を備え、通常モードのシリアル通信の内容で
ある種別情報に基づいて、その直後に行われるDMAモ
ードのシリアル通信の内容が決定されるマイクロコンピ
ュータ間の通信方法において、通常モードからDMAモ
ードへの切換えは、マスタ側のマイクロコンピュータか
らスレーブ側のマイクロコンピュータへ指示し、スレー
ブ側のマイクロコンピュータはシリアル通信を待ち受け
るモードを表すモード信号を出力し、スレーブ側のマイ
クロコンピュータは、マスタ側のマイクロコンピュータ
から送られる種別情報に誤りを検出するとき、通常モー
ドのシリアル通信を待つ状態を継続し、マスタ側のマイ
クロコンピュータは、通常モードのシリアル通信で、D
MAモードに切換えるための種別情報を送信した後で、
スレーブ側のマイクロコンピュータからのモード信号を
受信し、モード信号がDMAモードに切換えられていな
いときには、再度通常モードのシリアル通信で種別情報
を送信することを特徴とするマイクロコンピュータ間の
通信方法である。
According to the present invention, serial communication is always performed between a microcomputer always acting as a master side and a microcomputer always acting as a slave side. The microcomputer has a function of switching between the mode and the DMA mode, and determines the content of the serial communication in the DMA mode immediately thereafter based on the type information that is the content of the serial communication in the normal mode. In the communication method, switching from the normal mode to the DMA mode is instructed from the master microcomputer to the slave microcomputer, and the slave microcomputer outputs a mode signal indicating a mode for waiting for serial communication. Microcomputer , When detecting an error in classification information sent from the master side of the microcomputer continues the state of waiting for serial communication in the normal mode, the master microcomputer, serial communication in the normal mode, D
After transmitting the type information for switching to the MA mode,
A communication method between microcomputers, comprising receiving a mode signal from a microcomputer on a slave side and transmitting the type information again by serial communication in a normal mode when the mode signal is not switched to the DMA mode. .

【0012】本発明に従えば、常にマスタ側となるマイ
クロコンピュータと常にスレーブ側となるマイクロコン
ピュータとの間で、シリアル通信が行われる。各マイク
ロコンピュータは、シリアル通信を、プログラム動作に
よる通常モードと、DMAモードとでモードを切換えて
行う機能を備える。DMAモードのシリアル通信は、通
常モードのシリアル通信の内容である種別情報に基づい
て、決定される。通常モードからDMAモードへの切換
えは、マスタ側のマイクロコンピュータからスレーブ側
のマイクロコンピュータに指示される。スレーブ側のマ
イクロコンピュータは、シリアル通信を待ち受けるモー
ドを表すモード信号を出力する。スレーブ側のマイクロ
コンピュータは、マスタ側のマイクロコンピュータから
送られる種別情報に誤りを検出するときには、通常モー
ドのシリアル通信を待つ状態を継続し、DMAモードに
は移行しない。マスタ側のマイクロコンピュータは、通
常モードのシリアル通信でDMAモードに切換えるため
の種別情報を送信した後で、スレーブ側のマイクロコン
ピュータからのモード信号を受信し、モード信号がDM
Aモードに切換えられていないときには、再度通常モー
ドのシリアル通信で種別情報を送信する。種別情報が正
しくスレーブ側のマイクロコンピュータによって受け入
れられて始めて、DMAモードのシリアル通信を信頼性
が高い状態で行うことができる。
According to the present invention, serial communication is performed between the microcomputer which is always the master and the microcomputer which is always the slave. Each microcomputer has a function of performing serial communication by switching between a normal mode by a program operation and a DMA mode. The serial communication in the DMA mode is determined based on the type information which is the content of the serial communication in the normal mode. Switching from the normal mode to the DMA mode is instructed from the master microcomputer to the slave microcomputer. The microcomputer on the slave side outputs a mode signal indicating a mode for waiting for serial communication. When detecting an error in the type information sent from the master microcomputer, the slave microcomputer continues to wait for serial communication in the normal mode and does not shift to the DMA mode. The master-side microcomputer receives the mode signal from the slave-side microcomputer after transmitting the type information for switching to the DMA mode by the serial communication in the normal mode, and receives the mode signal from the slave-side microcomputer.
When the mode has not been switched to the A mode, the type information is transmitted again by the serial communication in the normal mode. Only when the type information is correctly accepted by the slave microcomputer, serial communication in the DMA mode can be performed with high reliability.

【0013】さらに本発明は、常にマスタ側となるマイ
クロコンピュータと、常にスレーブ側となるマイクロコ
ンピュータとの間でシリアル通信を行うマイクロコンピ
ュータ間の通信方法において、スレーブ側のマイクロコ
ンピュータは、シリアル通信無しの状態を監視する機能
を有し、通信無しの状態が所定時間続くとき、シリアル
通信に使用され、所定のクロック数まで入力ビット数を
計数するシフトカウンタを初期化することを特徴とする
マイクロコンピュータ間の通信方法である。
Further, the present invention relates to a communication method between microcomputers which perform serial communication between a microcomputer which is always a master and a microcomputer which is always a slave, wherein the microcomputer on the slave side has no serial communication. A microcomputer which has a function of monitoring the state of the microcomputer and initializes a shift counter used for serial communication and counting the number of input bits up to a predetermined number of clocks when a state without communication continues for a predetermined time. Communication method between the two.

【0014】本発明に従えば、常にマスタ側となるマイ
クロコンピュータと常にスレーブ側となるマイクロコン
ピュータとの間で、シリアル通信が行われる。スレーブ
側のマイクロコンピュータは、シリアル通信無しの状態
を監視する機能を有する。通信無しの状態が所定期間続
くときには、スレーブ側のマイクロコンピュータはシリ
アル通信に使用され、所定のクロック数まで入力ビット
数を計数するシフトカウンタを初期化する。通信無しの
状態が継続した後でシリアル信号が受信されれば、新た
な内容のシリアル通信である可能性が高く、シフトカウ
ンタを初期化しておくことによって、通信無しの状態が
長く続いた後で入力されるシリアル信号を、誤りなく受
信することができる。
According to the present invention, serial communication is performed between the microcomputer which is always the master and the microcomputer which is always the slave. The slave microcomputer has a function of monitoring the state without serial communication. When the state without communication continues for a predetermined period, the microcomputer on the slave side is used for serial communication and initializes a shift counter for counting the number of input bits up to a predetermined number of clocks. If a serial signal is received after the state without communication continues, it is highly likely that the serial communication has new contents, and by initializing the shift counter, after the state without communication continues for a long time An input serial signal can be received without error.

【0015】また本発明で前記マスタ側および前記スレ
ーブ側のマイクロコンピュータは、シリアル通信をプロ
グラム動作による通常モードとDMAモードとでモード
を切換えて行う機能を備え、通常モードのシリアル通信
の内容である種別情報に基づいて、その直後に行われる
DMAモードのシリアル通信の内容が決定され、通常モ
ードからDMAモードへの切換えは、マスタ側のマイク
ロコンピュータからスレーブ側のマイクロコンピュータ
に指示し、スレーブ側のマイクロコンピュータはシリア
ル通信を待ち受けるモードを表すモード信号を出力し、
スレーブ側のマイクロコンピュータは、マスタ側のマイ
クロコンピュータから送られる種別情報に誤りを検出す
るとき、通常モードのシリアル通信を待つ状態を継続
し、マスタ側のマイクロコンピュータは、通常モードの
シリアル通信で、DMAモードに切換えるための種別情
報を送信した後で、スレーブ側のマイクロコンピュータ
からのモード信号を受信し、モード信号がDMAモード
に切換えられていないときには、再度通常モードのシリ
アル通信で種別情報を送信することを特徴とする。
In the present invention, the master and slave microcomputers have a function of switching serial communication between a normal mode by a program operation and a DMA mode, and are the contents of serial communication in the normal mode. The contents of the serial communication in the DMA mode performed immediately thereafter are determined based on the type information, and the switching from the normal mode to the DMA mode is instructed from the master microcomputer to the slave microcomputer, and the slave microcomputer is switched. The microcomputer outputs a mode signal indicating a mode for waiting for serial communication,
When the slave microcomputer detects an error in the type information sent from the master microcomputer, the microcomputer on the slave side continues to wait for serial communication in the normal mode. After transmitting the type information for switching to the DMA mode, a mode signal is received from the microcomputer on the slave side, and when the mode signal is not switched to the DMA mode, the type information is transmitted again by serial communication in the normal mode. It is characterized by doing.

【0016】本発明に従えば、通常モードとDMAモー
ドとを切換えてシリアル通信を行う際のエラーを抑え、
またシリアル通信に用いるシフトカウンタの誤計数によ
るエラーも最小限度に留めて、シリアル通信を行うこと
ができる。
According to the present invention, errors in performing serial communication by switching between the normal mode and the DMA mode are suppressed,
Further, serial communication can be performed while errors due to erroneous counting of the shift counter used for serial communication are minimized.

【0017】また本発明で前記スレーブ側のマイクロコ
ンピュータは、前記モード信号を、前記シリアル通信用
の信号ラインに出力することを特徴とする。
Further, in the present invention, the slave microcomputer outputs the mode signal to the serial communication signal line.

【0018】本発明に従えば、マスタ側マイクロコンピ
ュータからスレーブ側マイクロコンピュータにシリアル
通信を行う前に、スレーブ側マイクロコンピュータでの
シリアル通信のモードを表すモードを信号を、シリアル
通信用の信号ラインに出力するので、マスタ側マイクロ
コンピュータとスレーブ側マイクロコンピュータとの間
を接続する信号ラインの本数を減らすことができる。モ
ード信号は、マスタ側マイクロコンピュータからスレー
ブ側マイクロコンピュータにシリアル信号を出力する前
にスレーブ側マイクロコンピュータのモード信号をマス
タ側のマイクロコンピュータによって読取ることができ
ればよいので、シリアル通信用の信号ラインを共用して
信号ラインの本数を減らすことができる。
According to the present invention, before performing serial communication from the master microcomputer to the slave microcomputer, a signal indicating a mode of serial communication in the slave microcomputer is transmitted to a signal line for serial communication. Since the output is performed, the number of signal lines connecting between the master microcomputer and the slave microcomputer can be reduced. As for the mode signal, it is only necessary that the mode signal of the slave microcomputer can be read by the master microcomputer before the serial signal is output from the master microcomputer to the slave microcomputer, so the signal line for serial communication is shared. Thus, the number of signal lines can be reduced.

【0019】[0019]

【発明の実施の形態】図1は、本発明の実施の一形態と
しての通信方法が実行される構成を簡略化して示す。マ
スタ側マイコン11とスレーブ側マイコン12との間
に、クロック信号ライン13、モード切換信号ライン1
4、シリアル入力信号ライン15、シリアル出力信号ラ
イン16およびモード信号ライン17が設けられ、シリ
アル通信クロック信号SEICLK、シリアル通信モー
ド切換信号SEIRQ、シリアル入力信号SEIIN、
シリアル出力信号SEIOUTおよびモード信号MOD
Eをそれぞれ伝送する点は、図6に示す従来の構成と同
等である。
FIG. 1 is a simplified diagram showing a configuration for executing a communication method according to an embodiment of the present invention. A clock signal line 13 and a mode switching signal line 1 are provided between the master microcomputer 11 and the slave microcomputer 12.
4, a serial input signal line 15, a serial output signal line 16, and a mode signal line 17 are provided, and a serial communication clock signal SEICLK, a serial communication mode switching signal SEIRQ, a serial input signal SEIIN,
Serial output signal SEIOUT and mode signal MOD
The transmission of E is the same as the conventional configuration shown in FIG.

【0020】マスタ側マイコン11内には、予め設定さ
れるプログラムに基づいてシリアル通信や他の処理また
は制御を行うCPU21が備えられる。スレーブ側マイ
コン12との間のシリアル通信は、シリアル通信用のイ
ンタフェイス回路であるシリアルI/F22を仲介して
行なわれる。シリアル通信で送受信の対象となるデータ
は、メモリ23に記憶される。DMAモードでのシリア
ル通信は、DMAコントローラ(以下、「DMAC」と
略称する)24によって行われる。タイマ25は、時間
を計ることができる。スレーブ側マイコン12側にも、
CPU31、シリアルI/F32、メモリ33、DMA
C34およびタイマ35が含まれる。
The master microcomputer 11 has a CPU 21 for performing serial communication and other processing or control based on a preset program. Serial communication with the slave microcomputer 12 is performed via a serial I / F 22, which is an interface circuit for serial communication. Data to be transmitted / received by serial communication is stored in the memory 23. Serial communication in the DMA mode is performed by a DMA controller (hereinafter abbreviated as “DMAC”) 24. The timer 25 can measure time. Also on the slave microcomputer 12 side,
CPU 31, serial I / F 32, memory 33, DMA
C34 and a timer 35 are included.

【0021】図2は、図1のシリアルI/F22,32
内の主要部分の構成を示す。シリアルI/F22,32
内には、シリアル入力信号SEIINを16ビットのパ
ラレルデータに変換するためのシリアル通信レジスタ4
0が含まれる。シリアル通信レジスタ40は、入力され
るデータを1ビットずつ、シリアル通信クロック信号S
EICLKに同期して入力する。シフトカウンタ41
は、シリアル通信クロック信号SEICLKを計数し、
16ビット分の計数が終了したら、シリアル通信レジス
タ40の記憶内容をバッファレジスタ42に転送する。
シフトカウンタ41は、16ビットの計数が終了する
と、計数値が0に再初期化され、以下、16ビットの計
数終了とともにシリアル通信レジスタ40内のデータを
バッファレジスタ42に転送する動作を繰返す。
FIG. 2 shows the serial I / Fs 22 and 32 of FIG.
The structure of the main part in is shown. Serial I / F 22, 32
A serial communication register 4 for converting the serial input signal SEIIN into 16-bit parallel data is provided therein.
0 is included. The serial communication register 40 stores the input data one bit at a time in the serial communication clock signal S.
Input in synchronization with EICLK. Shift counter 41
Counts the serial communication clock signal SEICLK,
When the counting for 16 bits is completed, the contents stored in the serial communication register 40 are transferred to the buffer register 42.
When the 16-bit counting is completed, the count value of the shift counter 41 is re-initialized to 0, and thereafter, the operation of transferring the data in the serial communication register 40 to the buffer register 42 is repeated with the completion of the 16-bit counting.

【0022】図3は、図1のマスタ側マイコン11とス
レーブ側マイコン12との間でシリアル通信を行う手順
を示す。図3(a)はマスタ側マイコン11の動作手順
を示し、図3(b)はスレーブ側マイコン12の動作手
順を示す。
FIG. 3 shows a procedure for performing serial communication between the master microcomputer 11 and the slave microcomputer 12 in FIG. FIG. 3A shows an operation procedure of the master microcomputer 11, and FIG. 3B shows an operation procedure of the slave microcomputer 12.

【0023】マスタ側マイコン11は、ステップa1か
ら手順を開始し、ステップa2ではモード信号ライン1
7を介してスレーブ側マイコン12から与えられるモー
ド信号MODEを監視する。モード信号は、ハイレベル
Hのときにスレーブ側マイコン12で通常モードによる
シリアル通信の受信が可能になっていることを示す。モ
ード信号MODEがローレベルのLであるときには、ス
レーブ側マイコン12ではDMAモードのシリアル通信
の受信が可能な状態であることを示す。ステップa2で
は、モード信号MODEがハイレベルHになるまで、モ
ード信号ライン17を監視する。モード信号ライン17
のモード信号MODEがハイレベルHになると、ステッ
プa3でDMAモードの機能を指定する種別情報を通常
モードのシリアル通信で送信する。次にステップa4
で、DMAモードで送信するデータの準備を行う。ステ
ップa5では、モード信号ライン17を監視し、モード
信号MODEがローレベルLになっているか否かを判断
する。モード信号MODEがローレベルLになっていな
いと判断されるときには、ステップa6で、タイマ25
によって計時された時間が、予め設定されている基準時
間を超えたタイムアウトとなっているか否かを判断す
る。ステップa6でタイムアウトとなっていないと判断
されるときには、ステップa5に戻り、モード信号MO
DEがローレベルのLになるのを待つ。ステップa5で
モード信号MODEがローレベルLになると、ステップ
a7でDMAモードでの送受信を行い、ステップa2に
戻る。
The master microcomputer 11 starts the procedure from step a1. In step a2, the mode signal line 1
7, a mode signal MODE provided from the slave microcomputer 12 is monitored. The mode signal indicates that the slave microcomputer 12 can receive serial communication in the normal mode when it is at the high level H. When the mode signal MODE is L at the low level, it indicates that the slave microcomputer 12 is in a state where serial communication in the DMA mode can be received. In step a2, the mode signal line 17 is monitored until the mode signal MODE becomes high level H. Mode signal line 17
When the mode signal MODE becomes high level H, in step a3, the type information designating the DMA mode function is transmitted by the normal mode serial communication. Next, step a4
Then, data to be transmitted in the DMA mode is prepared. In step a5, the mode signal line 17 is monitored to determine whether or not the mode signal MODE is at the low level L. When it is determined that the mode signal MODE is not at the low level L, in step a6, the timer 25
Then, it is determined whether or not the time counted by the timer has timed out exceeding a preset reference time. If it is determined in step a6 that the timeout has not occurred, the process returns to step a5, and the mode signal MO
Wait for DE to go to low level L. When the mode signal MODE becomes low level L in step a5, transmission and reception in the DMA mode are performed in step a7, and the process returns to step a2.

【0024】ステップa6でタイムアウトと判断される
ときは、ステップa3で送信した種別情報が、スレーブ
側マイコン12で正しく受信されていないことが判り、
ステップa2以下で再び種別情報の送信と、その確認の
ためのモード信号ライン17の監視とが行われる。
If it is determined in step a6 that a time-out has occurred, it is determined that the type information transmitted in step a3 has not been correctly received by the slave microcomputer 12.
In step a2 and thereafter, transmission of the type information and monitoring of the mode signal line 17 for confirmation thereof are performed again.

【0025】図3(b)に示すように、スレーブ側マイ
コン12では、ステップb1から手順を開始し、ステッ
プb2では通常モードのシリアル通信が受信可能である
ことを表すためにモード信号MODEをハイレベルHに
して出力する。次にステップb3では、マスタ側マイコ
ン11からの種別情報の受信待ちを行う。種別情報が、
通常モードのシリアル通信で受信されると、ステップb
5で、情報の解釈を行う。種別情報が正しいと判断され
るときには、ステップb5で、種別情報に従ってDMA
データの準備を行う。DMAデータの準備が終了する
と、ステップb6でモード信号をローレベルLに変え、
ステップb7でマスタ側マイコン11との間でのDMA
モードでの送受信でシリアル通信を行う。ステップb7
のDMA送受信が終了すると、ステップb2に戻り、通
常モードの送受信が可能な状態にして、次の通信に備え
る。
As shown in FIG. 3B, the slave microcomputer 12 starts the procedure from step b1, and in step b2, sets the mode signal MODE to high to indicate that serial communication in the normal mode can be received. Output at level H. Next, in step b3, reception of type information from the master microcomputer 11 is performed. If the type information is
When received by the serial communication in the normal mode, step b
At 5, the information is interpreted. If it is determined that the type information is correct, at step b5, the DMA
Prepare the data. When the preparation of the DMA data is completed, the mode signal is changed to low level L in step b6,
In step b7, the DMA with the master microcomputer 11 is executed.
Serial communication is performed by transmission and reception in mode. Step b7
When the DMA transmission / reception is completed, the flow returns to step b2, and the transmission / reception in the normal mode is enabled to prepare for the next communication.

【0026】ステップb3では、シリアル入力信号ライ
ン15を監視し、種別情報の受信待ちを行っている。種
別情報が受信されないときには、受信が行われるまで受
信待ちを繰返す。種別情報が受信された後、ステップb
4の情報解釈で誤りがあると判断されるときには、ステ
ップb8でシフトカウンタ41を初期化し、ステップb
2に戻る。
In step b3, the serial input signal line 15 is monitored to wait for reception of the type information. When the type information is not received, the reception wait is repeated until the reception is performed. After the type information is received, step b
When it is determined that there is an error in the information interpretation in step 4, the shift counter 41 is initialized in step b8,
Return to 2.

【0027】図4は、本実施形態で、マスタ側マイコン
11からスレーブ側マイコン12にシリアル通信を連続
して行う際のモード切換え状態を示す。時刻t1ではモ
ード信号がハイレベルHで通常モードのシリアル通信が
行われ、種別情報がマスタ側マイコン11からスレーブ
側マイコン12に送信される。スレーブ側マイコン12
が種別情報を正しく解釈することができると、時刻t2
でモード信号がローレベルLとなり、DMAモードのシ
リアル通信状態となる。マスタ側マイコン11は、DM
Aモードのシリアル通信でDMAデータを送信する。D
MAデータの送信が終了した後、スレーブ側マイコン1
2は、受信されたDMAデータの受信処理を行い、受信
処理が終了すると、時刻t3でモード信号MODEをハ
イレベルHに変化させ、通常モードのシリアル通信が可
能な状態になる。
FIG. 4 shows a mode switching state when serial communication is continuously performed from the master microcomputer 11 to the slave microcomputer 12 in the present embodiment. At time t1, serial communication in the normal mode is performed with the mode signal at the high level H, and the type information is transmitted from the master microcomputer 11 to the slave microcomputer 12. Slave microcomputer 12
Can correctly interpret the type information at time t2
, The mode signal becomes low level L, and the serial communication state of the DMA mode is established. The master microcomputer 11 is a DM
DMA data is transmitted by A-mode serial communication. D
After the transmission of the MA data is completed, the slave microcomputer 1
2 performs a reception process of the received DMA data, and when the reception process is completed, at time t3, changes the mode signal MODE to a high level H, and enters a state where serial communication in the normal mode is possible.

【0028】マスタ側マイコン12は、次のDMAモー
ドのシリアル通信のために、種別情報を通常モードのシ
リアル通信で送信する。しかしながら、スレーブ側マイ
コン12で、種別情報に誤りを検出していると、時刻t
4ではモード信号MODEをDMAモードのシリアル通
信が可能なローレベルLには変化させずに、ハイレベル
Hを維持する。このため、マスタ側マイコン12から
は、DMAモードでのシリアル通信は行われない。時刻
t5で、マスタ側マイコン11のタイマ25が図3
(a)のステップa6に示すようにタイムアウトする
と、マスタ側マイコン11は、時刻t6で再び種別情報
を送信する。これに対してスレーブ側マイコン12が種
別情報を誤りなく受信することができれば、時刻t7で
モード信号MODEをDMAモードのシリアル通信が可
能なローレベルLに変化させる。これによってマスタ側
マイコン11は、DMAデータをDMAモードのシリア
ル通信で送信することが可能になる。
The master microcomputer 12 transmits the type information in the normal mode serial communication for the next DMA mode serial communication. However, if the slave microcomputer 12 detects an error in the type information, the time t
At 4, the high level H is maintained without changing the mode signal MODE to the low level L capable of serial communication in the DMA mode. Therefore, the master microcomputer 12 does not perform serial communication in the DMA mode. At time t5, the timer 25 of the master-side microcomputer 11
When a timeout occurs as shown in step a6 of (a), the master microcomputer 11 transmits the type information again at time t6. On the other hand, if the slave microcomputer 12 can receive the type information without error, the mode signal MODE is changed to the low level L at which serial communication in the DMA mode can be performed at time t7. As a result, the master microcomputer 11 can transmit the DMA data by serial communication in the DMA mode.

【0029】本実施形態では、モード信号MODEによ
って、通常モードのシリアル通信と、DMAモードのシ
リアル通信との同期をとり、種別情報の誤り検出を行う
ことが可能になる。なお、モード信号MODEの検出を
行うタイミングでは、シリアル通信は行っていないの
で、シリアル出力信号ライン16をモード信号ライン1
7と兼用することもできる。さらには、シリアル出力信
号ライン16とシリアル入力信号ライン15とを、双方
向性のラインとして、1本のラインですますこともでき
る。
In this embodiment, the mode signal MODE synchronizes the serial communication in the normal mode with the serial communication in the DMA mode, thereby making it possible to detect an error in the type information. Since serial communication is not performed at the timing of detecting the mode signal MODE, the serial output signal line 16 is set to the mode signal line 1.
7 can also be used. Furthermore, the serial output signal line 16 and the serial input signal line 15 can be used as a bidirectional line and can be a single line.

【0030】図5は、本発明の実施の他の形態として、
信号無しの状態が所定期間続いたときに、シフトカウン
タ41の初期化を行う動作を示す。ステップc1からス
テップc8までの手順は、図3(b)のステップb1か
らステップb8の各ステップと同等である。ステップc
3で、種別信号の受信が行われないときには、ステップ
c9で、受信の待ち時間がタイムアウトしているか否か
を判断する。タイムアウトしていないと判断されるとき
には、ステップc3に戻る。ステップc9でタイムアウ
トと判断されるときには、ステップc8でシフトカウン
タを初期化し、ステップc2に戻る。
FIG. 5 shows another embodiment of the present invention.
An operation of initializing the shift counter 41 when a signal-free state continues for a predetermined period will be described. The procedure from step c1 to step c8 is the same as each step from step b1 to step b8 in FIG. Step c
If the type signal is not received in step 3, it is determined in step c9 whether the reception waiting time has timed out. When it is determined that the timeout has not occurred, the process returns to step c3. If it is determined in step c9 that a timeout has occurred, the shift counter is initialized in step c8, and the process returns to step c2.

【0031】本実施形態では、マスタ側マイコン11お
よびスレーブ側マイコン12にDMAモードでのシリア
ル通信機能を備えているけれども、DMAモードでのシ
リアル通信を行わなくて通常モードのシリアル通信のみ
を行う場合であっても、本実施形態の考え方を同様に適
用することができる。ただし、ステップc9のタイムア
ウトの判断は、シリアル入力信号ライン15の監視を行
い、通信無しの状態が所定時間続くか否かの判断とすれ
ばよい。
In this embodiment, the master microcomputer 11 and the slave microcomputer 12 are provided with a serial communication function in the DMA mode, but only perform the normal mode serial communication without performing the DMA mode serial communication. However, the concept of the present embodiment can be similarly applied. However, the determination of the timeout in step c9 may be performed by monitoring the serial input signal line 15 and determining whether or not the non-communication state continues for a predetermined time.

【0032】[0032]

【発明の効果】以上のように本発明によれば、マスタ側
マイクロコンピュータとスレーブ側マイクロコンピュー
タとの間で、プログラム動作による通常モードと、DM
Aモードとを確実に切換えながらシリアル通信を行うこ
とができる。DMAモードに切換える際には、通常モー
ドでDMAモードのシリアル通信を行う機能を指定する
種別情報をマスタ側マイクロコンピュータからスレーブ
側マイクロコンピュータに送信し、スレーブ側マイクロ
コンピュータで種別情報を誤りなく受信したときのみD
MAモードへの切換えが行われるので、効率よくかつ信
頼性が高い通信を行うことができる。
As described above, according to the present invention, between the master microcomputer and the slave microcomputer, the normal mode by the program operation and the DM mode
Serial communication can be performed while reliably switching to the A mode. When switching to the DMA mode, the type information specifying the function of performing serial communication in the DMA mode in the normal mode is transmitted from the master microcomputer to the slave microcomputer, and the type information is received without error by the slave microcomputer. Only when D
Since the switching to the MA mode is performed, efficient and highly reliable communication can be performed.

【0033】さらに本発明によれば、信号無しの状態が
所定期間続くようなときには、スレーブ側のマイクロコ
ンピュータでシリアル通信に用いて入力ビット数を計数
するシフトカウンタを初期化するので、新たにシリアル
通信で受信されるデータをビットの位置ずれなく正確に
受信することができる。
Further, according to the present invention, when the state where there is no signal continues for a predetermined period, the slave microcomputer initializes the shift counter for counting the number of input bits by using the serial communication for serial communication. Data received by communication can be received accurately without any bit displacement.

【0034】また本発明によれば、通常モードからDM
Aモードへの切換えやシリアル通信時に生じるビットの
位置ずれなどの影響を抑えて、信頼性が高い通信を行う
ことができる。
According to the present invention, the normal mode is changed to the DM mode.
It is possible to perform highly reliable communication by suppressing the effects of switching to the A mode and bit shift occurring during serial communication.

【0035】また本発明によれば、シリアル信号線上
に、シリアル通信を行う前にモード信号がスレーブ側マ
イクロコンピュータから出力されるので、少ない本数の
信号線で、通常モードとDMAモードとの切換えに伴う
通信の誤り発生を抑えることができる。
According to the present invention, the mode signal is output from the slave microcomputer before serial communication is performed on the serial signal line, so that the mode can be switched between the normal mode and the DMA mode with a small number of signal lines. It is possible to suppress the occurrence of an error in the accompanying communication.

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

【図1】本発明の実施の一形態のマイクロコンピュータ
間通信方法を実行する概略的なハードウェアの構成を示
すブロック図である。
FIG. 1 is a block diagram illustrating a schematic hardware configuration for executing a communication method between microcomputers according to an embodiment of the present invention.

【図2】図1のシリアルI/F22,32の内部構成の
主要部分を示すブロック図である。
FIG. 2 is a block diagram showing a main part of an internal configuration of serial I / Fs 22 and 32 in FIG.

【図3】図1のマスタ側マイコン11およびスレーブ側
マイコン12の動作手順をそれぞれ示すフローチャート
である。
FIG. 3 is a flowchart showing an operation procedure of a master microcomputer 11 and a slave microcomputer 12 of FIG. 1;

【図4】図1の実施形態でのシリアル通信の同期状態と
誤り検出状態とを示すタイムチャートである。
FIG. 4 is a time chart showing a synchronization state and an error detection state of serial communication in the embodiment of FIG. 1;

【図5】本発明の実施の他の形態でのスレーブ側マイコ
ン12の動作手順を示すフローチャートである。
FIG. 5 is a flowchart showing an operation procedure of the slave microcomputer 12 according to another embodiment of the present invention.

【図6】従来からのマイクロコンピュータ間通信方法を
実行する基本的なハードウェアの構成を示すブロック図
である。
FIG. 6 is a block diagram showing a basic hardware configuration for executing a conventional communication method between microcomputers.

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

11 マスタ側マイコン 12 スレーブ側マイコン 13 クロック信号ライン 14 モード切換信号ライン 15 シリアル入力信号ライン 16 シリアル出力信号ライン 17 モード信号ライン 21,31 CPU 22,32 シリアルI/F 23,33 メモリ 24,34 DMAC 25,35 タイマ 40 シリアル通信レジスタ 41 シフトカウンタ 42 バッファレジスタ 11 Master side microcomputer 12 Slave side microcomputer 13 Clock signal line 14 Mode switching signal line 15 Serial input signal line 16 Serial output signal line 17 Mode signal line 21, 31 CPU 22, 32 Serial I / F 23, 33 Memory 24, 34 DMAC 25, 35 timer 40 serial communication register 41 shift counter 42 buffer register

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 常にマスタ側となるマイクロコンピュー
タと、常にスレーブ側となるマイクロコンピュータとの
間でシリアル通信を行い、各マイクロコンピュータは、
シリアル通信をプログラム動作による通常モードとDM
Aモードとでモードを切換えて行う機能を備え、通常モ
ードのシリアル通信の内容である種別情報に基づいて、
その直後に行われるDMAモードのシリアル通信の内容
が決定されるマイクロコンピュータ間の通信方法におい
て、 通常モードからDMAモードへの切換えは、マスタ側の
マイクロコンピュータからスレーブ側のマイクロコンピ
ュータへ指示し、スレーブ側のマイクロコンピュータは
シリアル通信を待ち受けるモードを表すモード信号を出
力し、 スレーブ側のマイクロコンピュータは、マスタ側のマイ
クロコンピュータから送られる種別情報に誤りを検出す
るとき、通常モードのシリアル通信を待つ状態を継続
し、 マスタ側のマイクロコンピュータは、通常モードのシリ
アル通信で、DMAモードに切換えるための種別情報を
送信した後で、スレーブ側のマイクロコンピュータから
のモード信号を受信し、モード信号がDMAモードに切
換えられていないときには、再度通常モードのシリアル
通信で種別情報を送信することを特徴とするマイクロコ
ンピュータ間の通信方法。
A serial communication is performed between a microcomputer that is always a master and a microcomputer that is always a slave.
Normal mode and DM for serial communication by program operation
A function is provided to switch between the A mode and the mode. Based on the type information that is the content of the serial communication in the normal mode,
In the communication method between the microcomputers in which the content of the serial communication in the DMA mode performed immediately thereafter is determined, switching from the normal mode to the DMA mode is instructed from the master microcomputer to the slave microcomputer, and the slave microcomputer is instructed. The microcomputer on the side outputs a mode signal indicating the mode in which it waits for serial communication, and the microcomputer on the slave waits for serial communication in normal mode when it detects an error in the type information sent from the microcomputer on the master. After the master microcomputer transmits the mode information from the slave microcomputer after transmitting the type information for switching to the DMA mode by serial communication in the normal mode, the master microcomputer receives the mode signal from the slave microcomputer. Switch to Is when not, the method of communication between a microcomputer and transmits the type information in the serial communication in the normal mode again.
【請求項2】 常にマスタ側となるマイクロコンピュー
タと、常にスレーブ側となるマイクロコンピュータとの
間でシリアル通信を行うマイクロコンピュータ間の通信
方法において、 スレーブ側のマイクロコンピュータは、シリアル通信無
しの状態を監視する機能を有し、通信無しの状態が所定
時間続くとき、シリアル通信に使用され、所定のクロッ
ク数まで入力ビット数を計数するシフトカウンタを初期
化することを特徴とするマイクロコンピュータ間の通信
方法。
2. A communication method between microcomputers that perform serial communication between a microcomputer that is always a master and a microcomputer that is always a slave, wherein the microcomputer on the slave side is in a state without serial communication. Communication between microcomputers having a function of monitoring and initializing a shift counter which is used for serial communication and counts the number of input bits up to a predetermined number of clocks when a state without communication continues for a predetermined time; Method.
【請求項3】 前記マスタ側および前記スレーブ側のマ
イクロコンピュータは、シリアル通信をプログラム動作
による通常モードとDMAモードとでモードを切換えて
行う機能を備え、通常モードのシリアル通信の内容であ
る種別情報に基づいて、その直後に行われるDMAモー
ドのシリアル通信の内容が決定され、 通常モードからDMAモードへの切換えは、マスタ側の
マイクロコンピュータからスレーブ側のマイクロコンピ
ュータに指示し、スレーブ側のマイクロコンピュータは
シリアル通信を待ち受けるモードを表すモード信号を出
力し、 スレーブ側のマイクロコンピュータは、マスタ側のマイ
クロコンピュータから送られる種別情報に誤りを検出す
るとき、通常モードのシリアル通信を待つ状態を継続
し、 マスタ側のマイクロコンピュータは、通常モードのシリ
アル通信で、DMAモードに切換えるための種別情報を
送信した後で、スレーブ側のマイクロコンピュータから
のモード信号を受信し、モード信号がDMAモードに切
換えられていないときには、再度通常モードのシリアル
通信で種別情報を送信することを特徴とする請求項2記
載のマイクロコンピュータ間の通信方法。
3. The microcomputer on the master side and the microcomputer on the slave side have a function of performing serial communication by switching between a normal mode by a program operation and a DMA mode, and type information which is a content of serial communication in the normal mode. The contents of the serial communication in the DMA mode performed immediately thereafter are determined based on the above. The switching from the normal mode to the DMA mode is instructed from the master microcomputer to the slave microcomputer, and the slave microcomputer is switched. Outputs a mode signal indicating the mode in which it waits for serial communication.When the slave microcomputer detects an error in the type information sent from the master microcomputer, it continues to wait for serial communication in normal mode. Microcomputer on the master side After transmitting the type information for switching to the DMA mode in the serial communication in the normal mode, the computer receives the mode signal from the microcomputer on the slave side, and when the mode signal is not switched to the DMA mode, it re-enters. 3. The communication method between microcomputers according to claim 2, wherein the type information is transmitted by serial communication in a normal mode.
【請求項4】 前記スレーブ側のマイクロコンピュータ
は、前記モード信号を、前記シリアル通信用の信号ライ
ンに出力することを特徴とする請求項1または3記載の
マイクロコンピュータ間の通信方法。
4. The communication method between microcomputers according to claim 1, wherein the slave microcomputer outputs the mode signal to the signal line for serial communication.
JP11217793A 1999-07-30 1999-07-30 Method for communication between microcomputers Pending JP2001043181A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11217793A JP2001043181A (en) 1999-07-30 1999-07-30 Method for communication between microcomputers

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11217793A JP2001043181A (en) 1999-07-30 1999-07-30 Method for communication between microcomputers

Publications (1)

Publication Number Publication Date
JP2001043181A true JP2001043181A (en) 2001-02-16

Family

ID=16709827

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11217793A Pending JP2001043181A (en) 1999-07-30 1999-07-30 Method for communication between microcomputers

Country Status (1)

Country Link
JP (1) JP2001043181A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004107188A1 (en) * 2003-05-29 2004-12-09 Fujitsu Limited Data processor and data communication method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004107188A1 (en) * 2003-05-29 2004-12-09 Fujitsu Limited Data processor and data communication method
JPWO2004107188A1 (en) * 2003-05-29 2006-07-20 富士通株式会社 Data processing apparatus and data communication method
US7506079B2 (en) 2003-05-29 2009-03-17 Fujitsu Microelectronics Limited Data processor and data communication method

Similar Documents

Publication Publication Date Title
US11010327B2 (en) I3C point to point
US7328399B2 (en) Synchronous serial data communication bus
US5276807A (en) Bus interface synchronization circuitry for reducing time between successive data transmission in a system using an asynchronous handshaking
US5878234A (en) Low power serial protocol translator for use in multi-circuit board electronic systems
US20080086578A1 (en) Integrated circuit device having send/receive macro for serial transfer bus
US5748684A (en) Resynchronization of a synchronous serial interface
US5812875A (en) Apparatus using a state device and a latching circuit to generate an acknowledgement signal in close proximity to the request signal for enhancing input/output controller operations
CN103714029A (en) Novel two-line synchronous communication protocol and application
CN108234267B (en) Communication system based on M-LVDS real-time multi-master high-speed bus
CN112564882B (en) Single-wire digital communication interface based on AHB bus
US5884044A (en) Dedicated DDC integrable multimode communications cell
JPH06324977A (en) Data transfer method
US5586123A (en) Interface and loopback circuit for character based computer peripheral devices
US6332173B2 (en) UART automatic parity support for frames with address bits
US5261083A (en) Floppy disk controller interface for suppressing false verify cycle errors
US5721891A (en) Detection of N length bit serial communication stream
JP2001043181A (en) Method for communication between microcomputers
US20010025330A1 (en) Interface having plug and play function
US5617433A (en) Serial data transfer apparatus
KR100642158B1 (en) Interfacing peripheral devices via a slave group interface device to a bus
US5664213A (en) Input/output (I/O) holdoff mechanism for use in a system where I/O device inputs are fed through a latency introducing bus
JP3361107B2 (en) How to download
CN116185936B (en) SPI communication data receiving and transmitting abnormity detection control system and detection method
JPS63228856A (en) Communication controller
JP2001236303A (en) Universal serial bus control circuit

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060726

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090707

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091208