JPH0877089A - Transmission and reception processor - Google Patents

Transmission and reception processor

Info

Publication number
JPH0877089A
JPH0877089A JP6209958A JP20995894A JPH0877089A JP H0877089 A JPH0877089 A JP H0877089A JP 6209958 A JP6209958 A JP 6209958A JP 20995894 A JP20995894 A JP 20995894A JP H0877089 A JPH0877089 A JP H0877089A
Authority
JP
Japan
Prior art keywords
reception
transmission
data
processing
input 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
JP6209958A
Other languages
Japanese (ja)
Inventor
Masami Morimoto
正巳 森本
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.)
Toshiba Corp
Original Assignee
Toshiba Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba Corp filed Critical Toshiba Corp
Priority to JP6209958A priority Critical patent/JPH0877089A/en
Publication of JPH0877089A publication Critical patent/JPH0877089A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)
  • Communication Control (AREA)

Abstract

PURPOSE: To maintain the real-time property of transmission and reception processing and securely process sent and received frames even when they are asynchronous. CONSTITUTION: This transmission and reception processor is equipped with data input holding parts 11 and 12 which input and hold input data for transmission and reception, a data processing part 16 which is equipped with plural processing programs corresponding to plural block data generated by dividing the input data for transmission and reception and performs transmission and reception processing by selectively inputting the respective block data from the data input holding parts 11 and 12 and selectively executing the processing programs, decision parts 13 and 14 which decide respective frame head positions and block data head positions of the input data for transmission and reception, and a scheduler 15 which schedules the processing order of the data processing part 16 on the basis of the respective decided frame head positions and block data head positions of the input data for transmission and reception and specifies block data to be processed and processing programs to be executed to the data processing part 16 according to the scheduling order.

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、1CPUにより送信
処理と受信処理を行う送受信処理装置に係り、特にリア
ルタイム性の改善に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a transmission / reception processing device for performing transmission processing and reception processing by one CPU, and more particularly to improvement of real-time property.

【0002】[0002]

【従来の技術】周知のように、衛星通信等のデジタル通
信にあっては、全2重で通信を行っており、通信装置に
おいては片側の端末だけで送受信の機能が常に動作して
いる。このような通信装置においては、一般に1つのC
PUで送受信データの処理を行っている。従来の1CP
Uによる送受信処理装置のデータ処理方式を図5に示
す。
2. Description of the Related Art As is well known, in digital communication such as satellite communication, full-duplex communication is performed, and in a communication device, a transmission / reception function is always operated by only one terminal. In such a communication device, generally one C
The PU processes the transmission / reception data. Conventional 1CP
FIG. 5 shows a data processing method of the transmission / reception processing device by U.

【0003】すなわち、CPUは、図5(a)に示すよ
うに、予め決められた特定のフレームタイミング1に同
期して送信処理2と受信処理4をシングルタスクでシリ
アルに行っている。
That is, as shown in FIG. 5A, the CPU serially performs a transmission process 2 and a reception process 4 in synchronization with a predetermined specific frame timing 1 by a single task.

【0004】ここで、例えば受信信号から再生したクロ
ックで受信処理を行う場合のように、送信フレームと受
信フレームは必ずしも同位相でない。このような場合を
考慮して、受信データを送信処理のタイミングに合わせ
て処理可能にするため、図5(b)に示すように、受信
データ6を位相補正メモリに保存し(図中7の部分)、
送信データ5の処理タイミングで改めて受信データを取
り出して受信処理を行うようにしている。
Here, the transmission frame and the reception frame do not necessarily have the same phase, as in the case where the reception processing is performed using the clock reproduced from the reception signal. In consideration of such a case, in order to process the received data at the timing of the transmission processing, the received data 6 is stored in the phase correction memory as shown in FIG. part),
The reception data is extracted again at the processing timing of the transmission data 5 to perform the reception processing.

