JPH04240927A - Processing system for tdma reception data - Google Patents

Processing system for tdma reception data

Info

Publication number
JPH04240927A
JPH04240927A JP746291A JP746291A JPH04240927A JP H04240927 A JPH04240927 A JP H04240927A JP 746291 A JP746291 A JP 746291A JP 746291 A JP746291 A JP 746291A JP H04240927 A JPH04240927 A JP H04240927A
Authority
JP
Japan
Prior art keywords
storage buffer
data
reception data
received data
type
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
JP746291A
Other languages
Japanese (ja)
Inventor
Satoshi Miura
聡 三浦
Koji Oikawa
浩司 及川
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP746291A priority Critical patent/JPH04240927A/en
Publication of JPH04240927A publication Critical patent/JPH04240927A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To make the configuration of a reception data processing circuit available for general purpose and to realize the processing system of a TDMA reception data able to relieve the load of the software by using the hardware to identify a type of the reception data and designating a timing and an address required for identifying the reception data. CONSTITUTION:The system is provided with a processing unit 10, a storage buffer 20, a reception data identification means 30, and a storage buffer setting means 40. Then a type of a TDMA reception data is set to a reception data identification means 30 and the reception data is compared with a content of the reception data identification means 30 to identify the reception data and a storage buffer setting means 40 is set based on the result and the content of the storage buffer setting means 40 is read to output an address and an interrupt processing request signal of the storage buffer 20 into which the reception data is written thereby processing the reception data.

Description

【発明の詳細な説明】[Detailed description of the invention]

【0001】0001

【産業上の利用分野】本発明はTDMA受信データの処
理方式に関する。無線通信には、限られた無線周波数帯
域を有効利用するためにTDMA(Time Devi
sion Multiple Access)が広く使
用されている。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a TDMA received data processing method. For wireless communication, TDMA (Time Device) is used to effectively utilize the limited radio frequency band.
sion Multiple Access) is widely used.

【0002】かかるTDMA通信により送信するデータ
は多様化してきており、これに伴い受信したデータのデ
ータ処理も多様化してきており、その制御回路も複雑に
なってきている。このようなTDMA受信データの処理
を汎用性のある回路構成で行い、且つ処理装置の負荷を
できるだけ軽くし、効率的に行うことのできる受信デー
タ処理方式が要求されている。
[0002] The data transmitted through such TDMA communication has become more diverse, and the data processing of received data has also become more diverse, and its control circuits have also become more complex. There is a need for a received data processing method that can process such TDMA received data with a versatile circuit configuration, reduce the load on the processing device as much as possible, and perform the processing efficiently.

【0003】0003

【従来の技術】図3は従来例を説明する図であり、図中
の10は処理装置(以下MPUと称する)、20は格納
バッファ、31はシリアル/パラレル変換回路(以下S
/P変換回路と称する)、34は受信ID検出回路、3
5はフレームカウンタ、36はタイミング生成回路であ
る。
2. Description of the Related Art FIG. 3 is a diagram illustrating a conventional example. In the figure, 10 is a processing unit (hereinafter referred to as MPU), 20 is a storage buffer, and 31 is a serial/parallel conversion circuit (hereinafter referred to as S
/P conversion circuit), 34 is a reception ID detection circuit, 3
5 is a frame counter, and 36 is a timing generation circuit.

【0004】上述の従来例において、MPU10は各種
データ処理を行うものであり、格納バッファ20は受信
データを一時的に書き込んでおくものである。受信ID
検出回路34では受信データのフレームの先頭を検出す
る。この信号を基準としてフレームカウンタ35を動作
させ、そのカウント値から各種処理のタイミング、例え
ばリード/ライト、誤り検出の処理タイミングあるいは
格納バッファ20への書き込みアドレス等を出力する。
In the conventional example described above, the MPU 10 is used to process various data, and the storage buffer 20 is used to temporarily write received data. Reception ID
The detection circuit 34 detects the beginning of a frame of received data. The frame counter 35 is operated based on this signal, and the timing of various processes, such as read/write, error detection processing timing, or write address to the storage buffer 20, is output from the count value.

