JPH09305527A - Dma controller - Google Patents

Dma controller

Info

Publication number
JPH09305527A
JPH09305527A JP11806796A JP11806796A JPH09305527A JP H09305527 A JPH09305527 A JP H09305527A JP 11806796 A JP11806796 A JP 11806796A JP 11806796 A JP11806796 A JP 11806796A JP H09305527 A JPH09305527 A JP H09305527A
Authority
JP
Japan
Prior art keywords
dma
channel
processing
circuit
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP11806796A
Other languages
Japanese (ja)
Inventor
Hisanori Okamoto
久範 岡本
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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP11806796A priority Critical patent/JPH09305527A/en
Publication of JPH09305527A publication Critical patent/JPH09305527A/en
Pending legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a direct memory access(DMA) controller with which the priority of respective channels can be changed as needed corresponding to the operating conditions of a system in the case of multichannel DMA processing. SOLUTION: A channel determination circuit 8 receives DMA processing request signals S1-S7 concerning plural channels, and the DMA processing of any correspondent channel is executed by a DMA processing circuit 9. When the DMA requests of plural channels are overlapped in time, based on the priority predetermined corresponding to the operating mode of the system, the channel determination circuit 8 determines one channel to execute DMA processing. Therefore, the plural DMA requests are executed in order from the high priority but that order is changed corresponding to the mode.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、DMA(ダイレク
トメモリアクセス)コントローラに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a DMA (Direct Memory Access) controller.

【0002】[0002]

【従来の技術】CPUを含む制御ユニットとこれに接続
された入出力装置との間で高速にデータ転送を行う方式
としてDMA方式が知られている。通常の入出力制御
(いわゆるプログラム制御)では、入出力プログラムに
従ってCPUと入出力装置との間でデータの転送を行
う。従って、例えば磁気ディスクのように高速に大量の
データを転送する能力のある装置との間で入出力を行う
場合には、転送に時間を要するとともにデータの転送中
はCPUが転送処理にかかりきりになり、CPUの利用
効率が悪い。DMA方式では、CPUによる制御は入出
力の開始と終了のときのみとし、一度データの転送が開
始されればその後はCPUに関係なく、メモリと入出力
装置との間で直接データ転送を行う。
2. Description of the Related Art A DMA system is known as a system for performing high-speed data transfer between a control unit including a CPU and an input / output device connected thereto. In normal input / output control (so-called program control), data is transferred between the CPU and the input / output device according to an input / output program. Therefore, when inputting / outputting to / from a device capable of transferring a large amount of data at high speed such as a magnetic disk, it takes a long time to transfer the data and the CPU does not finish the transfer process during the data transfer. Therefore, the utilization efficiency of the CPU is poor. In the DMA method, the control by the CPU is performed only at the start and end of input / output, and once the data transfer is started, the data is directly transferred between the memory and the input / output device after that regardless of the CPU.

【0003】DMA方式においてはDMAコントローラ
が使用される。DMAコントローラはCPUに代わって
入出力のデータ転送を制御する回路である。DMAコン
トローラは通常複数のチャンネルを有しており、各チャ
ンネル毎に入出力装置と接続される。DMAコントロー
ラとCPUとはバスを共有しており、例えば、複数の入
出力装置の内の1つとメモリとの間でDMAによるデー
タ転送を行う場合、CPUはDMAコントローラに対し
てDMA転送を行うメモリのスタートアドレス(先頭番
地)、転送サイクル数のデータ等を送って、複数のチャ
ンネル毎に設けられたアドレスカウンタ及びサイクルカ
ウンタ等を所定の値に設定した後、対応するチャンネル
を起動状態にセットする。DMAコントローラは、チャ
ンネルが起動状態にあるとき、これと対応する入出力装
置からDMA処理の要求(DMA要求)が出力される
と、CPUに対してバスの開放要求(BUS REQUEST )を
出す。すると、CPUは実行中の処理が終了した時点で
バスを開放し、バスの使用権をDMAコントローラに与
える。その後は、DMAコントローラがバスを使用して
入出力装置との間でデータの転送を行う。具体的には、
CPUからバスを開放した旨の応答信号(BUS ACKNOWLE
DGE )があると、DMAコントローラは、該当するチャ
ンネルのアドレスカウンタによって指定されるメモリデ
ータを、DMA要求があった入出力装置に転送し、ある
いは、入出力装置から入力されたデータをアドレスカウ
ンタによって指定されるメモリアドレスに書き込む。そ
して、一回のデータ転送が終了する毎にアドレスカウン
タのカウント値を進めるとともに、サイクルカウンタを
デクリメントする。一回のDMA要求により実行される
データ転送の時間(以下、「DMAサイクル」とい
う。)は決まっており、入出力装置は、所定サイクル数
のデータ転送処理が完了するまで繰り返しDMA要求を
出力する。DMAコントローラにより単位DMAサイク
ルのデータ転送処理が終了すると、DMAコントローラ
はバスの使用権をCPUに渡し、CPUはバスを使用し
て処理を再開する。DMA要求がある周期で連続的に出
力されている場合には、それらに対するDMA処理を継
続的に行うことになる。
A DMA controller is used in the DMA system. The DMA controller is a circuit that controls input / output data transfer instead of the CPU. The DMA controller usually has a plurality of channels, and each channel is connected to an input / output device. The DMA controller and the CPU share a bus. For example, when performing data transfer by DMA between one of the plurality of input / output devices and the memory, the CPU is a memory that performs DMA transfer to the DMA controller. Send the start address (start address), data of the number of transfer cycles, etc., set the address counters and cycle counters provided for each of the plurality of channels to predetermined values, and then set the corresponding channels to the activated state. . The DMA controller issues a bus release request (BUS REQUEST) to the CPU when a request for DMA processing (DMA request) is output from the corresponding input / output device when the channel is in the activated state. Then, the CPU releases the bus at the end of the process being executed and gives the bus use right to the DMA controller. After that, the DMA controller uses the bus to transfer data to and from the input / output device. In particular,
Response signal from the CPU indicating that the bus has been released (BUS ACKNOWLE
DGE) causes the DMA controller to transfer the memory data specified by the address counter of the corresponding channel to the I / O device that made the DMA request, or to transfer the data input from the I / O device by the address counter. Write to the specified memory address. Then, each time one data transfer is completed, the count value of the address counter is advanced and the cycle counter is decremented. The time of data transfer executed by one DMA request (hereinafter referred to as “DMA cycle”) is fixed, and the input / output device repeatedly outputs the DMA request until the data transfer process of a predetermined number of cycles is completed. . When the DMA controller completes the data transfer process in the unit DMA cycle, the DMA controller passes the right to use the bus to the CPU, and the CPU restarts the process by using the bus. When the DMA requests are continuously output in a certain cycle, the DMA processing for them is continuously performed.