【0005】しかしながら、上記のような従来の1CP
Uによる送受信処理装置では、受信データを最大1フレ
ーム分遅らせることになるため、処理遅延が発生してし
まい、受信処理のリアルタイム性を失ってしまう。さら
に、送信フレームと受信フレームの原振が異なり非同期
な場合においては、送信フレームの方が速いときには、
受信データが送信処理のタイミングに間に合わなくなっ
て不連続になってしまい、逆に遅いときには、受信デー
タが位相補正メモリから溢れて取りこぼしが発生してし
まう。
However, the conventional 1CP as described above
In the transmission / reception processing device by U, the reception data is delayed by a maximum of one frame, so that a processing delay occurs and the real-time property of the reception processing is lost. Furthermore, when the original frames of the transmission frame and the reception frame are different and asynchronous, when the transmission frame is faster,
The received data is not in time for the transmission processing and becomes discontinuous. On the contrary, when it is late, the received data overflows from the phase correction memory and is missed.

【0006】[0006]

【発明が解決しようとする課題】以上述べたように、従
来の1CPUによる送受信処理装置では、処理遅延が発
生してリアルタイム性を失い、送信、受信のフレームが
非同期の場合には受信データが不連続になったり、取り
こぼしが発生するといった問題が生じている。この発明
は上記の課題を解決するためになされたもので、受信処
理、送信処理の処理遅延が少なく、各処理のリアルタイ
ム性を保持することができ、送信、受信のフレームが非
同期であっても確実に受信データを受信処理することの
できる送受信処理装置を提供することを目的とする。
As described above, in the transmission / reception processing device using the conventional 1CPU, processing delay occurs and the real-time property is lost, and when the transmission / reception frame is asynchronous, the reception data is unsuccessful. There are problems such as continuity and dropouts. The present invention has been made to solve the above problems, and has a small processing delay in reception processing and transmission processing, can maintain the real-time property of each processing, and even if transmission and reception frames are asynchronous. An object of the present invention is to provide a transmission / reception processing device that can reliably process reception data.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
にこの発明は、フレーム内のデータフォーマットが既知
の送信用入力データ及び受信用入力データを1CPUに
よりシングルタスクでシリアルに処理する送受信処理装
置において、前記送信用入力データ、受信用入力データ
をそれぞれ独立に順次入力保持するデータ入力保持手段
と、前記送信用入力データ、受信用入力データをそれぞ
れのデータフォーマットを基に分割された複数のブロッ
クデータに対応する複数の処理プログラムを備え、前記
データ入力保持手段から送信ブロックデータ、受信ブロ
ックデータを選択的に取り込んで処理プログラムを選択
的に実行することで送信処理、受信処理を施す分割処理
手段と、前記送信用入力データ、受信用入力データの各
フレーム先頭位置、ブロックデータ先頭位置を判別する
判別手段と、この手段で判別された前記送信用入力デー
タ、受信用入力データの各フレーム先頭位置、ブロック
データ先頭位置に基づいて前記分割処理手段の処理順序
のスケジューリングを行い、このスケジューリングされ
た順序に従って前記分割処理手段に処理すべきブロック
データ、実行する処理プログラムを指定するスケジュー
リング制御手段とを具備して構成される。
In order to achieve the above object, the present invention provides a transmission / reception processing apparatus for serially processing a single task of input data for transmission and input data for reception whose frame data formats are known by a single CPU. A data input holding means for sequentially inputting and holding the transmission input data and the reception input data independently, and a plurality of blocks obtained by dividing the transmission input data and the reception input data based on respective data formats. Dividing processing means having a plurality of processing programs corresponding to data, and performing transmission processing and reception processing by selectively fetching transmission block data and reception block data from the data input holding means and selectively executing the processing program And the start position of each frame of the input data for transmission and the input data for reception A discriminating means for discriminating a block data head position, and scheduling of the processing order of the division processing means based on the frame head positions of the transmission input data and the reception input data discriminated by the means, and the block data head position. It is configured to include a scheduling control unit that specifies block data to be processed by the division processing unit and a processing program to be executed according to the scheduled order.

【0008】[0008]