【0005】一方、受信データはS/P変換回路31に
より、シリアルデータからパラレルデータに変換された
後、タイミング生成回路36で生成したタイミング、ア
ドレスで格納バッファ20に書き込まれる。
On the other hand, the received data is converted from serial data to parallel data by the S/P conversion circuit 31, and then written to the storage buffer 20 at the timing and address generated by the timing generation circuit 36.

【0006】また、タイミング生成回路36で生成した
割込み信号IRQで、MPU10に割込みをかけソフト
ウェアに対して通知する。
[0006] Furthermore, an interrupt signal IRQ generated by the timing generation circuit 36 interrupts the MPU 10 and notifies the software.

【0007】[0007]

【発明が解決しようとする課題】上述の従来例において
は、データを受信するとそのデータの種別に関係なく受
信データを格納バッファ20の指定されるアドレスに格
納した後、MPU10のソフトウェアに対して受信デー
タの処理要求信号を発生して、データ処理をMPU10
のソフトウェアにより行っている。
[Problems to be Solved by the Invention] In the conventional example described above, when data is received, the received data is stored in a designated address of the storage buffer 20 regardless of the type of data, and then the software of the MPU 10 is instructed to receive the received data. The MPU 10 generates a data processing request signal and processes the data.
This is done using software.

【0008】したがって、上述の構成においては、受信
データの種別に無関係なくソフトウェアに対して割込み
信号IRQをかけることになり、MPU10のソフトウ
ェアによる処理の必要ないデータもソフトウェア処理を
されることになりソフトウェアの負荷が大きくなる。
Therefore, in the above configuration, the interrupt signal IRQ is applied to the software regardless of the type of received data, and data that does not need to be processed by the software of the MPU 10 is also processed by the software. load increases.

【0009】本発明は受信データ種別をハードウェアで
識別し、受信データ種別に必要なタイミング、アドレス
を指定することにより、受信データ処理回路の構成を汎
用化し、さらにソフトウェアの負荷を軽減できるTDM
A受信データの処理方式を実現しようとする。
[0009] The present invention is a TDM system that can generalize the configuration of a received data processing circuit and further reduce the software load by identifying the type of received data using hardware and specifying the timing and address necessary for the type of received data.
We are trying to realize a processing method for A received data.

【0010】0010

【課題を解決するための手段】図1は本発明の原理を説
明するブロック図である。図中の10は受信データの処
理を行う処理装置であり、20は受信データを一時的に
格納しておく格納バッファであり、30は受信データ種
別を書き込んでおき、受信データとの一致を検出してデ
ータ種別を識別する受信データ識別手段であり、40は
受信データ識別手段30の検出結果から、格納バッファ
20のデータの格納アドレスと処理装置10に対する割
込み要求信号IRQを発生する格納バッファ設定手段で
あり、TDMA受信データ種別を前記受信データ識別手
段30に書き込んでおき、受信データを受信データ識別
手段30の内容と比較して、受信データの種別を識別し
、その結果から格納バッファ設定手段40を設定し、格
納バッファ設定手段40の内容を読み出すことにより受
信データを書き込む格納バッファ20のアドレスおよび
割込み要求信号IRQを出力して受信データの処理を行
うことを特徴とする。この構成をとることにより受信デ
ータ処理回路の構成を汎用化し、さらにソフトウェアの
負荷を軽減できるTDMA受信データの処理方式が得ら
れる。
Means for Solving the Problems FIG. 1 is a block diagram illustrating the principle of the present invention. In the figure, 10 is a processing device that processes the received data, 20 is a storage buffer that temporarily stores the received data, and 30 is a storage buffer in which the received data type is written and a match with the received data is detected. 40 is a storage buffer setting unit that generates a data storage address in the storage buffer 20 and an interrupt request signal IRQ to the processing device 10 based on the detection result of the reception data identification unit 30. The type of TDMA received data is written in the received data identifying means 30, the received data is compared with the contents of the received data identifying means 30, the type of received data is identified, and the storage buffer setting means 40 is used based on the result. is set, and by reading the contents of the storage buffer setting means 40, the address of the storage buffer 20 into which the received data is written and an interrupt request signal IRQ are outputted to process the received data. By employing this configuration, a TDMA reception data processing method can be obtained which can generalize the configuration of the reception data processing circuit and further reduce the software load.