【0004】複数の入出力装置についてDMA処理を行
う場合、即ち、複数のチャンネルが起動状態にセットさ
れている場合、各入出力装置がDMA要求を発するタイ
ミングは各々の装置の動作状況などに依存するため、ほ
ぼ同時に複数の入出力装置からDMA要求が出る場合が
ある。この場合、DMAコントローラは複数のチャンネ
ルについてのDMA処理を同時に行うことはできないの
で、いずれかのチャンネルを優先してDMA処理を行う
ことになる。従来、このような複数チャンネルの優先順
位は、各入出力装置の行う処理の重要度に応じて予め固
定的に決定されていた。即ち、そのシステムにおいて、
より致命的な動作不良に繋がりやすい処理ほど、DMA
要求が出た場合の優先順位が高くなるように設定されて
いた。
When DMA processing is performed on a plurality of input / output devices, that is, when a plurality of channels are set in the activated state, the timing at which each input / output device issues a DMA request depends on the operating condition of each device. Therefore, DMA requests may be issued from a plurality of input / output devices almost at the same time. In this case, the DMA controller cannot perform the DMA processing for a plurality of channels at the same time, so that one of the channels is given priority to perform the DMA processing. Conventionally, such priorities of a plurality of channels have been fixedly determined in advance according to the importance of the processing performed by each input / output device. That is, in that system,
The more likely the process is to lead to a fatal malfunction, the more DMA
It was set to have a higher priority when a request is made.

【0005】これについてファクシミリ装置の具体例を
挙げて説明する。近年のファクシミリ装置においては、
その基本的動作であるデータの送受信に加えて、読み取
った原稿の内容をプリントするコピーとしての機能や、
読み取ったデータを一時的にパーソナルコンピュータ
(以下、「パソコン」という。)に退避してデータとし
て使用する等の複数の機能が実現できるものが知られて
いる。この場合、原稿の読み取りを行う画像読取装置、
出力を行う記録装置、データをパソコンに転送するイン
ターフェース等が夫々入出力装置として機能し、DMA
コントローラの各チャンネルに割り当てられる。通常、
ファクシミリ装置としての各機能の重要度を考慮する
と、送信の際の画像読取装置による読み取り、受信の際
の記録紙への記録、パソコンとの間のデータ転送、とい
う優先順位が定められ、これら複数の機能についてのD
MA要求が時間的に重なった場合にはこの優先順位に従
って決定された1チャンネルのDMA処理が行われる。
This will be described with reference to a specific example of a facsimile machine. In recent facsimile machines,
In addition to the basic operation of sending and receiving data, the function as a copy that prints the contents of the read original,
It is known that a plurality of functions such as temporarily saving read data in a personal computer (hereinafter, referred to as “personal computer”) and using it as data can be realized. In this case, an image reading device that reads a document,
A recording device that outputs data, an interface that transfers data to a personal computer, etc. function as input / output devices, and DMA
Assigned to each channel of the controller. Normal,
Considering the importance of each function as a facsimile device, the priority order of reading by the image reading device at the time of transmission, recording on recording paper at the time of reception, and data transfer with a personal computer is determined. D's function
When the MA requests overlap in time, the DMA processing for one channel determined according to this priority order is performed.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、このよ
うにDMAの各チャンネルの優先順位を固定としてしま
うと、システムの状況によって特に重要な処理が発生し
たような場合に、これに不都合なく対応することが困難
となる。例えば、ファクシミリの受信中では、DMAコ
ントローラの記録装置に対応するチャンネルを使用して
繰り返しDMA処理によるデータ転送を行って受信した
データの記録紙への記録を行うことになるが、ここで受
信したデータをパソコンに転送することがより重要とな
った場合には、パソコンへのデータ転送に対応するチャ
ンネルのDAM処理を優先させることが望ましい。しか
しながら、従来のDMAコントローラにおいては、前述
のように各チャンネルの優先順位が固定されていたた
め、パソコンへの転送を行うためのDMA処理を記録紙
への記録を行うDMA処理に優先させることができなか
った。従って、複数の機能が実現できるシステムであっ
ても、その能力を最大限に利用して様々な処理を行うこ
とができない場合があった。
However, if the priority order of each channel of the DMA is fixed in this way, it is possible to cope with the case where particularly important processing occurs due to the system condition without any inconvenience. Will be difficult. For example, during the reception of a facsimile, the data corresponding to the recording device of the DMA controller is repeatedly used for the data transfer by the DMA processing to record the received data on the recording paper. When it becomes more important to transfer the data to the personal computer, it is desirable to prioritize the DAM processing of the channel corresponding to the data transfer to the personal computer. However, in the conventional DMA controller, since the priority of each channel is fixed as described above, the DMA processing for transferring to the personal computer can be prioritized over the DMA processing for recording on the recording paper. There wasn't. Therefore, even in a system capable of realizing a plurality of functions, it may not be possible to perform various processing by making the best use of its capabilities.

【0007】本発明は、以上の点に鑑みてなされたもの
であり、多チャンネルのDMA処理において、システム
の動作状況に応じて、各チャンネルの優先順位を必要に
応じて変更することが可能なDMA制御装置を提供する
ことを課題とする。
The present invention has been made in view of the above points, and in multi-channel DMA processing, it is possible to change the priority of each channel as necessary according to the operating status of the system. It is an object to provide a DMA control device.

【0008】[0008]

【課題を解決するための手段】上記の課題を解決するた
め、請求項1記載の発明は、複数の動作モードで動作す
るシステムに設けられ、複数のチャンネルを有するDM
Aコントローラにおいて、前記複数のチャンネルに対応
するDMA処理要求信号の入力を受け、前記複数のチャ
ンネルのうちの一つを選択してDMA処理を実行するチ
ャンネルを決定するチャンネル決定回路と、前記チャン
ネル決定回路により決定されたチャンネルのDMA処理
を実行するDMA処理回路と、を有し、前記チャンネル
決定回路は、前記システムの動作モード毎に定められた
優先順位に基づいて一のチャンネルを決定するように構
成する。
In order to solve the above problems, the invention according to claim 1 is provided in a system which operates in a plurality of operation modes, and which has a plurality of channels.
The A controller receives a DMA processing request signal corresponding to the plurality of channels, selects one of the plurality of channels, and determines a channel for executing the DMA processing, and the channel determination circuit. A DMA processing circuit that executes a DMA processing of the channel determined by the circuit, wherein the channel determination circuit determines one channel based on a priority determined for each operation mode of the system. Configure.