【作用】上記構成による送受信処理装置では、送信用入
力データ、受信用入力データを予めそれぞれのデータフ
ォーマットに基づいてブロックデータに分割し、各ブロ
ックデータに対応する処理プログラムを用意しておき、
送信用入力データ、受信用入力データをそれぞれ独立に
順次入力保持し、送信用入力データ、受信用入力データ
の各フレーム先頭位置、ブロックデータ先頭位置を判別
して、その判別位置に基づいて分割処理順序のスケジュ
ーリングを行い、このスケジューリングされた順序に従
って処理すべきブロックデータを取り込み、対応する処
理プログラムを実行して、送信処理、受信処理を行うよ
うにしている。
In the transmission / reception processing device having the above configuration, the transmission input data and the reception input data are divided into block data based on the respective data formats in advance, and a processing program corresponding to each block data is prepared.
Input data for transmission and input data for reception are sequentially input and held independently, and each frame start position and block data start position of input data for transmission and input data for reception are determined, and division processing is performed based on the determined position. The order scheduling is performed, the block data to be processed is taken in according to the scheduled order, the corresponding processing program is executed, and the transmission processing and the reception processing are performed.

【0009】[0009]

【実施例】以下、図1乃至図3を参照してこの発明の一
実施例を詳細に説明する。図1はこの発明に係る送受信
処理装置のCPU内部機能構成を示すもので、11は送
信データ入力保持部、12は受信データ入力保持部であ
る。各データ入力保持部11,12は例えば1フレーム
分のデータ容量を持ち、送信用入力データ(以下、送信
データと称する)、受信用入力データ(以下、受信デー
タと称する)を順次入力保持して、指定されたデータ量
だけ出力する。また、入力データのフレーム信号を監視
しており、このフレーム信号からフレーム先頭を判別
し、その判別結果をそれぞれ送信クロックカウンタ1
3、受信クロックカウンタ14に送出する機能を有す
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described in detail below with reference to FIGS. FIG. 1 shows a CPU internal functional configuration of a transmission / reception processing device according to the present invention. Reference numeral 11 is a transmission data input holding unit, and 12 is a reception data input holding unit. Each of the data input holding units 11 and 12 has a data capacity of, for example, one frame, and sequentially holds input data for transmission (hereinafter referred to as transmission data) and input data for reception (hereinafter referred to as reception data). , Output only the specified amount of data. Further, the frame signal of the input data is monitored, the head of the frame is discriminated from this frame signal, and the discrimination results are respectively transmitted clock counter 1
3. It has a function of sending to the reception clock counter 14.

【0010】上記送信クロックカウンタ13、受信クロ
ックカウンタ14はそれぞれフレーム先頭判別出力によ
りフレーム先頭でカウント値をリセットし、送信クロッ
ク、受信クロックをカウントしていく。それぞれのカウ
ント値はスケジューラ15に送られる。
The transmission clock counter 13 and the reception clock counter 14 respectively reset the count value at the frame head by the frame head discrimination output and count the transmission clock and the reception clock. Each count value is sent to the scheduler 15.

【0011】このスケジューラ15は主プログラムを実
行するもので、各クロックカウンタ13,14のカウン
ト値から送信データ、受信データのフレーム先頭、ブロ
ックデータ先頭を判別し、送受合わせてどのブロックデ
ータから処理するかをスケジューリングして、そのスケ
ジュールに従ってデータ処理部16に処理すべきブロッ
クデータ、実行すべき処理プログラムを指示する。
The scheduler 15 executes the main program, and determines the frame head and block data head of transmission data and reception data from the count values of the clock counters 13 and 14, and transmits and receives and processes which block data. This is scheduled, and the block data to be processed and the processing program to be executed are instructed to the data processing unit 16 according to the schedule.