【0011】[0011]

【作用】受信データ識別手段30にはTDMA受信デー
タの種別を書き込んでおき、格納バッファ設定手段40
には、TDMA受信データの種別により指定される格納
バッファ20の書き込みアドレス、MPU10に対して
の割込み要求IRQを含む制御信号を書き込んでおく。
[Operation] The type of TDMA reception data is written in the reception data identification means 30, and the storage buffer setting means 40
A control signal including a write address of the storage buffer 20 designated by the type of TDMA received data and an interrupt request IRQ to the MPU 10 is written in the field.

【0012】この状態でTDMAデータを受信すると、
受信データ種別を受信データ識別手段30に書き込んで
あるデータ種別と比較し受信データ種別を識別する。受
信データが識別できると、その受信データ種別により格
納バッファ設定手段40を設定し、その内容を読み出す
ことにより、その受信データの種類毎に定められている
格納バッファ20の書き込みアドレス、処理のタイミン
グ、割込み要求信号IRQを発生させる。
[0012] When TDMA data is received in this state,
The received data type is compared with the data type written in the received data identifying means 30 to identify the received data type. When the received data can be identified, the storage buffer setting means 40 is set according to the type of the received data, and by reading the contents, the write address of the storage buffer 20 determined for each type of received data, processing timing, Generates an interrupt request signal IRQ.

【0013】したがってTDMA受信データの格納バッ
ファ20への書き込みをハードウェアの制御による汎用
的な構成の回路で行い、MPU10の割込み処理も必要
な受信データに対してのみ実行するのでソフトウェアの
負荷を軽減することが可能となる。
[0013] Therefore, the writing of TDMA reception data to the storage buffer 20 is performed by a circuit with a general-purpose configuration under hardware control, and the interrupt processing of the MPU 10 is executed only for necessary reception data, reducing the software load. It becomes possible to do so.

【0014】[0014]

【実施例】図2は本発明の実施例を説明する図である。 図2示す実施例は図1で説明した受信データ識別手段3
0としてS/P変換回路31、データ種別検出回路32
、カウンタ33と、格納バッファ設定手段40として格
納バッファ設定回路41と、図3の従来例で説明したと
同じMPU10および格納バッファ20から構成した例
である。
Embodiment FIG. 2 is a diagram illustrating an embodiment of the present invention. The embodiment shown in FIG. 2 is based on the received data identification means 3 explained in FIG.
0, the S/P conversion circuit 31 and the data type detection circuit 32
, a counter 33, a storage buffer setting circuit 41 as a storage buffer setting means 40, and the same MPU 10 and storage buffer 20 as explained in the conventional example of FIG.

【0015】S/P変換回路31はシフトレジスタより
構成されており、シリアル受信データを順次書き込み、
一定のタイミングでその出力を取り出すことによりS/
P変換を行っている。
The S/P conversion circuit 31 is composed of a shift register, and sequentially writes serial reception data.
By taking out the output at a certain timing, S/
Performing P conversion.

【0016】データ種別検出回路32はリードオンリメ
モリ(以下ROMと称する)から構成されており、RO
Mに受信するすべてのデータ種別を書き込んでおく。こ
の状態でS/P変換された受信データを入力し、ROM
の内容と比較することにより受信したデータの種別を識
別する。例えば、一致したデータのアドレスを出力する
ことによりデータ種別をカウンタ33および格納バッフ
ァ設定回路41に出力する。
The data type detection circuit 32 is composed of a read-only memory (hereinafter referred to as ROM).
Write all types of data to be received in M. In this state, input the S/P converted received data and store it in the ROM.
The type of received data is identified by comparing it with the content of the received data. For example, the data type is output to the counter 33 and the storage buffer setting circuit 41 by outputting the address of the matched data.

