JP2000181584A - Data processor - Google Patents

Data processor

Info

Publication number
JP2000181584A
JP2000181584A JP10355563A JP35556398A JP2000181584A JP 2000181584 A JP2000181584 A JP 2000181584A JP 10355563 A JP10355563 A JP 10355563A JP 35556398 A JP35556398 A JP 35556398A JP 2000181584 A JP2000181584 A JP 2000181584A
Authority
JP
Japan
Prior art keywords
control circuit
data transfer
external interface
circuit
cycle
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.)
Withdrawn
Application number
JP10355563A
Other languages
Japanese (ja)
Inventor
Hidetoshi Sekine
英敏 関根
Tetsuya Nakagawa
哲也 中川
Yuki Inoue
由紀 井上
Haruo Kamimaki
春雄 上牧
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 JP10355563A priority Critical patent/JP2000181584A/en
Publication of JP2000181584A publication Critical patent/JP2000181584A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Power Sources (AREA)

Abstract

PROBLEM TO BE SOLVED: To reduce the power to be consumed by the periodical interface operation of an external interface control circuit. SOLUTION: When a central processing unit 4 sets a cycle to an operating cycle control circuit 3 at the time when an external interface control circuit 1 periodically performs communication operation, the operation of the external interface control circuit 1 or data transfer control circuit 2 is independently stopped and afterwards, the operating cycle control circuit 3 enables the external interface control circuit or data transfer control circuit to be operated in that cycle again. Useless power can be suppressed from being consumed when it is practically unnecessary to operate the external interface control circuit or data transfer control circuit in the periodical external interface operation and further, since that control is performed by the operating cycle control circuit, any large burden is not loaded to the central processing unit.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、シリアルインタフ
ェース回路などの外部インタフェース制御回路による周
期的なインタフェース動作に関し、例えばシリアルイン
タフェース回路を有するマイクロコンピュータの低消費
電力に適用して有効な技術に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a periodic interface operation by an external interface control circuit such as a serial interface circuit, and more particularly to a technique which is effective when applied to a low power consumption microcomputer having a serial interface circuit. is there.

【0002】[0002]

【従来の技術】従来、マイクロコンピュータに内蔵され
たシリアルインタフェース回路は、内部バスを介してメ
モリなどに接続されている。シリアルインタフェース回
路とメモリとの間のデータ転送は例えばDMAC(ダイ
レクトメモリアクセスコントローラ)によって制御する
ことができる。DMACはCPU(中央処理装置)によ
ってデータ転送先アドレスや転送元アドレスなどのデー
タ転送条件が初期設定される。一般に、シリアルインタ
フェース回路のデータ転送レートはマイクロコンピュー
タ内部の動作周波数に比べて遅いのが通例である。
2. Description of the Related Art Conventionally, a serial interface circuit built in a microcomputer is connected to a memory or the like via an internal bus. Data transfer between the serial interface circuit and the memory can be controlled by, for example, a DMAC (Direct Memory Access Controller). In the DMAC, data transfer conditions such as a data transfer destination address and a transfer source address are initially set by a CPU (central processing unit). Generally, the data transfer rate of the serial interface circuit is generally slower than the operating frequency inside the microcomputer.

【0003】シリアルインタフェース回路は、外部装置
からデータを受信する受信部と外部装置にデータを送信
する送信部を有する。送信部及び受信部は転送イネーブ
ルビットがセットされることによって動作可能にされ、
例えばフレーム信号の立ち上がりに同期して転送動作を
開始する。送信イネーブルビットや受信イネーブルビッ
トは、CPUによってアクセス可能なレジスタに保持さ
れ、その操作はCPUがバスを介して行う。
The serial interface circuit has a receiving unit for receiving data from an external device and a transmitting unit for transmitting data to the external device. The transmitter and the receiver are enabled by setting the transfer enable bit,
For example, the transfer operation is started in synchronization with the rise of the frame signal. The transmission enable bit and the reception enable bit are held in a register accessible by the CPU, and the operation is performed by the CPU via the bus.

【0004】前記受信部は、受信データを受信バッファ
に蓄え、蓄えたデータをDMACでメモリに転送させ
る。送信データはDMACの制御でメモリから送信バッ
ファに書き込まれ、書き込まれたデータが送信部から送
信される。周期的に受信動作が行なわれる場合、受信バ
ッファからメモリへのDMA転送も周期的に行なわれ
る。同様に、周期的に送信動作が行われる場合、メモリ
から送信バッファへのDMA転送も周期的に行なわれ
る。DMACに対するデータ転送動作は、受信バッファ
に対する一定の受信動作が完了される度にシリアルイン
タフェース回路からDMACに要求され、また、送信バ
ッファのデータに対する送信動作が完了される度にシリ
アルインタフェース回路からDMACに要求される。
[0004] The receiving section stores received data in a receiving buffer and transfers the stored data to a memory by a DMAC. The transmission data is written from the memory to the transmission buffer under the control of the DMAC, and the written data is transmitted from the transmission unit. When the receiving operation is performed periodically, the DMA transfer from the receiving buffer to the memory is also performed periodically. Similarly, when the transmission operation is performed periodically, the DMA transfer from the memory to the transmission buffer is also performed periodically. The data transfer operation for the DMAC is requested from the serial interface circuit to the DMAC each time a certain reception operation for the reception buffer is completed, and is also performed from the serial interface circuit to the DMAC each time the transmission operation for the data in the transmission buffer is completed. Required.

【0005】シリアルインタフェース回路やDMACな
どは、外部から非同期で与えられるデータ受信要求やデ
ータ転送要求に答えるには、常時動作可能にされていな
ければならない。このためシリアルインタフェース回路
やDMACは、通信に同期して実際に動作する時間が短
い場合であっても、常に動作可能な状態されているのが
一般的であった。
A serial interface circuit, a DMAC, and the like must always be operable in order to respond to a data reception request or a data transfer request asynchronously given from the outside. For this reason, the serial interface circuit and the DMAC are generally always in an operable state even when the actual operation time is short in synchronization with the communication.

【0006】[0006]

【発明が解決しようとする課題】上記従来技術によれ
ば、周期的な通信動作中に、実際に通信動作を行わない
期間もシリアルインタフェース回路の受信部、送信部は
常に動作可能にされ、電力を消費することになる。同様
にDMACも通信の有無に関わらず、常時動作可能にさ
れている。またシリアルインタフェース回路と通信を行
う外部装置についても、シリアルインタフェース回路が
実際に通信動作を行っているか否かに拘わらず常時動作
可能にされ場合が多い。ここで、動作可能状態とはクロ
ック信号に同期動作される回路にクロック信号が供給さ
れ続けていると言うことである。回路にクロック信号が
供給されれば、クロック信号の変化に同期して充放電動
作を行う回路部分が少なくとも存在することになり、ま
た、CMOS回路の過渡応答動作によって貫通電流を生
ずる経路が少なくとも形成されることになり、これによ
って電力が消費される。
According to the above prior art, during a periodical communication operation, the reception unit and the transmission unit of the serial interface circuit are always enabled to operate even during the period when the communication operation is not actually performed. Will be consumed. Similarly, the DMAC is always operable regardless of the presence or absence of communication. In many cases, an external device that communicates with the serial interface circuit is always operable regardless of whether the serial interface circuit is actually performing a communication operation. Here, the operable state means that a clock signal is continuously supplied to a circuit operated in synchronization with the clock signal. When a clock signal is supplied to the circuit, at least a circuit portion that performs a charging / discharging operation in synchronization with a change in the clock signal exists, and at least a path that causes a through current due to a transient response operation of the CMOS circuit is formed. This consumes power.

【0007】シリアルインタフェース回路等を使った通
信には、音声データの通信のように周期的に行われるも
のと、キーボード入力のようにランダムに行われるもの
がある。ランダムな通信については、入出力のタイミン
グが予測できないため、回路を常に動作させておく必要
があるが、周期的な通信では入出力のタイミングが決ま
っており、通信が行われない時に回路を停止させても問
題はない。この点に関し、従来技術は、周期的な通信動
作の空き時間にシリアルインタフェース回路の動作を休
止させる構成を容易に実現することについて考慮されて
いない。送信イネーブルビットや受信イネーブルビット
を、CPUがその都度バスを介して書き換えなければな
らない。DMACについてもCPUがその都度バスを介
してDMACイネーブルビットを書き換えなければなら
ない。
Communication using a serial interface circuit or the like includes a method that is performed periodically such as voice data communication and a method that is performed randomly such as keyboard input. For random communication, the input / output timing cannot be predicted, so it is necessary to keep the circuit running.However, in periodic communication, the input / output timing is fixed, and the circuit stops when no communication is performed. There is no problem if you let them. In this regard, the prior art does not consider easily realizing a configuration in which the operation of the serial interface circuit is suspended during the idle time of the periodic communication operation. The CPU must rewrite the transmission enable bit and the reception enable bit via the bus each time. For the DMAC, the CPU must rewrite the DMAC enable bit via the bus each time.

【0008】また、マイクロコンピュータ内蔵のシリア
ルインタフェース回路やDMAC等による周期的な動作
での電力消費を減らすことができても、シリアルインタ
フェース回路に接続される外部装置について、同シリア
ルインタフェース回路の動作休止中にその動作を停止さ
せることができる保証はない。少なくとも、マイクロコ
ンピュータ内蔵シリアルインタフェース回路の動作休止
に呼応して外部装置を動作休止させる為に利用できる制
御信号の出力機能をマイクロコンピュータがサポートす
ることについて、本発明者はその有用性を見出した。シ
ステム全体の低所消費電力を企図するなら、マイクロコ
ンピュータの外部でシリアルインタフェース回路に接続
される外部装置による無駄な電力消費を削減できるよう
にすることが望ましい。
Further, even if the power consumption in the periodic operation by the serial interface circuit or DMAC built in the microcomputer can be reduced, the operation of the serial interface circuit is stopped for the external device connected to the serial interface circuit. There is no guarantee that the operation can be stopped during. At least, the present inventor has found that the microcomputer supports a function of outputting a control signal that can be used to suspend operation of an external device in response to suspension of operation of the microcomputer built-in serial interface circuit. If low power consumption of the entire system is intended, it is desirable to reduce unnecessary power consumption by an external device connected to the serial interface circuit outside the microcomputer.

【0009】本発明の目的は、外部インタフェース制御
回路による周期的なインタフェース動作で消費される電
力を容易に低減することができるデータ処理装置を提供
することにある。
An object of the present invention is to provide a data processing device capable of easily reducing power consumed in a periodic interface operation by an external interface control circuit.

【0010】本発明の別の目的は、外部インタフェース
制御回路に接続される外部装置の電力消費の低減にも寄
与できるデータ処理装置を提供することにある。
Another object of the present invention is to provide a data processing device which can contribute to a reduction in power consumption of an external device connected to an external interface control circuit.

【0011】本発明の前記並びにその他の目的と新規な
特徴は本明細書の記述及び添付図面から明らかになるで
あろう。
The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0012】[0012]

【課題を解決するための手段】本願において開示される
発明のうち代表的なものの概要を簡単に説明すれば下記
の通りである。
The following is a brief description of an outline of a typical invention among the inventions disclosed in the present application.

【0013】〔1〕第1の態様は、シリアルインタフェ
ース回路等の外部インタフェース制御回路(1)の周期
的な外部インタフェース動作において、外部インタフェ
ース動作の終了に応答する自立的な動作クロック供給停
止と周期的な供給再開とを実現する。データ処理装置
(MCU)は、中央処理装置(4)と、メモリ(5)
と、外部インタフェース制御回路(1)と、メモリと前
記外部インタフェース制御回路との間でデータ転送制御
可能なデータ転送制御回路(2)と、前記外部インタフ
ェース制御回路による外部インタフェー動作の可能な周
期を制御する動作周期制御回路(3)とを有する。前記
外部インタフェース制御回路(1)は外部インタフェー
ス動作の終了(203=“1”且つ204=“1”)に
応答して外部インタフェース動作用回路(101,10
2)への第1の動作クロック信号(fCLK)の供給を
停止すると共に、前記外部インタフェース動作の終了を
動作周期制御回路(3)及びデータ転送制御回路(2)
に通知する。前記データ転送制御回路(2)は前記外部
インタフェース動作の終了通知(209=“1”)に応
答して、データ転送制御条件に従い、前記メモリと前記
外部インタフェース制御回路との間のデータ転送動作を
起動する。前記動作周期制御回路(3)は前記外部イン
タフェース動作の終了通知(209=“1”)があった
とき、第1の周期情報で指定される一定時間を計測した
後に前記外部インタフェース制御回路(1)に前記第1
の動作クロック信号(fCLK)の供給を再開させる指
示を与える(218=“1”)。前記中央処理装置は前
記データ転送制御装置に前記データ転送制御条件を設定
し、前記動作周期制御回路に前記第1の周期情報を設定
する。
[1] A first aspect is that, in a periodic external interface operation of an external interface control circuit (1) such as a serial interface circuit, an autonomous operation clock supply stop and a cycle in response to termination of the external interface operation are performed. Supply restart. The data processing unit (MCU) includes a central processing unit (4) and a memory (5).
An external interface control circuit (1), a data transfer control circuit (2) capable of controlling data transfer between a memory and the external interface control circuit, and a period at which an external interface operation by the external interface control circuit is possible. And an operation cycle control circuit (3) for controlling. The external interface control circuit (1) responds to the end of the external interface operation (203 = “1” and 204 = “1”) in response to the external interface operation circuit (101, 10).
2) The supply of the first operation clock signal (fCLK) to the external interface is stopped, and the end of the external interface operation is determined by an operation cycle control circuit (3) and a data transfer control circuit (2).
Notify. The data transfer control circuit (2) responds to the end notification of the external interface operation (209 = “1”) and performs a data transfer operation between the memory and the external interface control circuit according to a data transfer control condition. to start. The operation cycle control circuit (3), upon receiving a notice of the end of the external interface operation (209 = "1"), measures a certain time specified by the first cycle information and then executes the external interface control circuit (1). ) To the first
Of the operation clock signal (fCLK) is restarted (218 = "1"). The central processing unit sets the data transfer control condition in the data transfer control device and sets the first cycle information in the operation cycle control circuit.

【0014】クロック供給停止・供給再開の制御対象に
データ転送制御回路(2)を含めることができる。上記
において、前記データ転送制御回路(2)は更に、前記
外部インタフェース動作の終了通知(209=“1”)
に応答する前記メモリ(5)と前記外部インタフェース
制御回路(1)との間のデータ転送制御動作の終了(3
30=“1”)に応答してデータ転送用回路への第2の
動作クロック信号(InCLK)の供給を停止すると共
に、前記データ転送動作の終了を前記動作周期制御回路
(3)に通知する。前記動作周期制御回路(3)は更
に、前記データ転送動作の終了通知があったとき、第2
の周期情報で指定される一定時間を計測した後に前記デ
ータ転送制御回路(2)に第2の動作クロック信号(I
nCLK)の供給を再開させる指示(331=“1”)
を与えることにより、前記データ転送制御回路(2)に
よるデータ転送動作可能な周期を制御することができ
る。前記中央処理装置(4)は更に、前記動作周期制御
回路(3)に第2の周期情報を設定するものである。
The data transfer control circuit (2) can be included in the control target of clock supply stop / supply restart. In the above, the data transfer control circuit (2) further notifies the end of the external interface operation (209 = "1").
The data transfer control operation between the memory (5) and the external interface control circuit (1) in response to the
30 = “1”), the supply of the second operation clock signal (InCLK) to the data transfer circuit is stopped, and the end of the data transfer operation is notified to the operation cycle control circuit (3). . The operation cycle control circuit (3) further includes a second
After measuring a certain time designated by the period information of the second transfer clock signal (I) to the data transfer control circuit (2).
instruction to restart the supply of (nCLK) (331 = “1”)
, It is possible to control the cycle in which the data transfer operation by the data transfer control circuit (2) is possible. The central processing unit (4) further sets second cycle information in the operation cycle control circuit (3).