【0012】データ処理部16は、予め送信データ、受
信データの各ブロックデータに対応する複数の処理プロ
グラム(主プログラムに対して副プログラム)を備えて
おり、スケジューラ15からの指示に従って、送信デー
タ入力保持部11、受信データ入力保持部12から指定
されたブロックデータを読み込み、指定された処理プロ
グラムを実行して、送信処理、受信処理を行う。送信処
理された送信用出力データは受信データ出力部16を通
じて出力され、受信処理された受信用出力データは送信
データ出力部17を通じて出力される。
The data processing section 16 is provided with a plurality of processing programs (subprograms for the main program) corresponding to each block data of the transmission data and the reception data in advance, and the transmission data input is performed according to an instruction from the scheduler 15. The designated block data is read from the holding unit 11 and the received data input holding unit 12, the designated processing program is executed, and the transmission process and the reception process are performed. The transmission output data subjected to the transmission processing is output through the reception data output unit 16, and the reception output data subjected to the reception processing is output through the transmission data output unit 17.

【0013】すなわち、上記構成による送受信処理装置
では、送信処理と受信処理をそれぞれのデータの並びに
対応した順番で分割処理が実行されるように処理手順を
分割する。分割された処理は、送受信データと対応がと
れているので、データ受信タイミングで受信処理を開始
し、データ送信タイミングで送信処理が完了するよう
に、スケジューリングを行う。
That is, in the transmission / reception processing device having the above-described configuration, the processing procedure is divided so that the transmission processing and the reception processing are executed in the order corresponding to the order of the respective data. Since the divided processing corresponds to the transmission / reception data, the scheduling is performed so that the reception processing is started at the data reception timing and the transmission processing is completed at the data transmission timing.

【0014】具体的には、送信クロックと受信クロック
をカウントし、フレーム先頭からの距離からブロックデ
ータに対応した分割処理を選択する。送信処理と受信処
理は交互に行い、各分割処理が完了する度に処理の選択
を行い、スケジューリングを行う。受信データの入力保
持が完了しておらず、受信処理が行えない場合は送信処
理を続けて選択し、片側のクロックが停止した場合は、
片側の処理を続けて選択する。
Specifically, the transmission clock and the reception clock are counted, and the division processing corresponding to the block data is selected from the distance from the frame head. The transmission process and the reception process are alternately performed, and a process is selected and scheduling is performed each time each division process is completed. If the input hold of the received data is not completed and the receiving process cannot be performed, select the sending process continuously, and if the clock on one side is stopped,
Continue to select one side.

【0015】以上の処理によれば、送信処理と受信処理
を、それぞれのクロックから求めたデータ入出力タイミ
ングに合わせて独立処理するため、送信データと受信デ
ータの位相が変化していても、お互いの処理に影響を与
えず、2CPUで個別に処理を行った場合に近いリアル
タイム処理性能が得られる。また、データもユニークな
フレームタイミングに位相補正する必要がない。
According to the above processing, since the transmission processing and the reception processing are independently processed in accordance with the data input / output timing obtained from each clock, even if the phases of the transmission data and the reception data change, This does not affect the processing of 1), and the real-time processing performance close to that when the processing is performed individually by 2 CPUs is obtained. In addition, it is not necessary to correct the phase of data to a unique frame timing.

【0016】さらに、図2乃至図4を参照してその具体
的な動作を説明する。図2は上記構成における送信処理
と受信処理の基本的なデータ処理の流れを示すタイミン
グ図である。図2において、1は送信フレーム、2は送
信処理、3は受信フレーム、4は受信処理、5は受信デ
ータ、6は送信データを示しており、(a)は送信処理
と受信処理のタイミング関係、(b)は送信データと受
信データの位相関係を示している。
Further, the specific operation will be described with reference to FIGS. FIG. 2 is a timing chart showing the flow of basic data processing of the transmission processing and the reception processing in the above configuration. In FIG. 2, 1 is a transmission frame, 2 is a transmission process, 3 is a reception frame, 4 is a reception process, 5 is reception data, 6 is transmission data, and (a) is a timing relationship between the transmission process and the reception process. , (B) show the phase relationship between the transmission data and the reception data.

【0017】図2に示すように、送信処理2と受信処理
4の2つのタスクは小さな処理単位(ここではブロック
と称している)で時分割多重されている。タスクの切り
替えは、基本的には送信処理が終われば受信処理に移る
ように交互に処理される。
As shown in FIG. 2, the two tasks of the transmission processing 2 and the reception processing 4 are time-division multiplexed in small processing units (referred to as blocks here). Basically, the task switching is alternately performed such that when the transmission process is completed, the task is switched to the reception process.