【0009】上記のように構成されたDMAコントロー
ラによれば、チャンネル決定回路は複数のチャンネルに
ついてのDMA処理要求信号を受け取り、システムの動
作モードに応じて予め決められた優先順位に基づいて、
DMA処理を実行すべき一のチャンネルを決定する。D
MA処理回路は、決定されたチャンネルについてDMA
処理を実行する。
According to the DMA controller configured as described above, the channel determination circuit receives the DMA processing request signals for a plurality of channels, and based on the priority determined in advance according to the operation mode of the system,
One channel to execute the DMA process is determined. D
The MA processing circuit performs DMA for the determined channel.
Execute the process.

【0010】また、請求項2記載の発明は、請求項1記
載のDMAコントローラにおいて、前記優先順位は、前
記チャンネルに対応する前記システムの処理の重要度に
応じて定められているように構成する。
The invention according to claim 2 is the DMA controller according to claim 1, wherein the priority order is determined according to the importance of processing of the system corresponding to the channel. .

【0011】上記のように構成されたDMAコントロー
ラによれば、システムの処理の重要度に応じて定められ
た優先順位に基づいて、優先順位の高いチャンネルのD
MA処理が優先して行われる。
According to the DMA controller configured as described above, the D of the channel with the high priority is assigned based on the priority determined according to the importance of the processing of the system.
MA processing is given priority.

【0012】また、請求項3記載の発明は、請求項1又
は2に記載のDMAコントローラにおいて、前記チャン
ネル決定回路は、前記優先順位に従った論理演算を行う
論理演算回路を有するように構成する。
According to a third aspect of the present invention, in the DMA controller according to the first or second aspect, the channel determination circuit has a logical operation circuit for performing a logical operation according to the priority order. .

【0013】上記のように構成されたDMAコントロー
ラによれば、優先順位に従った論理演算によりDMA処
理を実行すべき一のチャンネルが決定される。また、請
求項4記載の発明は、請求項1又は2に記載のDMAコ
ントローラにおいて、前記チャンネル決定回路は、前記
動作モード毎に前記優先順位を記憶した記憶装置を有す
るように構成する。
According to the DMA controller configured as described above, one channel to execute the DMA process is determined by the logical operation according to the priority order. Further, the invention according to claim 4 is the DMA controller according to claim 1 or 2, wherein the channel determination circuit has a storage device that stores the priority order for each of the operation modes.

【0014】上記のように構成されたDMAコントロー
ラによれば、チャンネル決定回路は、動作モード毎に優
先順位を記憶した記憶装置の記憶内容を参照してDMA
処理を実行すべき一のチャンネルを決定する。
According to the DMA controller configured as described above, the channel determination circuit refers to the storage content of the storage device storing the priority order for each operation mode, and executes the DMA.
Determine one channel on which to perform the process.

【0015】また、請求項5記載の発明は、請求項1乃
至4のいずれかに記載のDMAコントローラにおいて、
前記DMA処理要求信号を所定の周期でサンプリングし
て前記チャンネル決定回路に供給するサンプリング回路
を有するように構成する。
According to a fifth aspect of the present invention, in the DMA controller according to any one of the first to fourth aspects,
A sampling circuit for sampling the DMA processing request signal at a predetermined cycle and supplying the sampled signal to the channel determination circuit is provided.

【0016】上記のように構成されたDMAコントロー
ラによれば、サンプリング回路が所定の周期でサンプリ
ングしたDMA処理要求信号がチャンネル決定回路に供
給される。
According to the DMA controller configured as described above, the DMA processing request signal sampled by the sampling circuit at a predetermined cycle is supplied to the channel determination circuit.

【0017】[0017]

【発明の実施の形態】以下、図面を参照して本発明の好
適な実施の形態について説明する。図1は、本発明の実
施形態にかかるDMA制御回路を適用した多機能ファク
シミリ装置の制御装置の構成、及び、その入出力装置と
の関係の構成を示すブロック図である。なお、当該ファ
クシミリ装置うち、原稿の読み取り機構、記録紙の搬送
機構などは本発明とは直接関係がないので説明を省略す
る。
Preferred embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is a block diagram showing a configuration of a control device of a multifunctional facsimile apparatus to which a DMA control circuit according to an embodiment of the present invention is applied and a configuration of a relationship with an input / output device thereof. The document reading mechanism and the recording sheet conveying mechanism of the facsimile apparatus are not directly related to the present invention, and thus the description thereof is omitted.

【0018】図1に示すように、ファクシミリ装置の制
御処理を行う制御部100は、I/Oポート11を介し
て、画像読取装置12、2値化回路13、記録装置1
4、インターフェース15、通信相手の相手装置17及
び操作パネル18に電気的に接続されている。制御部1
00は、外部との接続を行うI/Oポート11に加え
て、RAM1、ROM2、EEPROM3、送信・受信
制御回路4、モデム5、CPU6、DMA処理回路9、
情報圧縮復合部10を備えており、これらは夫々バス2
0に接続されている。なお、DMA処理回路9は、OR
回路7、チャンネル決定回路8、サンプリング回路8a
とともに全体としてDMAコントローラを構成してい
る。
As shown in FIG. 1, a control unit 100 for performing control processing of a facsimile apparatus, via an I / O port 11, an image reading apparatus 12, a binarization circuit 13, a recording apparatus 1
4, the interface 15, the communication partner device 17 and the operation panel 18 are electrically connected. Control unit 1
00 is a RAM 1, a ROM 2, an EEPROM 3, a transmission / reception control circuit 4, a modem 5, a CPU 6, a DMA processing circuit 9, in addition to an I / O port 11 for connecting to the outside.
An information compression / decompression unit 10 is provided, each of which is a bus 2
Connected to 0. The DMA processing circuit 9 uses the OR
Circuit 7, channel determination circuit 8, sampling circuit 8a
Together with this, it constitutes a DMA controller as a whole.