【0015】制御の対象をデータ処理装置(MCU)の
外部まで拡張する場合には、前記動作周期制御回路
(3)は更に、前記外部インタフェース動作の終了通知
(209=“1”)があったとき非活性状態とされ、第
3の周期情報で指定される一定時間を計測した後に活性
状態とされる外部制御用イネーブル信号(340)を生
成する。前記中央処理装置は更に、前記動作周期制御回
路に第3の周期情報を設定する。
When the control target is extended to the outside of the data processing unit (MCU), the operation cycle control circuit (3) further receives the external interface operation end notification (209 = "1"). Then, an external control enable signal (340), which is set to the inactive state and is set to the active state after measuring a certain time specified by the third cycle information, is generated. The central processing unit further sets third cycle information in the operation cycle control circuit.

【0016】このように、外部インタフェース制御回路
(1)が周期的に通信動作を行うとき、動作周期制御回
路(3)に中央処理装置(6)がその周期を設定する
と、外部インタフェース制御回路(1)やデータ転送制
御回路(2)の動作が自立的に休止された後、動作周期
制御回路(3)は、その周期で外部インタフェース制御
回路(1)やデータ転送制御回路(2)等をサイクリッ
クに動作可能にすることができる。
As described above, when the external interface control circuit (1) periodically performs a communication operation, the central processing unit (6) sets the cycle in the operation cycle control circuit (3). After the operation of 1) and the operation of the data transfer control circuit (2) are independently suspended, the operation cycle control circuit (3) operates the external interface control circuit (1), the data transfer control circuit (2), etc. at that cycle. It can be made cyclically operable.

【0017】〔2〕第2の態様は、シリアルインタフェ
ース回路等の外部インタフェース制御回路(1)の周期
的な外部インタフェース動作において、周期的なクロッ
ク供給停止・供給再開を実現する。データ処理装置(M
CU)は、中央処理装置(4)と、メモリ(5)と、外
部インタフェース制御回路(1)と、メモリと前記外部
インタフェース制御回路との間でデータ転送制御可能な
データ転送制御回路(2)と、前記外部インタフェース
制御回路による外部インタフェース動作可能な周期を制
御する動作周期制御回路(3)とを有する。前記外部イ
ンタフェース制御回路(1)は外部インタフェース動作
の終了を前記動作周期制御回路(3)及びデータ転送制
御回路(2)に通知する。前記データ転送制御回路
(2)は前記外部インタフェース動作の終了通知(20
9=“1”)に応答して、データ転送制御条件に従い、
前記メモリと前記外部インタフェース制御回路との間の
データ転送動作を起動する。前記動作周期制御回路
(3)は、前記外部インタフェース動作の終了通知(2
09=“1”)があったとき、外部インタフェース動作
のイネーブル信号(218)を非活性状態とし、第1の
周期情報で指定される一定時間を計測した後に前記外部
インタフェース動作のイネーブル信号を活性状態とす
る。前記外部インタフェース制御回路(1)は、前記外
部インタフェース動作のイネーブル信号の活性状態に応
答して外部インタフェース動作用回路(101,10
2)への第1の動作クロック信号(fCLK)の供給を
開始し、前記外部インタフェース動作のイネーブル信号
の非活性状態に応答して外部インタフェース動作用回路
への第1の動作クロック信号の供給を停止する。前記中
央処理装置は前記データ転送制御装置に前記データ転送
制御条件を設定し、前記動作周期制御回路に第1の周期
情報を設定する。
[2] The second mode realizes periodic clock supply stop / restart in the periodic external interface operation of the external interface control circuit (1) such as a serial interface circuit. Data processing device (M
CU) includes a central processing unit (4), a memory (5), an external interface control circuit (1), and a data transfer control circuit (2) capable of controlling data transfer between the memory and the external interface control circuit. And an operation cycle control circuit (3) for controlling a cycle in which the external interface can be operated by the external interface control circuit. The external interface control circuit (1) notifies the end of the external interface operation to the operation cycle control circuit (3) and the data transfer control circuit (2). The data transfer control circuit (2) notifies the end of the external interface operation (20
9 = "1") in accordance with the data transfer control condition,
Activating a data transfer operation between the memory and the external interface control circuit. The operation cycle control circuit (3) is configured to notify the end of the external interface operation (2
09 = “1”), the enable signal (218) for the external interface operation is deactivated, and after measuring a certain time specified by the first cycle information, the enable signal for the external interface operation is activated. State. The external interface control circuit (1) responds to the active state of the external interface operation enable signal by an external interface operation circuit (101, 10).
2) The supply of the first operation clock signal (fCLK) to the external interface operation circuit is started in response to the inactive state of the enable signal for the external interface operation. Stop. The central processing unit sets the data transfer control condition in the data transfer control device, and sets first cycle information in the operation cycle control circuit.

【0018】クロック供給停止・供給再開の制御対象に
データ転送制御回路(2)を含めることができる。上記
において、データ転送制御回路(2)は更に、前記外部
インタフェース動作の終了通知(209=“1”)に応
答する前記メモリ(5)と前記外部インタフェース制御
回路(1)との間のデータ転送動作の終了(330=
“1”)を前記動作周期制御回路(3)に通知する。前
記動作周期制御回路(3)は更に、前記データ転送動作
の終了通知(330=“1”)があったとき、データ転
送制御装置によるデータ転送動作のイネーブル信号(3
31)を非活性状態とし、第2の周期情報で指定される
一定時間を計測した後に前記データ転送動作のイネーブ
ル信号(331)を活性状態とすることにより、データ
転送制御回路(2)によるデータ転送制御動作可能な周
期を制御することができる。前記データ転送制御回路
(2)は、前記データ転送動作のイネーブル信号(33
1)の活性状態に応答してデータ転送動作用回路(10
5,106)への第2の動作クロック信号(InCL
K)の供給を開始し、前記データ転送動作のイネーブル
信号の非活性状態に応答してデータ転送動作用回路への
第2の動作クロック信号の供給を停止する。前記中央処
理装置は更に、前記動作周期制御回路に第2の周期情報
を設定する。
The data transfer control circuit (2) can be included in the control target of clock supply stop / supply restart. In the above, the data transfer control circuit (2) further includes a data transfer between the memory (5) and the external interface control circuit (1) in response to the external interface operation end notification (209 = "1"). End of operation (330 =
"1") to the operation cycle control circuit (3). The operation cycle control circuit (3) further receives an enable signal (3) for the data transfer operation by the data transfer control device when the data transfer operation end notification (330 = "1") is received.
31) is deactivated, the enable signal (331) for the data transfer operation is activated after measuring a certain time specified by the second cycle information, so that the data transmitted by the data transfer control circuit (2) is activated. The period in which the transfer control operation can be performed can be controlled. The data transfer control circuit (2) includes an enable signal (33) for the data transfer operation.
In response to the active state of 1), the data transfer operation circuit (10
5, 106) to the second operation clock signal (InCL).
K), and stops the supply of the second operation clock signal to the data transfer operation circuit in response to the inactive state of the data transfer operation enable signal. The central processing unit further sets second cycle information in the operation cycle control circuit.

【0019】制御の対象をデータ処理装置(MCU)の
外部まで拡張する場合には、前記動作周期制御回路
(3)は更に、前記外部インタフェース動作の終了通知
(209=“1”)があったとき非活性状態とされ、第
3の周期情報で指定される一定時間を計測した後に活性
状態とされる外部制御用イネーブル信号(340)を生
成する。前記中央処理装置は更に、前記動作周期制御回
路に第3の周期情報を設定する。
When the control target is extended to the outside of the data processing unit (MCU), the operation cycle control circuit (3) further receives the external interface operation end notification (209 = "1"). Then, an external control enable signal (340), which is set to the inactive state and is set to the active state after measuring a certain time specified by the third cycle information, is generated. The central processing unit further sets third cycle information in the operation cycle control circuit.

【0020】第2の態様では、外部インタフェース制御
回路(1)が周期的に通信動作を行うとき、中央処理装
置(6)が動作周期制御回路(3)にその周期を設定す
ると、動作周期制御回路(3)は、その周期にしたがっ
てイネーブル信号(218,331,340)で外部イ
ンタフェース制御回路(1)やデータ転送制御回路
(2)等をサイクリックに動作可能にすることができ
る。
In the second mode, when the external interface control circuit (1) periodically performs a communication operation, the central processing unit (6) sets the cycle in the operation cycle control circuit (3). The circuit (3) can enable the external interface control circuit (1), the data transfer control circuit (2), and the like to operate cyclically with the enable signal (218, 331, 340) according to the cycle.

【0021】〔3〕第3の態様は、外部インタフェース
制御回路(1)の周期的な外部インタフェース動作にお
いて、データ転送単位の複数倍のデータ毎に周期的なク
ロック供給停止・再開を実現する。データ処理装置(M
CU)は、中央処理装置(4)と、メモリ(5)と、外
部インタフェース制御回路(1)と、メモリと前記外部
インタフェース制御回路との間でデータ転送制御可能な
データ転送制御回路(2)と、前記外部インタフェース
制御回路による外部インタフェース動作可能な周期を制
御する動作周期制御回路(3)とを有する。前記外部イ
ンタフェース制御回路(1)は外部インタフェース動作
の終了(209=“1”)を前記動作周期制御回路
(3)及びデータ転送制御回路(2)に通知する。前記
データ転送制御回路は前記外部インタフェース動作の終
了通知(209=“1”)に応答して、データ転送制御
条件に従い、前記メモリと前記外部インタフェース制御
回路との間のデータ転送動作を起動する。前記動作周期
制御回路(3)は、前記外部インタフェース動作の終了
通知(209=“1”)の回数が第1の繰返し数に達し
たとき、外部インタフェース動作のイネーブル信号(2
18)を非活性状態とし、第1の周期情報で指定される
一定時間を計測した後に前記外部インタフェース動作の
イネーブル信号(218)を活性状態とする。前記外部
インタフェース制御回路(1)は、前記外部インタフェ
ース動作のイネーブル信号(218)の活性状態に応答
して外部インタフェース動作用回路(101,102)
への第1の動作クロック信号(fCLK)の供給を開始
し、前記外部インタフェース動作のイネーブル信号(2
18)の非活性状態に応答して外部インタフェース動作
用回路への第1の動作クロック信号の供給を停止する。
前記中央処理装置は前記データ転送制御装置に前記デー
タ転送制御条件を設定し、前記動作周期制御回路に前記
第1の繰返し数と第1の周期情報とを設定する。
[3] In the third aspect, in the periodic external interface operation of the external interface control circuit (1), the periodic clock supply stop / restart is realized for each multiple of the data transfer unit. Data processing device (M
CU) includes a central processing unit (4), a memory (5), an external interface control circuit (1), and a data transfer control circuit (2) capable of controlling data transfer between the memory and the external interface control circuit. And an operation cycle control circuit (3) for controlling a cycle in which the external interface can be operated by the external interface control circuit. The external interface control circuit (1) notifies the end of the external interface operation (209 = "1") to the operation cycle control circuit (3) and the data transfer control circuit (2). The data transfer control circuit starts a data transfer operation between the memory and the external interface control circuit in accordance with a data transfer control condition in response to the end notification of the external interface operation (209 = "1"). The operation cycle control circuit (3), when the number of the end notification (209 = "1") of the external interface operation reaches the first repetition number, enables the external interface operation enable signal (2).
18) is deactivated, and after measuring a certain time specified by the first cycle information, the enable signal (218) for the external interface operation is activated. The external interface control circuit (1) responds to an active state of the external interface operation enable signal (218) by an external interface operation circuit (101, 102).
To start supplying the first operation clock signal (fCLK) to the external interface operation enable signal (2).
The supply of the first operation clock signal to the external interface operation circuit is stopped in response to the inactive state of 18).
The central processing unit sets the data transfer control condition in the data transfer control device, and sets the first repetition number and first cycle information in the operation cycle control circuit.

【0022】クロック供給停止・供給再開の制御の対象
にデータ転送制御回路(2)を含めることができる。前
記データ転送制御回路(2)は更に、前記外部インタフ
ェース動作の終了通知(209=“1”)に応答する前
記メモリと前記外部インタフェース制御回路との間のデ
ータ転送動作の終了(330=“1”)を前記動作周期
制御回路(3)に通知する。前記動作周期制御回路は更
に、前記データ転送動作の終了通知(330=“1”)
の回数が第2の繰返し数に達したとき、データ転送制御
装置(2)によるデータ転送動作のイネーブル信号(3
31)を非活性状態とし、第2の周期情報で指定される
一定時間を計測した後に前記データ転送動作のイネーブ
ル信号(331)を活性状態とすることにより、データ
転送制御回路(2)によるデータ転送制御動作可能な周
期を制御することができる。前記データ転送制御回路
は、前記データ転送動作のイネーブル信号(331)の
活性状態に応答してデータ転送動作用回路への第2の動
作クロック信号(InCLK)の供給を開始し、前記デ
ータ転送動作のイネーブル信号の非活性状態に応答して
データ転送動作用回路への第2の動作クロック信号の供
給を停止する。前記中央処理装置は更に、前記動作周期
制御回路に前記第2の繰返し数と第2の周期情報とを設
定する。
The data transfer control circuit (2) can be included in the control of clock supply stop / supply restart. The data transfer control circuit (2) further ends the data transfer operation between the memory and the external interface control circuit in response to the end notification of the external interface operation (209 = “1”) (330 = “1”). ") To the operation cycle control circuit (3). The operation cycle control circuit further notifies the end of the data transfer operation (330 = "1").
When the number of times has reached the second repetition number, the enable signal (3) of the data transfer operation by the data transfer control device (2)
31) is deactivated, the enable signal (331) for the data transfer operation is activated after measuring a certain time specified by the second cycle information, so that the data transmitted by the data transfer control circuit (2) is activated. The period in which the transfer control operation can be performed can be controlled. The data transfer control circuit starts supplying a second operation clock signal (InCLK) to the data transfer operation circuit in response to the activation state of the enable signal (331) of the data transfer operation, The supply of the second operation clock signal to the data transfer operation circuit is stopped in response to the inactive state of the enable signal of. The central processing unit further sets the second repetition number and second cycle information in the operation cycle control circuit.

【0023】制御の対象をデータ処理装置(MCU)の
外部まで拡張する場合には、前記動作周期制御回路
(3)は更に、前記外部インタフェース動作の終了通知
(209=“1”)の回数が第3の繰返し数に達したと
き非活性状態とされ、第3の周期情報で指定される一定
時間を計測した後に活性状態とされる外部制御用イネー
ブル信号(340)を生成する。前記中央処理装置は更
に、前記動作周期制御回路に前記第3の繰返し数と第3
の周期情報とを設定する。
In the case where the control target is extended to the outside of the data processing unit (MCU), the operation cycle control circuit (3) further sets the number of times of the end notification (209 = "1") of the external interface operation. An external control enable signal (340) which is deactivated when the third repetition number is reached and which is activated after measuring a certain time specified by the third cycle information is generated. The central processing unit further includes a third repetition number and a third
And the period information of.

【0024】第3の態様では、外部インタフェース制御
回路(1)がデータ転送単位の複数倍のデータ毎に周期
的に通信動作を行うとき、中央処理装置(6)が動作周
期制御回路(3)にその周期とインタフェース動作の繰
返し数とを設定すると、動作周期制御回路(3)は、そ
の周期にしたがってイネーブル信号(218,331,
340)で外部インタフェース制御回路(1)やデータ
転送制御回路(2)等を動作可能にし、その状態を繰返
し数で規定される外部インタフェース動作回数の期間維
持することができる。したがって、外部インタフェース
動作のデータ転送間隔が小さい場合に頻繁にクロック供
給停止・供給再開の動作が繰返されることによって生ず
る不都合の発生を防止することができる。
According to a third aspect, when the external interface control circuit (1) performs a communication operation periodically for each multiple of data of the data transfer unit, the central processing unit (6) operates the operation cycle control circuit (3). The operation cycle control circuit (3) sets the enable signal (218, 331, 31) according to the cycle.
In 340), the external interface control circuit (1), the data transfer control circuit (2), and the like can be made operable, and their states can be maintained for the number of external interface operations specified by the number of repetitions. Therefore, it is possible to prevent inconvenience caused by frequent repetition of clock supply stop / supply operation when the data transfer interval of the external interface operation is small.