【0018】図3は上記処理のソフトウェア構成を示す
もので、2つのタスクは複数の副プログラムに分割し、
主プログラムが一括してスケジュール管理する。次に実
行する副プログラムの選択は、各副プログラムの処理完
了後に行われる。主プログラムは、送受されるデータの
クロックを監視し、副プログラムが実行可能か判断す
る。
FIG. 3 shows the software configuration of the above processing. Two tasks are divided into a plurality of subprograms,
The main program manages the schedule collectively. The subprogram to be executed next is selected after the processing of each subprogram is completed. The main program monitors the clock of the transmitted and received data and determines whether the sub program can be executed.

【0019】図4に1フレーム分の処理のタイミング図
を示す。ここでは、送信データの各ブロックを1〜8で
示し、受信データの各ブロックをa〜gで示している。
受信処理は対応する受信データが入力されるまで処理に
移れない。よって、その場合は代わりに送信処理が連続
して実行されることになる。送信処理は、データ送信前
に処理が完了すればよいため、受信処理の隙間を埋める
かたちになる。
FIG. 4 shows a timing chart of processing for one frame. Here, each block of transmission data is indicated by 1 to 8, and each block of reception data is indicated by a to g.
The reception process cannot move to the process until the corresponding reception data is input. Therefore, in that case, the transmission process is continuously executed instead. Since the transmission process only needs to be completed before the data is transmitted, the gap of the reception process is filled.

【0020】例えば、送信処理3の終了後は本来受信処
理に切り替わるはずであるが、受信データaが完全に入
力保持されていないため、再び送信に切り替わり、送信
処理4が実行される。その後、受信データaが入力保持
完了になれば、タスクが受信処理に移り、受信処理aが
実行される。このとき、受信処理の処理遅延は、ほぼ送
信処理で副プログラムを実行する時間程度に抑えられる
ので、ほぼ完全なリアルタイム処理が可能になる。
For example, after the transmission process 3 is completed, the process should originally be switched to the reception process, but since the received data a is not completely input and held, the mode is switched to the transmission again and the transmission process 4 is executed. After that, when the input holding of the reception data a is completed, the task moves to the reception process and the reception process a is executed. At this time, the processing delay of the reception processing can be suppressed to about the time for executing the subprogram in the transmission processing, so that almost complete real-time processing becomes possible.

【0021】したがって、上記構成による送受信処理装
置は、送受のフレーム信号が同位相でなくても、位相補
正メモリを用いずに処理可能であるため、回路規模を小
さくすることができ、しかも処理遅延も削減できる。ま
た、送受で非同期なデータ送受信処理を、送信データの
不連続送信や受信データの取りこぼしがなく、1CPU
で実現でき、実用上の効果は極めて大きい。
Therefore, the transmission / reception processing device having the above-mentioned configuration can process the transmission / reception frame signals without using the phase correction memory even if the transmission / reception frame signals do not have the same phase. Can also be reduced. In addition, asynchronous data transmission / reception processing can be performed by 1 CPU without discontinuous transmission of transmission data or omission of reception data.
Can be realized with, and the practical effect is extremely large.

【0022】尚、この発明は上記実施例に限定されるも
のではなく、その他この発明の要旨を逸脱することなく
種々変形しても、同様に実施可能であることはいうまで
もない。
It is needless to say that the present invention is not limited to the above embodiments, and that various modifications can be made without departing from the gist of the present invention.

【0023】[0023]

【発明の効果】以上詳述したようにこの発明によれば、
受信処理、送信処理の処理遅延が少なく、各処理のリア
ルタイム性を保持することができ、送信、受信のフレー
ムが非同期であっても確実に受信データを受信処理する
ことのできる送受信処理装置を提供することができる。
As described above in detail, according to the present invention,
Provided is a transmission / reception processing device capable of maintaining the real-time property of each process with little processing delay of the reception process and the transmission process, and reliably receiving the reception data even if the transmission and reception frames are asynchronous. can do.

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