【0019】RAM1は、種々の制御を実行する際のデ
ータの一時的な記憶装置として使用される。ROM2
は、種々のプログラムを記憶し、CPU6はそれらのプ
ログラムを実行することにより種々の処理を実行する。
EEPROM3は、画像読み取り装置12により読み取
られた送信原稿の読み取りデータを2値化する2値化回
路のしきい値データを記憶する。送信・受信制御回路4
は、当該ファクシミリ装置と相手装置17とが接続され
た場合に、相手装置17との間で、双方のファクシミリ
番号、解像度などの送信関連情報の交換を行う。モデム
5は、ディジタル信号をアナログ信号に変調して外部へ
出力するとともに、外部から入力されるアナログ信号を
ディジタル信号に復調する。
The RAM 1 is used as a temporary storage device for data when executing various controls. ROM2
Stores various programs, and the CPU 6 executes various processes by executing those programs.
The EEPROM 3 stores threshold data of a binarizing circuit that binarizes the read data of the transmission original read by the image reading device 12. Transmission / reception control circuit 4
When the facsimile device and the partner device 17 are connected to each other, the partner device 17 exchanges transmission related information such as the facsimile number and the resolution of the partner device 17. The modem 5 modulates a digital signal into an analog signal and outputs the analog signal to the outside, and demodulates the analog signal input from the outside into a digital signal.

【0020】OR回路7は、各入出力装置の制御部から
出力されるDMA要求信号S1−S7の論理和を演算
し、バス開放要求信号をCPU6に供給する。サンプリ
ング回路は8a は、複数のチャンネルに対応するDMA
要求信号S1−S7を入力し、一定の周期でサンプリン
グしてチャンネル決定回路8へ供給する。なお、DMA
要求信号は、要求が発生したときに「1」となるものと
する。チャンネル決定回路8は、複数のチャンネルにつ
いて、予め定められたDMA処理の優先順位に従って論
理演算を行う回路であり、7つの入力信号のうち1つの
信号を既定の優先順位に従って選択する、いわゆるプラ
イオリティエンコーダとしての機能を有している。チャ
ンネル決定回路8は、1つのチャンネルのDMA要求信
号のみが入力されたときには、そのDMA要求を受けつ
けて、対応するチャンネルのDMA処理を行うようDM
A処理回路9に指示する。一方、複数のチャンネルにつ
いてのDMA要求信号がサンプリング回路8a の同一の
サンプリングタイミングで入力された場合には、チャン
ネル決定回路8は、既定の優先順位に基づいて、複数チ
ャンネルのDMA要求信号のうち優先順位の最も高いチ
ャンネルを選択してそのチャンネルのDMA処理を行う
旨の指示をDMA処理回路9に出力する。DMA処理回
路9は複数のチャンネルを有し、チャンネル決定回路8
により決定された1のチャンネルのDMA処理を実行す
る。情報圧縮復合部10は、読取データ、送信データ等
のデータ圧縮を行う。
The OR circuit 7 calculates the logical sum of the DMA request signals S1 to S7 output from the control unit of each input / output device and supplies the bus release request signal to the CPU 6. The sampling circuit 8a is a DMA that supports multiple channels.
The request signals S1 to S7 are input, sampled at a constant cycle, and supplied to the channel determination circuit 8. Note that DMA
The request signal shall be "1" when a request is issued. The channel determination circuit 8 is a circuit that performs a logical operation on a plurality of channels in accordance with a predetermined priority order of DMA processing, and selects one of the seven input signals according to a predetermined priority order, a so-called priority encoder. It has the function as. When only the DMA request signal of one channel is input, the channel determination circuit 8 receives the DMA request and performs the DM processing of the corresponding channel.
Instruct the A processing circuit 9. On the other hand, when the DMA request signals for a plurality of channels are input at the same sampling timing of the sampling circuit 8a, the channel determination circuit 8 gives priority to the DMA request signals for a plurality of channels based on the predetermined priority order. An instruction to select the highest-ranked channel and perform the DMA processing of that channel is output to the DMA processing circuit 9. The DMA processing circuit 9 has a plurality of channels, and the channel determination circuit 8
The DMA processing of the one channel determined by is executed. The information compression / decompression unit 10 compresses read data, transmission data, and the like.

【0021】画像読取装置12は、送信原稿を読取り、
読取りデータを2値化回路13に供給する。2値化回路
13は、EEPROM3に記憶されたしきい値データに
基づいて、画像読取り装置12から供給される読取りデ
ータを2値化する。記録装置14は、外部から送信され
たデータを記録紙に記録する。パソコン16は、インタ
ーフェース15を介して制御部100と接続されてお
り、制御部100で受信したデータをインターフェース
15を介し入力して内部に記憶するとともに、必要に応
じて内部に記憶されたデータをインターフェース15を
介して制御部100に供給する。なお、インターフェー
ス15としては、例えばセントロニクス仕様のインター
フェースが用いられる。相手装置17は通信相手のファ
クシミリ装置であり、NCU30を介して接続されてい
る。操作パネル18は、当該ファクシミリ装置の前面に
設けられたパネルであり、使用者が操作パネル18上の
キーなどを操作することにより送受信、動作モードの設
定等を行う。
The image reading device 12 reads a transmission original,
The read data is supplied to the binarization circuit 13. The binarization circuit 13 binarizes the read data supplied from the image reading device 12 based on the threshold data stored in the EEPROM 3. The recording device 14 records the data transmitted from the outside on the recording paper. The personal computer 16 is connected to the control unit 100 via the interface 15, inputs the data received by the control unit 100 via the interface 15 and stores the data internally, and also stores the data stored internally as necessary. It is supplied to the control unit 100 via the interface 15. As the interface 15, for example, an interface of Centronics specification is used. The partner device 17 is a facsimile device of a communication partner and is connected via the NCU 30. The operation panel 18 is a panel provided on the front surface of the facsimile apparatus, and the user operates the keys on the operation panel 18 to perform transmission / reception and setting of an operation mode.