【0025】[0025]

【発明の実施の形態】《データ処理装置の概要》図1に
は本発明に係るデータ処理装置の一例であるマイクロコ
ンピュータが示される。マイクロコンピュータMCU
は、単結晶シリコンのような1個の半導体基板に形成さ
れている。マイクロコンピュータMCUは、命令を実行
する中央処理装置(CPU)4と、前記CPU4のワー
ク領域若しくはデータ一次記憶領域などの用いられるR
AMから成るメモリ5と、それらを接続する内部バス1
14と、この内部バス114に接続されたシリアルイン
タフェース回路1と、前記シリアルインタフェース回路
1とメモリ5との間のデータ転送を制御するデータ転送
制御回路2と、シリアルインタフェース回路1及びデー
タ転送制御回路2等の動作周期を制御するための信号を
生成する動作周期制御回路3と、内部の動作基準クロッ
ク信号InCLKを生成するクロック発生回路(CP
G)6と、外部回路に接続される端子部7と、内部バス
114を外部バスにインタフェースするバスインタフェ
ース回路8から成る。内部バス114には代表的に示さ
れたアドレスバスABUSとデータバスDBUSを含
み、更に図示を省略したコントロールバスを含む。特に
制限されないが、前記CPU4は、算術論理演算器の他
に積和演算器も備え、命令セットに含まれる積和演算命
令を実行することにより、ディジタル信号処理演算も効
率的に行えるようになっている。
DESCRIPTION OF THE PREFERRED EMBODIMENTS <Outline of Data Processing Apparatus> FIG. 1 shows a microcomputer as an example of a data processing apparatus according to the present invention. Microcomputer MCU
Are formed on one semiconductor substrate such as single crystal silicon. The microcomputer MCU includes a central processing unit (CPU) 4 for executing instructions, and an R used for a work area or a data primary storage area of the CPU 4.
Memory 5 composed of AM and internal bus 1 connecting them
14, a serial interface circuit 1 connected to the internal bus 114, a data transfer control circuit 2 for controlling data transfer between the serial interface circuit 1 and the memory 5, a serial interface circuit 1, and a data transfer control circuit. 2, an operation cycle control circuit 3 for generating a signal for controlling the operation cycle, and a clock generation circuit (CP) for generating an internal operation reference clock signal InCLK.
G) 6, a terminal unit 7 connected to an external circuit, and a bus interface circuit 8 for interfacing the internal bus 114 with the external bus. The internal bus 114 includes an address bus ABUS and a data bus DBUS representatively shown, and further includes a control bus not shown. Although not particularly limited, the CPU 4 includes a product-sum operation unit in addition to the arithmetic and logic operation unit, and by executing the product-sum operation instruction included in the instruction set, the digital signal processing operation can be performed efficiently. ing.

【0026】図1では、理解を容易化するために、前記
シリアルインタフェース回路1は1個のシリアルチャネ
ルだけを持つように図示されているが、複数個のシリア
ルチャネルを備えることは妨げられない。同様に、デー
タ転送制御回路2は1個の転送制御チャネルを有するよ
うに図示されているが、複数のデータ転送チャネルを備
えていてもよいことは当然である。
In FIG. 1, the serial interface circuit 1 is shown to have only one serial channel for ease of understanding, but it is not precluded that the serial interface circuit 1 has a plurality of serial channels. Similarly, although the data transfer control circuit 2 is illustrated as having one transfer control channel, it is needless to say that the data transfer control circuit 2 may include a plurality of data transfer channels.

【0027】前記シリアルインタフェース回路1は、互
いに独立にアクセス可能な送信バッファ107と受信バ
ッファ108とを含む。送信バッファ107に一時的に
蓄えられた送信データは送信部101を介して端子部7
から外部にシリアル出力される。外部から端子部7を介
してシリアルに供給されたデータは受信部102に入力
され、前記受信バッファ108に蓄えられる。Strは
送信部101から出力される送信信号、Srcは受信部
102に供給される受信信号である。
The serial interface circuit 1 includes a transmission buffer 107 and a reception buffer 108 which can be accessed independently of each other. The transmission data temporarily stored in the transmission buffer 107 is transmitted to the terminal unit 7 via the transmission unit 101.
Is serially output to the outside. Data serially supplied from the outside via the terminal unit 7 is input to the receiving unit 102 and stored in the receiving buffer 108. Str is a transmission signal output from the transmission unit 101, and Src is a reception signal supplied to the reception unit 102.

【0028】シリアルインタフェース回路1に含まれて
いる入出力制御回路103は、送信部101がデータの
送信を終了する毎に、次の送信データをメモリ5からシ
リアルインタフェース回路1に転送することを信号20
7にてデータ転送制御回路2に要求し、また、受信部1
02がデータの受信を終了する毎に受信されて受信バッ
ファ108に格納されたデータをメモリ5等に転送する
ことを信号208にてデータ転送制御回路2に要求す
る。送信バッファ107へのデータの書き込みは送信バ
ッファ書き込み回路110が制御する。受信バッファ1
08に対するデータ読み出しはバッファ読み出し回路1
09が制御する。また、入出力制御回路103はシリア
ルインタフェース回路1による送受信の終了信号209
を動作周期制御回路3へ出力する。前記入出力制御回路
103は、送受信の終了に合せて、送信部101及び受
信部102へのクロック信号fCLKの供給を停止し
て、それら回路の動作を休止させる。クロック信号fC
LKは通信用の動機クロック信号であり、前記端子部7
を介して、外部から供給される。
The input / output control circuit 103 included in the serial interface circuit 1 sends a signal to transfer the next transmission data from the memory 5 to the serial interface circuit 1 every time the transmission unit 101 completes data transmission. 20
7 to the data transfer control circuit 2 and
02 requests the data transfer control circuit 2 by a signal 208 to transfer the data received each time the data reception is completed and stored in the reception buffer 108 to the memory 5 or the like. Writing of data to the transmission buffer 107 is controlled by the transmission buffer writing circuit 110. Receive buffer 1
Read data from the buffer reading circuit 1
09 controls. Also, the input / output control circuit 103 outputs a transmission / reception end signal 209 by the serial interface circuit 1.
Is output to the operation cycle control circuit 3. The input / output control circuit 103 stops the supply of the clock signal fCLK to the transmission unit 101 and the reception unit 102 at the end of transmission / reception, and suspends the operation of those circuits. Clock signal fC
LK is a motive clock signal for communication.
Is supplied from outside through

【0029】前記データ転送制御回路2はダイレクトメ
モリアクセスコントローラ(DMAC)のデータ転送チ
ャンネルとしての機能を有し、転送元メモリアドレス、
転送先メモリアドレス、転送語数などの転送制御情報
は、CPU4によって予めメモリ読み出し回路105、
メモリ書き込み回路106に初期設定される。データ転
送制御回路2内の転送制御回路104は、入出力制御回
路103から出力された信号207による送信データ転
送指示に応答して、メモリ読み出し回路105を用いて
メモリ5の読み出しアクセスを制御すると共に、前記バ
ッファ書き込み回路110に書き込み動作を指示し、メ
モリ5から送信バッファ107へのデータ転送制御を行
う。また、転送制御回路104は、信号208による受
信データ転送指示に応答して、バッファ読み出し回路1
09の動作を指示すると共に、メモリ書き込み回路10
6を用いてメモリ5の書き込み制御を行って、受信バッ
ファ108からメモリ5へ受信データを転送制御する。
The data transfer control circuit 2 has a function as a data transfer channel of a direct memory access controller (DMAC).
The transfer control information such as the transfer destination memory address and the number of words to be transferred is previously stored in the memory readout circuit 105 by the CPU 4.
Initialized in the memory write circuit 106. The transfer control circuit 104 in the data transfer control circuit 2 controls the read access of the memory 5 by using the memory read circuit 105 in response to the transmission data transfer instruction by the signal 207 output from the input / output control circuit 103. , Instructs the buffer write circuit 110 to perform a write operation, and controls data transfer from the memory 5 to the transmission buffer 107. Further, the transfer control circuit 104 responds to the received data transfer instruction by the signal 208, and
09 and the memory write circuit 10
6, the writing control of the memory 5 is performed, and the transfer of the received data from the receiving buffer 108 to the memory 5 is controlled.

【0030】前記転送制御回路104は、送受信の終了
に伴って指示されたメモリ5とシリアルインタフェース
1との間のデータ転送を完了すると、前記メモリ読み出
し回路105及びメモリ書き込み回路106へのクロッ
ク信号InCLKの供給を停止して、それら回路の動作
を休止させる。
When the transfer control circuit 104 completes the data transfer between the memory 5 and the serial interface 1 instructed by the end of the transmission and reception, the clock signal InCLK to the memory read circuit 105 and the memory write circuit 106 is transmitted. Is stopped, and the operation of those circuits is stopped.

【0031】前記動作周期制御回路3には、前記シリア
ルインタフェース回路1による通信動作のための動作周
期や、データ転送制御回路2によるデータ転送動作のた
めの動作周期が予めCPU4によって初期設定されてい
る。動作周期制御回路3は、前記入出力制御回路103
から出力される送受信動作の終了信号209を受ける
と、前記通信動作周期における次の通信動作の開始タイ
ミングで前記休止中のシリアルインタフェース回路1の
動作を再開可能にするための制御信号218をシリアル
インタフェース回路1に与える。また、同様に動作周期
制御回路3は、前記データ転送制御回路2からのデータ
転送終了を意味する信号330を受け取ると、前記デー
タ転送動作周期における次のデータ転送動作の開始タイ
ミングで前記休止中のデータ転送制御装置の動作を再開
可能にするための制御信号331をデータ転送制御回路
2に与える。更に、動作周期制御回路3は、シリアルイ
ンタフェース回路1を制御する前記信号218やデータ
転送制御回路2を制御する前記信号331に同期して、
外部装置を制御するための信号340を端子部7を介し
て、マイクロコンピュータMCUの外部に出力する。
In the operation cycle control circuit 3, the operation cycle for the communication operation by the serial interface circuit 1 and the operation cycle for the data transfer operation by the data transfer control circuit 2 are initialized by the CPU 4 in advance. . The operation cycle control circuit 3 includes the input / output control circuit 103
Receives the end signal 209 of the transmission / reception operation output from the communication interface, at the start timing of the next communication operation in the communication operation cycle, the control signal 218 for enabling the operation of the inactive serial interface circuit 1 to be resumed. Give to circuit 1. Similarly, when the operation cycle control circuit 3 receives the signal 330 indicating the end of the data transfer from the data transfer control circuit 2, the operation cycle control circuit 3 stops the pause at the start timing of the next data transfer operation in the data transfer operation cycle. A control signal 331 for enabling the operation of the data transfer control device to be restarted is given to the data transfer control circuit 2. Further, the operation cycle control circuit 3 synchronizes with the signal 218 for controlling the serial interface circuit 1 and the signal 331 for controlling the data transfer control circuit 2,
A signal 340 for controlling an external device is output to the outside of the microcomputer MCU via the terminal unit 7.

【0032】このように、前記入出力制御回路103や
転送制御回路104は、通信に伴う送受信動作、データ
転送動作が終了した時点で、前記クロック信号fCL
K、InCLKの供給を止めて、シリアルインタフェー
ス回路1、データ転送制御回路2の所要部分の動作を休
止状態とし、その後、動作周期制御回路3から送られて
くる前記信号218,331により、動作状態に復帰す
ることができる。換言すれば、シリアルインタフェース
回路1が周期的に通信動作を行うとき、動作周期制御回
路3にCPU6がその周期を設定すると、シリアルイン
タフェース回路1やデータ転送制御回路2の動作が休止
された後、動作周期制御回路3は、その周期で再び入出
力制御回路103や転送制御回路104を動作可能にす
ることができる。したがって、本来通信とは関係のない
時間にシリアルインタフェース回路1やデータ転送制御
回路2等で消費されていた無駄な電力を削減することが
できる。
As described above, the input / output control circuit 103 and the transfer control circuit 104 receive the clock signal fCL at the time when the transmission / reception operation and the data transfer operation accompanying the communication are completed.
K, the supply of InCLK is stopped, and the operation of a required portion of the serial interface circuit 1 and the data transfer control circuit 2 is put into a pause state. Then, the operation state is determined by the signals 218 and 331 sent from the operation cycle control circuit 3. Can be returned to. In other words, when the serial interface circuit 1 periodically performs a communication operation and the CPU 6 sets the cycle in the operation cycle control circuit 3, after the operations of the serial interface circuit 1 and the data transfer control circuit 2 are stopped, The operation cycle control circuit 3 can make the input / output control circuit 103 and the transfer control circuit 104 operable again in that cycle. Therefore, it is possible to reduce unnecessary power consumed by the serial interface circuit 1, the data transfer control circuit 2, and the like at a time that is not originally related to communication.

【0033】前記シリアルインタフェース回路の図示を
省略した複数の通信チャネルの動作は、図1に代表的に
示した通信チャネルと同じであるから、それらについて
の動作説明はここでは省略する。
The operation of the plurality of communication channels, whose illustration of the serial interface circuit is omitted, is the same as that of the communication channel typically shown in FIG. 1, and the description of the operation will be omitted here.

【0034】《入出力制御回路》前記入出力制御回路1
03について詳述する。入出力制御回路103の主な役
割は、コントロールレジスタ240の設定状態に従って
送受信許可信号を出力することと、送受信部101,1
02から出力されるデータ転送要求をデータ転送制御回
路2へ出力することである。これに加えて、送受信動作
の完了に同期して例えば送受信部101,102への外
部クロック信号fCLKの供給を停止させ、シリアルイ
ンタフェース回路内の送受信動作に関連する部分の動作
を停止させる機能を有している。
<< Input / output control circuit >> The input / output control circuit 1
03 will be described in detail. The main role of the input / output control circuit 103 is to output a transmission / reception permission signal according to the setting state of the control register 240,
02 is to output the data transfer request output from the data transfer control circuit 2 to the data transfer control circuit 2. In addition to this, there is a function of stopping the supply of the external clock signal fCLK to, for example, the transmission / reception units 101 and 102 in synchronization with the completion of the transmission / reception operation, and stopping the operation of the portion related to the transmission / reception operation in the serial interface circuit. are doing.

【0035】図2には入出力制御回路103の詳細な一
例が示される。CPU6は送受信に先立ち、送受信に関
係する回路を動作可能にするため、シリアルインタフェ
ース回路1に設けられているコントロールレジスタ24
0内の送信許可ビットあるいは受信許可ビットをそれぞ
れセットする。コントロールレジスタ240の送信許可
ビットは信号220に反映される。信号220と信号2
11はアンドゲート231に入力され、その論理積はフ
リップフロップ216のセット信号(端子Sの入力信
号)とされる。フリップフロップ216の非反転出力Q
が送信許可信号205(TxEn)になり、その信号2
05のセット状態(“1”)が送信動作を許可する。同
様にコントロールレジスタ240の受信許可ビットは信
号219に反映される。信号219と信号211はアン
ドゲート230に入力され、その論理積はフリップフロ
ップ217のセット信号(端子Sの入力信号)とされ
る。フリップフロップ217の非反転出力Qが受信許可
信号206(RxEn)になり、その信号206のセッ
ト状態(“1”)が受信動作を許可する。信号211の
説明は後述する。
FIG. 2 shows a detailed example of the input / output control circuit 103. Prior to transmission / reception, the CPU 6 operates a control register 24 provided in the serial interface circuit 1 in order to enable circuits related to transmission / reception.
A transmission permission bit or a reception permission bit in 0 is set. The transmission permission bit of the control register 240 is reflected on the signal 220. Signal 220 and signal 2
11 is input to the AND gate 231, and its logical product is used as a set signal of the flip-flop 216 (input signal of the terminal S). Non-inverted output Q of flip-flop 216
Becomes the transmission permission signal 205 (TxEn), and the signal 2
The set state ("1") of 05 permits the transmission operation. Similarly, the reception permission bit of the control register 240 is reflected on the signal 219. The signal 219 and the signal 211 are input to the AND gate 230, and the logical product thereof is used as a set signal of the flip-flop 217 (input signal of the terminal S). The non-inverted output Q of the flip-flop 217 becomes the reception permission signal 206 (RxEn), and the set state (“1”) of the signal 206 permits the reception operation. The description of the signal 211 will be described later.