【図1】この発明に係る送受信処理装置の一実施例の構
成を示すブロック回路図である。
FIG. 1 is a block circuit diagram showing a configuration of an embodiment of a transmission / reception processing device according to the present invention.

【図2】上記構成における送信処理と受信処理の基本的
なデータ処理の流れを示すタイミング図である。
FIG. 2 is a timing chart showing a flow of basic data processing of transmission processing and reception processing in the above configuration.

【図3】同実施例の送受信処理のソフトウェア構成を示
す図である。
FIG. 3 is a diagram showing a software configuration of transmission / reception processing of the same embodiment.

【図4】同実施例の1フレーム分の処理の一例を示すタ
イミング図である。
FIG. 4 is a timing chart showing an example of processing for one frame in the embodiment.

【図5】従来の1CPUによる送受信処理装置のデータ
処理方式を説明するためのタイミング図である。
FIG. 5 is a timing diagram for explaining a data processing method of a transmission / reception processing device using a conventional 1CPU.

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

11…送信データ入力保持部、12…受信データ入力保
持部、13…送信クロックカウンタ、14…受信クロッ
クカウンタ、15…スケジューラ、16…データ処理
部、17…送信データ出力部、18…受信データ出力
部。
11 ... Transmission data input holding unit, 12 ... Reception data input holding unit, 13 ... Transmission clock counter, 14 ... Reception clock counter, 15 ... Scheduler, 16 ... Data processing unit, 17 ... Transmission data output unit, 18 ... Reception data output Department.

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 フレーム内のデータフォーマットが既知
の送信用入力データ及び受信用入力データを1CPUに
よりシングルタスクでシリアルに処理する送受信処理装
置において、 前記送信用入力データ、受信用入力データをそれぞれ独
立に順次入力保持するデータ入力保持手段と、 前記送信用入力データ、受信用入力データをそれぞれの
データフォーマットを基に分割された複数のブロックデ
ータに対応する複数の処理プログラムを備え、前記デー
タ入力保持手段から送信ブロックデータ、受信ブロック
データを選択的に取り込んで処理プログラムを選択的に
実行することで送信処理、受信処理を施す分割処理手段
と、 前記送信用入力データ、受信用入力データの各フレーム
先頭位置、ブロックデータ先頭位置を判別する判別手段
と、 この手段で判別された前記送信用入力データ、受信用入
力データの各フレーム先頭位置、ブロックデータ先頭位
置に基づいて前記分割処理手段の処理順序のスケジュー
リングを行い、このスケジューリングされた順序に従っ
て前記分割処理手段に処理すべきブロックデータ、実行
する処理プログラムを指定するスケジューリング制御手
段とを具備することを特徴とする送受信処理装置。
1. A transmission / reception processing device for serially processing transmission input data and reception input data having a known data format in a frame by a single CPU by a single CPU, wherein the transmission input data and the reception input data are independent of each other. And a plurality of processing programs corresponding to a plurality of block data obtained by dividing the transmission input data and the reception input data based on the respective data formats. Division processing means for performing transmission processing and reception processing by selectively fetching transmission block data and reception block data from the means and selectively executing a processing program; and each frame of the transmission input data and the reception input data A discriminating means for discriminating the start position and the block data start position, and The division processing means schedules the processing order of the division processing means based on the frame start position of each of the transmission input data and the reception input data and the block data start position which are discriminated by the division processing means, and the division processing means is executed in accordance with the scheduled order. And a scheduling control means for designating a processing program to be executed.
【請求項2】 前記データ位置判別手段は、前記送信用
入力データ、受信用入力データのそれぞれのフレーム信
号から各フレーム先頭位置を判別する手段と、この手段
で得られた各フレーム先頭位置を基準に送信クロック、
受信クロックをカウントし、カウント値が各ブロックデ
ータ先頭位置のビット数になったことを検出することで
各ブロックデータ先頭位置を判別する手段とを備えるこ
とを特徴とする請求項1記載の送受信処理装置。
2. The data position discriminating means discriminates each frame head position from each frame signal of the transmission input data and the reception input data, and the frame head position obtained by this means is used as a reference. To send clock,
The transmission / reception process according to claim 1, further comprising: a unit that counts the reception clock and detects that the count value has reached the number of bits at each block data start position to determine each block data start position. apparatus.
【請求項3】 前記スケジューリング制御手段は、基本
的に前記送信処理、受信処理が交互に行われるようにス
ケジューリングし、前記データ入力保持手段、分割処理
手段を監視して、送信ブロックデータの処理完了時に受
信ブロックデータの入力保持が完了していないときは送
信ブロックデータの処理を続けて行うようにスケジュー
リングするようにしたことを特徴とする請求項1記載の
送受信処理装置。
3. The scheduling control means basically schedules such that the transmission processing and the reception processing are alternately performed, monitors the data input holding means and the division processing means, and completes the processing of the transmission block data. 2. The transmission / reception processing apparatus according to claim 1, wherein the transmission block data is scheduled to be continuously processed when input reception of the reception block data is not completed.
【請求項4】 前記スケジューリング制御手段は、基本
的に前記送信処理、受信処理が交互に行われるようにス
ケジューリングし、前記データ位置判別手段、分割処理
手段を監視して、前記送信クロック、受信クロックのい
ずれか一方のクロックが停止したとき、他方のクロック
のブロックデータの処理を続けて行うようにスケジュー
リングするようにしたことを特徴とする請求項2記載の
送受信処理装置。
4. The scheduling control means basically schedules the transmission processing and the reception processing alternately, and monitors the data position determination means and the division processing means to monitor the transmission clock and the reception clock. 3. The transmission / reception processing device according to claim 2, wherein when either one of the clocks stops, the block data of the other clock is scheduled to be continuously processed.
【請求項5】 前記送信クロックと受信クロックは互い
に非同期であることを特徴とする請求項1記載の送受信
処理装置。
5. The transmission / reception processing device according to claim 1, wherein the transmission clock and the reception clock are asynchronous with each other.
JP6209958A 1994-09-02 1994-09-02 Transmission and reception processor Pending JPH0877089A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6209958A JPH0877089A (en) 1994-09-02 1994-09-02 Transmission and reception processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6209958A JPH0877089A (en) 1994-09-02 1994-09-02 Transmission and reception processor