【0017】カウンタ33はデータ種別により定まる最
大データ長に対応するデータ量のカウントを行う。また
、格納バッファ設定回路41もROMから構成されてお
り、受信データの種別により指定されるアドレスのデー
タを読み出すことにより各種の制御信号(例えば、リー
ド/ライト信号、エラー検出タイミング、MPU10へ
の割込み要求信号IRQ等)を発生する。
The counter 33 counts the amount of data corresponding to the maximum data length determined by the data type. In addition, the storage buffer setting circuit 41 is also composed of a ROM, and by reading data at an address specified by the type of received data, various control signals (for example, read/write signals, error detection timing, interrupts to the MPU 10) are generated. A request signal IRQ, etc.) is generated.

【0018】格納バッファ20への受信データの書き込
みは、カウンタ33の出力と格納バッファ設定回路41
の出力から指定されるアドレスに、格納バッファ設定回
路41で発生した制御信号にしたがって行われる。
Writing of received data to the storage buffer 20 is performed using the output of the counter 33 and the storage buffer setting circuit 41.
The storage buffer setting circuit 41 generates a control signal at an address specified by the output of the storage buffer setting circuit 41.

【0019】格納バッファ20に書き込まれた受信デー
タは、MPU10への割込み要求信号IRQにより、M
PU10の記憶装置(図中省略)に取り込まれ、MPU
10のソフトウェアによる処理を開始する。
The received data written in the storage buffer 20 is sent to the MPU 10 by an interrupt request signal IRQ.
It is loaded into the storage device of PU10 (not shown in the figure), and the MPU
10 starts processing by the software.

【0020】しかし、受信データの種別によっては、M
PU10に対しての割込み処理が必要ないものもある。 このような受信データについては、データ種別を識別し
、格納バッファ設定回路41で制御信号を発生するとき
に、割込み要求信号IRQを発生させないようにしてお
き、MPU10が処理を行うことが必要な有効データの
みに対して割込み要求信号IRQを発生させ、割込み処
理を行うのでMPU10のソフトウェアの負荷を軽減で
きる。
However, depending on the type of received data, M
There are some that do not require interrupt processing for the PU 10. For such received data, when the data type is identified and the storage buffer setting circuit 41 generates a control signal, the interrupt request signal IRQ is not generated, and the valid data that needs to be processed by the MPU 10 is Since the interrupt request signal IRQ is generated only for data and interrupt processing is performed, the software load on the MPU 10 can be reduced.

【0021】[0021]

【発明の効果】本発明によれば、TDMA受信データの
種別をデータ種別検出回路にデータ種別を書き込んでお
き、その一致を検出してデータ種別を識別し、さらに格
納バッファへの書き込み制御をデータ種別毎に格納バッ
ファ設定回路に書き込んであるデータを読み出すことに
より発生する制御信号により行い、ハードウェア制御で
処理することにより汎用性のある回路構成とし、さらに
必要のない受信データに対してはMPUへの割込み要求
信号IRQを発生させないので、MPUのソフトウェア
の負荷を軽減できる。
According to the present invention, the data type of TDMA received data is written in the data type detection circuit, a match is detected to identify the data type, and the write control to the storage buffer is controlled based on the data type detection circuit. This is done using a control signal generated by reading out the data written to the storage buffer setting circuit for each type, and processing is performed by hardware control, resulting in a versatile circuit configuration.Furthermore, for unnecessary received data, the MPU Since no interrupt request signal IRQ is generated, the software load on the MPU can be reduced.

【図面の簡単な説明】[Brief explanation of the drawing]

【図1】  本発明の原理を説明するブロック図[Figure 1] Block diagram explaining the principle of the present invention

【図2
】  本発明の実施例を説明する図
[Figure 2
] Diagram explaining an embodiment of the present invention

【図3】  従来例
を説明する図
[Figure 3] Diagram explaining a conventional example

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

10  処理装置                 
   20  格納バッファ 30  受信データ識別手段          31
  S/P変換手段 32  データ種別検出回路          33
  カウンタ34  受信ID検出回路       
     35  フレームカウンタ 36  タイミング生成回路          40
  格納バッファ設定手段 41  格納バッファ設定回路