【0036】入出力制御回路103では、送信部101
から出力された送信データ転送要求信号203(T−R
eq)によりフリップフロップ214がセットされ、そ
の出力が送信データロード要求信号207(Ldre
q)としてデータ転送制御回路104へ出力される。同
様に受信部102から出力された受信データ転送要求信
号204(R−Req)によりフリップフロップ215
がセットされ、その出力が受信データストア要求信号2
08(Streq)として出力される。送信データロー
ド要求信号207と受信データストア要求信号208に
応じてデータ転送制御回路2が転送を開始した後、転送
制御回路104から出力されるデータ転送開始信号21
2、213がそれぞれ前記フリップフロップ214、2
15のリセット端子(R)に入力され、フリップフロッ
プの出力207、208がリセットされる。
In the input / output control circuit 103, the transmitting unit 101
Transmission data transfer request signal 203 (TR
eq), the flip-flop 214 is set, and its output is transmitted data load request signal 207 (Ldre
q) is output to the data transfer control circuit 104. Similarly, the received data transfer request signal 204 (R-Req) output from the receiving unit 102 causes the flip-flop 215
Is set, and the output is the received data store request signal 2
08 (Streq). After the data transfer control circuit 2 starts the transfer in response to the transmission data load request signal 207 and the reception data store request signal 208, the data transfer start signal 21 output from the transfer control circuit 104
2 and 213 are the flip-flops 214 and 2 respectively.
Fifteen reset terminals (R) are input, and the outputs 207 and 208 of the flip-flop are reset.

【0037】次に、送受信動作の完了に同期して、送受
信に関係する部分の動作を停止させるための構成につい
て説明する。送信部101はそれぞれ送信動作が終了す
ると、次の送信のために送信データ転送要求信号203
を“1”として出力する。フリップフロップ223は、
送信データ転送要求203の“1”によりセットされ、
“1”の信号225を出力する。受信動作でも同様の処
理が行われ、受信データ転送要求信号204の“1”に
よってフリップフロップ222から“1”の信号224
が出力される。アンドゲート226は、前記信号22
4,225の論理積を出力する。アンドゲート227は
信号218が“0”のとき、アンドゲート226の出力
をフリップフロップ221のリセット端子Rへ出力す
る。フリップフロップ221はアンドゲート227の出
力が“1”のときリセットされる。制御信号218(W
ake−up)は“1”によってシリアルインタフェー
ス回路1に次の通信動作を開始させるための信号であ
る。前記アンドゲート227の出力が“1”になるの
は、信号218が“0”であって、送信データ転送要求
信号203と受信データ転送要求信号204とにより夫
々フリップフロップ222、224がセットされたとき
である。これは送受信部101,102が共に送受信動
作を終了し、シリアルインタフェース回路1に次の通信
動作開始の指示が与えられていないときである。このと
きフリップフロップ221の非反転出力信号211は
“0”にされ、反転出力信号209(TR−End)は
“1”にされる。
Next, a configuration for stopping the operation of the part related to transmission and reception in synchronization with the completion of the transmission and reception operation will be described. When the transmission unit 101 completes the transmission operation, the transmission unit 101 transmits a transmission data transfer request signal 203 for the next transmission.
Is output as “1”. The flip-flop 223 is
Set by “1” of the transmission data transfer request 203,
The signal 225 of “1” is output. Similar processing is performed in the receiving operation, and the “1” of the received data transfer request signal 204 causes the flip-flop 222 to output a “1” signal 224.
Is output. The AND gate 226 outputs the signal 22
The logical product of 4,225 is output. When the signal 218 is “0”, the AND gate 227 outputs the output of the AND gate 226 to the reset terminal R of the flip-flop 221. The flip-flop 221 is reset when the output of the AND gate 227 is "1". Control signal 218 (W
ake-up) is a signal for causing the serial interface circuit 1 to start the next communication operation by "1". The output of the AND gate 227 becomes "1" because the signal 218 is "0" and the flip-flops 222 and 224 are set by the transmission data transfer request signal 203 and the reception data transfer request signal 204, respectively. It is time. This is when the transmission / reception units 101 and 102 have both completed the transmission / reception operation, and the serial interface circuit 1 has not been instructed to start the next communication operation. At this time, the non-inverted output signal 211 of the flip-flop 221 is set to “0”, and the inverted output signal 209 (TR-End) is set to “1”.

【0038】前記信号209は、シリアルインタフェー
ス1における送受信動作の終了状態を“1”によって示
し、動作周期制御回路3に供給する。
The signal 209 indicates the end state of the transmission / reception operation in the serial interface 1 by "1" and is supplied to the operation cycle control circuit 3.

【0039】前記“0”の信号211は、送信許可信号
205や受信許可信号206を生成するフリップフロッ
プ216、217をリセットする。すなわち、コントロ
ールレジスタ240の出力信号219,220が“1”
にされているとき、信号211が“0”になると、アン
ドゲート232、228の出力が“1”となり、送信許
可信号205と受信許可信号206は“0”にされ、送
受信が行われなくなる。
The signal "0" 211 resets the flip-flops 216 and 217 for generating the transmission permission signal 205 and the reception permission signal 206. That is, the output signals 219 and 220 of the control register 240 are "1".
When the signal 211 becomes "0", the outputs of the AND gates 232 and 228 become "1", the transmission permission signal 205 and the reception permission signal 206 become "0", and transmission and reception are not performed.

【0040】また、信号211はアンドゲート229を
介して、外部入出力クロック信号fCLKの入力制御に
用いられ、信号211が“0”になると、クロック信号
fCLKはアンドゲート229の出力210に伝達され
ず、このクロック信号fCLKを使って動作している回
路部分の動作は停止されることになる。アンドゲート2
29の出力210はシリアルインタフェース回路1に含
まれる送信部101、受信部102のクロック入力端子
に接続されており、前記出力210の変化が停止されれ
ば、その出力210を入力とする多くの回路は動作を停
止する。例えばCMOS回路であれば、そのクロック信
号fCLKを受けて動作される回路において過渡応答時
の充放電動作が無くなって、電力消費が著しく削減され
る。
The signal 211 is used for controlling the input of the external input / output clock signal fCLK via the AND gate 229. When the signal 211 becomes "0", the clock signal fCLK is transmitted to the output 210 of the AND gate 229. However, the operation of the circuit part operating using the clock signal fCLK is stopped. AND Gate 2
29 is connected to the clock input terminals of the transmission unit 101 and the reception unit 102 included in the serial interface circuit 1, and when the output 210 stops changing, many circuits having the output 210 as an input are provided. Stops operation. For example, in the case of a CMOS circuit, a circuit operated in response to the clock signal fCLK does not perform a charging / discharging operation during a transient response, and power consumption is significantly reduced.

【0041】クロック信号fCLKが停止された状態
で、信号218が“1”になると、フリップフロップ2
21がセットされ、アンドゲート229を介してクロッ
ク信号fCLKが出力信号210として送信部101及
び受信部102に伝播される。同時にアンドゲート23
0と231を介してそれぞれ接続しているフリップフロ
ップ216と217がコントロールレジスタの送受信許
可ビットの値に従ってセットさせるようになり、送受信
それぞれの許可信号205と206が“1”に活性化さ
れ、送信部101、受信部102が動作可能にされる。
When the signal 218 becomes "1" while the clock signal fCLK is stopped, the flip-flop 2
21 is set, and the clock signal fCLK is transmitted as an output signal 210 to the transmitting unit 101 and the receiving unit 102 via the AND gate 229. At the same time AND gate 23
The flip-flops 216 and 217 connected via 0 and 231 are set according to the value of the transmission / reception permission bit of the control register, and the transmission / reception permission signals 205 and 206 are activated to "1" and transmitted. The unit 101 and the receiving unit 102 are made operable.

【0042】《データ転送制御回路》図3には前記転送
制御回路104の一例が示される。バス調停回路300
は、CPU6からの転送要求信号332と入出力制御回
路103から供給される送信データ転送要求信号207
及び受信データ送信要求信号208の一つを選択し、選
択した信号の発生元にバスの使用権を与える。バス調停
回路300は、CPU6からの転送要求信号332もし
くは転送要求回路としての入出力制御回路103から供
給される送信データ転送信号207にバスの使用権を与
えたとき、フリップフロップ315を信号311により
セット状態にし、転送要求回路としての入出力制御回路
103から供給される受信データ転送信号208による
要求に対してバスの使用権を与えたときはフリップフロ
ップ314を信号310でセット状態にする。フリップ
フロップ314の非反転出力312は前記バッファ書き
込み回路110及びメモリ読み出し回路105に供給さ
れ、前記フリップフロップ315の非反転出力313は
前記バッファ読み出し回路109及びメモリ書き込み回
路106に供給される。フリップフロップ314,31
5のリセット端子(R)には、転送動作終了後にメモリ
読み出し回路105、メモリ書き込み回路106からリ
セット信号が供給される。
<< Data Transfer Control Circuit >> FIG. 3 shows an example of the transfer control circuit 104. Bus arbitration circuit 300
Is a transfer request signal 332 from the CPU 6 and a transmission data transfer request signal 207 supplied from the input / output control circuit 103.
And one of the received data transmission request signals 208 is selected, and the right to use the bus is given to the source of the selected signal. When the bus arbitration circuit 300 gives the bus use right to the transfer request signal 332 from the CPU 6 or the transmission data transfer signal 207 supplied from the input / output control circuit 103 as a transfer request circuit, the bus arbitration circuit 300 changes the flip-flop 315 by the signal 311. In the set state, when the right to use the bus is given in response to the request by the received data transfer signal 208 supplied from the input / output control circuit 103 as the transfer request circuit, the flip-flop 314 is set in the signal 310. The non-inverted output 312 of the flip-flop 314 is supplied to the buffer write circuit 110 and the memory read circuit 105, and the non-inverted output 313 of the flip-flop 315 is supplied to the buffer read circuit 109 and the memory write circuit 106. Flip-flops 314, 31
The reset signal (R) is supplied to the reset terminal (R) 5 from the memory read circuit 105 and the memory write circuit 106 after the transfer operation is completed.

【0043】アンドゲート303は、信号(BUSRD
Y)330を出力する。この信号330は、2つのフリ
ップフロップ314,315の反転出力320、321
が両方とも“1”の時、CPU6に対してバス使用を許
可する。最初の送信動作の開始前は、フリップフロップ
314、315は何れもセットされていないと仮定して
いるので、このとき、アンドゲート303から出力され
るバス使用許可信号330は“1”にされる。CPU4
はこの状態でバスを利用して種々の命令を実行すること
ができる。
The AND gate 303 outputs a signal (BUSRD)
Y) 330 is output. This signal 330 is output from the inverted outputs 320 and 321 of the two flip-flops 314 and 315.
Are both "1", the CPU 6 is permitted to use the bus. Before the start of the first transmission operation, it is assumed that none of the flip-flops 314 and 315 has been set. At this time, the bus use permission signal 330 output from the AND gate 303 is set to "1". . CPU4
In this state, various instructions can be executed using the bus.

【0044】前記バス調停回路300において、アンド
ゲート302に、オアゲート304を介してCPU6か
らの転送要求信号332又は入出力制御回路103から
供給される送信データ転送信号207が与えられ、さら
に、フリップフロップ314の反転出力320が与えら
れている。したがって、フリップフロップ314がリセ
ットされている状態でCPU6からの転送要求信号33
2が供給されると、CPU6からの転送要求信号332
が選択される。
In the bus arbitration circuit 300, the transfer request signal 332 from the CPU 6 or the transmission data transfer signal 207 supplied from the input / output control circuit 103 is applied to the AND gate 302 via the OR gate 304, An inverted output 320 of 314 is provided. Therefore, when the flip-flop 314 is reset, the transfer request signal 33
2 is supplied, a transfer request signal 332 from the CPU 6 is transmitted.
Is selected.

【0045】フリップフロップ315は、セット状態に
されると、送信データ転送信号313を“1”としてメ
モリ書き込み回路106及びバッファ読み出し回路10
9に送り、受信バッファ108からメモリ5へ受信デー
タを転送する為に、それら回路106,109の動作を
起動する。
When the flip-flop 315 is set, the transmission data transfer signal 313 is set to “1”, and the memory write circuit 106 and the buffer read circuit 10
9 to transfer the received data from the reception buffer 108 to the memory 5, and activate the operations of the circuits 106 and 109.

【0046】フリップフロップ314は、セット状態に
されると、送信データ転送信号312を“1”としてメ
モリ読み出し回路105及びバッファ書き込み回路11
0に送り、メモリ113から送信バッファ107へ送信
データを転送する為に、それら回路105,110の動
作を起動する。
When set to the set state, the flip-flop 314 sets the transmission data transfer signal 312 to “1”, and sets the transmission data transfer signal 312 to “1”.
In order to transfer the transmission data from the memory 113 to the transmission buffer 107, the operation of the circuits 105 and 110 is started.

【0047】以上のシリアルインタフェース回路1との
データ転送が終わると、CPU4に対するバス使用許可
信号330が“1”にされる。
When the data transfer with the serial interface circuit 1 is completed, the bus use permission signal 330 for the CPU 4 is set to "1".

【0048】CPU4に対するバス使用許可信号330
は、データ転送制御回路2の動作休止信号としても用い
られ、 アンドゲート305に入力される。動作周期制
御回路3からの再開指示信号331が非指示状態(再開
抑止状態)の“0”のとき、フリップフロップ316は
リセットされ、信号334が“0”になる。 信号33
4はクロック信号InCLKの入力ゲートとして機能さ
れるアンドゲート306に供給され、信号334が
“0”のときクロック信号InCLKは後段の信号線3
33への供給が抑止される。信号線333はメモリ読み
出し回路105やメモリ書き込み回路106に同期クロ
ック信号を供給し、この信号線333上でクロック信号
の変化が停止されることによって回路動作が休止状態に
なる。この休止状態において、信号331が“1”にさ
れると、フリップフロップ316がセット状態に反転さ
れ、信号334が“1”になって、信号線333を介し
てメモリ読み出し回路105やメモリ書き込み回路10
6にクロック信号InCLKの供給が再開され、データ
転送制御回路2が動作可能にされる。
Bus use permission signal 330 for CPU 4
Is also used as an operation pause signal of the data transfer control circuit 2 and is input to the AND gate 305. When the restart instruction signal 331 from the operation cycle control circuit 3 is “0” in the non-instruction state (restart suppression state), the flip-flop 316 is reset, and the signal 334 becomes “0”. Signal 33
4 is supplied to an AND gate 306 functioning as an input gate of the clock signal InCLK, and when the signal 334 is “0”, the clock signal InCLK is supplied to the signal line 3 in the subsequent stage.
The supply to 33 is suppressed. The signal line 333 supplies a synchronous clock signal to the memory read circuit 105 and the memory write circuit 106, and the change in the clock signal is stopped on the signal line 333, whereby the circuit operation is stopped. In this idle state, when the signal 331 is set to “1”, the flip-flop 316 is inverted to the set state, the signal 334 is set to “1”, and the memory read circuit 105 and the memory write circuit 10
6, the supply of the clock signal InCLK is restarted, and the data transfer control circuit 2 becomes operable.

【0049】なお、ここで示した転送制御回路104
は、シリアルインタフェース回路1が1つの通信チャネ
ルを持つ場合に対応されている。複数のシリアルインタ
フェース回路1が複数の通信チャネルを持つ場合、図3
で説明したバス権制御のための回路は314,315の
フリップフロップのペアを通信チャネル数分装備して構
成することができる。
The transfer control circuit 104 shown here
Corresponds to the case where the serial interface circuit 1 has one communication channel. When a plurality of serial interface circuits 1 have a plurality of communication channels, FIG.
The circuit for controlling the bus right described in (1) can be configured by equipping 314, 315 flip-flop pairs for the number of communication channels.