【0022】図2に、DMA処理回路9の各チャンネル
に割り当てられた処理(入出力装置)と、それらの優先
順位を示す。図2に示すように、DMA処理回路9のチ
ャンネル1(ch1) には、画像読取装置12による送信原
稿の読取りが割り当てられ、チャンネル2には受信デー
タの記録紙への記録が割り当てられ、チャンネル3には
セントロニクスインターフェースを使用したパソコン1
6からのデータ入力が割り当てられ、チャンネル4には
セントロニクスインターフェースを利用したパソコン1
6へのデータ出力が割り当てられている。また、チャン
ネル5、6にはデータの圧縮処理制御が割り当てられ、
チャンネル7には操作パネル18へのキー入力に対応す
る処理が割り当てられている。また、各チャンネルの優
先順位は、通常モードでは各々のチャンネル番号と同一
の順位であるが、特殊モードではセントロニクスインタ
ーフェースを利用したパソコン16へのデータ出力(チ
ャンネル4)が2番目に高い順位となる。
FIG. 2 shows processes (input / output devices) assigned to each channel of the DMA processing circuit 9 and their priorities. As shown in FIG. 2, channel 1 (ch1) of the DMA processing circuit 9 is assigned to read the transmission original by the image reading device 12, and channel 2 is assigned to record the received data on the recording paper. PC 1 with Centronics interface for 3
Data input from 6 is assigned, and channel 4 uses a Centronics interface PC 1
Data output to 6 is assigned. Also, data compression control is assigned to channels 5 and 6,
A process corresponding to a key input to the operation panel 18 is assigned to the channel 7. Further, the priority of each channel is the same as that of each channel number in the normal mode, but in the special mode, the data output (channel 4) to the personal computer 16 using the Centronics interface has the second highest priority. .

【0023】次に、動作について説明する。本実施形態
においては、前述のように各DMAチャンネルの優先順
位が異なる2つのモード、即ち、通常モードと特殊モー
ドがある。通常モードは、ファクシミリ装置としての基
本的な機能である送受信を重要視してこれらの処理の優
先順位を高く設定したモードである。これに対し、特殊
モードは、セントロニクスインターフェースによるデー
タの転送(出力)の重要度を増したモードであり、該機
能(即ち、チャンネル4)の優先順位を画像読取りの次
に高く設定するモードである。セントロニクスインター
フェースを利用してパソコン16へデータを出力する場
合、その通信方式は、データを出力する前に予めパソコ
ン16との間のやり取りにより決定されるが、例えば、
ハンドシェイク等の手法を用いた通常の通信方式が選ば
れたときは、通常モードでDMA転送を行っても問題は
ない。しかしながら、ハンドシェイク等の手法を用いな
い高速通信方式を利用してデータを送る場合には、該機
能(チャンネル4)の優先順位を高くして、即ち、特殊
モードに設定してDMA転送を行う必要がある。従っ
て、このような高速通信方式が選ばれたときには、CP
U6によってモードの切り替え(通常モードから特殊モ
ードに切り替える)を行ってから、対応するチャンネル
4をDMA起動状態にセットする。
Next, the operation will be described. In this embodiment, as described above, there are two modes in which the priority of each DMA channel is different, that is, the normal mode and the special mode. The normal mode is a mode in which importance is attached to transmission and reception, which is a basic function of the facsimile apparatus, and the priority of these processes is set high. On the other hand, the special mode is a mode in which the importance of data transfer (output) by the Centronics interface is increased, and the priority of the function (that is, channel 4) is set to the next highest level after image reading. . When data is output to the personal computer 16 using the Centronics interface, the communication method is determined in advance by exchanging data with the personal computer 16 before outputting the data.
When a normal communication method using a method such as handshake is selected, there is no problem even if the DMA transfer is performed in the normal mode. However, when sending data using a high-speed communication method that does not use a method such as handshake, the priority of the function (channel 4) is set high, that is, the special mode is set and DMA transfer is performed. There is a need. Therefore, when such a high speed communication method is selected, the CP
After switching the mode (switching from the normal mode to the special mode) by U6, the corresponding channel 4 is set to the DMA activated state.

【0024】まず、通常モードの場合の動作について説
明する。今、チャンネル2のみのDMA要求があったと
すると、DMA要求信号S2が「1」となる。サンプリ
ング回路8a はこれをサンプリングし、「1」の信号を
チャンネル決定回路8及びOR回路7に供給する。OR
回路7はCPU6に対してバス開放要求信号(「1」)
を供給する。なお、OR回路7は、少なくとも1のチャ
ンネルでDMA要求があった場合にバス開放要求信号を
CPU7に出力するために設けられている。CPU6
は、これに応答してバスを開放し、バスを開放したこと
を示す確認信号をDMA処理回路9へ供給する。また、
チャンネル決定回路8は、チャンネル2に対応するDM
A要求信号S2が「1」であることを検出し、DMA処
理回路9に接続された7本の信号線(各チャンネルに対
応)のうち、チャンネル2に対応する信号線を「1」に
する。これに応答して、DMA処理回路9は、チャンネ
ル2に対応する記録装置14とRAM1との間でCPU
6を介さずにデータ転送を行うDMA処理を実行する。
そして、データ転送が終了すると、DMA処理回路9は
バスの使用権をCPU6に渡し、CPU6がバス20を
使用して処理を実行する。これで、1サイクルのDMA
処理が終了する。なお、実際には1サイクルのDMA処
理によるデータ転送量はわずかであるので、記録装置1
4による必要量の記録が完了するまで、チャンネル2の
DMA要求信号S2は繰り返し出され、複数サイクルの
DMA処理を行って1つの原稿の記録が完了することに
なる。
First, the operation in the normal mode will be described. Now, if there is a DMA request for channel 2 only, the DMA request signal S2 becomes "1". The sampling circuit 8a samples this and supplies the signal of "1" to the channel determination circuit 8 and the OR circuit 7. OR
The circuit 7 sends a bus release request signal (“1”) to the CPU 6.
Supply. The OR circuit 7 is provided to output a bus release request signal to the CPU 7 when there is a DMA request on at least one channel. CPU6
In response to this, the bus releases the bus and supplies a confirmation signal indicating that the bus has been released to the DMA processing circuit 9. Also,
The channel determination circuit 8 uses the DM corresponding to the channel 2.
It is detected that the A request signal S2 is "1", and the signal line corresponding to channel 2 among the seven signal lines (corresponding to each channel) connected to the DMA processing circuit 9 is set to "1". . In response to this, the DMA processing circuit 9 causes the CPU between the recording device 14 corresponding to the channel 2 and the RAM 1 to operate.
A DMA process is performed to transfer data without going through 6.
When the data transfer is completed, the DMA processing circuit 9 passes the right to use the bus to the CPU 6, and the CPU 6 uses the bus 20 to execute the processing. With this, 1 cycle of DMA
The process ends. It should be noted that, in reality, the amount of data transferred by one cycle of DMA processing is small, so the recording device 1
The DMA request signal S2 of the channel 2 is repeatedly issued until the recording of the required amount by 4 is completed, and a plurality of cycles of DMA processing are performed to complete the recording of one original.