10 Processing device
20 Storage buffer 30 Received data identification means 31
S/P conversion means 32 Data type detection circuit 33
Counter 34 Reception ID detection circuit
35 Frame counter 36 Timing generation circuit 40
Storage buffer setting means 41 Storage buffer setting circuit

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】  ディジタル無線で使用されるTDMA
通信の受信データの処理方式であって、受信データの処
理を行う処理装置(10)と、受信データを一時的に格
納しておく格納バッファ(20)と、受信データ種別を
書き込んでおき、受信データとの一致を検出してデータ
種別を識別する受信データ識別手段(30)と、前記受
信データ識別手段(30)の検出結果から、前記格納バ
ッファ(20)のデータの格納アドレスと、前記処理装
置(10)に対する割り込み要求信号(IRQ)を発生
する格納バッファ設定手段(40)を備え、TDMA受
信データ種別を前記受信データ識別手段(30)に書き
込んでおき、受信データを前記受信データ識別手段(3
0)の内容と比較して、受信データの種別を識別し、そ
の結果から前記格納バッファ設定手段(40)を設定し
、前記格納バッファ設定手段(40)の内容を読み出す
ことにより、受信データを書き込む前記格納バッファ(
20)のアドレスおよび割り込み要求信号(IRQ)を
出力して受信データの処理を行うことを特徴とするTD
MA受信データの処理方式。
[Claim 1] TDMA used in digital radio
A method for processing received data in communication, which includes a processing device (10) that processes received data, a storage buffer (20) that temporarily stores received data, and a type of received data written therein. A received data identifying means (30) detects a match with the data and identifies the data type, and from the detection result of the received data identifying means (30), the storage address of the data in the storage buffer (20) and the processing It includes storage buffer setting means (40) for generating an interrupt request signal (IRQ) to the device (10), writes the TDMA reception data type in the reception data identification means (30), and stores the received data in the reception data identification means (30). (3
0), the type of received data is identified, the storage buffer setting means (40) is set based on the result, and the contents of the storage buffer setting means (40) are read. said storage buffer to write (
20) A TD characterized in that it processes received data by outputting an address and an interrupt request signal (IRQ).
MA reception data processing method.
JP746291A 1991-01-25 1991-01-25 Processing system for tdma reception data Withdrawn JPH04240927A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP746291A JPH04240927A (en) 1991-01-25 1991-01-25 Processing system for tdma reception data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP746291A JPH04240927A (en) 1991-01-25 1991-01-25 Processing system for tdma reception data

Publications (1)

Publication Number Publication Date
JPH04240927A true JPH04240927A (en) 1992-08-28

Family

ID=11666485

Family Applications (1)

Application Number Title Priority Date Filing Date
JP746291A Withdrawn JPH04240927A (en) 1991-01-25 1991-01-25 Processing system for tdma reception data

Country Status (1)

Country Link
JP (1) JPH04240927A (en)

Similar Documents

Publication Publication Date Title
US5594743A (en) Fifo buffer system having an error detection and correction device
US6567321B2 (en) Semiconductor memory device using dedicated command and address strobe signal and associated method
JPH04240927A (en) Processing system for tdma reception data
US5428801A (en) Data array conversion control system for controlling conversion of data arrays being transferred between two processing systems
KR970004088B1 (en) Digital signal processor for simultaneously processing left and right signals
US5479165A (en) Two-dimensional coding apparatus
JP3548943B2 (en) Interrupt control method
JPH06325565A (en) Fifo memory having count function
JP2888405B2 (en) Cyclic data control method
JPS61150056A (en) Direct memory access controller
JPH04123160A (en) Receiving data processing system
JP2508982B2 (en) In-device control method
JP2806151B2 (en) Frame correlation device
JPH04145539A (en) Data processor
JPH05151140A (en) Microcomputer
JPH0756758A (en) Data processor
JPS6288198A (en) Memory device
JPH0421149A (en) Dma data transmitting equipment
JPS6260329A (en) Digital signal detection system
JPH02306725A (en) Method and apparatus for code conversion
JPH05100817A (en) Memory circuit with data conversion function
JPH05260096A (en) Fifo memory for communication equipment
JPH04267450A (en) Data input control system
JPS6367604A (en) Process signal converter
JPH07193561A (en) System and device for synchronously processing format

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19980514