【0050】《動作周期制御回路》動作周期制御回路3
の役割はシリアルインタフェースに関係のある部分の動
作を送受信のタイミングと同期させて制御することであ
る。図4には動作周期制御回路3の詳細な一例が示され
ている。
<< Operation period control circuit >> Operation period control circuit 3
Is to control the operation of the part related to the serial interface in synchronization with the transmission / reception timing. FIG. 4 shows a detailed example of the operation cycle control circuit 3.

【0051】カウンタ410にはリセット信号RSTに
より初期値レジスタ413の値がプリセットされる。リ
セット信号RSTは特に制限されないが、CPU4から
出力される。フリップフロップ401は、シリアルイン
タフェース回路1からの送受信終了信号209によりセ
ットされ、セット状態において信号420は“1”にさ
れる。アンドゲート404には、信号420とクロック
信号InCLKが入力されており、信号420が“1”
のとき信号線423にクロック信号InCLKを伝達す
る。アンドゲート423の出力信号423はカウンタ4
10の計数クロックとされ、カウンタ410はその計数
クロックの1サイクル毎に+1ずつカウントアップす
る。カウンタ410の計数値は、比較回路416で周期
レジスタ419の値と比較され、両者の値が一致した場
合に信号218が“1”にされる。“1”状態の信号2
18はカウンタ410のリセット信号にもなり、リセッ
トによってカウンタ410の計数値は“0”に初期化さ
れる。これにより、決まった間隔で信号218を“1”
状態にすることができ、“1”状態の信号218は、前
述のように、当該信号218が供給される回路の動作再
開のための信号(Wake−up)として機能される。
The value of the initial value register 413 is preset in the counter 410 by the reset signal RST. The reset signal RST is output from the CPU 4 without any particular limitation. The flip-flop 401 is set by the transmission / reception end signal 209 from the serial interface circuit 1, and the signal 420 is set to "1" in the set state. The signal 420 and the clock signal InCLK are input to the AND gate 404, and the signal 420 is “1”.
At this time, the clock signal InCLK is transmitted to the signal line 423. The output signal 423 of the AND gate 423 is
There are ten count clocks, and the counter 410 counts up by +1 every cycle of the count clock. The count value of the counter 410 is compared with the value of the period register 419 by the comparison circuit 416, and when both values match, the signal 218 is set to “1”. Signal 2 in "1" state
Reference numeral 18 also serves as a reset signal for the counter 410, and the count value of the counter 410 is initialized to "0" by the reset. As a result, the signal 218 is set to “1” at a predetermined interval.
The signal 218 in the “1” state functions as a signal (Wake-up) for restarting the operation of the circuit to which the signal 218 is supplied, as described above.

【0052】図4においてフリップフロップ403、ア
ンドゲート406、カウンタ412、初期値レジスタ4
15、及び比較回路418によって構成される回路は、
データ転送制御回路2の動作を再開させる為の信号33
1を形成する回路であり、前記データ転送制御回路2に
おけるデータ転送動作の終了状態を示す信号330の
“1”状態に応答してカウンタ412の計数動作を開始
して再開信号331を形成するものであり、基本的な機
能は信号218を生成する回路と実質的に同じである。
In FIG. 4, flip-flop 403, AND gate 406, counter 412, initial value register 4
15, and a circuit constituted by the comparison circuit 418
Signal 33 for restarting operation of data transfer control circuit 2
1 that starts the counting operation of the counter 412 in response to the "1" state of the signal 330 indicating the end state of the data transfer operation in the data transfer control circuit 2 and forms the restart signal 331. And the basic function is substantially the same as the circuit that generates the signal 218.

【0053】図4においてフリップフロップ402、ア
ンドゲート405、カウンタ411、初期値レジスタ4
14、比較回路417、及びフリップフロップ440に
よって構成される回路は、端子部7に接続される外部装
置の動作を再開させる為の信号340を形成する回路で
ある。この回路構成は、前記信号218を生成する回路
構成に対して、信号209によって通知される通信動作
の終了によりリセットされ、比較回路417の一致結果
によてセット状態にされるフリップフロップ440が追
加されている点が相異される。信号340は端子部7を
介して図示を省略する外部装置に与えられる。外部装置
の動作休止と再起動とを制御するための回路は任意の構
成を備えるであろうことに鑑み、信号340の出力段に
フリップフロップ440を配置している。
In FIG. 4, flip-flop 402, AND gate 405, counter 411, and initial value register 4
The circuit constituted by 14, the comparison circuit 417, and the flip-flop 440 is a circuit that forms a signal 340 for restarting the operation of the external device connected to the terminal unit 7. This circuit configuration is added to the circuit configuration that generates the signal 218 by adding a flip-flop 440 that is reset by the end of the communication operation notified by the signal 209 and is set to a set state by the matching result of the comparison circuit 417. Are different. The signal 340 is supplied to an external device (not shown) via the terminal unit 7. The flip-flop 440 is provided at the output stage of the signal 340 in consideration that the circuit for controlling the suspension and restart of the external device may have an arbitrary configuration.

【0054】それらの他にも制御すべき回路がある場合
には、前述した回路構成を必要数分だけ用意しておけば
よい。なお、初期値レジスタ413〜415の役割であ
るが、動作周期制御回路3に接続された回路は、休止状
態から動作可能な状態になるまでにはクロックを供給し
始めてからそれぞれある一定の時間が必要であるため、
一番最初だけ初期値レジスタに設定されている値分だけ
カウンタの値を進めておくことにより、通信動作が行な
われる前に信号218などを“1”状態にすることがで
き、各回路の動作を予め安定させることができる。尚、
初期値レジスタの値は通信動作を行う前に予めCPU4
が初期設定しておけばよい。また、周期レジスタ419
は比較回路416,417,418毎に個別のデータを
設定でき、夫々の設定データを並列的に対応する比較回
路416,417,418に供給できるようになってい
る。
If there are other circuits to be controlled, the required number of circuit configurations may be prepared. Note that the role of the initial value registers 413 to 415 is as follows. The circuit connected to the operation cycle control circuit 3 has a certain fixed time from the start of supplying the clock until the state becomes operable from the sleep state. Because it is necessary
By advancing the value of the counter by the value set in the initial value register only at the very beginning, the signal 218 and the like can be set to the "1" state before the communication operation is performed. Can be previously stabilized. still,
Before performing the communication operation, the value of the initial value
Should be initialized. Also, the period register 419
Can set individual data for each of the comparison circuits 416, 417, and 418, and can supply each set data to the corresponding comparison circuits 416, 417, and 418 in parallel.

【0055】《システム構成例》図5には前記マイクロ
コンピュータMCUに外部装置502を接続して成るデ
ータ処理システムの一例が示される。外部装置502
は、例えばマイクロフォンなどであり、通信モジュール
503を有し、この通信モジュール503が端子部7に
接続されている。信号線511は送信系、信号線510
は受信系、信号線512はfCLK等の通信クロックの
伝達系を示す。送信系および受信系の信号線には必要に
応じて、データ線のほかに転送同期信号などが含まれ
る。ここでは簡単化のため、図には送信系あるいは受信
系としてまとめて記載した。この他に外部装置を制御す
る信号として信号線513がマイクロコンピュータMC
Uから外部装置502へ接続されている。信号線513
には例えば前記制御信号340が供給される。信号34
0は、シリアルインタフェース回路1における送受信動
作の終了状態において“0”状態にされ、周期的に
“1”状態にされる。外部装置502が例えばマイクロ
フォンのような場合に、マイクロコンピュータMCUは
一定のサンプリング周期毎に音声信号を入力すればよい
から、そのサンプリング周期に応答する周期のデータを
周期レジスタ419に設定していけば、外部装置502
はサンプリング周期毎に動作開始・動作休止を繰り返す
ことが出来、外部装置502においても電力消費を低減
させることができる。尚、外部装置が複数の通信回路を
有している場合には、それぞれの通信回路毎に動作状態
と休止状態を制御可能な端子を備えていればよい。
<< System Configuration Example >> FIG. 5 shows an example of a data processing system in which an external device 502 is connected to the microcomputer MCU. External device 502
Is a microphone, for example, and has a communication module 503, which is connected to the terminal unit 7. A signal line 511 is a transmission system, and a signal line 510 is provided.
Denotes a receiving system, and the signal line 512 denotes a transmission system of a communication clock such as fCLK. The transmission and reception signal lines include a transfer synchronization signal and the like in addition to the data lines as necessary. Here, for the sake of simplicity, the figures are collectively described as a transmission system or a reception system. In addition, a signal line 513 is used as a signal for controlling an external device by a microcomputer MC.
U is connected to the external device 502. Signal line 513
Is supplied with the control signal 340, for example. Signal 34
0 is set to the “0” state in the end state of the transmission / reception operation in the serial interface circuit 1, and is periodically set to the “1” state. When the external device 502 is, for example, a microphone, the microcomputer MCU only needs to input an audio signal every fixed sampling period. Therefore, data of a period responding to the sampling period should be set in the period register 419. , External device 502
The operation can be repeatedly started and stopped every sampling period, and power consumption can be reduced in the external device 502 as well. When the external device has a plurality of communication circuits, it is sufficient that each of the communication circuits has a terminal capable of controlling the operation state and the sleep state.