【0025】次に、通常モードにおいて、複数のチャン
ネルが起動状態にあって、しかも、複数のチャンネルに
対応するDMA要求が同時に発生した場合の処理につい
て説明する。いま、チャンネル3のDMAによるデータ
転送が実行中であり、セントロニクスインターフェース
15を介してパソコン16からのデータ入力が行われて
いるとする。この場合、チャンネル3が起動状態にあっ
てチャンネル3のDMA要求信号S3が所定のタイミン
グで繰り返しチャンネル決定回路に入力されている。こ
こで、使用者が原稿をセットし、送信を指示すると、原
稿読取装置12に対応するチャンネル1が起動状態にな
り、チャンネル1のDMA要求信号S1が、サンプリン
グ回路8aでサンプリングされた後、チャンネル決定回路
8に入力される。よって、チャンネル決定回路8には、
サンプリング回路8a の同一サンプリングタイミングに
おいて2つのDMA要求信号S1及びS3が入力される
ことがある。チャンネル決定回路8は、予め決められた
優先順位(図2参照)に基づいて、優先順位の高い方の
チャンネルを示す信号をDMA処理回路9に出力する。
この場合は、チャンネル1のDMA要求を受けつけ、D
MA処理回路9へチャンネル1を指定する信号を供給す
る。これに応答し、DMA処理回路9は、画像読取装置
12とRAM1との間でDMAによるデータ転送を行
う。チャンネル1の1サイクルのDMA処理が終了する
と、DMA処理回路9は続けてチャンネル3の1サイク
ルのDMA処理を実行する。このように、サンプリング
回路8aの同一サンプリングタイミングで複数のDMA
要求信号が入力された場合には、優先順位の高い順にそ
れらの要求に対するDMA処理を実行する。
Next, processing in the normal mode when a plurality of channels are in an activated state and DMA requests corresponding to the plurality of channels are simultaneously generated will be described. Now, it is assumed that data transfer by the DMA of channel 3 is being executed and data is being input from the personal computer 16 via the Centronics interface 15. In this case, the channel 3 is in the activated state and the DMA request signal S3 of the channel 3 is repeatedly input to the channel determination circuit at a predetermined timing. Here, when the user sets a document and instructs transmission, channel 1 corresponding to the document reading device 12 is activated, and the DMA request signal S1 of channel 1 is sampled by the sampling circuit 8a It is input to the decision circuit 8. Therefore, the channel determination circuit 8
Two DMA request signals S1 and S3 may be input at the same sampling timing of the sampling circuit 8a. The channel determination circuit 8 outputs a signal indicating the channel with the higher priority to the DMA processing circuit 9 based on a predetermined priority (see FIG. 2).
In this case, the DMA request of channel 1 is accepted and D
A signal designating channel 1 is supplied to the MA processing circuit 9. In response to this, the DMA processing circuit 9 transfers data by DMA between the image reading device 12 and the RAM 1. When the 1-cycle DMA processing of the channel 1 is completed, the DMA processing circuit 9 continuously executes the 1-cycle DMA processing of the channel 3. In this way, a plurality of DMAs are sampled at the same sampling timing of the sampling circuit 8a.
When request signals are input, DMA processing is executed for those requests in descending order of priority.

【0026】使用者により挿入された原稿の読取りが完
了するまではチャンネル1が起動状態にあり、チャンネ
ル1のDMA要求が繰り返し出力される。従って、この
間は、チャンネル1及びチャンネル3のDMA要求が繰
り返し出力される。チャンネル1のDMA要求が出るタ
イミングとチャンネル3のDMA要求が出るタイミング
とは同じとは限らないので、両DMA要求信号のタイミ
ングが同一サンプリング期間にない場合には、いずれか
のDMA要求に対応するDMA処理が実行される。一
方、両チャンネルのDMA要求信号が同一サンプリング
周期で重なった場合には、上述のように優先順位に従っ
た順序で夫々の要求に対するDMA 処理が実行される。
Until the reading of the document inserted by the user is completed, channel 1 is in the activated state, and the DMA request of channel 1 is repeatedly output. Therefore, during this period, the DMA requests of channel 1 and channel 3 are repeatedly output. Since the timing of issuing the DMA request for channel 1 and the timing of issuing the DMA request for channel 3 are not always the same, when the timings of both DMA request signals are not in the same sampling period, either DMA request is responded to. DMA processing is executed. On the other hand, when the DMA request signals of both channels overlap in the same sampling period, the DMA processing for each request is executed in the order according to the priority as described above.

【0027】次に、特殊モードにおける動作について説
明する。なお、以下に説明する特殊モードは、セントロ
ニクスインターフェースによるデータ出力処理を重要視
するモードであり、高速通信方式によるデータ出力処理
が選択された時点で、通常モードから特殊モードへの切
り替えがなされる。特殊モードにおいては、複数のチャ
ンネルについてのDMA要求が同一サンプリング期間内
で重なった場合には、チャンネル決定回路8は特殊モー
ドの優先順位(図2参照)に従って、複数のチャンネル
のうちの優先順位の高い方のチャンネルからDMA処理
を行う。例えば、今、記録装置14による記録動作が実
行中であるとする。即ち、チャンネル2のDMA要求信
号S2が所定のタイミングで繰り返しチャンネル決定回
路8に入力されており、DMA処理回路9は記録装置1
4とRAM1との間のデータ転送をDMA処理により行
っている。ここで、チャンネル4に相当するパソコン1
6へDMAによるデータ転送が開始されたとする。する
と、チャンネル決定回路8には、チャンネル2及びチャ
ンネル4のDMA要求信号S2及びS4が同一サンプリ
ング期間内で入力されることが生じる。特殊モードで
は、図2に示すように、セントロニクスインターフェー
スによるデータ出力が記録動作よりも優先順位が高いの
で、チャンネル決定回路8はその優先順位に従って、ま
ずチャンネル4のDMA処理を1サイクル実行し、続け
てチャンネル2のDMA処理を1サイクル実行する。
Next, the operation in the special mode will be described. The special mode described below is a mode that places importance on the data output processing by the Centronics interface, and when the data output processing by the high-speed communication method is selected, the normal mode is switched to the special mode. In the special mode, when the DMA requests for a plurality of channels overlap within the same sampling period, the channel determination circuit 8 determines the priority of the plurality of channels according to the priority of the special mode (see FIG. 2). DMA processing is performed from the higher channel. For example, it is assumed that the recording operation by the recording device 14 is currently being executed. That is, the channel 2 DMA request signal S2 is repeatedly input to the channel determination circuit 8 at a predetermined timing, and the DMA processing circuit 9 causes the recording device 1 to operate.
Data transfer between RAM 4 and RAM 1 is performed by DMA processing. Here, PC 1 corresponding to channel 4
It is assumed that the DMA data transfer to 6 has started. Then, the DMA request signals S2 and S4 of the channels 2 and 4 may be input to the channel determination circuit 8 within the same sampling period. In the special mode, as shown in FIG. 2, since the data output by the Centronics interface has a higher priority than the recording operation, the channel determination circuit 8 first executes the DMA processing of the channel 4 for one cycle according to the priority, and continues. Then, the DMA processing of channel 2 is executed for one cycle.