Publications (1)

Publication Number Publication Date
JPH0877089A true JPH0877089A (en) 1996-03-22

Family

ID=16581492

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6209958A Pending JPH0877089A (en) 1994-09-02 1994-09-02 Transmission and reception processor

Country Status (1)

Country Link
JP (1) JPH0877089A (en)

Similar Documents

Publication Publication Date Title
CN111246178B (en) Video processing method and device, storage medium and electronic device
US20070016908A1 (en) Parallel operation apparatus
GB2380834A (en) Thread ending method
JP2007058601A (en) Task execution device and method
US4313193A (en) Time division multiplex transmission apparatus
US5499348A (en) Digital processor capable of concurrently executing external memory access and internal instructions
JPH0877089A (en) Transmission and reception processor
KR20080014842A (en) A system and method for transmitting data
US9367496B2 (en) DMA transfer device and method
JP2002049497A (en) Data processing method and processor
JPH0818546A (en) Data communication equipment
JP3075650B2 (en) Packet transmission equipment for packet switching equipment
CN114328321B (en) Data sampling and communication method in encoder, single chip microcomputer and storage medium
EP1119141A1 (en) Real-time communication device and system
JPH09171494A (en) System for saving fault analytic information at communication protocol control part
JP2694774B2 (en) Program branch method
JP3324514B2 (en) Multiplex timer for frame multiplex protocol processing
JPH09305527A (en) Dma controller
JP2622405B2 (en) Serial interface
JP2000049836A (en) Data transmission system for ring-shaped network
JP2000324578A (en) Subscriber line signal receiving circuit
JPH05175996A (en) Distributed line selection method
JPH0313146A (en) Data receiver and data communication system
JPS6261142A (en) Data transfer control system
JPH0497416A (en) Control system for receiving buffer