【0056】図6には図5のシステムを動作させた場合
の主な信号の状態を示すタイミングチャートである。最
初のデータ転送では、シリアルインタフェース回路1、
データ転送制御回路2は共に動作状態になっているの
で、218,331のようなウェークアップ(単にWa
ke−upとも記す)信号無しで通信が開始される。こ
こでは送受信が同時に行われる状態を示している。送受
信の転送同期信号に合わせて送受信動作が開始され、送
受信が終わるとT−Req信号203とR―Req信号
204がデータ転送制御回路2へ出力される。次の送信
データが送信バッファ107へ転送されるとT―Req
信号203がリセットされる。次に受信データが受信バ
ッファ108からメモリ5に転送されると、R―Req
信号204がリセットされる。T―Req信号203と
R―Req信号204が共にリセットされるとTR―E
nd信号209がセットされ、送受信動作が終了したこ
とを示す。この時点から動作周期制御回路3のカウンタ
410が動作し始める。シリアルインタフェース回路1
は送受信動作が終了した時点で、データ転送制御回路2
はバッファ107,108とのデータ転送が終了した時
点で、それぞれ自動的に所定の内部回路へのクロック信
号fCLK,InCLKの供給を止め、休止状態にな
る。外部装置502への制御信号340は。TR―En
d信号209がセットされた時点でリセットされ、外部
装置502は休止状態になる。次に、動作周期制御回路
3のカウンタ410,411の値と、予め設定しておい
た周期レジスタ419の値が一致するとWake−up
信号218,340が“1”にされて出力される。その
“1”状態の出力タイミングは、初期値レジスタ419
の設定によって異なってくる。この例では、最初にシリ
アルインタフェース回路1のWake−up信号218
と外部装置501への信号340が同時に“1”状態に
されて出力される。このタイミングはデータ通信の同期
信号よりも前でなければならない。Wake−up信号
218と信号340により、シリアルインタフェース回
路1と外部装置502が動作状態になり、通信が可能と
なる。同期信号fCLKに従って送受信が行われている
間にデータ転送制御回路2のWake−up信号331
が“1”状態にされて出力され、データ転送制御回路2
が動作状態になり、バッファ107,108とメモリ5
との間のデータ転送に備える。シリアルインタフェース
回路1は送受信が終了すると、 T―Req信号203
とR―Req信号204をデータ転送制御回路2へ出力
する。これ以降は最初と同じ経過をたどり、周期レジス
タ419に設定した間隔で、シリアルインタフェース回
路1、データ転送制御回路2、及び外部装置502が動
作状態と休止状態を繰り返す。
FIG. 6 is a timing chart showing main signal states when the system of FIG. 5 is operated. In the first data transfer, the serial interface circuit 1,
Since both the data transfer control circuits 2 are in the operating state, the wake-up such as 218 and 331 (only Wa
Communication is started without a signal. Here, a state in which transmission and reception are performed simultaneously is shown. The transmission / reception operation is started according to the transmission / reception transfer synchronization signal. When the transmission / reception is completed, the T-Req signal 203 and the R-Req signal 204 are output to the data transfer control circuit 2. When the next transmission data is transferred to the transmission buffer 107, T-Req
The signal 203 is reset. Next, when the reception data is transferred from the reception buffer 108 to the memory 5, R-Req
The signal 204 is reset. When both the T-Req signal 203 and the R-Req signal 204 are reset, TR-E
The nd signal 209 is set, indicating that the transmission / reception operation has been completed. From this point, the counter 410 of the operation cycle control circuit 3 starts operating. Serial interface circuit 1
Indicates that the data transfer control circuit 2
When the data transfer to and from the buffers 107 and 108 is completed, the supply of the clock signals fCLK and InCLK to the predetermined internal circuits is automatically stopped, respectively, and the apparatus enters a sleep state. The control signal 340 to the external device 502 is. TR-En
The external device 502 is reset when the d signal 209 is set, and the external device 502 enters a sleep state. Next, when the values of the counters 410 and 411 of the operation cycle control circuit 3 match the value of the preset cycle register 419, Wake-up is performed.
The signals 218 and 340 are set to "1" and output. The output timing of the “1” state is determined by the initial value register 419.
It depends on the setting. In this example, first, the Wake-up signal 218 of the serial interface circuit 1 is output.
And the signal 340 to the external device 501 are simultaneously set to the “1” state and output. This timing must be before the synchronization signal for data communication. The Wake-up signal 218 and the signal 340 cause the serial interface circuit 1 and the external device 502 to be in an operating state and enable communication. Wake-up signal 331 of data transfer control circuit 2 during transmission / reception in accordance with synchronization signal fCLK
Is set to the “1” state and output, and the data transfer control circuit 2
Becomes active, and the buffers 107 and 108 and the memory 5
Prepare for data transfer between and. When transmission / reception ends, the serial interface circuit 1 outputs a T-Req signal 203.
And an R-Req signal 204 to the data transfer control circuit 2. Thereafter, the same progress as the first time is followed, and the serial interface circuit 1, the data transfer control circuit 2, and the external device 502 repeat the operation state and the sleep state at intervals set in the cycle register 419.

【0057】この図からわかるようにシリアルインタフ
ェース回路1、データ転送制御回路2及び外部装置50
2が動作している時間は、最初の場合を除いて、 Wa
ke−up信号218,331,340の“1”状態か
ら各回路が終了信号を出力するまでとなり、常時動作状
態となっている場合と比較して、動作時間は確実に短く
なり、消費電力を削減することが可能となる。例として
電話帯域の音声データの入出力を考えてみる。通常、電
話帯域の音声データの標本化周波数は8kHz、分解能
は16bitである。例えばシリアル通信クロックを1
3MHzとした場合、1サンプルのデータ転送自体に必
要な時間は約1.3μsであり、2サンプル間の時間は
標本化周波数の逆数で125μsであるから、実際に通
信を行っている時間は全体の約1%である。さらに、バ
ッファ107,108とメモリ5間のデータ転送は通
常、通信クロック信号(fCLK)よりも高速な内部ク
ロック信号(InCLK)で行われることや、転送に使
われるデータバスは複数ビットのパラレル構成であるこ
とが多いため、データ転送に要する時間はもっと短い。
全体のうち大部分を占める通信に関係のない時間に、通
信に関係する回路を休止状態にすることによる消費電力
削減効果の大きさがわかる。このことは、通信対象であ
る外部装置502についても同様である。例えば、外部
装置502に、通信のためのアナログ・デジタル変換回
路など消費電力の比較的大きな回路を含んでいると、こ
れらの回路を通信の無い時間に停止させることはシステ
ム全体の消費電力を低下させる点で大きな効果が得られ
る。
As can be seen from this figure, the serial interface circuit 1, the data transfer control circuit 2, and the external device 50
2 is running, except in the first case,
From the "1" state of the ke-up signals 218, 331, and 340 to the output of the end signal from each circuit, the operation time is reliably shortened and the power consumption is reduced as compared with the case where the circuits are always operating. It becomes possible to reduce. As an example, consider the input and output of voice data in the telephone band. Usually, the sampling frequency of voice data in the telephone band is 8 kHz, and the resolution is 16 bits. For example, if the serial communication clock is 1
In the case of 3 MHz, the time required for data transfer of one sample is about 1.3 μs, and the time between two samples is 125 μs, which is the reciprocal of the sampling frequency. Of about 1%. Further, the data transfer between the buffers 107 and 108 and the memory 5 is usually performed by an internal clock signal (InCLK) faster than the communication clock signal (fCLK), and the data bus used for the transfer has a multi-bit parallel configuration. Therefore, the time required for data transfer is shorter.
It can be understood that the power consumption reduction effect obtained by bringing the circuits related to communication into the idle state during the time that is irrelevant to communication, which occupies most of the whole, is shown. This is the same for the external device 502 to be communicated. For example, if the external device 502 includes relatively large power consumption circuits such as an analog-to-digital conversion circuit for communication, stopping these circuits during periods of no communication reduces the power consumption of the entire system. In this respect, a great effect can be obtained.

【0058】《イネーブル信号を用いた構成例》今まで
の説明では、シリアルインタフェースに関わる各回路が
動作終了後自動的に休止状態となり、 動作周期制御回
路3からのWake−up信号218,331,340
で動作状態になる例を示したが、ここでは、各回路の動
作状態、休止状態を直接制御する信号を動作周期制御回
路3が出力する例を説明する。前述の説明では、図1に
示される前記信号218、331はそれぞれシリアルイ
ンタフェース回路1とデータ転送制御回路2を休止状態
から動作状態へ遷移させるWake−up信号とした
が、2つの回路の休止状態、動作状態の遷移を直接制御
するイネーブル信号(以下En信号と記す)として位置
付けられる。今まで説明した第1の例では、シリアルイ
ンタフェース回路1とデータ転送制御回路2は、それぞ
れ動作が終了すると自動的に休止状態に入ったが、次に
説明する第2の例ではイネーブル(単にEnとも記す)
信号の値によって休止状態と動作状態を決める。
<< Structural Example Using Enable Signal >> In the description so far, each circuit related to the serial interface automatically comes into a hibernate state after the operation is completed, and the Wake-up signals 218, 331 and 331 from the operation cycle control circuit 3 are provided. 340
Although the example in which the operation state is set in the above is described, an example in which the operation cycle control circuit 3 outputs a signal for directly controlling the operation state and the halt state of each circuit will be described. In the above description, the signals 218 and 331 shown in FIG. 1 are the Wake-up signals for transitioning the serial interface circuit 1 and the data transfer control circuit 2 from the sleep state to the operation state, respectively. , And an enable signal (hereinafter, referred to as an En signal) for directly controlling the transition of the operation state. In the first example described so far, the serial interface circuit 1 and the data transfer control circuit 2 automatically enter the sleep state when their operations are completed. However, in the second example described below, they are enabled (only En Also written)
The sleep state and the operation state are determined by the value of the signal.

【0059】図7に第2の例に即した入出力制御回路1
03の例が示される。図2の第1の例ではWake−u
p信号218がフリップフロップ221をセットして、
クロックfCLKの出力を制御していたのに対して、図
7ではシリアルインタフェース回路用のEn信号(Tx
Rx−En)218がアンドゲート721を介して直接
クロックfCLKを制御する。また、送受信許可信号2
05と206もEn信号218により制御される。更
に、送受信の終了信号を生成するためのフリップフロッ
プ710と711もEn信号218でリセットされる。
FIG. 7 shows an input / output control circuit 1 according to the second example.
03 is shown. In the first example of FIG. 2, Wake-u
p signal 218 sets flip-flop 221 and
While the output of the clock fCLK was controlled, in FIG. 7, the En signal (Tx
Rx-En) 218 directly controls the clock fCLK via the AND gate 721. The transmission / reception permission signal 2
05 and 206 are also controlled by the En signal 218. Further, flip-flops 710 and 711 for generating a transmission / reception end signal are also reset by the En signal 218.

【0060】図8に第2の例に即した転送制御回路10
4の例が示される。図3の第1の例では、データ転送制
御回路用のWake−up信号331とBUSRDY信
号330がアンドゲート305を介してフリップフロッ
プ316をセットあるいはリセットすることによりクロ
ックInCLKの制御を行っていたが、図8では、デー
タ転送制御回路用のEn信号331がアンドゲート30
6を介して直接クロックInCLKのゲート制御を行っ
ている。
FIG. 8 shows a transfer control circuit 10 according to the second example.
Four examples are shown. In the first example of FIG. 3, the clock InCLK is controlled by the Wake-up signal 331 and the BUSRDY signal 330 for the data transfer control circuit setting or resetting the flip-flop 316 via the AND gate 305. In FIG. 8, the En signal 331 for the data transfer control circuit is
6, the gate control of the clock InCLK is performed directly.

【0061】図9には第2の例に即した動作周期制御回
路3の例が示される。図4では、シリアルインタフェー
ス回路1とデータ転送制御回路2へWake−up信号
218,331を出力する形式であったため、それぞれ
の信号生成回路の比較回路416、418の後段にはフ
リップフロップを装備していない。しかし、第2の例で
は、2つの回路1,2を動作させている間、それぞれの
En信号を“1”状態に保っておかなければならないた
め、出力段にフリップフロップ441と442を備えて
いる。これらのフリップフロップ441,442はそれ
ぞれシリアルインターフェース回路1とデータ転送制御
回路2の動作終了信号209、330によりリセットさ
れる。その他の動作原理などは図4の制御信号生成回路
と同じである。
FIG. 9 shows an example of the operation cycle control circuit 3 according to the second example. In FIG. 4, since the Wake-up signals 218 and 331 are output to the serial interface circuit 1 and the data transfer control circuit 2, flip-flops are provided at the subsequent stage of the comparison circuits 416 and 418 of the respective signal generation circuits. Not. However, in the second example, while the two circuits 1 and 2 are operated, the respective En signals must be kept in the “1” state. Therefore, flip-flops 441 and 442 are provided in the output stage. I have. These flip-flops 441 and 442 are reset by operation end signals 209 and 330 of the serial interface circuit 1 and the data transfer control circuit 2, respectively. The other operation principle is the same as that of the control signal generation circuit of FIG.

【0062】En信号を制御信号とする構成では、各信
号の遷移は図10に示したようになる。図6の例との違
いは、制御信号がWake−up信号からEn信号にな
ったため、それぞれの回路が動作している間、En信号
が“1”に維持されている点である。なお、この例では
第1の例とは異なり、シリアルインターフェース回路1
やデータ転送制御回路2が自動的に休止状態にならない
構成であることが前提となており、その他の点では第1
の例と変わりない。
In the configuration in which the En signal is used as the control signal, the transition of each signal is as shown in FIG. The difference from the example of FIG. 6 is that the En signal is maintained at “1” during the operation of each circuit because the control signal has changed from the Wake-up signal to the En signal. In this example, unlike the first example, the serial interface circuit 1
And that the data transfer control circuit 2 does not automatically go into a halt state.
The same as the example.

【0063】《データ転送間隔を考慮した構成》以上で
説明した第1及び第2の例は、データの通信間隔が、1
つのデータの通信に要する時間に比べて長い場合であ
る。通信間隔が短い場合には、1つのデータの通信毎に
動作状態と休止状態を切り替えると、消費電力を削減で
きなくなる可能性がある。例えば、ヨーロッパのディジ
タル携帯電話規格では、4.615msec毎に577
μsecの期間に、符号化データの送受信が約1.84
5μsecの間隔で行われる。このとき符号化データの
通信に要する時間は1.23μsecであり、データの
送受信間隔の大部分が送受信自体に使われている。更
に、回路が動作状態になるまである程度の時間が必要で
あるから、実際に通信が始まるよりも前に、休止状態か
ら動作可能状態に向けて状態を遷移させ始める必要があ
る。そのため、この短い期間だけ回路を休止状態にして
も左程低消費電力の効果が望めない。このように、デー
タ通信間隔が短い場合には、連続して通信が行われてい
る期間は動作状態にしておき、連続した通信が終了した
時点で次の通信が始まるまで休止状態にしたほうが効率
が良い。これを実現するために、図11に例示される動
作周期制御回路3を採用することができる。
<< Configuration Considering Data Transfer Interval >> In the first and second examples described above, the data communication interval is one.
This is a case where it is longer than the time required for communication of two data. In the case where the communication interval is short, if the operation state and the sleep state are switched for each data communication, the power consumption may not be reduced. For example, in the European digital mobile phone standard, 577 every 4.615 msec.
During the period of μsec, the transmission and reception of the encoded data is about 1.84.
This is performed at intervals of 5 μsec. At this time, the time required for communication of the encoded data is 1.23 μsec, and most of the data transmission / reception interval is used for transmission / reception itself. Furthermore, since a certain period of time is required for the circuit to enter the operating state, it is necessary to start transitioning from the sleep state to the operable state before the communication actually starts. For this reason, even if the circuit is in a halt state for this short period, the effect of lower power consumption cannot be expected as far to the left. In this way, when the data communication interval is short, it is more efficient to keep the operation state during the period of continuous communication, and to put the system into a pause state until the next communication starts when the continuous communication ends. Is good. In order to realize this, the operation cycle control circuit 3 illustrated in FIG. 11 can be employed.

【0064】図11の動作周期制御回路3は、前記図9
の構成に、データ数レジスタ550と、カウンタ55
1、552、553と、比較回路554、555、55
6と、バス557とを追加したものである。前記バス5
57は、データ数レジスタ550と比較回路554、5
55、556とを接続する。データ数レジスタ550に
は、回路を連続して動作状態にするデータ数を格納して
おく。カウンタ551、552、553は、1つのデー
タが通信される毎にそれぞれの回路の通信動作終了信号
209、330の“1”状態毎に1ずつカウントアップ
を行い、その計数値は比較回路554、555、556
によってデータ数レジスタ550の値と比較される。カ
ウンタ551、552、553の値とデータ数レジスタ
1150の値が一致すると、それぞれ比較回路554、
555、556によりフリップフロップ441、44
0、442がリセットされ、信号218、340、33
1のEn信号がリセット(動作休止の指示状態)され
る。これにより、転送間隔が短いデータの場合には、デ
ータ数レジスタ550にセットされたデータ数分だけE
n信号を“1”に保つことができる。前記218,34
0,331の各En信号のセットタイミング(動作を可
能にする指示状態)は、前述のとおり周期レジスタ41
9の設定値で決まる。図12には前記信号331の信号
波形の一例が示されている。複数サイクルに亘る符号デ
ータの通信動作期間において前記信号331はハイレベ
ルを維持している。
The operation cycle control circuit 3 shown in FIG.
, A data number register 550 and a counter 55
1, 552, 553 and comparison circuits 554, 555, 55
6 and a bus 557 are added. The bus 5
57 is a data number register 550 and comparison circuits 554,5
55 and 556 are connected. The data number register 550 stores the number of data for continuously operating the circuit. The counters 551, 552, 553 count up by one for each "1" state of the communication operation end signals 209, 330 of the respective circuits each time one data is communicated. 555,556
Is compared with the value of the data number register 550. When the values of the counters 551, 552, 553 match the value of the data number register 1150, the comparison circuits 554,
555 and 556 cause flip-flops 441 and 44
0, 442 are reset and signals 218, 340, 33
The 1 En signal is reset (instruction to suspend operation). Thus, in the case of data having a short transfer interval, E is equal to the number of data set in the data number register 550.
The n signal can be kept at "1". 218, 34
The set timing (instruction state for enabling the operation) of each En signal of 0, 331 is determined by the period register 41 as described above.
9 is set. FIG. 12 shows an example of the signal waveform of the signal 331. The signal 331 maintains a high level during the communication operation of the code data over a plurality of cycles.

【0065】図12の信号331のような信号波形の生
成という観点では、タイマカウンタを利用することによ
ってもそのような信号波形の生成は可能である。例え
ば、図13に例示されるように、タイマカウンは、予め
設定された設定値1、設定値2に計数値が一致すると
き、出力を反転させる。このタイマカウンタに、データ
転送が始まるタイミングと終了するタイミングで出力信
号が反転するように、比較値としての設定値1、設定値
2を設定しておく。このタイマカウンタには、マイクロ
コンピュータに搭載された周辺機能の一つとしてのタイ
マカウンタ機能を流用することができるが、その場合に
も、シリアルインタフェース回路1とデータ転送制御回
路2とは前述の回路構成を備えなければならないことは
言うまでもない。
In terms of generating a signal waveform such as the signal 331 in FIG. 12, such a signal waveform can be generated by using a timer counter. For example, as illustrated in FIG. 13, the timer counter inverts the output when the count value matches the preset set value 1 and set value 2. Set values 1 and 2 as comparison values are set in the timer counter so that the output signal is inverted at the timing of starting and ending the data transfer. For this timer counter, a timer counter function as one of the peripheral functions mounted on the microcomputer can be used, but in this case, the serial interface circuit 1 and the data transfer control circuit 2 are the same as those described above. It goes without saying that a configuration must be provided.

【0066】《複数のシリアルインタフェース回路を有
する構成》以上の例は、一つのシリアル通信チャネル及
び一つのデータ転送チャネルに関する場合を一例として
いるが、それらが複数ある構成に本発明を適用すると
き、新たな回路を追加しなければならないことがある。
例えば複数のデータ転送チャネルが設けられている場合
を想定したとき、夫々のデータ転送チャネル毎に図11
の信号331を生成する回路が別々に備えられている
が、クロック信号供給系を各データ転送チャネルが共有
し、一つのデータ転送チャネルがクロック信号の供給を
停止したとき、その影響が他の全てのデータ転送チャネ
ルに波及するなら、データ転送制御動作に不具合を生ず
る。例えば、携帯電話等において、シリアルインタフェ
ース回路が音声データと符号化データを送受信する場
合、双方のデータ通信の間隔が異なることになる。具体
的な例としてヨーロッパの携帯電話規格であるGSMを
考えると、シリアルインタフェース回路にデータが入力
される間隔は、音声データが125μsec、符号化デ
ータが約1.845μsecである。ただし、符号化デ
ータは4.615msec毎に577μsecの期間だ
けデータが受信される。このとき符号化データの通信に
要する時間は1.23μsecである。複数のデータ転
送制御回路がクロック供給回路を共有しているとする
と、例えば音声データのデータ転送制御回路がクロック
供給を止めてしまうと、転送間隔の異なる符号化データ
の転送が行われなくなり、システム全体で動作がうまく
いかなくなる。このような場合には、クロック供給回路
を共有している夫々の回路のEn信号を論理和回路に入
力し、その論理和信号でクロック供給停止の制御を行え
ばよい。図14にはシリアルインタフェース回路が相互
に通信間隔を異にして音声データと符号化データを送受
信する場合が一例として示される。図14において、デ
ータ転送回路En信号は、音声データ用データ転送回路
En信号と、符号データ用データ転送回路En信号との
論理和信号になっている。クロック供給回路を共用する
複数の回路で、通信間隔が異なるデータ通信を行う場合
には、図14の例のように各回路のEn信号の論理和に
より回路を制御することによって、全体の動作を正常に
行うことができる。
<< Configuration Having a Plurality of Serial Interface Circuits >> The above example is an example of a case where one serial communication channel and one data transfer channel are involved. However, when the present invention is applied to a configuration having a plurality of them, New circuits may need to be added.
For example, when it is assumed that a plurality of data transfer channels are provided, FIG.
A circuit for generating the signal 331 is provided separately. However, when each data transfer channel shares a clock signal supply system and one data transfer channel stops supplying the clock signal, the effect of all other In this case, the data transfer control operation is inconvenient. For example, in a mobile phone or the like, when the serial interface circuit transmits and receives voice data and encoded data, the interval between both data communications is different. Considering GSM which is a European mobile phone standard as a specific example, the interval at which data is input to the serial interface circuit is 125 μsec for audio data and about 1.845 μsec for encoded data. However, the encoded data is received every 4.615 msec for a period of 577 μsec. At this time, the time required for the communication of the encoded data is 1.23 μsec. If a plurality of data transfer control circuits share a clock supply circuit, for example, if the data transfer control circuit for audio data stops supplying the clock, the transfer of encoded data with different transfer intervals will not be performed, and the system The whole will not work. In such a case, the En signal of each circuit sharing the clock supply circuit may be input to the OR circuit, and the stop of the clock supply may be controlled by the OR signal. FIG. 14 shows an example in which the serial interface circuit transmits and receives audio data and encoded data at different communication intervals. In FIG. 14, the data transfer circuit En signal is a logical sum signal of the audio data data transfer circuit En signal and the code data data transfer circuit En signal. When a plurality of circuits sharing a clock supply circuit perform data communication with different communication intervals, the entire operation is controlled by controlling the circuits by the logical sum of the En signals of the respective circuits as in the example of FIG. Can be performed normally.

【0067】以上本発明者によってなされた発明を実施
形態に基づいて具体的に説明したが、本発明はそれに限
定されるものではなく、その要旨を逸脱しない範囲にお
いて種々変更可能であることは言うまでもない。
The invention made by the inventor has been specifically described based on the embodiments. However, it is needless to say that the present invention is not limited to the embodiments and can be variously modified without departing from the gist of the invention. No.

【0068】例えば、図1の構成は1チップに限定され
ない。例えばメモリはマイクロコンピュータとは別チッ
プで構成されてもよい。また、低消費電力効果は少なく
なるが、DMACのようなデータ転送制御回路を動作周
期制御回路による制御対象から外すことも可能である。
また、外部インタフェース動作の終了とは、受信単位
(或いは受信単位の複数倍のデータ)毎のデータ受信が
完了する状態、送信単位(或いは送信単位の複数倍のデ
ータ)毎のデータ送信が完了する状態を意味する。送信
バッファや受信バッファはデータレジスタ又はFIFO
メモリ等によって構成することができる。外部インタフ
ェース制御回路の動作クロック信号は外部から与えられ
るfCLKのような同期クロック信号に限定されず、イ
ンタフェース仕様に従ってデータ処理装置内部のクロッ
ク信号であってもよい。マイクロコンピュータが搭載す
る周辺回路は図1に例示された回路に限定されず、その
他適宜の周辺回路を内蔵することができる。また、外部
インタフェース制御回路の一例であるシリアルインタフ
ェース回路は、入出力クロック線と入力データ線と出力
データ線との3線で構成されている所謂SCI(シリア
ル・コミュニケーション・インタフェース)や、入力ク
ロック線、出力クロック線、入力データ線、出力データ
線、入力フレーム信号線及び出力フレーム信号線の6線
で構成されているもの等がある。
For example, the configuration of FIG. 1 is not limited to one chip. For example, the memory may be constituted by a chip different from the microcomputer. Although the effect of low power consumption is reduced, it is also possible to exclude a data transfer control circuit such as a DMAC from the control target of the operation cycle control circuit.
The end of the external interface operation means a state in which data reception for each reception unit (or data multiple times the reception unit) is completed, and data transmission for each transmission unit (or data multiple times the transmission unit) is completed. Means the state. Transmission buffer and reception buffer are data registers or FIFO
It can be constituted by a memory or the like. The operation clock signal of the external interface control circuit is not limited to a synchronous clock signal such as fCLK supplied from outside, and may be a clock signal inside the data processing device according to the interface specifications. The peripheral circuit mounted on the microcomputer is not limited to the circuit illustrated in FIG. 1, and may include other appropriate peripheral circuits. A serial interface circuit, which is an example of an external interface control circuit, includes a so-called SCI (serial communication interface) including three lines of an input / output clock line, an input data line, and an output data line, and an input clock line. , An output clock line, an input data line, an output data line, an input frame signal line, and an output frame signal line.

【0069】[0069]

【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば下記
の通りである。
The effects obtained by typical ones of the inventions disclosed in the present application will be briefly described as follows.

【0070】すなわち、本発明の第1の態様によれば、
外部インタフェース制御回路が周期的に通信動作を行う
とき、動作周期制御回路に中央処理装置がその周期を設
定すると、外部インタフェース制御回路やデータ転送制
御回路の動作が自立的に休止された後、動作周期制御回
路は、その周期で外部インタフェース制御回路やデータ
転送制御回路等を再び動作可能にすることができる。
That is, according to the first aspect of the present invention,
When the central processing unit sets the cycle in the operation cycle control circuit when the external interface control circuit periodically performs a communication operation, the operation of the external interface control circuit and the data transfer control circuit is automatically suspended, and then the operation is performed. The cycle control circuit can make the external interface control circuit, the data transfer control circuit, and the like operable again in that cycle.

【0071】本発明の第2の態様では、外部インタフェ
ース制御回路やデータ転送制御回路等の動作休止も動作
周期制御回路で制御することができる。
According to the second aspect of the present invention, the suspension of the operation of the external interface control circuit and the data transfer control circuit can be controlled by the operation cycle control circuit.

【0072】本発明の第3の態様では、外部インタフェ
ース制御回路の周期的な外部インタフェース動作におい
て、データ転送単位の複数倍のデータ毎に周期的なクロ
ック供給停止・再開を実現することができる。
According to the third aspect of the present invention, in the periodic external interface operation of the external interface control circuit, periodic clock supply stop / restart can be realized for each multiple of data of the data transfer unit.

【0073】したがって、周期的な外部インタフェース
動作において外部インタフェース制御回路やデータ転送
制御回路などが実質的に動作しなくてもよいときに無駄
な電力が消費されるのを抑止することができ、しかも、
その制御は動作周期制御回路で行うので、中央処理装置
に大きな負担をかけること無く上記効果を得ることがで
きる。更に、外部インタフェース制御回路に接続される
外部装置の電力消費の低減にも寄与することができる。
Therefore, wasteful power consumption can be suppressed when the external interface control circuit and the data transfer control circuit do not need to substantially operate in the periodic external interface operation. ,
Since the control is performed by the operation cycle control circuit, the above effect can be obtained without imposing a large load on the central processing unit. Further, it is possible to contribute to a reduction in power consumption of an external device connected to the external interface control circuit.

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

【図1】本発明に係るデータ処理装置の一例であるマイ
クロコンピュータのブロック図である。
FIG. 1 is a block diagram of a microcomputer which is an example of a data processing device according to the present invention.

【図2】入出力制御回路の詳細な一例を示す論理回路図
である。
FIG. 2 is a logic circuit diagram showing a detailed example of an input / output control circuit.

【図3】転送制御回路の一例を示す論理回路図である。FIG. 3 is a logic circuit diagram illustrating an example of a transfer control circuit.

【図4】動作周期制御回路の詳細な一例を示す論理回路
図である。
FIG. 4 is a logic circuit diagram showing a detailed example of an operation cycle control circuit.

【図5】マイクロコンピュータに外部装置を接続して成
るデータ処理システムの一例を示すブロック図である。
FIG. 5 is a block diagram illustrating an example of a data processing system in which an external device is connected to a microcomputer.

【図6】図5のシステムを動作させた場合の主な信号の
状態を示すタイミングチャートである。
6 is a timing chart showing main signal states when the system of FIG. 5 is operated.

【図7】動作周期制御回路で周期的に生成された動作イ
ネーブル信号を用いる入出力制御回路の第2の例を示す
論理回路図である。
FIG. 7 is a logic circuit diagram showing a second example of the input / output control circuit using the operation enable signal periodically generated by the operation cycle control circuit.

【図8】動作周期制御回路で周期的に生成された動作イ
ネーブル信号を用いる転送制御回路の第2の例を示す論
理回路図である。
FIG. 8 is a logic circuit diagram showing a second example of the transfer control circuit using the operation enable signal periodically generated by the operation cycle control circuit.

【図9】周期的に動作イネーブル信号を生成する動作周
期制御回路の第2の例を示す論理回路図である。
FIG. 9 is a logic circuit diagram showing a second example of an operation cycle control circuit that periodically generates an operation enable signal.

【図10】動作イネーブル信号を用いる第2の例に係る
構成を動作させた場合の主な信号の状態を示すタイミン
グチャートである。
FIG. 10 is a timing chart showing states of main signals when the configuration according to the second example using the operation enable signal is operated.

【図11】転送単位の複数倍のデータの伝送動作完了毎
に動作の休止を制御する動作周期制御回路の更に別の例
を示すブロック図である。
FIG. 11 is a block diagram showing still another example of the operation cycle control circuit which controls the suspension of the operation every time the transmission operation of the data having a multiple of the transfer unit is completed.

【図12】図11の構成で得られるイネーブル信号の波
形の一例を示すタイミングチャートである。
12 is a timing chart showing an example of a waveform of an enable signal obtained by the configuration of FIG.

【図13】図11の構成で得られるイネーブル信号の波
形をタイマカウンタを利用して生成する場合の説明図で
ある。
FIG. 13 is an explanatory diagram of a case where a waveform of an enable signal obtained by the configuration of FIG. 11 is generated using a timer counter.

【図14】シリアルインタフェース回路が相互に通信間
隔を異にして音声データと符号化データを送受信する場
合の動作の一例を示すタイミングチャートである。
FIG. 14 is a timing chart showing an example of an operation when the serial interface circuit transmits and receives audio data and encoded data at different communication intervals.

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

MCU マイクロコンピュータ fCLK クロック信号 InCLK クロック信号 1 シリアルインタフェース回路 2 データ転送制御回路 3 動作周期制御回路 4 中央処理装置 5 メモリ 101 送信回路 102 受信回路 103 入出力制御回路 104 転送制御回路 105 メモリ読み出し回路 106 メモリ書き込み回路 107 送信バッファ 108 受信バッファ 109 バッファ読み出し回路 110 バッファ書き込み回路 114 内部バス 203 送信データ転送要求信号 204 受信データ転送要求信号 205 送信許可信号 206 受信許可信号 207 送信データロード要求信号 208 受信データストア要求信号 209 送受信終了信号 218 シリアルインタフェース回路へのウェイクアッ
プ信号、イネーブル信号 330 データ転送終了信号 331 転送制御回路へのウェイクアップ信号、イネー
ブル信号 340 外部装置へのウェイクアップ信号、イネーブル
信号
MCU microcomputer fCLK clock signal InCLK clock signal 1 serial interface circuit 2 data transfer control circuit 3 operation cycle control circuit 4 central processing unit 5 memory 101 transmission circuit 102 reception circuit 103 input / output control circuit 104 transfer control circuit 105 memory read circuit 106 memory Write circuit 107 Send buffer 108 Receive buffer 109 Buffer read circuit 110 Buffer write circuit 114 Internal bus 203 Send data transfer request signal 204 Receive data transfer request signal 205 Send enable signal 206 Receive enable signal 207 Send data load request signal 208 Receive data store request Signal 209 Transmission / reception end signal 218 Wake-up signal and enable signal to serial interface circuit 330 Data transfer End signal 331 Wake-up signal to transfer control circuit, enable signal 340 Wake-up signal to external device, enable signal

───────────────────────────────────────────────────── フロントページの続き (72)発明者 井上 由紀 東京都国分寺市東恋ケ窪一丁目280番地 株式会社日立製作所中央研究所内 (72)発明者 上牧 春雄 東京都国分寺市東恋ケ窪一丁目280番地 株式会社日立製作所中央研究所内 Fターム(参考) 5B011 EB03 KK03 LL13 5B014 GE05  ──────────────────────────────────────────────────の Continuing on the front page (72) Inventor Yuki Inoue 1-280 Higashi Koigakubo, Kokubunji-shi, Tokyo Inside the Central Research Laboratory of Hitachi, Ltd. Central Research Laboratory F-term (reference) 5B011 EB03 KK03 LL13 5B014 GE05

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 中央処理装置と、メモリと、外部インタ
フェース制御回路と、メモリと前記外部インタフェース
制御回路との間でデータ転送制御可能なデータ転送制御
回路と、前記外部インタフェース制御回路による外部イ
ンタフェー動作の可能な周期を制御する動作周期制御回
路とを有し、 前記外部インタフェース制御回路は外部インタフェース
動作の終了に応答して外部インタフェース動作用回路へ
の第1の動作クロック信号の供給を停止すると共に、前
記外部インタフェース動作の終了を動作周期制御回路及
びデータ転送制御回路に通知し、 前記データ転送制御回路は前記外部インタフェース動作
の終了通知に応答して、データ転送制御条件に従い、前
記メモリと前記外部インタフェース制御回路との間のデ
ータ転送動作を起動し、 前記動作周期制御回路は前記外部インタフェース動作の
終了通知があったとき、第1の周期情報で指定される一
定時間を計測した後に前記外部インタフェース制御回路
に前記第1の動作クロック信号の供給を再開させる指示
を与え、 前記中央処理装置は前記データ転送制御装置に前記デー
タ転送制御条件を設定し、前記動作周期制御回路に前記
第1の周期情報を設定するものであることを特徴とする
データ処理装置。
1. A central processing unit, a memory, an external interface control circuit, a data transfer control circuit capable of controlling data transfer between the memory and the external interface control circuit, and an external interface operation by the external interface control circuit An operation cycle control circuit that controls a possible cycle of the external interface control circuit, wherein the external interface control circuit stops supplying the first operation clock signal to the external interface operation circuit in response to the end of the external interface operation. Notifying the end of the external interface operation to an operation cycle control circuit and a data transfer control circuit, wherein the data transfer control circuit responds to the end notification of the external interface operation, Start the data transfer operation with the interface control circuit, and When receiving an end notification of the external interface operation, the operation cycle control circuit causes the external interface control circuit to restart supply of the first operation clock signal after measuring a fixed time specified by the first cycle information. Providing an instruction, wherein the central processing unit sets the data transfer control condition in the data transfer control device and sets the first cycle information in the operation cycle control circuit. .
【請求項2】 前記データ転送制御回路は更に、前記外
部インタフェース動作の終了通知に応答する前記メモリ
と前記外部インタフェース制御回路との間のデータ転送
制御動作の終了に応答してデータ転送用回路への第2の
動作クロック信号の供給を停止すると共に、前記データ
転送動作の終了を前記動作周期制御回路に通知し、 前記動作周期制御回路は更に、前記データ転送動作の終
了通知があったとき、第2の周期情報で指定される一定
時間を計測した後に前記データ転送制御回路に第2の動
作クロック信号の供給を再開させる指示を与えることに
より、前記データ転送制御回路によるデータ転送動作可
能な周期を制御することができ、 前記中央処理装置は更に、前記動作周期制御回路に第2
の周期情報を設定するものであることを特徴とする請求
項1記載のデータ処理装置。
2. The data transfer control circuit further includes: a data transfer control circuit responsive to a completion notification of the external interface operation to the data transfer circuit in response to completion of the data transfer control operation between the memory and the external interface control circuit; Stopping the supply of the second operation clock signal, and notifying the end of the data transfer operation to the operation cycle control circuit. The operation cycle control circuit further includes, when notified of the end of the data transfer operation, By giving an instruction to restart the supply of the second operation clock signal to the data transfer control circuit after measuring a certain time specified by the second cycle information, a cycle in which the data transfer operation can be performed by the data transfer control circuit The central processing unit may further control the operation cycle control circuit to perform a second operation.
2. The data processing apparatus according to claim 1, wherein the cycle information is set.
【請求項3】 前記動作周期制御回路は更に、前記外部
インタフェース動作の終了通知があったとき非活性状態
とされ、第3の周期情報で指定される一定時間を計測し
た後に活性状態とされる外部制御用イネーブル信号を生
成し、 前記中央処理装置は更に、前記動作周期制御回路に第3
の周期情報を設定するものであることを特徴とする請求
項1又は2記載のデータ処理装置。
3. The operation cycle control circuit is further set to an inactive state when the external interface operation end notification is received, and is set to an active state after measuring a predetermined time specified by third cycle information. The central processing unit further generates an external control enable signal;
3. The data processing apparatus according to claim 1, wherein the cycle information is set.
【請求項4】 中央処理装置と、メモリと、外部インタ
フェース制御回路と、メモリと前記外部インタフェース
制御回路との間でデータ転送制御可能なデータ転送制御
回路と、前記外部インタフェース制御回路による外部イ
ンタフェース動作可能な周期を制御する動作周期制御回
路とを有し、 前記外部インタフェース制御回路は外部インタフェース
動作の終了を前記動作周期制御回路及びデータ転送制御
回路に通知し、 前記データ転送制御回路は前記外部インタフェース動作
の終了通知に応答して、データ転送制御条件に従い、前
記メモリと前記外部インタフェース制御回路との間のデ
ータ転送動作を起動し、 前記動作周期制御回路は、前記外部インタフェース動作
の終了通知があったとき、外部インタフェース動作のイ
ネーブル信号を非活性状態とし、第1の周期情報で指定
される一定時間を計測した後に前記外部インタフェース
動作のイネーブル信号を活性状態とし、 前記外部インタフェース制御回路は、前記外部インタフ
ェース動作のイネーブル信号の活性状態に応答して外部
インタフェース動作用回路への第1の動作クロック信号
の供給を開始し、前記外部インタフェース動作のイネー
ブル信号の非活性状態に応答して外部インタフェース動
作用回路への第1の動作クロック信号の供給を停止し、 前記中央処理装置は前記データ転送制御装置に前記デー
タ転送制御条件を設定し、前記動作周期制御回路に第1
の周期情報を設定するものであることを特徴とするデー
タ処理装置。
4. A central processing unit, a memory, an external interface control circuit, a data transfer control circuit capable of controlling data transfer between the memory and the external interface control circuit, and an external interface operation by the external interface control circuit An operation cycle control circuit for controlling a possible cycle, wherein the external interface control circuit notifies an end of the external interface operation to the operation cycle control circuit and the data transfer control circuit, and the data transfer control circuit includes the external interface In response to the operation end notification, the data transfer operation between the memory and the external interface control circuit is started in accordance with the data transfer control condition. The external interface operation enable signal is deactivated. The external interface operation enable signal is activated after measuring a predetermined time specified by the first cycle information, and the external interface control circuit responds to the external interface operation enable signal active state. To start supplying the first operation clock signal to the external interface operation circuit, and responds to the inactive state of the enable signal of the external interface operation by supplying the first operation clock signal to the external interface operation circuit. Stopping the supply, the central processing unit sets the data transfer control condition in the data transfer control device,
A data processing device for setting the period information of the data.
【請求項5】 前記データ転送制御回路は更に、前記外
部インタフェース動作の終了通知に応答する前記メモリ
と前記外部インタフェース制御回路との間のデータ転送
動作の終了を前記動作周期制御回路に通知し、 前記動作周期制御回路は更に、前記データ転送動作の終
了通知があったとき、データ転送制御装置によるデータ
転送動作のイネーブル信号を非活性状態とし、第2の周
期情報で指定される一定時間を計測した後に前記データ
転送動作のイネーブル信号を活性状態とすることによ
り、データ転送制御回路によるデータ転送制御動作可能
な周期を制御することができ、 前記データ転送制御回路は、前記データ転送動作のイネ
ーブル信号の活性状態に応答してデータ転送動作用回路
への第2の動作クロック信号の供給を開始し、前記デー
タ転送動作のイネーブル信号の非活性状態に応答してデ
ータ転送動作用回路への第2の動作クロック信号の供給
を停止し、 前記中央処理装置は更に、前記動作周期制御回路に第2
の周期情報を設定するものであることを特徴とする請求
項4記載のデータ処理装置。
5. The data transfer control circuit further notifies the operation cycle control circuit of the end of the data transfer operation between the memory and the external interface control circuit in response to the end notification of the external interface operation, The operation cycle control circuit further deactivates the enable signal of the data transfer operation by the data transfer control device when receiving the end notification of the data transfer operation, and measures a certain time specified by the second cycle information. After that, the enable signal of the data transfer operation is activated to control the cycle in which the data transfer control circuit can perform the data transfer control operation, and the data transfer control circuit controls the enable signal of the data transfer operation. The supply of the second operation clock signal to the data transfer operation circuit is started in response to the active state of In response to the inactive state of the enable signal data transfer operation to stop the supply of the second operation clock signal to the data transfer operation for the circuit, the central processing unit further includes a first said operation cycle the control circuit 2
5. The data processing apparatus according to claim 4, wherein the cycle information is set.
【請求項6】 前記動作周期制御回路は更に、前記外部
インタフェース動作の終了通知があったとき非活性状態
とされ、第3の周期情報で指定される一定時間を計測し
た後に活性状態とされる外部制御用イネーブル信号を生
成し、 前記中央処理装置は更に、前記動作周期制御回路に第3
の周期情報を設定するものであることを特徴とする請求
項4又は5記載のデータ処理装置。
6. The operation cycle control circuit is further set to an inactive state when the external interface operation end notification is received, and is set to an active state after measuring a certain time specified by third cycle information. The central processing unit further generates an external control enable signal;
The data processing apparatus according to claim 4 or 5, wherein the cycle information is set.
【請求項7】 中央処理装置と、メモリと、外部インタ
フェース制御回路と、メモリと前記外部インタフェース
制御回路との間でデータ転送制御可能なデータ転送制御
回路と、前記外部インタフェース制御回路による外部イ
ンタフェース動作可能な周期を制御する動作周期制御回
路とを有し、 前記外部インタフェース制御回路は外部インタフェース
動作の終了を前記動作周期制御回路及びデータ転送制御
回路に通知し、 前記データ転送制御回路は前記外部インタフェース動作
の終了通知に応答して、データ転送制御条件に従い、前
記メモリと前記外部インタフェース制御回路との間のデ
ータ転送動作を起動し、 前記動作周期制御回路は、前記外部インタフェース動作
の終了通知の回数が第1の繰返し数に達したとき、外部
インタフェース動作のイネーブル信号を非活性状態と
し、第1の周期情報で指定される一定時間を計測した後
に前記外部インタフェース動作のイネーブル信号を活性
状態とし、 前記外部インタフェース制御回路は、前記外部インタフ
ェース動作のイネーブル信号の活性状態に応答して外部
インタフェース動作用回路への第1の動作クロック信号
の供給を開始し、前記外部インタフェース動作のイネー
ブル信号の非活性状態に応答して外部インタフェース動
作用回路への第1の動作クロック信号の供給を停止し、 前記中央処理装置は前記データ転送制御装置に前記デー
タ転送制御条件を設定し、前記動作周期制御回路に前記
第1の繰返し数と第1の周期情報とを設定するものであ
ることを特徴とするデータ処理装置。
7. A central processing unit, a memory, an external interface control circuit, a data transfer control circuit capable of controlling data transfer between the memory and the external interface control circuit, and an external interface operation by the external interface control circuit An operation cycle control circuit for controlling a possible cycle, wherein the external interface control circuit notifies an end of the external interface operation to the operation cycle control circuit and the data transfer control circuit, and the data transfer control circuit includes the external interface In response to the operation end notification, in accordance with a data transfer control condition, activate a data transfer operation between the memory and the external interface control circuit, wherein the operation cycle control circuit performs the number of times of the external interface operation end notification. The external interface operation when And the enable signal of the external interface operation is activated after measuring a certain time specified by the first cycle information, and the external interface control circuit comprises an enable signal of the external interface operation Starts the supply of the first operation clock signal to the external interface operation circuit in response to the active state of the external interface operation circuit, and responds to the inactive state of the external interface operation enable signal in response to the first operation clock signal to the external interface operation circuit. The central processing unit sets the data transfer control condition in the data transfer control device, and sends the first repetition number and the first cycle information to the operation cycle control circuit. A data processing device characterized by setting.
【請求項8】 前記データ転送制御回路は更に、前記外
部インタフェース動作の終了通知に応答する前記メモリ
と前記外部インタフェース制御回路との間のデータ転送
動作の終了を前記動作周期制御回路に通知し、 前記動作周期制御回路は更に、前記データ転送動作の終
了通知の回数が第2の繰返し数に達したとき、データ転
送制御装置によるデータ転送動作のイネーブル信号を非
活性状態とし、第2の周期情報で指定される一定時間を
計測した後に前記データ転送動作のイネーブル信号を活
性状態とすることにより、データ転送制御回路によるデ
ータ転送制御動作可能な周期を制御することができ、 前記データ転送制御回路は、前記データ転送動作のイネ
ーブル信号の活性状態に応答してデータ転送動作用回路
への第2の動作クロック信号の供給を開始し、前記デー
タ転送動作のイネーブル信号の非活性状態に応答してデ
ータ転送動作用回路への第2の動作クロック信号の供給
を停止し、 前記中央処理装置は更に、前記動作周期制御回路に前記
第2の繰返し数と第2の周期情報とを設定するものであ
ることを特徴とする請求項7記載のデータ処理装置。
8. The data transfer control circuit further notifies the operation cycle control circuit of the end of the data transfer operation between the memory and the external interface control circuit in response to the end notification of the external interface operation, The operation cycle control circuit further sets an enable signal of the data transfer operation by the data transfer control device to an inactive state when the number of times of the end notification of the data transfer operation reaches a second repetition number, and By activating the enable signal of the data transfer operation after measuring a certain time specified by the following, it is possible to control a period in which the data transfer control circuit can perform the data transfer control operation, and the data transfer control circuit A second operation clock signal to the data transfer operation circuit in response to the activation state of the enable signal of the data transfer operation; Starting the supply, stopping the supply of the second operation clock signal to the data transfer operation circuit in response to the inactive state of the enable signal of the data transfer operation, wherein the central processing unit further controls the operation cycle control 8. The data processing apparatus according to claim 7, wherein the second repetition number and the second cycle information are set in a circuit.
【請求項9】 前記動作周期制御回路は更に、前記外部
インタフェース動作の終了通知の回数が第3の繰返し数
に達したとき非活性状態とされ、第3の周期情報で指定
される一定時間を計測した後に活性状態とされる外部制
御用イネーブル信号を生成し、 前記中央処理装置は更に、前記動作周期制御回路に前記
第3の繰返し数と第3の周期情報とを設定するものであ
ることを特徴とする請求項7又は8記載のデータ処理装
置。
9. The operation cycle control circuit is further set to an inactive state when the number of times of the end notification of the external interface operation reaches a third repetition number, and sets a fixed time designated by the third cycle information. An external control enable signal that is activated after measurement is generated, and the central processing unit further sets the third repetition number and third cycle information in the operation cycle control circuit. 9. The data processing device according to claim 7, wherein:
【請求項10】 前記外部インタフェース制御回路はシ
リアルインタフェース回路であり、前記データ転送制御
回路はダイレクトメモリアクセスコントローラであり、
1個の半導体チップに形成されたマイクロコンピュータ
であることを特徴とする請求項1乃至9の何れか1項記
載のデータ処理装置。
10. The external interface control circuit is a serial interface circuit, the data transfer control circuit is a direct memory access controller,
10. The data processing device according to claim 1, wherein the data processing device is a microcomputer formed on one semiconductor chip.
JP10355563A 1998-12-15 1998-12-15 Data processor Withdrawn JP2000181584A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10355563A JP2000181584A (en) 1998-12-15 1998-12-15 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10355563A JP2000181584A (en) 1998-12-15 1998-12-15 Data processor

Publications (1)

Publication Number Publication Date
JP2000181584A true JP2000181584A (en) 2000-06-30

Family

ID=18444634

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10355563A Withdrawn JP2000181584A (en) 1998-12-15 1998-12-15 Data processor

Country Status (1)

Country Link
JP (1) JP2000181584A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007241936A (en) * 2006-03-13 2007-09-20 Oki Electric Ind Co Ltd Data transfer circuit
CN100347641C (en) * 2004-05-26 2007-11-07 株式会社东芝 Electronic device with serial ATA interface and power-saving control method used in the device
JP2008182727A (en) * 2008-02-18 2008-08-07 Seiko Epson Corp Transmission circuit, reception circuit, differential interface apparatus, display controller and electronic device
JP2012043288A (en) * 2010-08-20 2012-03-01 Nintendo Co Ltd Information processor, information processing system and information processing method
JP2012118821A (en) * 2010-12-01 2012-06-21 Canon Inc Data transfer apparatus, printer and control method
JPWO2012137761A1 (en) * 2011-04-07 2014-07-28 シャープ株式会社 Display device and driving method
US9025194B2 (en) 2010-12-01 2015-05-05 Canon Kabushiki Kaisha Data transmission apparatus for transferring data to an output device for outputting data, printer, information processing apparatus, and control method thereof
US9733690B2 (en) 2014-03-13 2017-08-15 Toshiba Memory Corporation Communication device which decreases power comsumption by powering off unused functions when device is inactive

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100347641C (en) * 2004-05-26 2007-11-07 株式会社东芝 Electronic device with serial ATA interface and power-saving control method used in the device
US7343500B2 (en) 2004-05-26 2008-03-11 Kabushiki Kaisha Toshiba Electronic device with serial ATA interface and power-saving control method used in the device
JP2007241936A (en) * 2006-03-13 2007-09-20 Oki Electric Ind Co Ltd Data transfer circuit
JP4696003B2 (en) * 2006-03-13 2011-06-08 Okiセミコンダクタ株式会社 Data transfer circuit
JP2008182727A (en) * 2008-02-18 2008-08-07 Seiko Epson Corp Transmission circuit, reception circuit, differential interface apparatus, display controller and electronic device
JP2012043288A (en) * 2010-08-20 2012-03-01 Nintendo Co Ltd Information processor, information processing system and information processing method
US9381428B2 (en) 2010-08-20 2016-07-05 Nintendo Co., Ltd. Information processing apparatus, information processing system, and information processing method
JP2012118821A (en) * 2010-12-01 2012-06-21 Canon Inc Data transfer apparatus, printer and control method
US9025194B2 (en) 2010-12-01 2015-05-05 Canon Kabushiki Kaisha Data transmission apparatus for transferring data to an output device for outputting data, printer, information processing apparatus, and control method thereof
JPWO2012137761A1 (en) * 2011-04-07 2014-07-28 シャープ株式会社 Display device and driving method
US9424795B2 (en) 2011-04-07 2016-08-23 Sharp Kabushiki Kaisha Display device, and driving method
US9733690B2 (en) 2014-03-13 2017-08-15 Toshiba Memory Corporation Communication device which decreases power comsumption by powering off unused functions when device is inactive

Similar Documents

Publication Publication Date Title
US8762755B2 (en) Methods and systems for power management in a data processing system
US9703313B2 (en) Peripheral clock management
US7000140B2 (en) Data processor and data processing system
US20220113782A1 (en) Reducing power consumption of communication interfaces by clock frequency scaling and adaptive interleaving of polling
KR101054119B1 (en) Control of sleep modes in a wireless transceiver
KR100682417B1 (en) Integrated processor platform supporting wireless handheld multi-media devices
US6823224B2 (en) Data processing system having an on-chip background debug system and method therefor
US20130191677A1 (en) Regional Clock Gating and Dithering
KR100255683B1 (en) Single-chip computer system having a direct memory access (dma) mode
JP2004133577A (en) Semiconductor device
US20080024163A1 (en) Programmable logic device
US20090193234A1 (en) Sequencer controlled system and method for controlling timing of operations of functional units
CN111656338A (en) Inter-processor communication
US8667198B2 (en) Methods and systems for time keeping in a data processing system
US20060182149A1 (en) Method and system for mobile multimedia processor supporting rate adaptation and mode selection
JP2000181584A (en) Data processor
US20190012283A1 (en) Dma controller with trigger sequence generator
US6664833B1 (en) Dual-edge function clock generator and method of deriving clocking signals for executing reduced instruction sequences in a re-programmable I/O interface
US6871292B1 (en) Sequencer and method of selectively inhibiting clock signals to execute reduced instruction sequences in a re-programmable I/O interface
KR100616683B1 (en) Power-down and wake-up circuit
JP2004199115A (en) Semiconductor integrated circuit
JPH07334409A (en) Memory system
US11620246B1 (en) Enhanced peripheral processing system to optimize power consumption
WO2023240532A1 (en) Low-power island for display interface
US10848165B1 (en) Performing low power refresh of a digital-to-analog converter circuit

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060307