【0028】なお、パソコン16へのデータ転送を優先
させる理由をさらに詳細に述べれば、以下通りである。
通常、データの送信はハンドシェイク等の手法により、
送信側と受信側の同期をとりつつ行うのが一般的であ
る。しかし、高速な通信を行う場合には、予めテスト送
信を行って送信可能な速度を決めておき、その後はその
決められた速度で、ハンドシェイクせずに送信を行う方
法も可能である。そのような場合には、その決められた
速度でデータの送信を継続できなくなると、途中でデー
タが途切れてしまう。このような場合に、データの送信
を記録などの比較的重要な動作よりも高い優先順位に設
定することが行われる。もちろん、これ以外の理由であ
っても優先順位を高くする必要があれば、それに応じて
適宜順位を入れ換えるようにすればよい。
The reason why the data transfer to the personal computer 16 is prioritized is as follows in more detail.
Usually, data transmission is done by handshake etc.
Generally, it is performed while synchronizing the transmitting side and the receiving side. However, in the case of performing high-speed communication, it is possible to perform a test transmission in advance to determine a transmittable speed, and thereafter perform transmission at the determined speed without handshaking. In such a case, if the data transmission cannot be continued at the determined speed, the data will be interrupted on the way. In such a case, the transmission of data is set to a higher priority than a relatively important operation such as recording. Of course, if it is necessary to increase the priority order for any other reason, the order may be appropriately changed accordingly.

【0029】以上説明したように、本発明によれば、複
数チャンネルのDMA要求が時間的に重なった場合に、
受け付けるべき1つの要求を決定するための優先順位
を、システムの実際の動作モードに応じて変更すること
ができる。よって、設定された個々のモードにおいて各
動作の重要度が異なってくるような場合にも、各モード
における重要度に適合した優先順位で各処理を行うこと
が可能となる。その結果、特に複数の処理を時間的に並
列に行うシステムなどにおいて、各処理を支障なく行う
ことができる。
As described above, according to the present invention, when DMA requests of a plurality of channels overlap in time,
The priority for determining one request to be accepted can be changed according to the actual operation mode of the system. Therefore, even when the importance of each operation is different in each set mode, it is possible to perform each process in the priority order that matches the importance in each mode. As a result, it is possible to perform each process without trouble, especially in a system that performs a plurality of processes in parallel in time.

【0030】なお、以上の説明では、チャンネル決定回
路は優先順位に従って入力信号を選択する論理回路によ
り構成される場合を示したが、その代わりに、優先順位
を記憶したメモリ及び専用CPUを利用することも可能
である。即ち、メモリ内に各モード毎に優先順位を記憶
しておき、複数のDMA要求信号が同一サンプリングタ
イミングで入力された場合には、該CPUがメモリの内
容を参照してDMA処理の実行順を決定するようにして
もよい。
In the above description, the case where the channel determining circuit is constituted by the logic circuit which selects the input signal according to the priority is shown, but instead, the memory storing the priority and the dedicated CPU are used. It is also possible. That is, the priority order is stored in the memory for each mode, and when a plurality of DMA request signals are input at the same sampling timing, the CPU refers to the contents of the memory to determine the execution order of the DMA processing. You may decide.

【0031】また、以上の説明では、2つのモードを設
定した場合について説明したが、もちろんさらに多くの
モードを採用し、それぞれについて異なる優先順位を設
定することが可能である。
In the above description, the case where two modes are set has been described, but it is of course possible to adopt more modes and set different priorities for each.

【0032】[0032]

【発明の効果】請求項1記載の発明によれば、チャンネ
ル決定回路はシステムの動作モード毎に定められた優先
順位に応じてDMA処理を行うべき一のチャンネルを決
定するので、システムの動作中に変化する動作モードに
応じた最適の優先順位に従って複数チャンネルのDMA
処理を実行することができ、システムの能力を最大限に
発揮させることが可能となる。
According to the first aspect of the present invention, the channel determination circuit determines one channel to be subjected to the DMA processing in accordance with the priority order determined for each operation mode of the system. DMA of multiple channels according to the optimum priority according to the changing operation mode
It is possible to execute processing, and it is possible to maximize the capacity of the system.

【0033】請求項2記載の発明によれば、システムの
処理の重要度に応じて優先順位が決められているので、
最適な優先順位に基づいてDMA処理を行うチャンネル
を決定することができる。
According to the second aspect of the present invention, since the priority order is determined according to the importance of the processing of the system,
It is possible to determine the channel for performing the DMA processing based on the optimum priority.

【0034】請求項3記載の発明によれば、論理演算に
よりチャンネルの決定を行うので、特別のメモリを設け
る必要がない。請求項4記載の発明によれば、優先順位
を記憶した記憶装置を有するので、優先順位の変更等が
容易となる。
According to the third aspect of the invention, since the channel is determined by the logical operation, it is not necessary to provide a special memory. According to the invention described in claim 4, since the storage device stores the priority order, it is easy to change the priority order.

【0035】請求項5記載の発明によれば、チャンネル
決定回路は、サンプリング回路によりサンプリングされ
た後のDMA処理要求信号を入力されるので、DMA処
理要求信号の検出が容易となる。
According to the fifth aspect of the present invention, since the channel determination circuit receives the DMA processing request signal sampled by the sampling circuit, it is easy to detect the DMA processing request signal.

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

【図1】本発明の実施形態にかかるファクシミリ装置の
制御部の構成及び入出力装置との関係を示すブロック図
である。
FIG. 1 is a block diagram showing a configuration of a control unit of a facsimile apparatus according to an embodiment of the present invention and a relationship with an input / output device.

【図2】DMAの各チャンネルの処理及びその優先順位
の設定例を示す図である。
FIG. 2 is a diagram showing an example of processing of each channel of DMA and setting of its priority order.

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

1…RAM 2…ROM 6…CPU 8…チャンネル決定回路 9…DMA処理回路 10…情報圧縮復号部 1 ... RAM 2 ... ROM 6 ... CPU 8 ... Channel determination circuit 9 ... DMA processing circuit 10 ... Information compression / decoding unit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数の動作モードで動作するシステムに
設けられ、複数のチャンネルを有するDMAコントロー
ラにおいて、 前記複数のチャンネルに対応するDMA処理要求信号の
入力を受け、前記複数のチャンネルのうちの一つを選択
してDMA処理を実行するチャンネルを決定するチャン
ネル決定回路と、 前記チャンネル決定回路により決定されたチャンネルの
DMA処理を実行するDMA処理回路と、を有し、 前記チャンネル決定回路は、前記システムの動作モード
毎に定められた優先順位に基づいて一のチャンネルを決
定することを特徴とするDMAコントローラ。
1. A DMA controller having a plurality of channels, which is provided in a system operating in a plurality of operation modes, receives a DMA processing request signal corresponding to the plurality of channels, and receives one of the plurality of channels. A channel determination circuit that determines which channel to perform a DMA process on, and a DMA processing circuit that performs a DMA process on the channel determined by the channel determination circuit. A DMA controller characterized by determining one channel based on a priority order determined for each operation mode of the system.
【請求項2】 前記優先順位は、前記チャンネルに対応
する前記システムの処理の重要度に応じて定められてい
ることを特徴とする請求項1記載のDMAコントロー
ラ。
2. The DMA controller according to claim 1, wherein the priority order is determined according to the importance of processing of the system corresponding to the channel.
【請求項3】 前記チャンネル決定回路は、前記優先順
位に従った論理演算を行う論理演算回路を有することを
特徴とする請求項1又は2に記載のDMAコントロー
ラ。
3. The DMA controller according to claim 1, wherein the channel determination circuit includes a logical operation circuit that performs a logical operation according to the priority order.
【請求項4】 前記チャンネル決定回路は、前記動作モ
ード毎に前記優先順位を記憶した記憶装置を有すること
を特徴とする請求項1又は2に記載のDMAコントロー
ラ。
4. The DMA controller according to claim 1, wherein the channel determination circuit has a storage device that stores the priority order for each of the operation modes.
【請求項5】 前記DMA処理要求信号を所定の周期で
サンプリングして前記チャンネル決定回路に供給するサ
ンプリング回路を有することを特徴とする請求項1乃至
4のいずれかに記載のDMAコントローラ。
5. The DMA controller according to claim 1, further comprising a sampling circuit that samples the DMA processing request signal at a predetermined cycle and supplies the sampled signal to the channel determination circuit.
JP11806796A 1996-05-13 1996-05-13 Dma controller Pending JPH09305527A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11806796A JPH09305527A (en) 1996-05-13 1996-05-13 Dma controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11806796A JPH09305527A (en) 1996-05-13 1996-05-13 Dma controller

Publications (1)

Publication Number Publication Date
JPH09305527A true JPH09305527A (en) 1997-11-28

Family

ID=14727196

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11806796A Pending JPH09305527A (en) 1996-05-13 1996-05-13 Dma controller

Country Status (1)

Country Link
JP (1) JPH09305527A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0940757A2 (en) * 1997-12-05 1999-09-08 Texas Instruments Incorporated Traffic controller using priority and burst control for reducing access latency
JPH11345165A (en) * 1997-12-05 1999-12-14 Texas Instr Inc <Ti> Traffic controller using priority and burst control for reducing access times
JP2006201999A (en) * 2005-01-20 2006-08-03 Nec Access Technica Ltd Bus system, slave device, bus system control method and program
JP2015087872A (en) * 2013-10-29 2015-05-07 富士通セミコンダクター株式会社 Direct memory access control device, control method thereof, and information processing system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0940757A2 (en) * 1997-12-05 1999-09-08 Texas Instruments Incorporated Traffic controller using priority and burst control for reducing access latency
JPH11345165A (en) * 1997-12-05 1999-12-14 Texas Instr Inc <Ti> Traffic controller using priority and burst control for reducing access times
EP0940757A3 (en) * 1997-12-05 2000-05-24 Texas Instruments Incorporated Traffic controller using priority and burst control for reducing access latency
JP2006201999A (en) * 2005-01-20 2006-08-03 Nec Access Technica Ltd Bus system, slave device, bus system control method and program
JP2015087872A (en) * 2013-10-29 2015-05-07 富士通セミコンダクター株式会社 Direct memory access control device, control method thereof, and information processing system

Similar Documents

Publication Publication Date Title
KR910005382B1 (en) Personal computer facsimile equipment
US5517325A (en) Direct memory access (DMA) controller with programmable bus release period for timing DMA transfers
JP3769839B2 (en) Multifunctional parallel processing electronic device
US5926650A (en) Method and system utilizing a negotiation phase to transfer commands and data in separate modes over a host/peripheral interface
JPH09305527A (en) Dma controller
JP3276844B2 (en) Multi-function peripheral
KR19980022537A (en) Host data transmission method and MFP data reception method
JP2950725B2 (en) Image communication device
JPH04319467A (en) Printing device
JP2658931B2 (en) Printer controller
JP2001338286A (en) Method and device for image processing
JPH0783419B2 (en) Fax system
JP3787869B2 (en) Terminal device
JP2574628B2 (en) Facsimile machine
JP2995420B2 (en) Network disconnection method
JP2945026B2 (en) Communication device
JP2906425B2 (en) Mode switching method for digital copier
JP3050119B2 (en) Communication device
JP2708366B2 (en) Data processing system and auxiliary control device
JP3148804B2 (en) Multi-function parallel processing electronic device
JP2003030132A (en) Multifunction machine and data transfer control method of multifunction machine
JPH08163302A (en) Image input/output controller and image information transfer method for image input/output controller
JPH0766359B2 (en) Computer device interface selection method
JPH10105417A (en) Multi-function parallel processing electronic equipment
JPH08272730A (en) Facsimile equipment

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060208

A131 Notification of reasons for refusal

Effective date: 20060214

Free format text: JAPANESE INTERMEDIATE CODE: A131

A02 Decision of refusal

Effective date: 20060711

Free format text: JAPANESE INTERMEDIATE CODE: A02