JP2006018610A - Digital data processing card and method for controlling digital data processing system - Google Patents

Digital data processing card and method for controlling digital data processing system Download PDF

Info

Publication number
JP2006018610A
JP2006018610A JP2004196073A JP2004196073A JP2006018610A JP 2006018610 A JP2006018610 A JP 2006018610A JP 2004196073 A JP2004196073 A JP 2004196073A JP 2004196073 A JP2004196073 A JP 2004196073A JP 2006018610 A JP2006018610 A JP 2006018610A
Authority
JP
Japan
Prior art keywords
interrupt
data processing
digital data
control unit
interrupt factor
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
JP2004196073A
Other languages
Japanese (ja)
Inventor
Mamoru Ebina
守 蝦名
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2004196073A priority Critical patent/JP2006018610A/en
Publication of JP2006018610A publication Critical patent/JP2006018610A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a digital data processing card that transmits an interrupt signal to a digital data processing host device in response to some cause of an interruption generated depending on an application program, thereby processing the cause of the interrupt. <P>SOLUTION: The digital data processing card includes a host interface control part in communication with the host device; at least one application module that generates the cause of an interruption requesting an interruption process; an interruption cause selecting part for setting at least one interruption cause selection register to set whether or not the interruption process based on the cause of the interruption is permitted; and an interruption signal control part that outputs an interruption signal to the host device through a host interface according to the occurrence of the cause of the interruption and the set condition of the interruption cause selection register that corresponds to the cause of the interruption. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、デジタルデータ処理カード、及びデジタルデータ処理システムの制御方法に関する。   The present invention relates to a digital data processing card and a control method for a digital data processing system.

近年、パーソナルコンピュータやAV(Audio Visual)機器等のデジタル機器が普及してきた。これらのデジタルデータ機器に多様な機能を付加するデジタルデータ処理カードが広く普及し、一般的になってきている。例えば、デジタルデータ処理カードに内蔵された半導体メモリにデジタルオーディオデータなどを記録し、携帯型のデジタルデータ処理ホスト機器で再生することが可能になる。
又、デジタルデータ処理カードに様々なアプリケーションを内蔵することにより、拡張された機能を有するデジタルデータ処理カードが登場してきている。デジタルデータ処理カードの機能が多様化するにつれて、デジタルデータホスト機器とデジタルデータ処理カードとの間で多様な情報の送受信が行われるようになってきた。
In recent years, digital devices such as personal computers and AV (Audio Visual) devices have become widespread. Digital data processing cards that add various functions to these digital data devices have become widespread and common. For example, digital audio data or the like can be recorded in a semiconductor memory built in a digital data processing card and can be reproduced by a portable digital data processing host device.
In addition, digital data processing cards having expanded functions have been introduced by incorporating various applications into the digital data processing card. As the functions of the digital data processing card are diversified, various kinds of information are transmitted and received between the digital data host device and the digital data processing card.

図9を用いて、デジタルデータ処理ホスト機器200及びデジタルデータ処理カード900を有する従来例のデジタルデータ処理システムを説明する。図9は、従来例のデジタルデータ処理システムの機能ブロック図である。
図9のデジタルデータ処理システムは、デジタルデータ処理ホスト機器200をマスターとし、デジタルデータ処理カード900をスレーブとするマスター/スレーブ方式の通信をシンクロナス方式で行う。デジタルデータ処理カード900とデジタルデータ処理ホスト機器200とは、デジタルデータ処理カード900を制御するためのデータ(コマンド、レスポンス、一部のデータ)を送受信するコマンド信号ライン(CMD)、例えばアプリケーションデータ等のデータを送受信する4本のデータ信号ライン(DATA[3:0])、及びコマンド信号やデータ信号等の基準信号となるクロックを送信するクロック信号ライン(CLK)で構成される信号線で接続され、アプリケーションデータ等の送受信を行う。
A conventional digital data processing system having a digital data processing host device 200 and a digital data processing card 900 will be described with reference to FIG. FIG. 9 is a functional block diagram of a conventional digital data processing system.
The digital data processing system of FIG. 9 performs master-slave communication using the digital data processing host device 200 as a master and the digital data processing card 900 as a slave in a synchronous method. The digital data processing card 900 and the digital data processing host device 200 send and receive data (command, response, partial data) for controlling the digital data processing card 900, such as application data. Connected by signal lines composed of four data signal lines (DATA [3: 0]) for transmitting and receiving data and a clock signal line (CLK) for transmitting a clock serving as a reference signal such as a command signal or a data signal The application data is transmitted and received.

図9において、デジタルデータ処理ホスト機器200は、カードインターフェース制御部151、割込信号受信部152、ホスト制御部153、アプリケーションデータ処理部154、割込解除信号生成部155を有する。
デジタルデータ処理カード900は、アプリケーションモジュール110、カード制御部111、アプリケーションデータ制御部112、割込信号制御部913、ホストインターフェース制御部115、データ蓄積制御部118、データ蓄積部119を有する。
In FIG. 9, the digital data processing host device 200 includes a card interface control unit 151, an interrupt signal receiving unit 152, a host control unit 153, an application data processing unit 154, and an interrupt release signal generating unit 155.
The digital data processing card 900 includes an application module 110, a card control unit 111, an application data control unit 112, an interrupt signal control unit 913, a host interface control unit 115, a data storage control unit 118, and a data storage unit 119.

デジタルデータ処理ホスト機器200の各機能ブロックを説明する。ホスト制御部153は、デジタルデータ処理ホスト機器200全体を制御する。アプリケーションデータ処理部154は、アプリケーションの実行に関しデジタルデータ処理システム全体を制御する。アプリケーションデータ処理部154は、コマンド信号ライン等の信号線を通じてデジタルデータ処理カード900に指令、及び被処理データ(「被処理アプリケーションデータ」と呼ぶ。)を伝送し、デジタルデータ処理カード900からこれを処理した結果(「処理結果アプリケーションデータ」と呼ぶ。)を取得する。他の外部装置から被処理アプリケーションデータをデジタルデータ処理カード900に入力しても良い。
カードインターフェース制御部151は、コマンド信号ライン等の信号線を通じてデジタルデータ処理カード900と通信を行う。割込信号受信部152は、デジタルデータ処理カード900から伝送された割込信号を検出して、ホスト制御部153に伝える。割込解除信号生成部155は、デジタルデータ処理ホスト機器200がデジタルデータ処理カード900から処理結果アプリケーションデータを取得した後、割込解除信号を発生する。
Each functional block of the digital data processing host device 200 will be described. The host control unit 153 controls the entire digital data processing host device 200. The application data processing unit 154 controls the entire digital data processing system with respect to execution of applications. The application data processing unit 154 transmits a command and data to be processed (referred to as “processed application data”) to the digital data processing card 900 through a signal line such as a command signal line. The processing result (referred to as “processing result application data”) is acquired. The application data to be processed may be input to the digital data processing card 900 from another external device.
The card interface control unit 151 communicates with the digital data processing card 900 through a signal line such as a command signal line. The interrupt signal receiving unit 152 detects the interrupt signal transmitted from the digital data processing card 900 and transmits it to the host control unit 153. The interrupt release signal generation unit 155 generates an interrupt release signal after the digital data processing host device 200 acquires the processing result application data from the digital data processing card 900.

デジタルデータ処理カード900の各機能ブロックを説明する。カード制御部111はデジタルデータ処理カード900内の各ブロックを制御する。ホストインターフェース制御部115は、コマンド信号ライン等の信号線を通じてデジタルデータ処理ホスト機器200と通信を行う。割込信号制御部913は、アプリケーションデータ制御部112の指令に基づき割込信号を生成する。
アプリケーションモジュール110は、カード制御部111の指令に基づき、被処理アプリケーションデータを入力して処理し、処理結果アプリケーションデータを出力する。
アプリケーションデータ制御部112は、デジタルデータ処理ホスト機器200から伝送された被処理アプリケーションデータをアプリケーションモジュール110に伝送し、アプリケーションモジュール110が生成した処理結果アプリケーションデータをデータ蓄積部119に格納し、データ蓄積部119から読み出した処理結果アプリケーションデータをデジタルデータ処理ホスト機器200に伝送する。データ蓄積制御部118はデータ蓄積部119の入出力制御を行う。データ蓄積部119は種々のデータを記憶する。
Each functional block of the digital data processing card 900 will be described. The card control unit 111 controls each block in the digital data processing card 900. The host interface control unit 115 communicates with the digital data processing host device 200 through a signal line such as a command signal line. The interrupt signal control unit 913 generates an interrupt signal based on a command from the application data control unit 112.
The application module 110 inputs and processes application data to be processed based on a command from the card control unit 111, and outputs processing result application data.
The application data control unit 112 transmits the processed application data transmitted from the digital data processing host device 200 to the application module 110, stores the processing result application data generated by the application module 110 in the data storage unit 119, and stores the data The processing result application data read from the unit 119 is transmitted to the digital data processing host device 200. The data accumulation control unit 118 performs input / output control of the data accumulation unit 119. The data storage unit 119 stores various data.

次に、上記構成のデジタルデータ処理システムの動作を説明する。デジタルデータ処理カード900が、内蔵するアプリケーションモジュール110に対応した被処理アプリケーションデータを受信し、処理結果アプリケーションデータをデジタルデータ処理ホスト機器200に送信する動作を説明する。
カード制御部111は、内蔵するアプリケーションモジュール110が対応する被処理アプリケーションデータを受信すると、受信した被処理アプリケーションデータをアプリケーションモジュール110に伝送する。アプリケーションモジュール110は、対応する被処理アプリケーションデータを入力して処理し、処理結果アプリケーションデータを生成する。
Next, the operation of the digital data processing system configured as described above will be described. An operation in which the digital data processing card 900 receives processed application data corresponding to the built-in application module 110 and transmits processing result application data to the digital data processing host device 200 will be described.
When the card control unit 111 receives the processed application data corresponding to the built-in application module 110, the card control unit 111 transmits the received processed application data to the application module 110. The application module 110 inputs and processes corresponding application data to be processed, and generates processing result application data.

アプリケーションデータ制御部112は、データ蓄積部119が処理結果アプリケーションデータを蓄積可能かどうかを、データ蓄積制御部118に問い合わせる。データ蓄積部119が処理結果アプリケーションデータを蓄積可能な場合、データ蓄積制御部118はデータ書込制御信号を生成し、データ書込制御信号を用いて、処理結果アプリケーションデータをデータ蓄積部119に蓄積する。
アプリケーションデータ制御部112は、被処理アプリケーションデータをデータ蓄積部119に蓄積した後、割込信号制御部913に指令を送り、割込み処理を起動させる。割込信号制御部913は内蔵するホスト割込レジスタをセットし、ホスト割込信号を生成して出力する。ホストインターフェース制御部114は、ホスト割込信号を入力して規定の伝送フォーマットに変換し、データ信号ライン(DATA1)を介して、デジタルデータ処理ホスト機器200に伝送する。「規定の伝送フォーマット」とは、デジタルデータ処理ホスト機器とデジタルデータ処理カードとの間の通信規格を意味する。
The application data control unit 112 inquires of the data storage control unit 118 whether the data storage unit 119 can store the processing result application data. When the data storage unit 119 can store the processing result application data, the data storage control unit 118 generates a data write control signal and stores the processing result application data in the data storage unit 119 using the data write control signal. To do.
The application data control unit 112 accumulates the application data to be processed in the data accumulation unit 119, and then sends a command to the interrupt signal control unit 913 to activate interrupt processing. The interrupt signal control unit 913 sets a built-in host interrupt register, generates and outputs a host interrupt signal. The host interface controller 114 receives the host interrupt signal, converts it into a prescribed transmission format, and transmits it to the digital data processing host device 200 via the data signal line (DATA1). “Prescribed transmission format” means a communication standard between a digital data processing host device and a digital data processing card.

デジタルデータ処理ホスト機器200において、カードインターフェース制御部151は、デジタルデータ処理カード900から送られたホスト割込信号を入力し、規定の伝送フォーマットデータから内部伝送用のデータに変換する。割込信号受信部152は、データ変換されたホスト割込信号を入力し、デジタルデータ処理カード900からの割込要求を検出し、ホスト制御部153へ通知する。
ホスト割込信号の要求内容はアプリケーションモジュール110に応じて決まっている。図9の従来例においては処理結果アプリケーションデータの送信要求である。ホスト制御部153は、処理結果アプリケーションデータの送信要求のコマンドを生成することをアプリケーションデータ処理部154に命令する。アプリケーションデータ処理部154は、処理結果アプリケーションデータ送信要求コマンドを生成する。カードインターフェース制御部151は、処理結果アプリケーションデータ送信要求コマンドを規定の伝送フォーマットに変換し、コマンド信号ライン(CMD)を介してデジタルデータ処理カード900に送信する。処理結果アプリケーションデータ送信要求コマンドは、割込解除信号生成部155へも送信される。
In the digital data processing host device 200, the card interface control unit 151 receives the host interrupt signal sent from the digital data processing card 900, and converts the specified transmission format data into data for internal transmission. The interrupt signal receiving unit 152 receives the host interrupt signal after data conversion, detects an interrupt request from the digital data processing card 900, and notifies the host control unit 153 of the interrupt request.
The request content of the host interrupt signal is determined according to the application module 110. In the conventional example of FIG. 9, it is a transmission request for processing result application data. The host control unit 153 instructs the application data processing unit 154 to generate a command for requesting transmission of processing result application data. The application data processing unit 154 generates a processing result application data transmission request command. The card interface control unit 151 converts the processing result application data transmission request command into a prescribed transmission format and transmits it to the digital data processing card 900 via the command signal line (CMD). The processing result application data transmission request command is also transmitted to the interrupt cancellation signal generation unit 155.

デジタルデータ処理カード900のホストインターフェース制御部114は、デジタルデータ処理ホスト機器200から送られた処理結果アプリケーションデータ送信要求コマンドを受信し、規定の伝送フォーマットデータから内部伝送用のデータに変換し、アプリケーションデータ制御部112へ送る。処理結果アプリケーションデータ送信要求コマンドを受信したアプリケーションデータ制御部112は、データ蓄積部115に蓄積している処理結果アプリケーションデータを読み出す。ホストインターフェース制御部115は、データ蓄積部115から読み出された処理結果アプリケーションデータを入力し、規定の伝送フォーマットに変換し、伝送データバスの4本又は1本のデータ信号ライン(DATA)を介して、デジタルデータ処理ホスト機器200に送信する。
デジタルデータ処理ホスト機器200のカードインターフェース制御部151は、デジタルデータ処理カード900から送られた処理結果アプリケーションデータを入力して、規定の伝送フォーマットデータから内部伝送用のデータに変換し、アプリケーションデータ処理部154に伝送する。アプリケーションデータ処理部154は処理結果アプリケーションデータを処理する。
The host interface control unit 114 of the digital data processing card 900 receives the processing result application data transmission request command sent from the digital data processing host device 200, converts the specified transmission format data into data for internal transmission, The data is sent to the data control unit 112. Upon receiving the processing result application data transmission request command, the application data control unit 112 reads out the processing result application data stored in the data storage unit 115. The host interface control unit 115 inputs the processing result application data read from the data storage unit 115, converts it into a specified transmission format, and passes through four or one data signal line (DATA) of the transmission data bus. To the digital data processing host device 200.
The card interface control unit 151 of the digital data processing host device 200 receives the processing result application data sent from the digital data processing card 900, converts the specified transmission format data into data for internal transmission, and performs application data processing. To the unit 154. The application data processing unit 154 processes the processing result application data.

デジタルデータ処理ホスト機器200が処理結果アプリケーションデータ送信要求コマンドを送信した後、処理結果アプリケーションデータ送信要求コマンドを受信した割込解除信号生成部155は、割込解除コマンドを生成する。カードインターフェース制御部151は、割込解除コマンドを入力し、規定の伝送フォーマットに変換し、コマンド信号ライン(CMD)を介して、デジタルデータ処理カード900に送信する。
ホストインターフェース制御部114は、デジタルデータ処理ホスト機器200から送られてきた割込解除コマンドを入力し、規定の伝送フォーマットデータから内部伝送用のデータに変換し、割込信号制御部913に送る。割込信号制御部913は、割込解除コマンドを入力して、セット状態になっているホスト割込レジスタを解除する。
特開平11−298450公報
After the digital data processing host device 200 transmits the processing result application data transmission request command, the interrupt cancellation signal generation unit 155 that has received the processing result application data transmission request command generates an interrupt cancellation command. The card interface control unit 151 inputs an interrupt cancel command, converts it into a prescribed transmission format, and transmits it to the digital data processing card 900 via a command signal line (CMD).
The host interface control unit 114 receives the interrupt release command sent from the digital data processing host device 200, converts the specified transmission format data into data for internal transmission, and sends it to the interrupt signal control unit 913. The interrupt signal control unit 913 inputs an interrupt cancel command, and cancels the host interrupt register in the set state.
JP 11-298450 A

デジタルデータ処理カードには、機能拡張のための様々なアプリケーション機能を付加することが可能である。
しかしながら、新たなアプリケーション機能を付加した又は既存のアプリケーションの機能を向上させたデジタルデータ処理カードを開発する場合に、アプリケーションによっては、デジタルデータ処理カードが、アプリケーションに特有の新たな割込処理をデジタルデータ処理ホスト機器に要求する割込信号を送信したいことがある。しかし、例えばICに組み込まれた従来の割込信号制御部は、一定の割込要因に基づいてしか割込信号を送信しなかった。デジタルデータ処理カードの割込信号制御部を新たに設計し直すとすれば、人的及び金銭的な開発投資と開発期間とが必要であり、新製品の発売時期が遅れるという問題があった。
Various application functions for function expansion can be added to the digital data processing card.
However, when developing a digital data processing card that adds new application functions or improves the functions of existing applications, depending on the application, the digital data processing card may digitalize new interrupt processing specific to the application. Sometimes you want to send an interrupt signal to a data processing host device. However, for example, a conventional interrupt signal control unit incorporated in an IC transmits an interrupt signal only based on a certain interrupt factor. If the interrupt signal control unit of the digital data processing card is newly designed, human and financial development investment and a development period are required, and there is a problem that the release time of a new product is delayed.

本発明は、上述の問題を鑑みてなされたものであり、アプリケーションプログラムに応じて発生した任意の割込要因により割込信号をデジタルデータ処理ホスト機器に送信して、割込要因を処理するデジタルデータ処理カードを提供することを目的とする。
本発明は、アプリケーションプログラムに応じて発生した任意の割込要因により割込信号を送受信して、割込要因を処理するデジタルデータ処理カード及びデジタルデータ処理ホスト機器を有するデジタルデータ処理システムの制御方法を提供することを目的とする。
本発明は、拡張性のある割込処理機能を有するデジタルデータ処理カード及びデジタルデータ処理システムを提供することを目的とする。
本発明は、アプリケーションレベルで割込処理機能を任意に設定可能なデジタルデータ処理カード及びデジタルデータ処理システムの制御方法を提供することを目的とする。
The present invention has been made in view of the above-described problems, and transmits an interrupt signal to a digital data processing host device by an arbitrary interrupt factor generated according to an application program, and processes the interrupt factor. The object is to provide a data processing card.
The present invention relates to a method for controlling a digital data processing system having a digital data processing card and a digital data processing host device for transmitting / receiving an interrupt signal by an arbitrary interrupt factor generated according to an application program and processing the interrupt factor The purpose is to provide.
It is an object of the present invention to provide a digital data processing card and a digital data processing system having a scalable interrupt processing function.
An object of the present invention is to provide a digital data processing card and a control method for a digital data processing system in which an interrupt processing function can be arbitrarily set at an application level.

上記の課題を解決するため、本発明は下記の構成を有する。本発明の請求項1に記載のデジタルデータ処理カードは、ホスト機器との間で通信を行うホストインターフェース制御部と、割込処理を要求する割込要因を発生する少なくとも1つのアプリケーションモジュールと、割込要因に基づく割込処理を許可するか否かを設定する少なくとも1つの割込要因選択レジスタを有する書き換え可能なメモリと、前記割込要因の発生及び前記割込要因に対応する前記割込要因選択レジスタの設定状態に基づいて、前記ホストインターフェースを通じてホスト機器に割込信号を出力する割込信号制御部と、を有することを特徴とする。   In order to solve the above problems, the present invention has the following configuration. According to a first aspect of the present invention, there is provided a digital data processing card comprising: a host interface controller that communicates with a host device; at least one application module that generates an interrupt factor that requests interrupt processing; A rewritable memory having at least one interrupt factor selection register for setting whether or not to allow interrupt processing based on an interrupt factor, the generation of the interrupt factor, and the interrupt factor corresponding to the interrupt factor And an interrupt signal control unit that outputs an interrupt signal to a host device through the host interface based on a setting state of a selection register.

従来のデジタルデータ処理カードは、一定の要因に基づいて割込処理を実行しており、アプリケーションに応じて割込要因を変更するフレキシビリティを有していなかった。
本発明のデジタルデータ処理カードは、書き換え可能なメモリに格納されたデータを書き換えることにより、アプリケーションに応じて任意の割込要因について割込処理を許可若しくは禁止することが出来る。デジタルデータ処理カードが内蔵するプログラムを実行して割込処理の許可若しくは禁止の設定を書き換えても良く、ホスト機器がデジタルデータ処理カードに割込処理の許可若しくは禁止の設定の書き換えデータを添付した書き換えコマンドを送って設定を書き換えても良い。
「書き換え可能なメモリ」は、例えばRAM、フラッシュメモリ、S−Rフリップフロップ等である。
Conventional digital data processing cards execute interrupt processing based on certain factors, and do not have the flexibility to change interrupt factors depending on the application.
The digital data processing card of the present invention can permit or prohibit interrupt processing for any interrupt factor depending on the application by rewriting data stored in a rewritable memory. You may rewrite the permission / prohibition setting of interrupt processing by executing a program built in the digital data processing card, and the host device attached rewrite data of permission / prohibition setting of interrupt processing to the digital data processing card. The setting may be rewritten by sending a rewrite command.
The “rewritable memory” is, for example, a RAM, a flash memory, an S-R flip-flop, or the like.

本発明の請求項2に記載のデジタルデータ処理カードは、ホスト機器との間で通信を行うホストインターフェース制御部と、割込処理を要求する割込要因を発生する少なくとも1つのアプリケーションモジュールと、複数のアドレスにそれぞれの割込要因に基づいてセットされる割込要因レジスタと、アドレス値を記憶するアドレス値記憶部と、を有する書き換え可能なメモリと、前記アドレス値記憶部に記憶されているアドレス値で指定される前記割込要因レジスタがセットされた場合に、前記ホストインターフェースを通じてホスト機器に割込信号を出力する割込信号制御部と、を有することを特徴とする。   According to a second aspect of the present invention, there is provided a digital data processing card comprising: a host interface controller that communicates with a host device; at least one application module that generates an interrupt factor that requests an interrupt process; A rewritable memory having an interrupt factor register set to each address based on each interrupt factor, an address value storage unit for storing an address value, and an address stored in the address value storage unit And an interrupt signal control unit that outputs an interrupt signal to a host device through the host interface when the interrupt factor register designated by a value is set.

従来のデジタルデータ処理カードにおいては、例えば割込信号制御部が8つの割込要因レジスタを有していれば、8つの割込要因レジスタは8つの一定の割込要因のみに応答した。割込信号制御部に、それ以外の割込要因に基づいて割込信号を出力させることは出来なかった。
本発明のデジタルデータ処理カードにおいては、例えば割込信号制御部がアドレス値記憶部に記憶されている8つのアドレスで指定される割込要因に応答する。アドレス値記憶部に記憶されているアドレスを書き換えることにより、任意の要因に基づいて割込信号を出力出来る。
本発明のデジタルデータ処理カードは、書き換え可能なメモリに格納されたデータを書き換えることにより、アプリケーションに応じて任意の割込要因に基づき割込処理を行うことが出来る。デジタルデータ処理カードが内蔵するプログラムを実行して割込要因を書き換えても良く、ホスト機器がデジタルデータ処理カードに割込要因の書き換えデータを添付した書き換えコマンドを送って割込要因を書き換えても良い。
典型的には、「アドレス値」は、選択された割込要因レジスタのアドレス値であるが、間接的に選択された割込要因レジスタのアドレス値を特定する値であっても良い。
In the conventional digital data processing card, for example, if the interrupt signal control unit has eight interrupt factor registers, the eight interrupt factor registers respond to only eight constant interrupt factors. The interrupt signal control unit could not output an interrupt signal based on other interrupt factors.
In the digital data processing card of the present invention, for example, the interrupt signal control unit responds to an interrupt factor designated by eight addresses stored in the address value storage unit. By rewriting the address stored in the address value storage unit, an interrupt signal can be output based on an arbitrary factor.
The digital data processing card of the present invention can perform an interrupt process based on an arbitrary interrupt factor according to an application by rewriting data stored in a rewritable memory. The interrupt factor may be rewritten by executing the program built in the digital data processing card, or the interrupt factor may be rewritten by the host device sending a rewrite command with the interrupt factor rewrite data attached to the digital data processing card. good.
Typically, the “address value” is the address value of the selected interrupt factor register, but may be a value that specifies the address value of the indirectly selected interrupt factor register.

本発明の請求項3に記載のデジタルデータ処理カードは、前記書き換え可能なメモリは、複数のアドレスにそれぞれの割込要因に基づく割込処理を許可するか否かを設定する割込要因選択レジスタを更に有し、前記アドレス値記憶部に記憶されているアドレス値で指定される前記割込要因選択レジスタが割込を禁止している場合に、対応する前記割込要因が発生しても、前記割込信号制御部はホスト機器に割込信号を出力しない、ことを特徴とする請求項2に記載のデジタルデータ処理カードである。
割込要因選択レジスタが割込を禁止している場合、割込要因レジスタが割込要因の発生によってセットされないようにしても良く、割込要因レジスタがセットされても割込信号制御部が割込信号を出力しないようにしても良い。
The digital data processing card according to claim 3 of the present invention, wherein the rewritable memory sets whether or not to permit interrupt processing based on each interrupt factor to a plurality of addresses. And when the interrupt factor selection register specified by the address value stored in the address value storage unit prohibits the interrupt, even if the corresponding interrupt factor occurs, The digital data processing card according to claim 2, wherein the interrupt signal control unit does not output an interrupt signal to a host device.
If the interrupt factor selection register disables interrupts, the interrupt factor register may not be set when an interrupt factor is generated, and the interrupt signal control unit will not interrupt even if the interrupt factor register is set. The output signal may not be output.

本発明の請求項4に記載のデジタルデータ処理カードは、前記割込要因選択レジスタ、又は前記割込要因レジスタ及び前記アドレス値記憶部を有する書き換え可能なメモリが、RAM又はフラッシュメモリであることを特徴とする請求項1から請求項3のいずれかの請求項に記載のデジタルデータ処理カードである。
従来は、割込信号制御部には限られた数の割込要因レジスタしか設けることが出来なかった。RAM又はフラッシュメモリ内に割込要因レジスタを設けることにより(RAM又はフラッシュメモリのビット数(容量)は、一般に専用割込要因レジスタの数よりもはるかに大きい。)、任意の数の割込要因レジスタを設けることが出来る。
In the digital data processing card according to claim 4 of the present invention, the rewritable memory having the interrupt factor selection register or the interrupt factor register and the address value storage unit is a RAM or a flash memory. The digital data processing card according to claim 1, wherein the digital data processing card is a digital data processing card.
Conventionally, only a limited number of interrupt factor registers can be provided in the interrupt signal control unit. By providing an interrupt factor register in the RAM or flash memory (the number of bits (capacity) of the RAM or flash memory is generally much larger than the number of dedicated interrupt factor registers), any number of interrupt factors A register can be provided.

本発明の請求項5に記載のデジタルデータ処理カードは、前記書き換え可能なメモリは、前記アドレス値記憶部に記憶するアドレス値及び前記割込要因選択レジスタの設定値のうちの少なくとも1つの初期値を記憶する不揮発性メモリを有し、デジタルデータ処理カードの起動時に、前記書き換え可能なメモリから自動的に前記初期値を読み出して、前記アドレス値記憶部の設定値をアドレス値として設定し、又は前記割込要因選択レジスタの設定値を初期値に設定する、ことを特徴とする請求項1から請求項4のいずれかの請求項に記載のデジタルデータ処理カードである。
初期値を不揮発性メモリに記憶し、起動時(電源ON時)に初期値をレジスタ等に設定することにより、電源をOFFしてもレジスタ等の設定値を維持できる。好ましくは、初期値と、現在の設定値とを別個に任意に書き換えできるようにする。
The digital data processing card according to claim 5 of the present invention is such that the rewritable memory has at least one initial value of an address value stored in the address value storage unit and a set value of the interrupt factor selection register. The initial value is automatically read from the rewritable memory when the digital data processing card is activated, and the set value of the address value storage unit is set as an address value, or The digital data processing card according to any one of claims 1 to 4, wherein a set value of the interrupt factor selection register is set to an initial value.
By storing the initial value in a nonvolatile memory and setting the initial value in a register or the like at startup (when the power is turned on), the set value of the register or the like can be maintained even when the power is turned off. Preferably, the initial value and the current set value can be arbitrarily rewritten separately.

本発明の請求項6に記載のデジタルデータ処理カードは、前記ホストインターフェースがホスト機器から送信された割込要因の情報を問い合わせるコマンドを受信した場合は、セットされた前記割込要因レジスタのアドレスに基づいて生成された割込要因の情報を含むレスポンスを、前記ホスト機器に伝送することを特徴とする請求項2に記載のデジタルデータ処理カードである。
ホスト機器は、デジタルデータ処理カードから割込要因の情報を取得出来る故に、多数の割込要因に基づいて割込信号が伝送される場合にも、割込要因に応じて適切な処理を実行することが出来る。
In the digital data processing card according to claim 6 of the present invention, when the host interface receives a command for inquiring about interrupt factor information transmitted from the host device, the digital data processing card is set to the address of the interrupt factor register set. 3. The digital data processing card according to claim 2, wherein a response including interrupt factor information generated based on the response is transmitted to the host device.
Since the host device can acquire the interrupt factor information from the digital data processing card, even when an interrupt signal is transmitted based on a number of interrupt factors, the host device executes an appropriate process according to the interrupt factor. I can do it.

本発明の請求項7に記載のデジタルデータ処理カードは、パスワード検証部を更に有し、前記書き換え可能なメモリは固有の値である第1のパスワードを記憶し、ホスト機器から伝送された第2のパスワードと、前記初期値、前記割込要因選択レジスタの設定値、及び前記アドレス値記憶部に記憶された前記アドレス値のうちのいずれかの書き換えデータと、前記書き換えデータの書き込み命令と、を含むコマンドを受信した時、前記パスワード検証部が前記第1のパスワードと前記第2のパスワードとを比較し、両者が一致した場合に、前記書き換えデータを前記書き換え可能なメモリに書き込むことを特徴とする請求項1から請求項6のいずれかの請求項に記載のデジタルデータ処理カードである。
上記の構成により、第三者が勝手に設定を書き換えて、デジタルデータ処理カードが機能不全になることを防止できる。
好ましくは、第1のパスワードは、上記の設定値等を書き換えるための専用のパスワードである。第1のパスワードは、所定の認定を受けたメーカーのみに知らされる。
The digital data processing card according to claim 7 of the present invention further includes a password verification unit, wherein the rewritable memory stores a first password that is a unique value and is transmitted from the host device. Password, the initial value, the set value of the interrupt factor selection register, and the rewrite data of any of the address values stored in the address value storage unit, and the rewrite data write command, The password verification unit compares the first password and the second password when a command including the command is received, and writes the rewritten data in the rewritable memory when they match. A digital data processing card according to any one of claims 1 to 6.
With the above configuration, it is possible to prevent the digital data processing card from malfunctioning due to a third party rewriting the settings without permission.
Preferably, the first password is a dedicated password for rewriting the set value or the like. The first password is notified only to a manufacturer who has received a predetermined certification.

本発明の請求項8に記載のデジタルデータ処理カードは、前記パスワード検証部は乱数発生部を更に有し、前記パスワード検証部が前記第1のパスワードと前記第2のパスワードとを比較する毎に、前記乱数発生部が前記第1のパスワードを書き換えることを特徴とする請求項7に記載のデジタルデータ処理カードである。
本発明により、第三者が勝手に設定を書き換えることを更に防止できる。
In the digital data processing card according to claim 8 of the present invention, the password verification unit further includes a random number generation unit, and each time the password verification unit compares the first password and the second password. The digital data processing card according to claim 7, wherein the random number generator rewrites the first password.
According to the present invention, it is possible to further prevent a third party from rewriting the settings without permission.

本発明の請求項9に記載のデジタルデータ処理システムの制御方法は、相互に通信を行うホスト機器と、割込要因を発生する1つ又は複数のアプリケーションモジュールを有するデジタルデータ処理カードと、を有するデジタルデータ処理システムの制御方法であって、前記アプリケーションモジュールが発生した割込要因に基づいて、前記デジタルデータ処理カードが割込状態を設定する割込状態設定ステップと、前記デジタルデータ処理カードが、割込信号を前記ホスト機器に送信する第1の送信ステップと、前記ホスト機器が、受信した割込信号に基づいて割込要因を問い合わせるコマンドを前記デジタルデータ処理カードに送信する割込要因問い合わせステップと、前記デジタルデータ処理カードが前記割込要因の問い合わせコマンドを受信し、割込状態に基づいて割込要因の情報を含むレスポンスを生成し、前記レスポンスを前記ホスト機器に送信する第2の送信ステップと、前記ホスト機器が、受信した割込要因の情報を含む前記レスポンスに基づいて生成したデータ処理のコマンドを前記デジタルデータ処理カードに送信するデータ処理要求ステップと、前記デジタルデータ処理カードが前記コマンドによって指定されるデータ処理を実行するデータ処理ステップと、前記ホスト機器が、割込状態の解除を指令するコマンドを前記デジタルデータ処理カードに送信する割込解除要求ステップと、前記デジタルデータ処理カードが、前記割込状態の解除を指令するコマンドを受信して、割込状態を解除する割込状態解除ステップと、を有することを特徴とする。
本発明は、割込要因が発生した場合に、デジタルデータ処理カードとホスト機器とが割込処理に関する情報を適切に交換し、割込処理を実行するデジタルデータ処理システムの制御方法を実現する。
According to a ninth aspect of the present invention, there is provided a digital data processing system control method comprising: a host device that communicates with each other; and a digital data processing card having one or more application modules that generate interrupt factors. A control method for a digital data processing system, wherein the digital data processing card sets an interrupt state based on an interrupt factor generated by the application module, and the digital data processing card, A first transmission step of transmitting an interrupt signal to the host device; and an interrupt factor inquiry step of transmitting a command for inquiring an interrupt factor based on the received interrupt signal to the digital data processing card. And the digital data processing card issues an inquiry command for the interrupt factor. , A second transmission step of generating a response including interrupt factor information based on the interrupt status and transmitting the response to the host device, and the interrupt factor information received by the host device A data processing request step for transmitting a data processing command generated based on the response including the response to the digital data processing card; a data processing step for executing data processing specified by the command by the digital data processing card; The host device receives an interrupt cancel request step for transmitting a command for canceling the interrupt state to the digital data processing card, and the digital data processing card receives a command for canceling the interrupt state. And an interrupt state canceling step for canceling the interrupt state.
The present invention realizes a control method of a digital data processing system in which, when an interrupt factor occurs, the digital data processing card and the host device appropriately exchange information regarding the interrupt processing and execute the interrupt processing.

本発明は、例えば、デジタルデータ処理カードの使用目的によれば、機能を拡張するための内蔵するアプリケーションモジュールの機能に応じて、割込信号制御機能を拡張させることが可能となり、拡張割込信号制御機能にアクセスするためのアドレスや拡張割込要因の数を任意に設定できる。これにより、デジタルデータ処理カードのアプリケーション規格の変更や更新に対応できるという長所を有する。
又、本発明は、例えば、デジタルデータ処理カードの使用目的によれば、機能を拡張するための内蔵するアプリケーションモジュールの機能に応じて、レジスタ機能の設定データを任意に設定することが可能となり、マイコンなどの制御素子を内蔵しないデジタルデータ処理カードにおいても、デジタルデータ処理カードのアプリケーション規格の変更や更新に対応できるという長所を有する。
According to the present invention, for example, according to the purpose of use of the digital data processing card, the interrupt signal control function can be expanded according to the function of the built-in application module for expanding the function. The address for accessing the control function and the number of extended interrupt factors can be set arbitrarily. This has the advantage of being able to cope with changes and updates to application standards for digital data processing cards.
In addition, according to the present invention, for example, according to the purpose of use of the digital data processing card, it is possible to arbitrarily set the register function setting data according to the function of the built-in application module for extending the function. Even in a digital data processing card that does not include a control element such as a microcomputer, the digital data processing card has an advantage that it can cope with a change or update of application standards of the digital data processing card.

又、本発明は、例えば、デジタルデータ処理カードの使用目的によれば、機能を拡張するための内蔵するアプリケーションモジュールの機能に応じて、蓄積するアドレスデータやレジスタ設定データを書き換えることが可能である。しかも、その蓄積データの書き換えを制限することが可能となり、アプリケーション規格の変更や更新に対応できるという長所と、蓄積データの保護に対応できるという長所を有する。   Further, according to the present invention, for example, according to the purpose of use of the digital data processing card, it is possible to rewrite the stored address data and register setting data according to the function of the built-in application module for expanding the function. . In addition, it is possible to limit the rewriting of the stored data, and it has an advantage that it can cope with a change or update of the application standard and an advantage that it can correspond to the protection of the stored data.

本発明によれば、アプリケーションプログラムに応じて発生した任意の割込要因により割込信号をデジタルデータ処理ホスト機器に送信して、割込要因を処理するデジタルデータ処理カードを実現出来るという有利な効果が得られる。
本発明によれば、アプリケーションプログラムに応じて発生した任意の割込要因により割込信号を送受信して、割込要因を処理するデジタルデータ処理カード及びデジタルデータ処理ホスト機器を有するデジタルデータ処理システムの制御方法を実現出来るという有利な効果が得られる。
本発明によれば、拡張性のある割込処理機能を有するデジタルデータ処理カード及びデジタルデータ処理システムを実現出来るという有利な効果が得られる。
本発明によれば、アプリケーションレベルで割込処理機能を任意に設定可能なデジタルデータ処理カード及びデジタルデータ処理システムの制御方法を実現出来るという有利な効果が得られる。
According to the present invention, it is possible to realize a digital data processing card that transmits an interrupt signal to a digital data processing host device by an arbitrary interrupt factor generated according to an application program, and processes the interrupt factor. Is obtained.
According to the present invention, there is provided a digital data processing system having a digital data processing card and a digital data processing host device for transmitting and receiving an interrupt signal by an arbitrary interrupt factor generated according to an application program and processing the interrupt factor. An advantageous effect of realizing the control method is obtained.
According to the present invention, it is possible to obtain an advantageous effect that a digital data processing card and a digital data processing system having a scalable interrupt processing function can be realized.
According to the present invention, it is possible to obtain an advantageous effect that a digital data processing card and a digital data processing system control method capable of arbitrarily setting an interrupt processing function at an application level can be realized.

以下、本発明に係るデジタルデータ処理システムのデジタルデータ処理カードの実施例について、図面を用いて説明する。   Embodiments of a digital data processing card of a digital data processing system according to the present invention will be described below with reference to the drawings.

《実施例1》
図1〜6を用いて、本発明の実施例1のデジタルデータ処理ホスト機器及びデジタルデータ処理カードを有するデジタルデータ処理システムを説明する。
デジタルデータ処理システムは、デジタルデータ処理カード100(図1)とデジタルデータ処理ホスト機器200とで構成される。デジタルデータ処理ホスト機器200をマスターとし、デジタルデータ処理カード100をスレーブとするマスター/スレーブ方式の通信をシンクロナス方式で行う。デジタルデータ処理カード100とデジタルデータ処理ホスト機器200とは、デジタルデータ処理カード100を制御するためのデータ(コマンド、レスポンス、一部のデータ)を送受信するコマンド信号ライン(CMD)、例えばアプリケーションデータ等のデータを送受信する4本のデータ信号ライン(DATA[3:0])、及びコマンド信号やデータ信号等の基準信号となるクロックを送信するクロック信号ライン(CLK)で構成される信号線で接続され、アプリケーションデータ等の送受信を行う。
Example 1
A digital data processing system having a digital data processing host device and a digital data processing card according to a first embodiment of the present invention will be described with reference to FIGS.
The digital data processing system includes a digital data processing card 100 (FIG. 1) and a digital data processing host device 200. Master / slave communication is performed in a synchronous manner using the digital data processing host device 200 as a master and the digital data processing card 100 as a slave. The digital data processing card 100 and the digital data processing host device 200 have a command signal line (CMD) for transmitting / receiving data (command, response, partial data) for controlling the digital data processing card 100, such as application data. Connected by signal lines composed of four data signal lines (DATA [3: 0]) for transmitting and receiving data and a clock signal line (CLK) for transmitting a clock serving as a reference signal such as a command signal or a data signal The application data is transmitted and received.

図1及び図2を参照にしながら、本発明の実施例1のデジタルデータ処理カードの構成を説明する。図1は、本発明の実施例1のデジタルデータ処理カード100の構成を示す機能ブロック図である。
デジタルデータ処理カード100は、アプリケーションモジュール110(実施例においては無線通信モジュールである。)、カード制御部111、アプリケーションデータ制御部112、割込信号制御部113、レジスタ制御部114、ホストインターフェース制御部115、カード初期化制御部116、パスワード制御部117、データ蓄積制御部118及びデータ蓄積部119を備えている。
従来例と比較して、実施例のデジタル処理カード100は、アプリケーションモジュール110に応じて任意の割込要因に基づく割込信号を発生すること、及び割込信号の出力を許可するか否かを各割込要因毎に設定出来ることを特徴とする。実施例のデジタルデータ処理カードはフラッシュメモリであるデータ蓄積部119を有し、メモリカードでもある。
The configuration of the digital data processing card according to the first embodiment of the present invention will be described with reference to FIGS. 1 and 2. FIG. 1 is a functional block diagram showing the configuration of the digital data processing card 100 according to the first embodiment of the present invention.
The digital data processing card 100 is an application module 110 (a wireless communication module in the embodiment), a card control unit 111, an application data control unit 112, an interrupt signal control unit 113, a register control unit 114, and a host interface control unit. 115, a card initialization control unit 116, a password control unit 117, a data storage control unit 118, and a data storage unit 119.
Compared with the conventional example, the digital processing card 100 according to the embodiment determines whether to generate an interrupt signal based on an arbitrary interrupt factor according to the application module 110 and whether to permit the output of the interrupt signal. It can be set for each interrupt factor. The digital data processing card of the embodiment has a data storage unit 119 that is a flash memory, and is also a memory card.

本発明のデジタルデータ処理システムにおいて、デジタルデータ処理ホスト機器200は、本発明のデジタルデータ処理カードとの間で従来例にない情報の送受信を行うことを除き、従来例とハードウエア上同一である。本発明のデジタルデータ処理カードは、従来例の割込信号制御部913に代えて割込信号制御部113を有し、従来例と異なるカード初期化制御部116及びパスワード制御部117(いずれも従来例(図9)においては図示していない。)と、従来例にはなかったレジスタ制御部114とを有する。それ以外の点において、実施例のデジタルデータ処理カード100は、従来例のデジタルデータ処理カード900と同一の構成を有する。同一の機能ブロックには同一の符号を付している。
実施例のデジタルデータ処理カード100においては、従来例のデジタルデータ処理カード900において割込信号制御部913が実行した機能を、割込信号制御部113が実行する。従来例と同一の機能ブロック及び動作の説明を省略する。
In the digital data processing system of the present invention, the digital data processing host device 200 is the same in hardware as the conventional example except that it transmits / receives information not in the conventional example to / from the digital data processing card of the present invention. . The digital data processing card of the present invention has an interrupt signal control unit 113 instead of the interrupt signal control unit 913 of the conventional example, and a card initialization control unit 116 and a password control unit 117 (both of which are conventional). (Not shown in the example (FIG. 9)) and a register control unit 114 that is not in the conventional example. In other respects, the digital data processing card 100 of the embodiment has the same configuration as the digital data processing card 900 of the conventional example. The same reference numerals are assigned to the same functional blocks.
In the digital data processing card 100 of the embodiment, the interrupt signal control unit 113 executes the function executed by the interrupt signal control unit 913 in the digital data processing card 900 of the conventional example. A description of the same functional blocks and operations as in the conventional example is omitted.

実施例のデジタルデータ処理カード100の割込信号制御部113を説明する。図2は、本発明の実施例の割込信号制御部113の構成を示す機能ブロック図である。
割込信号制御部113は、標準割込信号制御部201、拡張割込信号制御部202、割込要因切換制御部203及び割込信号生成部204を有する。
割込信号制御部113は、従来例と同様にアプリケーションデータ制御部112からの指令に基づいて割込信号を発生する。本発明の割込信号制御部113は、アプリケーションモジュールに応じた種々の割込要因に基づいて割込信号を発生し、且つ種々の割込要因のそれぞれについて割込信号の発生を許可するか否かを設定できる。又、本発明の割込信号制御部113は、アプリケーションモジュールに応じてIC(Integrated Circuitの略称。割込信号制御部113を含む。)設計時点で対応可能なように設定されている割込要因(標準割込要因)以外の新たな要因(拡張割込要因)に基づいて割込信号を発生することが出来、且つ新たな要因のそれぞれについて実際に割込信号の発生を許可するか否かを設定できる。
The interrupt signal control unit 113 of the digital data processing card 100 of the embodiment will be described. FIG. 2 is a functional block diagram illustrating the configuration of the interrupt signal control unit 113 according to the embodiment of this invention.
The interrupt signal control unit 113 includes a standard interrupt signal control unit 201, an extended interrupt signal control unit 202, an interrupt factor switching control unit 203, and an interrupt signal generation unit 204.
The interrupt signal control unit 113 generates an interrupt signal based on a command from the application data control unit 112 as in the conventional example. The interrupt signal control unit 113 according to the present invention generates an interrupt signal based on various interrupt factors according to the application module, and whether to permit generation of an interrupt signal for each of various interrupt factors. Can be set. Further, the interrupt signal control unit 113 of the present invention is an interrupt factor set so as to be compatible at the time of IC (abbreviation of Integrated Circuit; including the interrupt signal control unit 113) according to the application module. Whether an interrupt signal can be generated based on a new factor (extended interrupt factor) other than (standard interrupt factor), and whether to actually generate an interrupt signal for each new factor Can be set.

標準割込信号制御部201は、ICが初めから対応可能なように設計されている割込要因(標準割込要因)に基づいて割込信号を発生する。拡張割込信号制御部202は、ICが初めから対応可能なように設計されている割込要因(標準割込要因)以外の割込要因(IC完成後にメーカーが任意に追加する割込要因。拡張割込要因)に基づいて割込信号を発生する。
標準割込信号制御部201の説明をする。標準割込信号制御部201は、割込アドレス制御部211、割込要因設定制御部212、割込要因選択制御部213及び割込要因解除制御部214を有する。
The standard interrupt signal control unit 201 generates an interrupt signal based on an interrupt factor (standard interrupt factor) designed so that the IC can cope from the beginning. The extended interrupt signal control unit 202 is an interrupt factor (an interrupt factor arbitrarily added by the manufacturer after the completion of the IC) other than the interrupt factor (standard interrupt factor) designed so that the IC can cope from the beginning. An interrupt signal is generated based on the extended interrupt factor.
The standard interrupt signal control unit 201 will be described. The standard interrupt signal control unit 201 includes an interrupt address control unit 211, an interrupt factor setting control unit 212, an interrupt factor selection control unit 213, and an interrupt factor release control unit 214.

アプリケーションデータ制御部112は、割込信号制御部113に割込信号の発生を指令する場合、割込アドレス制御部211に割込要因に応じた割込アドレスを設定し、その割込アドレスで指定された割込要因レジスタ(割込要因設定制御部212)をセットする。割込アドレス制御部211は、設定されたアドレスを割込要因設定制御部212、割込要因選択制御部213、割込要因解除制御部214に出力する。
アプリケーションデータ制御部112は、割込信号制御部113の割込要因レジスタをリセットする場合、割込アドレス制御部211に割込要因に応じた割込アドレスを設定し、割込解除制御部214にリセット指令を入力する。割込解除制御部214は、その割込アドレスで指定された割込要因レジスタ(割込要因設定制御部212)をリセットする。
When the application data control unit 112 instructs the interrupt signal control unit 113 to generate an interrupt signal, it sets an interrupt address corresponding to the interrupt factor in the interrupt address control unit 211 and designates it by the interrupt address. The interrupt factor register (interrupt factor setting control unit 212) is set. The interrupt address control unit 211 outputs the set address to the interrupt factor setting control unit 212, the interrupt factor selection control unit 213, and the interrupt factor release control unit 214.
When resetting the interrupt factor register of the interrupt signal control unit 113, the application data control unit 112 sets an interrupt address corresponding to the interrupt factor in the interrupt address control unit 211, and Input a reset command. The interrupt release control unit 214 resets the interrupt factor register (interrupt factor setting control unit 212) designated by the interrupt address.

割込要因設定制御部212は、割込アドレスで指定される複数(実施例においては図5に示す8個)の割込要因レジスタを有する。割込アドレス制御部211によってアドレス指定された各割込要因レジスタは、割込要因選択制御部213がその割込要因レジスタが割込信号を出力することを許可している場合、アプリケーションデータ制御部112からの指令によってセットされ、割込要因解除制御部214によってリセットされる(0にされる)。割込要因設定制御部212は、いずれかの割込要因レジスタがセットされると、割込信号生成部204に割込信号の生成及び出力を指令する。割込要因選択制御部213がある割込要因レジスタが割込信号を出力することを禁止している場合、その割込要因レジスタ(割込要因設定制御部212)をセットすることは出来ない。
これに代えて、割込要因選択制御部213がある割込要因レジスタが割込信号を出力することを禁止している場合、その割込要因レジスタ(割込要因設定制御部212)をセットすることは出来るが、割込信号を出力できない様にしても良い。
The interrupt factor setting control unit 212 has a plurality (eight in the embodiment shown in FIG. 5) of interrupt factor registers specified by interrupt addresses. Each interrupt factor register addressed by the interrupt address control unit 211 has an application data control unit when the interrupt factor selection control unit 213 allows the interrupt factor register to output an interrupt signal. It is set by a command from 112, and is reset (set to 0) by the interrupt factor release control unit 214. When any interrupt factor register is set, the interrupt factor setting control unit 212 instructs the interrupt signal generation unit 204 to generate and output an interrupt signal. If an interrupt factor register having an interrupt factor selection control unit 213 prohibits the output of an interrupt signal, the interrupt factor register (interrupt factor setting control unit 212) cannot be set.
Instead, when an interrupt factor register having an interrupt factor selection control unit 213 prohibits output of an interrupt signal, the interrupt factor register (interrupt factor setting control unit 212) is set. It is possible to make it impossible to output an interrupt signal.

レジスタ制御部114は複数の割込要因選択レジスタを有し、各割込要因選択レジスタは各割込要因レジスタ(割込要因設定制御部212)と対応付けられている。各割込要因選択レジスタは、その割込要因選択レジスタに対応づけられた割込要因レジスタ(割込要因設定制御部212)について割込要因が発生した時、その割込要因レジスタをセットすること(その割込要因に基づいて割込信号を発生すること)を許可するか否か(禁止するか)を定める(値が1であれば許可し、値が0であれば禁止する)。デジタルデータ処理カード100のカード制御部111は、内蔵するROMのプログラムを実行して(典型的には初期化プログラムを実行して)、レジスタ制御部114の各割込要因選択レジスタをセット(1にする。割込許可)又はリセット(0にする。割込禁止)することが出来る。デジタルデータ処理ホスト機器200は、デジタルデータ処理カード100のカード制御部111にコマンドを伝送することにより、レジスタ制御部114の各割込要因選択レジスタをセット又はリセットすることが出来る。
割込要因選択制御部213は、レジスタ制御部114の各割込要因選択レジスタからの出力信号を入力し、その割込アドレスで指定される割込要因レジスタ(割込要因設定制御部212)がセットされることを許可又は禁止する。
The register control unit 114 has a plurality of interrupt factor selection registers, and each interrupt factor selection register is associated with each interrupt factor register (interrupt factor setting control unit 212). Each interrupt factor selection register sets the interrupt factor register when an interrupt factor is generated for the interrupt factor register (interrupt factor setting control unit 212) associated with the interrupt factor selection register. It is determined whether to permit (inhibit) (to generate an interrupt signal based on the interrupt factor) (allow if the value is 1 and prohibit if the value is 0). The card control unit 111 of the digital data processing card 100 executes an internal ROM program (typically executes an initialization program), and sets each interrupt factor selection register of the register control unit 114 (1 Interrupt enable) or reset (set to 0. interrupt prohibited). The digital data processing host device 200 can set or reset each interrupt factor selection register of the register control unit 114 by transmitting a command to the card control unit 111 of the digital data processing card 100.
The interrupt factor selection control unit 213 inputs an output signal from each interrupt factor selection register of the register control unit 114, and an interrupt factor register (interrupt factor setting control unit 212) designated by the interrupt address is input. Allow or prohibit to be set.

割込要因解除制御部214は論理回路で構成されている。割込要因解除制御部214は、割込アドレス制御部211が出力する割込アドレスと、アプリケーションデータ制御部112が出力する割込解除指令とを入力し、その割込アドレスで指定される割込要因レジスタ(割込要因設定制御部212)をリセットする。   The interrupt factor cancellation control unit 214 is composed of a logic circuit. The interrupt factor release control unit 214 inputs an interrupt address output from the interrupt address control unit 211 and an interrupt release command output from the application data control unit 112, and is specified by the interrupt address. Reset the factor register (interrupt factor setting control unit 212).

拡張割込信号制御部202の説明をする。拡張割込信号制御部202は、拡張割込アドレス制御部221、拡張割込要因設定制御部222、拡張割込要因選択制御部223及び拡張割込要因解除制御部224を有する。メーカーは、新たな割込要因と拡張割込アドレスとを任意に対応付けることが出来る。   The extended interrupt signal control unit 202 will be described. The extended interrupt signal control unit 202 includes an extended interrupt address control unit 221, an extended interrupt factor setting control unit 222, an extended interrupt factor selection control unit 223, and an extended interrupt factor release control unit 224. The manufacturer can arbitrarily associate a new interrupt factor with an extended interrupt address.

アプリケーションデータ制御部112は、割込信号制御部113に新たな割込要因(拡張割込要因)に基づく割込信号の発生を指令する場合、拡張割込アドレス制御部221に拡張割込要因に応じた割込アドレスを設定し、その割込アドレスで指定された拡張割込要因レジスタ(拡張割込要因設定制御部222)をセットする。拡張割込アドレス制御部221は、設定されたアドレスを拡張割込要因設定制御部222、拡張割込要因選択制御部223、拡張割込要因解除制御部224に出力する。
アプリケーションデータ制御部112は、割込信号制御部113の拡張割込要因レジスタをリセットする場合、拡張割込アドレス制御部221に割込要因に応じた割込アドレスを設定し、拡張割込解除制御部224にリセット指令を入力する。拡張割込解除制御部224は、その割込アドレスで指定された拡張割込要因レジスタ(拡張割込要因設定制御部222)をリセットする。
When the application data control unit 112 instructs the interrupt signal control unit 113 to generate an interrupt signal based on a new interrupt factor (extended interrupt factor), the application data control unit 112 sets the extended interrupt address control unit 221 as an extension interrupt factor. The corresponding interrupt address is set, and the extended interrupt factor register (extended interrupt factor setting control unit 222) designated by the interrupt address is set. The extended interrupt address control unit 221 outputs the set address to the extended interrupt factor setting control unit 222, the extended interrupt factor selection control unit 223, and the extended interrupt factor release control unit 224.
When the application data control unit 112 resets the extended interrupt factor register of the interrupt signal control unit 113, the application data control unit 112 sets an interrupt address corresponding to the interrupt factor in the extended interrupt address control unit 221, and performs extended interrupt release control. A reset command is input to the unit 224. The extended interrupt release control unit 224 resets the extended interrupt factor register (extended interrupt factor setting control unit 222) designated by the interrupt address.

拡張割込要因設定制御部222は、割込アドレスで指定される複数の拡張割込要因レジスタを有する。拡張割込アドレス制御部221によってアドレス指定された各拡張割込要因レジスタは、拡張割込要因選択制御部223がその拡張割込要因レジスタが割込信号を出力することを許可している場合、アプリケーションデータ制御部112からの指令によってセットされ、拡張割込要因解除制御部224によってリセットされる(0にされる)。拡張割込要因設定制御部222はセットされると、割込信号生成部204に割込信号の生成及び出力を指令する。拡張割込要因選択制御部223が、ある割込アドレスの割込信号の出力を禁止している場合、その割込アドレスの拡張割込要因レジスタ(拡張割込要因設定制御部222)をセットすることは出来ない。
これに代えて、拡張割込要因選択制御部223がある拡張割込要因レジスタが割込信号を出力することを禁止している場合、その拡張割込要因レジスタ(拡張割込要因設定制御部222)をセットすることは出来るが、割込信号を出力できない様にしても良い。
The extended interrupt factor setting control unit 222 has a plurality of extended interrupt factor registers specified by interrupt addresses. For each extended interrupt factor register addressed by the extended interrupt address control unit 221, if the extended interrupt factor selection control unit 223 allows the extended interrupt factor register to output an interrupt signal, It is set by a command from the application data control unit 112, and is reset (set to 0) by the extended interrupt factor release control unit 224. When set, the extended interrupt factor setting control unit 222 instructs the interrupt signal generation unit 204 to generate and output an interrupt signal. If the extended interrupt factor selection control unit 223 prohibits the output of an interrupt signal at a certain interrupt address, the extended interrupt factor register (extended interrupt factor setting control unit 222) at that interrupt address is set. I can't do that.
Instead, when the extended interrupt factor register having the extended interrupt factor selection control unit 223 prohibits the output of an interrupt signal, the extended interrupt factor register (extended interrupt factor setting control unit 222) ) Can be set, but the interrupt signal may not be output.

レジスタ制御部114は更に複数の拡張割込要因選択レジスタを有し、各拡張割込要因選択レジスタは各拡張割込要因レジスタ(拡張割込要因設定制御部222)と対応付けられている。各拡張割込要因選択レジスタは、その拡張割込要因選択レジスタに対応づけられた拡張割込要因レジスタ(拡張割込要因設定制御部222)について割込要因が発生した時、その拡張割込要因レジスタをセットすること(その割込要因に基づいて割込信号を発生すること)を許可するか否か(禁止するか)を定める(値が1であれば許可し、値が0であれば禁止する。)。デジタルデータ処理カード100のカード制御部111は、内蔵するROMのプログラムを実行して(典型的には初期化プログラムを実行して)、レジスタ制御部114の各拡張割込要因選択レジスタをセット(1にする。割込許可)又はリセット(0にする。割込禁止)することが出来る。デジタルデータ処理ホスト機器200は、デジタルデータ処理カード100のカード制御部111にコマンドを伝送することにより、レジスタ制御部114の各拡張割込要因選択レジスタをセット又はリセットすることが出来る。
拡張割込要因選択制御部223は論理回路で構成されている。拡張割込要因選択制御部223は、拡張割込アドレス制御部221が出力する割込アドレスと、レジスタ制御部114の各拡張割込要因選択レジスタからの出力信号とを入力し、その割込アドレスで指定される拡張割込要因レジスタ(拡張割込要因設定制御部222)がセットされることを許可又は禁止する。
The register control unit 114 further includes a plurality of extended interrupt factor selection registers, and each extended interrupt factor selection register is associated with each extended interrupt factor register (extended interrupt factor setting control unit 222). Each extended interrupt factor selection register, when an interrupt factor is generated for the extended interrupt factor register (extended interrupt factor setting control unit 222) associated with the extended interrupt factor selection register, Determines whether or not to set the register (to generate an interrupt signal based on the interrupt factor) (whether it is prohibited) (if the value is 1, permit it, if the value is 0) Ban.). The card control unit 111 of the digital data processing card 100 executes a program in a built-in ROM (typically executes an initialization program), and sets each extended interrupt factor selection register of the register control unit 114 ( It can be set to 1. Interrupt enabled) or reset (set to 0. Interrupt disabled). The digital data processing host device 200 can set or reset each extended interrupt factor selection register of the register control unit 114 by transmitting a command to the card control unit 111 of the digital data processing card 100.
The extended interrupt factor selection control unit 223 is composed of a logic circuit. The extended interrupt factor selection control unit 223 receives the interrupt address output from the extended interrupt address control unit 221 and the output signal from each extended interrupt factor selection register of the register control unit 114, and receives the interrupt address. Enable or disable setting of the extended interrupt factor register (extended interrupt factor setting control unit 222) specified by.

拡張割込要因解除制御部224は論理回路で構成されている。拡張割込要因解除制御部224は、拡張割込アドレス制御部221が出力する割込アドレスと、アプリケーションデータ制御部112が出力する割込解除指令とを入力し、その割込アドレスで指定される拡張割込要因レジスタ(拡張割込要因設定制御部222)をリセットする。   The extended interrupt factor cancellation control unit 224 is composed of a logic circuit. The extended interrupt factor release control unit 224 receives the interrupt address output from the extended interrupt address control unit 221 and the interrupt release command output from the application data control unit 112, and is specified by the interrupt address. The extended interrupt factor register (extended interrupt factor setting control unit 222) is reset.

割込要因切換制御部203は、カード制御部111からの指令に応じて、割込要因設定制御部212から伝送された割込信号出力指令又は拡張割込要因設定制御部222から伝送された割込信号出力指令を選択的に割込信号生成部204に伝送する。具体的には、割込要因切換制御部203は、カード制御部111から標準割込要因に基づいた割込信号を出力する指令を入力した場合、割込要因設定制御部212が割込信号出力指令を出力することを許可し、拡張割込要因設定制御部222から伝送された割込信号出力指令を通さない。割込要因切換制御部203は、カード制御部111から拡張割込要因に基づいた割込信号を出力する指令を入力した場合、割込要因設定制御部212が割込信号出力指令を出力することを禁止し、拡張割込要因設定制御部222から伝送された割込信号出力指令を割込信号生成部204に伝送する。
割込信号生成部204は、割込要因設定制御部212又は拡張割込要因設定制御部222から伝送された割込信号出力指令に応じて、割込信号を生成し出力する。
In response to a command from the card control unit 111, the interrupt factor switching control unit 203 receives an interrupt signal output command transmitted from the interrupt factor setting control unit 212 or an interrupt transmitted from the extended interrupt factor setting control unit 222. The interrupt signal output command is selectively transmitted to the interrupt signal generation unit 204. Specifically, when the interrupt factor switching control unit 203 receives a command to output an interrupt signal based on the standard interrupt factor from the card control unit 111, the interrupt factor setting control unit 212 outputs the interrupt signal. The command is permitted to be output, and the interrupt signal output command transmitted from the extended interrupt factor setting control unit 222 is not passed. When the interrupt factor switching control unit 203 receives a command to output an interrupt signal based on the extended interrupt factor from the card control unit 111, the interrupt factor setting control unit 212 outputs an interrupt signal output command. The interrupt signal output command transmitted from the extended interrupt factor setting control unit 222 is transmitted to the interrupt signal generation unit 204.
The interrupt signal generation unit 204 generates and outputs an interrupt signal according to the interrupt signal output command transmitted from the interrupt factor setting control unit 212 or the extended interrupt factor setting control unit 222.

上記構成のデジタルデータ処理システムにおいて、デジタルデータ処理カード100が、それに内蔵するアプリケーションモジュール110に対応した被処理アプリケーションデータを受信し、デジタルデータ処理ホスト機器200に処理結果アプリケーションデータを送信する場合の動作を以下に説明する。実施例においては、無線通信モジュールであるアプリケーションモジュール110が外部装置から送信されたデータ(被処理アプリケーションデータ)を受信し、受信したデータ(処理結果アプリケーションデータ)をデジタルデータ処理ホスト機器200に送信する。
カード制御部111のアプリケーションモジュール110は、対応する被処理アプリケーションデータを受信すると、被処理アプリケーションデータを処理し、処理結果アプリケーションデータを生成する。
In the digital data processing system having the above-described configuration, an operation when the digital data processing card 100 receives processed application data corresponding to the application module 110 incorporated therein and transmits processing result application data to the digital data processing host device 200. Is described below. In the embodiment, the application module 110 that is a wireless communication module receives data (processed application data) transmitted from an external device, and transmits the received data (processing result application data) to the digital data processing host device 200. .
When receiving the corresponding processed application data, the application module 110 of the card control unit 111 processes the processed application data and generates processing result application data.

アプリケーションデータ制御部112は、アプリケーションモジュール110が生成した処理結果アプリケーションデータをデータ蓄積部119に格納する。アプリケーションデータ制御部112は、この処理結果アプリケーションデータに対応する割込要因(実施例では処理結果アプリケーションデータ送信要求)を選択し、割込アドレス制御部211(又は拡張割込アドレス制御部221)にその割込要因に対応する割込アドレスを書き込む。アプリケーションデータ制御部112は、割込アドレスで指定された割込要因設定制御部212(又は拡張割込要因設定制御部222)の割込要因レジスタ(又は拡張割込要因レジスタ)をセットする。その割込要因レジスタ(又は拡張割込要因レジスタ)に対応する割込要因選択レジスタ(又は拡張割込要因選択レジスタ。レジスタ制御部114に含まれる。)が割込許可状態(セット状態)であれば、その割込アドレスで指定された割込要因レジスタ(又は拡張割込要因レジスタ)はセットされる。その割込要因レジスタ(又は拡張割込要因レジスタ)に対応する割込要因選択レジスタ(又は拡張割込要因選択レジスタ)が割込禁止状態(リセット状態)であれば、その割込アドレスで指定された割込要因レジスタ(又は拡張割込要因レジスタ)はセットされない。   The application data control unit 112 stores the processing result application data generated by the application module 110 in the data storage unit 119. The application data control unit 112 selects an interrupt factor (processing result application data transmission request in the embodiment) corresponding to the processing result application data, and sends it to the interrupt address control unit 211 (or the extended interrupt address control unit 221). Write the interrupt address corresponding to the interrupt factor. The application data control unit 112 sets the interrupt factor register (or the extended interrupt factor register) of the interrupt factor setting control unit 212 (or the extended interrupt factor setting control unit 222) designated by the interrupt address. If the interrupt factor selection register (or extended interrupt factor selection register, included in the register control unit 114) corresponding to the interrupt factor register (or extended interrupt factor register) is in the interrupt enabled state (set state) For example, the interrupt factor register (or extended interrupt factor register) designated by the interrupt address is set. If the interrupt factor selection register (or extended interrupt factor selection register) corresponding to the interrupt factor register (or extended interrupt factor register) is in the interrupt disabled state (reset state), the interrupt address is specified. The interrupt factor register (or extended interrupt factor register) is not set.

割込要因レジスタ(又は拡張割込要因レジスタ)がセットされると、割込要因設定制御部212(又は拡張割込要因設定制御部222)は割込信号生成部204に割込信号の発生を指令する。割込信号生成部204は割込信号を生成して出力する。ホストインターフェース制御部115は割込信号を入力し、割込信号を規定の伝送フォーマットに変換し、データ信号ライン(DATA1)を介して、デジタルデータ処理ホスト機器200に伝送する。   When the interrupt factor register (or extended interrupt factor register) is set, the interrupt factor setting control unit 212 (or extended interrupt factor setting control unit 222) generates an interrupt signal to the interrupt signal generation unit 204. Command. The interrupt signal generation unit 204 generates and outputs an interrupt signal. The host interface control unit 115 receives an interrupt signal, converts the interrupt signal into a prescribed transmission format, and transmits it to the digital data processing host device 200 via the data signal line (DATA1).

デジタルデータ処理ホスト機器200が、デジタルデータ処理カード100から送信された割込信号を受信する。この時点でデジタルデータ処理ホスト機器200は、デジタルデータ処理カード100から割込処理要求が送られたことを知るが、割込信号はデータを伴っていないため、デジタルデータ処理ホスト機器200は要求された割込処理の具体的内容(割込要因)を知らない。デジタルデータ処理ホスト機器200は、割込信号を発生させている割込要因を知るため、割込要因識別情報要求コマンドを生成する。割込要因識別情報要求コマンドは、規定の伝送フォーマットに変換され、コマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信される。   The digital data processing host device 200 receives the interrupt signal transmitted from the digital data processing card 100. At this point, the digital data processing host device 200 knows that an interrupt processing request has been sent from the digital data processing card 100, but the digital data processing host device 200 is requested because the interrupt signal is not accompanied by data. I do not know the specific contents of interrupt processing (interrupt factor). The digital data processing host device 200 generates an interrupt factor identification information request command in order to know the interrupt factor generating the interrupt signal. The interrupt factor identification information request command is converted into a prescribed transmission format and transmitted to the digital data processing card 100 via a command signal line (CMD).

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られた割込要因識別情報要求コマンドを受信し、内部伝送用のデータに変換し、アプリケーションデータ制御部112に伝送する。割込要因識別情報要求コマンドに応じて、割込要因設定制御部212(又は拡張割込要因設定制御部222)で設定されている割込要因(実施例では処理結果アプリケーションデータ送信要求)を検出する。割込要因は、セットされている割込要因レジスタ(又は拡張割込要因レジスタ)のアドレスで検出出来る。アプリケーションデータ制御部112は、検出した割込要因の情報を含む割込要因識別情報をホストインターフェース制御部115に送る。ホストインターフェース制御部115は、割込要因識別情報を含むレスポンスを規定の伝送フォーマットに変換して、コマンド信号ライン(CMD)を介して、デジタルデータ処理ホスト機器200に伝送する。   The host interface control unit 115 of the digital data processing card 100 receives the interrupt factor identification information request command sent from the digital data processing host device 200, converts it into data for internal transmission, and transmits it to the application data control unit 112. To do. In response to the interrupt factor identification information request command, the interrupt factor set in the interrupt factor setting control unit 212 (or the extended interrupt factor setting control unit 222) (processing result application data transmission request in the embodiment) is detected. To do. The interrupt factor can be detected by the address of the set interrupt factor register (or extended interrupt factor register). The application data control unit 112 sends interrupt factor identification information including information on the detected interrupt factor to the host interface control unit 115. The host interface control unit 115 converts the response including the interrupt factor identification information into a prescribed transmission format and transmits the response to the digital data processing host device 200 via the command signal line (CMD).

デジタルデータ処理ホスト機器200は、デジタルデータ処理カード100より送られた割込要因識別情報を含むレスポンスを受信する。デジタルデータ処理ホスト機器200は、割込要因を知る。割込要因識別情報が、例えばデジタルデータ処理カード100が処理結果アプリケーションデータを送信することを要求する割込要因を含む場合、デジタルデータ処理ホスト機器200は、処理結果アプリケーションデータの送信をデジタルデータ処理カード100に要求する処理結果アプリケーションデータ要求コマンドを生成する。処理結果アプリケーションデータ要求コマンドは規定の伝送フォーマットに変換され、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信される。   The digital data processing host device 200 receives a response including interrupt factor identification information sent from the digital data processing card 100. The digital data processing host device 200 knows the interrupt factor. When the interrupt factor identification information includes, for example, an interrupt factor requesting that the digital data processing card 100 transmits the processing result application data, the digital data processing host device 200 transmits the processing result application data to the digital data processing. A processing result application data request command requested to the card 100 is generated. The processing result application data request command is converted into a prescribed transmission format and transmitted to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus.

デジタルデータ処理カード100は、デジタルデータ処理ホスト機器200から送られた処理結果アプリケーションデータ要求コマンドを受信する。処理結果アプリケーションデータ要求コマンドは、ホストインターフェース制御部115で内部伝送用のデータに変換され、アプリケーションデータ制御部112に送られる。アプリケーションデータ制御部112は、データ蓄積制御部118に格納している処理結果アプリケーションデータの読み出しを指令する。データ蓄積制御部118は、データ蓄積部119に蓄積されている処理結果アプリケーションデータ(実施例では外部装置から無線通信によって伝送されたデータ)を読み出す。読み出された処理結果アプリケーションデータは、ホストインターフェース制御部115に送られる。ホストインターフェース制御部115は、処理結果アプリケーションデータを規定の伝送フォーマットに変換し、伝送データバスに含まれる4本又は1本のデータ信号ライン(DATA)を介して、デジタルデータ処理ホスト機器200に送信する。   The digital data processing card 100 receives the processing result application data request command sent from the digital data processing host device 200. The processing result application data request command is converted into data for internal transmission by the host interface control unit 115 and sent to the application data control unit 112. The application data control unit 112 commands reading of the processing result application data stored in the data accumulation control unit 118. The data accumulation control unit 118 reads out the processing result application data accumulated in the data accumulation unit 119 (in the embodiment, data transmitted from an external device through wireless communication). The read processing result application data is sent to the host interface control unit 115. The host interface control unit 115 converts the processing result application data into a prescribed transmission format, and transmits it to the digital data processing host device 200 via four or one data signal line (DATA) included in the transmission data bus. To do.

デジタルデータ処理ホスト機器200は、処理結果アプリケーションデータを受信する。デジタルデータ処理ホスト機器200は、処理結果アプリケーションデータを受信し、所定の処理を行った後(例えば処理結果アプリケーションデータをデジタルデータ処理ホスト機器200から出力した後)、デジタルデータ処理カード100の割込状態を解除するための割込要因解除コマンドを生成する。デジタルデータ処理ホスト機器200のカードインターフェース制御部151は、割込要因解除コマンドを規定の伝送フォーマットに変換し、コマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信する。   The digital data processing host device 200 receives the processing result application data. The digital data processing host device 200 receives the processing result application data, performs a predetermined process (for example, after outputting the processing result application data from the digital data processing host device 200), and then interrupts the digital data processing card 100. Generate interrupt factor release command to release the status. The card interface control unit 151 of the digital data processing host device 200 converts the interrupt factor release command into a prescribed transmission format and transmits it to the digital data processing card 100 via the command signal line (CMD).

デジタルデータ処理カード100のホストインターフェース制御部115は割込要因解除コマンドを受信し、内部伝送用のデータに変換し、アプリケーションデータ制御部112に伝送する。アプリケーションデータ制御部112は、割込要因解除制御部214(又は拡張割込要因解除制御部224)を介して、割込要因設定制御部212の割込要因レジスタ(又は拡張割込要因設定制御部222の拡張割込要因レジスタ)をリセットする。これにより、デジタルデータ処理カード100のホスト割込状態が解除される。   The host interface control unit 115 of the digital data processing card 100 receives the interrupt factor release command, converts it into data for internal transmission, and transmits it to the application data control unit 112. The application data control unit 112 receives the interrupt factor register (or extended interrupt factor setting control unit) of the interrupt factor setting control unit 212 via the interrupt factor cancellation control unit 214 (or extended interrupt factor release control unit 224). 222 (extended interrupt factor register) 222 is reset. As a result, the host interrupt state of the digital data processing card 100 is released.

次に、上記構成のデジタルデータ処理システムにおいて、デジタルデータ処理ホスト機器200で被処理アプリケーションデータを生成し、被処理アプリケーションデータをデジタルデータ処理カード100に送信する場合の動作について説明する。実施例において、被処理アプリケーションデータは、無線通信モジュールであるアプリケーションモジュール110が外部装置に送信するデータである。
デジタルデータ処理ホスト機器200は、被処理アプリケーションデータ(無線通信の送信データ)を生成する。デジタルデータ処理ホスト機器200は、生成した被処理アプリケーションデータの受信をデジタルデータ処理カード100に要求する被処理アプリケーションデータ受信要求コマンドを生成する。デジタルデータ処理ホスト機器200のカードインターフェース制御部151は、被処理アプリケーションデータ受信要求コマンドを規定の伝送フォーマットに変換し、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信する。カードインターフェース制御部151は、被処理アプリケーションデータ受信要求コマンドに続いて、生成した被処理アプリケーションデータを規定の伝送フォーマットに変換し、伝送データバスの4本又は1本のデータ信号ライン(DATA)を介して、デジタルデータ処理カード100に送信する。
Next, in the digital data processing system configured as described above, an operation when the digital data processing host device 200 generates processed application data and transmits the processed application data to the digital data processing card 100 will be described. In the embodiment, the application data to be processed is data that the application module 110 that is a wireless communication module transmits to an external device.
The digital data processing host device 200 generates application data to be processed (transmission data for wireless communication). The digital data processing host device 200 generates a processed application data reception request command for requesting the digital data processing card 100 to receive the generated processed application data. The card interface control unit 151 of the digital data processing host device 200 converts the processed application data reception request command into a prescribed transmission format, and sends it to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus. Send. The card interface control unit 151 converts the generated processed application data into a specified transmission format following the processed application data reception request command, and transmits four or one data signal lines (DATA) of the transmission data bus. To the digital data processing card 100.

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られた被処理アプリケーションデータ受信要求コマンドを受信し、内部伝送用のデータに変換し、アプリケーションデータ制御部112に送る。アプリケーションデータ制御部112は、被処理アプリケーションデータ受信要求コマンドを受信すると、データ蓄積制御部118に対してデータ蓄積部119が被処理アプリケーションデータを蓄積可能かどうかを問い合わせる。データ蓄積部119が被処理アプリケーションデータを蓄積可能な場合、データ蓄積制御部118はデータ書込制御信号を生成し、被処理アプリケーションデータを蓄積する準備を行う。
続いてホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られた被処理アプリケーションデータを受信し、内部伝送用のデータに変換し、アプリケーションデータ制御部112に送る。アプリケーションデータ制御部112は、被処理アプリケーションデータをデータ蓄積制御部118に伝送する。データ蓄積制御部118は、データ蓄積部119が被処理アプリケーションデータを蓄積可能な場合、データ書込制御信号を出力してデータ蓄積部119に被処理アプリケーションデータを蓄積する。
無線通信モジュールであるアプリケーションモジュール110は、データ蓄積部119に蓄積された被処理アプリケーションデータ(無線通信の送信データ)を順次読み出して、無線通信で出力する。
The host interface control unit 115 of the digital data processing card 100 receives the processed application data reception request command sent from the digital data processing host device 200, converts it into data for internal transmission, and sends it to the application data control unit 112. . When receiving the processed application data reception request command, the application data control unit 112 inquires of the data storage control unit 118 whether the data storage unit 119 can store the processed application data. When the data storage unit 119 can store the processed application data, the data storage control unit 118 generates a data write control signal and prepares to store the processed application data.
Subsequently, the host interface control unit 115 receives the application data to be processed sent from the digital data processing host device 200, converts it into data for internal transmission, and sends it to the application data control unit 112. The application data control unit 112 transmits the processed application data to the data accumulation control unit 118. When the data storage unit 119 can store the processed application data, the data storage control unit 118 outputs a data write control signal and stores the processed application data in the data storage unit 119.
The application module 110, which is a wireless communication module, sequentially reads out the application data to be processed (transmission data for wireless communication) stored in the data storage unit 119, and outputs it by wireless communication.

アプリケーションモジュール110が被処理アプリケーションデータを順次出力し、データ蓄積部119に蓄積された未出力の被処理アプリケーションデータが一定量以下になると、アプリケーションデータ制御部112は、割込信号制御部113に割込信号の出力を指令する。具体的にはアプリケーションデータ制御部112は、被処理アプリケーションデータの送信を要求する割込要因に対応する割込要因設定制御部212の割込要因レジスタ(又は拡張割込要因設定制御部222の拡張割込要因レジスタ)をセットする。
上記割込要因レジスタ(又は拡張割込要因レジスタ)に対応する割込要因選択レジスタ(又は拡張割込要因選択レジスタ)が割込許可状態(セット状態)であれば、上記割込要因レジスタ(又は拡張割込要因レジスタ)はセットされる。割込信号制御部113は、割込信号を出力する。
ホストインターフェース制御部115は、割込信号をデジタルデータ処理ホスト機器200に伝送する。
When the application module 110 sequentially outputs the processed application data and the unprocessed processed application data stored in the data storage unit 119 falls below a certain amount, the application data control unit 112 interrupts the interrupt signal control unit 113. Command output of the self-contained signal. More specifically, the application data control unit 112 extends the interrupt factor register (or the extended interrupt factor setting control unit 222) of the interrupt factor setting control unit 212 corresponding to the interrupt factor requesting transmission of the processed application data. Set the interrupt factor register.
If the interrupt factor selection register (or extended interrupt factor selection register) corresponding to the interrupt factor register (or extended interrupt factor register) is in the interrupt enabled state (set state), the interrupt factor register (or The extended interrupt factor register) is set. The interrupt signal control unit 113 outputs an interrupt signal.
The host interface control unit 115 transmits an interrupt signal to the digital data processing host device 200.

デジタルデータ処理ホスト機器200は、ホストインターフェース制御部115からの割込信号を受信する。この時点でデジタルデータ処理ホスト機器200は、デジタルデータ処理カード100から割込処理要求が送られたことを知るが、ホスト割込信号はデータを伴っていないため、デジタルデータ処理ホスト機器200は要求された割込処理の具体的内容(ホスト割込要因)を知らない。デジタルデータ処理ホスト機器200は、割込信号を発生させている割込要因を知るため、割込要因識別情報要求コマンドを生成し、デジタルデータ処理カード100に送信する。   The digital data processing host device 200 receives an interrupt signal from the host interface control unit 115. At this point, the digital data processing host device 200 knows that an interrupt processing request has been sent from the digital data processing card 100. However, since the host interrupt signal is not accompanied by data, the digital data processing host device 200 requests I don't know the specific contents of interrupted interrupt processing (host interrupt factor). The digital data processing host device 200 generates an interrupt factor identification information request command and transmits it to the digital data processing card 100 in order to know the interrupt factor generating the interrupt signal.

デジタルデータ処理カード100は、デジタルデータ処理ホスト機器200から送られた割込要因識別情報要求コマンドを受信する。デジタルデータ処理カード100は、割込要因設定制御部212(又は拡張割込要因設定制御部222)で設定されている割込要因(実施例では被処理アプリケーションデータ送信要求)を検出する。アプリケーションデータ制御部112は、検出した割込要因の情報を含む割込要因識別情報をホストインターフェース制御部115に送る。デジタルデータ処理カード100は、割込要因識別情報を含むレスポンスをデジタルデータ処理ホスト機器200に伝送する。   The digital data processing card 100 receives the interrupt factor identification information request command sent from the digital data processing host device 200. The digital data processing card 100 detects an interrupt factor (processed application data transmission request in the embodiment) set by the interrupt factor setting control unit 212 (or the extended interrupt factor setting control unit 222). The application data control unit 112 sends interrupt factor identification information including information on the detected interrupt factor to the host interface control unit 115. The digital data processing card 100 transmits a response including interrupt factor identification information to the digital data processing host device 200.

デジタルデータ処理ホスト機器200は、デジタルデータ処理カード100より送られた割込要因識別情報を含むレスポンスを受信する。デジタルデータ処理ホスト機器200は、割込要因を知る。割込要因識別情報が、例えばデジタルデータ処理カード100が被処理アプリケーションデータを送信することを要求する割込要因を含む場合、デジタルデータ処理ホスト機器200は、被処理アプリケーションデータの受信をデジタルデータ処理カード100に要求する被処理アプリケーションデータ受信要求コマンドを生成し、被処理アプリケーションデータ受信要求コマンド及び被処理アプリケーションデータをデジタルデータ処理カード100に送信する。   The digital data processing host device 200 receives a response including interrupt factor identification information sent from the digital data processing card 100. The digital data processing host device 200 knows the interrupt factor. When the interrupt factor identification information includes, for example, an interrupt factor requesting that the digital data processing card 100 transmits the processed application data, the digital data processing host device 200 receives the processed application data by digital data processing. A processing application data reception request command to be requested to the card 100 is generated, and the processing application data reception request command and the processing application data are transmitted to the digital data processing card 100.

デジタルデータ処理カード100は、デジタルデータ処理ホスト機器200から送られた被処理アプリケーションデータ受信要求コマンド及び被処理アプリケーションデータを受信する。被処理アプリケーションデータはデータ蓄積部119に格納される。デジタルデータ処理カード100は、被処理アプリケーションデータ受信要求コマンド及び被処理アプリケーションデータを受信したことを知らせるレスポンスをデジタルデータ処理ホスト機器200に伝送する。
デジタルデータ処理ホスト機器200は、上記のレスポンスを受信すると、デジタルデータ処理カード100の割込状態を解除するためのホスト割込要因解除コマンドを生成し、デジタルデータ処理カード100に送信する。
デジタルデータ処理カード100は割込要因解除コマンドを受信する。アプリケーションデータ制御部112は、割込要因解除制御部214(又は拡張割込要因解除制御部224)を介して、割込要因設定制御部212の割込要因レジスタ(又は拡張割込要因設定制御部222の拡張割込要因レジスタ)をリセットする。これにより、デジタルデータ処理カード100のホスト割込状態が解除される。
The digital data processing card 100 receives the processing application data reception request command and the processing application data transmitted from the digital data processing host device 200. The application data to be processed is stored in the data storage unit 119. The digital data processing card 100 transmits a processed application data reception request command and a response notifying that the processed application data has been received to the digital data processing host device 200.
When the digital data processing host device 200 receives the above response, the digital data processing host device 200 generates a host interrupt factor cancel command for canceling the interrupt state of the digital data processing card 100 and transmits it to the digital data processing card 100.
The digital data processing card 100 receives the interrupt factor release command. The application data control unit 112 receives the interrupt factor register (or extended interrupt factor setting control unit) of the interrupt factor setting control unit 212 via the interrupt factor cancellation control unit 214 (or extended interrupt factor release control unit 224). 222 (extended interrupt factor register) 222 is reset. As a result, the host interrupt state of the digital data processing card 100 is released.

《実施例2》
次に、デジタルデータ処理カード100に内蔵されるアプリケーションモジュール111特有の割込要因(拡張割込要因)を制御して、割込信号を発生する場合の動作について、図3を用いて詳細に説明する。
図3は、本発明の実施例の割込信号制御部113(図1)の拡張割込信号制御部202、レジスタ制御部114及びカード初期化制御部116の詳細な構成を示す機能ブロック図である。
拡張割込信号制御部202は、拡張割込アドレス制御部221、拡張割込要因設定制御部222、拡張割込要因選択制御部223及び拡張割込要因解除制御部224を有する。拡張割込アドレス制御部221は、拡張割込アドレス設定部301及びアドレスデータ蓄積部302を有する。レジスタ制御部114は、レジスタ設定部303、レジスタデータ蓄積部304及びレジスタ機能制御部305を有する。カード初期化制御部116は、カード初期化機能部306、データダウンロード制御部(以下では「データDL制御部」と略称する。)307、CIS蓄積部308及びCSA蓄積部309を有する。
Example 2
Next, the operation for generating an interrupt signal by controlling an interrupt factor (extended interrupt factor) specific to the application module 111 built in the digital data processing card 100 will be described in detail with reference to FIG. To do.
FIG. 3 is a functional block diagram showing detailed configurations of the extended interrupt signal control unit 202, the register control unit 114, and the card initialization control unit 116 of the interrupt signal control unit 113 (FIG. 1) according to the embodiment of the present invention. is there.
The extended interrupt signal control unit 202 includes an extended interrupt address control unit 221, an extended interrupt factor setting control unit 222, an extended interrupt factor selection control unit 223, and an extended interrupt factor release control unit 224. The extended interrupt address control unit 221 includes an extended interrupt address setting unit 301 and an address data storage unit 302. The register control unit 114 includes a register setting unit 303, a register data storage unit 304, and a register function control unit 305. The card initialization control unit 116 includes a card initialization function unit 306, a data download control unit (hereinafter abbreviated as “data DL control unit”) 307, a CIS storage unit 308, and a CSA storage unit 309.

デジタルデータ処理ホスト機器200が起動しているときに、デジタルデータ処理カード100が挿入される時、又はデジタルデータ処理ホスト機器200にデジタルデータ処理カード100が挿入された状態でデジタルデータ処理ホスト機器200が起動する時、デジタルデータ処理ホスト機器200はデジタルデータ処理カード初期化コマンドを生成する。カードインターフェース制御部151は、デジタルデータ処理カード初期化コマンドを規定の伝送フォーマットに変換し、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信する。   When the digital data processing host device 200 is activated, when the digital data processing card 100 is inserted, or with the digital data processing card 100 inserted into the digital data processing host device 200, the digital data processing host device 200 Is activated, the digital data processing host device 200 generates a digital data processing card initialization command. The card interface control unit 151 converts the digital data processing card initialization command into a prescribed transmission format, and transmits the command to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus.

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られたデジタルデータ処理カード初期化コマンドを受信し、内部伝送用のデータに変換し、カード初期化制御部116のカード初期化機能部306に送る。カード初期化機能部306は、デジタルデータ処理カード100の各機能ブロックの初期化を行う。カード初期化機能部306がデジタルデータ処理カード100の初期化を行うと、データDL制御部307は、データ蓄積制御部118を制御し、データ蓄積部119にあらかじめ蓄えられている拡張割込信号制御部202の各拡張割込要因レジスタのアドレスデータをダウンロードする。ダウンロードされたアドレスデータはアドレスデータ蓄積部302に格納される。   The host interface control unit 115 of the digital data processing card 100 receives the digital data processing card initialization command sent from the digital data processing host device 200, converts it into data for internal transmission, and the card initialization control unit 116 The data is sent to the card initialization function unit 306. The card initialization function unit 306 initializes each functional block of the digital data processing card 100. When the card initialization function unit 306 initializes the digital data processing card 100, the data DL control unit 307 controls the data accumulation control unit 118, and controls the extended interrupt signal stored in the data accumulation unit 119 in advance. The address data of each extended interrupt factor register of the unit 202 is downloaded. The downloaded address data is stored in the address data storage unit 302.

標準割込信号制御部201の各割込要因レジスタは、その割込アドレス及びその割込要因が定められているが、拡張割込信号制御部202の各拡張割込要因レジスタは、その割込アドレス及びその割込要因を任意に定めることが出来る。データ蓄積部119に任意のアドレスデータを格納し、各アドレスデータに任意の割込要因を対応付けることにより(メモリに格納するプログラムによりこれらのデータを任意に設定することが出来る。)、拡張割込信号制御部202の各拡張割込要因レジスタは任意の割込要因に使用できる。   Each interrupt factor register of the standard interrupt signal control unit 201 has its interrupt address and its interrupt factor determined, but each extended interrupt factor register of the extended interrupt signal control unit 202 has its interrupt An address and its interrupt factor can be arbitrarily determined. By storing arbitrary address data in the data storage unit 119 and associating an arbitrary interrupt factor with each address data (these data can be arbitrarily set by a program stored in the memory), an extended interrupt. Each extended interrupt factor register of the signal control unit 202 can be used for any interrupt factor.

上述の様に、データ蓄積部119は書き換え可能な不揮発性メモリであるフラッシュメモリである。拡張割込信号制御部202の拡張割込要因レジスタ及び拡張割込アドレス設定部301、レジスタ制御部114の拡張割込要因選択レジスタ及びレジスタ設定部303、はメモリカードの記憶装置であるフラッシュメモリ(データ蓄積部119)の一部の領域に設けられている。
フラッシュメモリ(データ蓄積部119)のアドレスF20H〜F5FH(各アドレスは8ビットデータを有する。)の下位4ビットbn(0≦bn≦3)(64B×4ビット=256ビット)は、それぞれ特定の割込要因に基づいてセットされる拡張割込要因レジスタである。同じアドレス(F20H〜F5FH)の上位4ビットbn(4≦bn≦7)はそれぞれ拡張割込要因選択レジスタである。ビットbn(0≦bn≦3)の拡張割込要因レジスタには、ビット(bn+4)の拡張割込要因選択レジスタが対応している。
As described above, the data storage unit 119 is a flash memory that is a rewritable nonvolatile memory. The extension interrupt factor register and extension interrupt address setting unit 301 of the extension interrupt signal control unit 202 and the extension interrupt factor selection register and register setting unit 303 of the register control unit 114 are a flash memory (memory device). It is provided in a part of the data storage unit 119).
The lower 4 bits bn (0 ≦ bn ≦ 3) (64B × 4 bits = 256 bits) of the addresses F20H to F5FH (each address has 8-bit data) of the flash memory (data storage unit 119) are respectively specified. This is an extended interrupt factor register that is set based on the interrupt factor. The upper 4 bits bn (4 ≦ bn ≦ 7) of the same address (F20H to F5FH) are respectively extended interrupt factor selection registers. The extended interrupt factor register of bit bn (0 ≦ bn ≦ 3) corresponds to the extended interrupt factor select register of bit (bn + 4).

アドレスF00H〜F1FHは16個のアドレスを記憶する(拡張割込アドレス設定部301及びレジスタ設定部303である。)。2つのアドレスの格納データ(例えばアドレスF00H及びF01Hの格納データ)が、特定の拡張割込要因レジスタのアドレスを指定する。例えばアドレスF00H及びF01Hのセットにおいて、アドレスF00H(下位アドレス)には拡張割込要因レジスタのビット番号(0〜3)が格納されており、アドレスF01H(上位アドレス)には拡張割込要因レジスタのアドレス値(F20H〜F5FH)から所定のオフセット値(F00H)を差し引いた値(20H〜50H)が格納されている。アドレスF00H〜F1FHには、上記の256ビットの中の任意の16個の拡張割込要因レジスタのアドレス値が格納されている。   The addresses F00H to F1FH store 16 addresses (the extended interrupt address setting unit 301 and the register setting unit 303). Stored data at two addresses (for example, stored data at addresses F00H and F01H) specify the address of a specific extended interrupt factor register. For example, in the set of the addresses F00H and F01H, the bit number (0 to 3) of the extended interrupt factor register is stored in the address F00H (lower address), and the extended interrupt factor register in the address F01H (upper address). Stored is a value (20H to 50H) obtained by subtracting a predetermined offset value (F00H) from the address value (F20H to F5FH). Addresses of any 16 extended interrupt factor registers in the above 256 bits are stored in addresses F00H to F1FH.

アドレスF00H〜F1FHで指定された16個の拡張割込要因レジスタに対応する割込要因が発生した時に、割込信号制御部113は、割込信号を出力する。
アドレスF00H〜F1FHに任意の割込要因に対応する16個の拡張割込要因レジスタのアドレスを書き込むコマンドを、例えばデジタルデータ処理ホスト機器200がデジタルデータ処理カード100に送信することにより(又はそのようなコマンドを内蔵するデジタルデータ処理カード100の初期化プログラムを実行して)、アプリケーションに応じて任意の要因で割込処理を実行することが出来る。
メモリの所定の領域(例えばF60H〜1BFH)に、アドレスF00H〜F1FH及びF20H〜F5FHの上位4ビットの初期値を記憶していても良い(アドレスデータ蓄積部302及びレジスタデータ蓄積部304である。)。
デジタルデータ処理カード100の起動時に、データ蓄積部119は、アドレスF60H〜F7FHに格納された初期値を読み出し、アドレスF00H〜F1FHに書き込む。データ蓄積部119は、F80H〜FBFHの上位4ビットに格納された初期値を読み出し、F20H〜F5FHの上位4ビットに書き込む。F20H〜F5FHの下位4ビットは、初期設定時にリセット(値0)される。
初期値を不揮発性メモリに記憶させておけば、例えば拡張割込信号制御部202の拡張割込要因レジスタ及び拡張割込アドレス設定部301、レジスタ制御部114の拡張割込要因選択レジスタ及びレジスタ設定部303をRAMに設けても良い。
When an interrupt factor corresponding to the 16 extended interrupt factor registers specified by addresses F00H to F1FH is generated, the interrupt signal control unit 113 outputs an interrupt signal.
When the digital data processing host device 200 transmits a command for writing the addresses of 16 extended interrupt factor registers corresponding to arbitrary interrupt factors to the addresses F00H to F1FH, for example, to the digital data processing card 100 (or so) An initialization program of the digital data processing card 100 containing a simple command is executed), and interrupt processing can be executed by an arbitrary factor according to the application.
Initial values of the upper 4 bits of the addresses F00H to F1FH and F20H to F5FH may be stored in a predetermined area (for example, F60H to 1BFH) of the memory (the address data storage unit 302 and the register data storage unit 304). ).
When the digital data processing card 100 is activated, the data storage unit 119 reads the initial values stored in the addresses F60H to F7FH and writes them in the addresses F00H to F1FH. The data storage unit 119 reads the initial value stored in the upper 4 bits of F80H to FBFH and writes it in the upper 4 bits of F20H to F5FH. The lower 4 bits of F20H to F5FH are reset (value 0) at the time of initial setting.
If the initial value is stored in the non-volatile memory, for example, the extended interrupt factor register and extended interrupt address setting unit 301 of the extended interrupt signal control unit 202 and the extended interrupt factor selection register and register setting of the register control unit 114 are set. The unit 303 may be provided in the RAM.

デジタルデータ処理カード100に内蔵されているアプリケーションモジュール110特有の割込要因(拡張割込要因)が発生したとする。カード制御部111は、デジタルデータ処理カード100に内蔵されたプログラムを実行して又はデジタルデータ処理ホスト機器200からの指令に応じて、拡張割込信号制御部202が出力する割込信号を割込信号生成部204に伝送する様に割込要因切換制御部203を設定し、拡張割込信号制御部202を機能させる。アプリケーションデータ制御部112は、発生した拡張割込要因に対応する割込アドレスを拡張割込アドレス設定部301に書き込み、拡張割込要因設定制御部222の拡張割込要因レジスタをセットする。その拡張割込要因レジスタに対応する拡張割込要因選択レジスタ(レジスタ制御部114)が割込許可状態(セット状態)であれば、上記拡張割込要因レジスタはセットされる。
セットされた拡張割込要因レジスタ(拡張割込信号制御部202)からの指令に基づいて、割込信号生成部204はホスト割込信号を発生する。ホストインターフェース制御部115は、ホスト割込信号を入力し、規定の伝送フォーマットに変換し、データ信号ライン(DATA1)を介して、デジタルデータ処理ホスト機器200に伝送する。
Assume that an interrupt factor (extended interrupt factor) specific to the application module 110 built in the digital data processing card 100 occurs. The card control unit 111 interrupts an interrupt signal output by the extended interrupt signal control unit 202 by executing a program built in the digital data processing card 100 or in response to a command from the digital data processing host device 200 The interrupt factor switching control unit 203 is set so as to be transmitted to the signal generation unit 204, and the extended interrupt signal control unit 202 is caused to function. The application data control unit 112 writes the interrupt address corresponding to the generated extended interrupt factor into the extended interrupt address setting unit 301 and sets the extended interrupt factor register of the extended interrupt factor setting control unit 222. If the extended interrupt factor selection register (register control unit 114) corresponding to the extended interrupt factor register is in the interrupt enabled state (set state), the extended interrupt factor register is set.
Based on the instruction from the set extended interrupt factor register (extended interrupt signal control unit 202), the interrupt signal generation unit 204 generates a host interrupt signal. The host interface control unit 115 receives the host interrupt signal, converts it into a prescribed transmission format, and transmits it to the digital data processing host device 200 via the data signal line (DATA1).

以下、上記と同一の処理を行う。即ち、デジタルデータ処理ホスト機器200は、デジタルデータ処理カード100から送信されたホスト割込信号を受信する。デジタルデータ処理ホスト機器200は、デジタルデータ処理カード100に割込要因識別情報要求コマンドを送信し、デジタルデータ処理カード100から割込要因識別情報を受信する。デジタルデータ処理ホスト機器200は、割込要因識別情報に応じたコマンドをデジタルデータ処理カード100に送信し、割込処理を実行する。割込処理を完了すると、デジタルデータ処理ホスト機器200は、割込要因解除コマンドをデジタルデータ処理カード100に送信し、割込状態を解除する。   Thereafter, the same processing as described above is performed. That is, the digital data processing host device 200 receives the host interrupt signal transmitted from the digital data processing card 100. The digital data processing host device 200 transmits an interrupt factor identification information request command to the digital data processing card 100 and receives interrupt factor identification information from the digital data processing card 100. The digital data processing host device 200 transmits a command corresponding to the interrupt factor identification information to the digital data processing card 100 and executes the interrupt processing. When the interrupt process is completed, the digital data processing host device 200 transmits an interrupt factor cancel command to the digital data processing card 100 to cancel the interrupt state.

《実施例3》
次に、デジタルデータ処理カード100のレジスタ制御部114の初期設定値を設定する場合の動作について、図5を用いて説明する。
図5は、本発明の実施例のデジタルデータ処理カード100のレジスタ制御部114(図1)が設定する割込要因選択レジスタ(8ビット)を示すレジスタ表である。図5の割込要因選択レジスタは、割込要因設定制御部212(標準割込信号制御部201)の各割込要因レジスタに対応している。図5において、MSEL及びAddress“00014”は、割込要因選択レジスタのアドレスである。b00〜b07は各ビットを示す。EXTINTEN等が記載された行は、割込要因を示す。初期値の行は、初期設定において各要因による割込信号の出力を許可するか(1である。)又は禁止するか(0である。)を示す(割込要因選択レジスタの設定値)。例えば、図5に示すレジスタ表では、デジタルデータ処理カード100が初期化された状態で、ビット1のPRINTEN(プリンタのアプリケーションに関する割り込み許可レジスタ)と、ビット3のMDINTEN(MDディスクのアプリケーションに関する割り込み許可レジスタ)が“1”に設定されことを示している。”1”は割り込みが許可されていることを意味する。他のビット(他のアプリケーションに関する割り込み許可レジスタ)は割り込みが禁止されていることを示す”0”に設定されている。
Example 3
Next, an operation for setting an initial set value of the register control unit 114 of the digital data processing card 100 will be described with reference to FIG.
FIG. 5 is a register table showing an interrupt factor selection register (8 bits) set by the register control unit 114 (FIG. 1) of the digital data processing card 100 according to the embodiment of the present invention. The interrupt factor selection register in FIG. 5 corresponds to each interrupt factor register of the interrupt factor setting control unit 212 (standard interrupt signal control unit 201). In FIG. 5, MSEL and Address “00014” are addresses of the interrupt factor selection register. b00 to b07 indicate each bit. A line in which EXTENTEN or the like is written indicates an interrupt factor. The initial value row indicates whether output of an interrupt signal by each factor is permitted (1) or prohibited (0) in the initial setting (setting value of the interrupt factor selection register). For example, in the register table shown in FIG. 5, in the state in which the digital data processing card 100 is initialized, the bit 1 PRINTEN (interrupt permission register related to the printer application) and the bit 3 MDINTEN (interrupt permission related to the MD disk application) Register) is set to "1". “1” means that interrupt is permitted. The other bits (interrupt enable registers for other applications) are set to “0” indicating that interrupts are prohibited.

Read/Writeの行は、カード制御部111が各割込要因選択レジスタの設定値を書き換え可能であるか否かを示す。“R/W”と記載してある場合は書き換え及び設定値の読み出しが可能であることを示し(図5のレジスタ表においては、全レジスタが書き換え可能である。)、“R”と記載してある場合は(図5においてはない。)読み出しは可能であるが書き換えは出来ないことを示す。
レジスタ制御部114は、図5に示す割込要因選択レジスタの他に、拡張割込要因設定制御部222(拡張割込信号制御部202)の各拡張割込要因レジスタに対応する拡張割込要因選択レジスタも有する。
The Read / Write line indicates whether or not the card control unit 111 can rewrite the set value of each interrupt factor selection register. When “R / W” is written, it indicates that rewriting and reading of a set value are possible (in the register table of FIG. 5, all registers are rewritable), and “R” is written. (Not shown in FIG. 5) indicates that reading is possible but rewriting is not possible.
In addition to the interrupt factor selection register shown in FIG. 5, the register control unit 114 extends the extended interrupt factor corresponding to each extended interrupt factor register of the extended interrupt factor setting control unit 222 (extended interrupt signal control unit 202). It also has a selection register.

デジタルデータ処理ホスト機器200が起動している状態でデジタルデータ処理カード100が挿入された時、又はデジタルデータ処理ホスト機器200にデジタルデータ処理カード100が挿入された状態でデジタルデータ処理ホスト機器200が起動された時、デジタルデータ処理ホスト機器200はデジタルデータ処理カード初期化コマンドを生成する。デジタルデータ処理ホスト機器200のカードインターフェース制御部151は、デジタルデータ処理カード初期化コマンドを規定の伝送フォーマットに変換し、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信する。   When the digital data processing host device 200 is activated and the digital data processing card 100 is inserted, or when the digital data processing card 100 is inserted into the digital data processing host device 200, the digital data processing host device 200 When activated, the digital data processing host device 200 generates a digital data processing card initialization command. The card interface control unit 151 of the digital data processing host device 200 converts the digital data processing card initialization command into a prescribed transmission format, and sends it to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus. Send.

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られたデジタルデータ処理カード初期化コマンドを受信し、内部伝送用のデータに変換し、カード初期化機能部306に伝送する。カード初期化機能部306は、デジタルデータ処理カード100の各機能ブロックの初期化を行う。カード初期化機能部306がデジタルデータ処理カード100の初期化を行う時、データDL制御部307は、データ蓄積制御部118を制御し、データ蓄積部119にあらかじめ蓄えられているレジスタ制御部114の各割込要因選択レジスタ及び各拡張割込要因選択レジスタの初期設定データをダウンロードする。ダウンロードされたレジスタ初期設定データは、レジスタデータ蓄積部304及びレジスタ設定部303に格納される。   The host interface control unit 115 of the digital data processing card 100 receives the digital data processing card initialization command sent from the digital data processing host device 200, converts it into data for internal transmission, and sends it to the card initialization function unit 306. To transmit. The card initialization function unit 306 initializes each functional block of the digital data processing card 100. When the card initialization function unit 306 initializes the digital data processing card 100, the data DL control unit 307 controls the data storage control unit 118, and the register control unit 114 stored in the data storage unit 119 in advance. Download the initial setting data of each interrupt factor selection register and each extended interrupt factor selection register. The downloaded register initial setting data is stored in the register data storage unit 304 and the register setting unit 303.

レジスタデータ蓄積部304は、各割込要因選択レジスタ及び各拡張割込要因選択レジスタの初期設定データを格納する。レジスタ設定部303は、複数の割込要因選択レジスタ及び拡張割込要因選択レジスタを有する。レジスタ設定部303の割込要因選択レジスタ及び拡張割込要因選択レジスタは、初期化時に初期設定データに設定される。その後カード制御部111は(デジタルデータ処理ホスト機器200からの指令に基づいてカード制御部111が動作する場合を含む。)、レジスタ制御部114に指令を送って、レジスタ設定部303の割込要因選択レジスタ又は拡張割込要因選択レジスタの設定値を変更することが出来る。
レジスタ機能制御部305は、レジスタ設定部303の割込要因選択レジスタの各出力信号を標準割込信号制御部201の割込要因選択制御部213に出力し、レジスタ設定部303の拡張割込要因選択レジスタの各出力信号を拡張割込信号制御部202の拡張割込要因選択制御部223に出力する。
The register data storage unit 304 stores initial setting data of each interrupt factor selection register and each extended interrupt factor selection register. The register setting unit 303 includes a plurality of interrupt factor selection registers and an extended interrupt factor selection register. The interrupt factor selection register and the extended interrupt factor selection register of the register setting unit 303 are set to initial setting data at the time of initialization. Thereafter, the card control unit 111 (including the case where the card control unit 111 operates based on a command from the digital data processing host device 200) sends a command to the register control unit 114 to cause an interrupt factor of the register setting unit 303. The set value of the selection register or extended interrupt factor selection register can be changed.
The register function control unit 305 outputs each output signal of the interrupt factor selection register of the register setting unit 303 to the interrupt factor selection control unit 213 of the standard interrupt signal control unit 201, and the extended interrupt factor of the register setting unit 303 Each output signal of the selection register is output to the extended interrupt factor selection control unit 223 of the extended interrupt signal control unit 202.

カード制御部111又はデジタルデータ処理ホスト機器200はレジスタ設定部303の割込要因選択レジスタ又は拡張割込要因選択レジスタの値を初期設定し、レジスタ機能制御部305の出力信号を制御する。
デジタルデータ処理カード100及びデジタルデータ処理ホスト機器200は、動作中に、カード制御部111を通じてレジスタ設定部303に新たな値を書き込み、その初期設定値を書き換えることも出来る。
The card control unit 111 or the digital data processing host device 200 initializes the value of the interrupt factor selection register or the extended interrupt factor selection register of the register setting unit 303, and controls the output signal of the register function control unit 305.
During operation, the digital data processing card 100 and the digital data processing host device 200 can write new values to the register setting unit 303 through the card control unit 111 and rewrite the initial setting values.

従来、ユーザが(一般にはデジタルデータ処理ホスト機器で起動されたアプリケーションプログラムが)デジタルデータ処理ホスト機器から入力し、又はユーザがデジタルデータ処理カードを設定して、任意に割込要因毎にデジタルデータ処理カードの割り込み機能を許可又は禁止することはできなかった。本発明のデジタルデータ処理カードは、アプリケーションに応じて、任意に割込要因毎に割り込み機能を許可又は禁止することができる。本発明のデジタルデータ処理ホスト機器は、デジタルデータ処理カードに指令を送って、割込要因毎にデジタルデータ処理カードの割り込み機能の許可又は禁止の設定をすることができる。本発明のデジタルデータ処理カード及びデジタルデータ処理ホスト機器を組み合わせることにより、アプリケーション毎に、それに適した割込を実行するデジタルデータ処理システムを実現出来る。   Conventionally, a user inputs (generally, an application program started on the digital data processing host device) from the digital data processing host device, or the user sets a digital data processing card and arbitrarily selects digital data for each interrupt factor. The interrupt function of the processing card could not be permitted or prohibited. The digital data processing card of the present invention can arbitrarily permit or prohibit the interrupt function for each interrupt factor depending on the application. The digital data processing host device of the present invention can send a command to the digital data processing card to enable or disable the interrupt function of the digital data processing card for each interrupt factor. By combining the digital data processing card and the digital data processing host device of the present invention, a digital data processing system for executing an interrupt suitable for each application can be realized.

《実施例4》
次に、デジタルデータ処理カード100のデータ蓄積部119に蓄積しているデジタルデータ処理カード100特有のデータ(割込要因選択レジスタ及び拡張割込要因選択レジスタの設定値)を書き換える場合のパスワード制御について、図4及び図6も参照にしながら説明する。実施例のデジタルデータ処理カード100においては、割込要因選択レジスタ及び拡張割込要因選択レジスタの設定値を書き換える時は、専用のパスワードを用いて検証を行う。
図4は、本発明の実施例のパスワード制御部117(図1)の構成を示す機能ブロック図である。図6は、本発明の実施例のデータ蓄積部119(図1)の初期データ領域IVAのデータ配置を示す一覧表である。
パスワード制御部117は、パスワード検証部140、カードパスワード蓄積部141及びホストパスワード蓄積部142を有する。
Example 4
Next, password control when rewriting data unique to the digital data processing card 100 stored in the data storage unit 119 of the digital data processing card 100 (setting values of the interrupt factor selection register and the extended interrupt factor selection register) This will be described with reference to FIGS. 4 and 6 as well. In the digital data processing card 100 of the embodiment, when rewriting the set values of the interrupt factor selection register and the extended interrupt factor selection register, verification is performed using a dedicated password.
FIG. 4 is a functional block diagram illustrating the configuration of the password control unit 117 (FIG. 1) according to the embodiment of this invention. FIG. 6 is a list showing the data arrangement of the initial data area IVA of the data storage unit 119 (FIG. 1) according to the embodiment of the present invention.
The password control unit 117 includes a password verification unit 140, a card password storage unit 141, and a host password storage unit 142.

デジタルデータ処理ホスト機器200が起動している状態でデジタルデータ処理カード100が挿入された時、又はデジタルデータ処理ホスト機器200にデジタルデータ処理カード100が挿入された状態でデジタルデータ処理ホスト機器200が起動された時、デジタルデータ処理ホスト機器200はデジタルデータ処理カード初期化コマンドを生成する。デジタルデータ処理カード初期化コマンドは、規定の伝送フォーマットに変換され、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信される。   When the digital data processing host device 200 is activated and the digital data processing card 100 is inserted, or when the digital data processing card 100 is inserted into the digital data processing host device 200, the digital data processing host device 200 When activated, the digital data processing host device 200 generates a digital data processing card initialization command. The digital data processing card initialization command is converted into a prescribed transmission format and transmitted to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus.

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られたデジタルデータ処理カード初期化コマンドを受信し、内部伝送用のデータに変換し、カード初期化機能部306(カード初期化制御部116に含まれる。)へ送られる。カード初期化機能部306は、デジタルデータ処理カード100の各機能ブロックの初期化を行う。カード初期化機能部306がデジタルデータ処理カード100の初期化を行うと、データDL制御部307は、データ蓄積制御部118を制御し、データ蓄積部119にあらかじめ蓄えられているカードパスワード蓄積データPSWD0及びPSWD1をダウンロードする。ダウンロードされたカードパスワード蓄積データPSWD0及びPSWD1はカードパスワード蓄積部141に格納される。カードパスワード蓄積データPSWD0及びPSWD1の中のどちらか1つのデータが、カードパスワードデータCPSWDとしてパスワード検証部140へ送られる。   The host interface control unit 115 of the digital data processing card 100 receives the digital data processing card initialization command sent from the digital data processing host device 200, converts it into data for internal transmission, and the card initialization function unit 306 ( Included in the card initialization control unit 116). The card initialization function unit 306 initializes each functional block of the digital data processing card 100. When the card initialization function unit 306 initializes the digital data processing card 100, the data DL control unit 307 controls the data storage control unit 118, and the card password storage data PSWD0 stored in the data storage unit 119 in advance. And PSWD1 are downloaded. The downloaded card password storage data PSWD0 and PSWD1 are stored in the card password storage unit 141. One of the card password accumulation data PSWD0 and PSWD1 is sent to the password verification unit 140 as the card password data CPSWD.

デジタルデータ処理ホスト機器200が、データ蓄積部119の蓄積データを書き換える場合、蓄積データアドレス制御信号(データ蓄積制御部118に、データ蓄積部119のアドレスを指定し、そのアドレスに格納されたデータを書き換えることを指示するコマンド)及び書換蓄積データ(割込要因選択レジスタ及び拡張割込要因選択レジスタの設定値)と、パスワード設定制御信号(パスワードHPSWDを含む。)を生成する。
始めにデジタルデータ処理ホスト機器200のカードインターフェース制御部151は、パスワード設定制御信号を規定の伝送フォーマットに変換し、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信する。次に、デジタルデータ処理ホスト機器200のカードインターフェース制御部151は、蓄積データアドレス制御信号及び書換蓄積データをそれぞれ規定の伝送フォーマットに変換し、伝送データバスの4本又は1本のデータ信号ライン(DATA)を介して、デジタルデータ処理カード100に送信する。
When the digital data processing host device 200 rewrites the data stored in the data storage unit 119, the stored data address control signal (the data storage control unit 118 is designated with the address of the data storage unit 119 and the data stored in the address is stored). A command for instructing rewriting) and rewrite accumulation data (setting values of the interrupt factor selection register and the extended interrupt factor selection register) and a password setting control signal (including the password HPSWD).
First, the card interface control unit 151 of the digital data processing host device 200 converts the password setting control signal into a prescribed transmission format and transmits it to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus. To do. Next, the card interface control unit 151 of the digital data processing host device 200 converts the stored data address control signal and the rewritten stored data into a specified transmission format, respectively, and transmits four or one data signal lines ( (DATA) to the digital data processing card 100.

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られたパスワード設定制御信号を内部伝送用のデータに変換し、レジスタ制御部114に送る。レジスタ制御部114は、パスワード設定制御信号からホストパスワードデータHPSWDを抽出し、ホストパスワード蓄積部142に格納する。次に、レジスタ制御部114は、パスワード検証部140にパスワード検証を要求する。パスワード検証部140は、パスワード検証要求を受けると、カードパスワード蓄積部141に格納されたカードパスワードデータCPSWDと、ホストパスワード蓄積部142に格納されたホストパスワードデータHPSWDとを比較し、一致した場合は、データ蓄積制御部118に対して蓄積データ書込許可信号WROKを出力する。   The host interface control unit 115 of the digital data processing card 100 converts the password setting control signal sent from the digital data processing host device 200 into data for internal transmission and sends it to the register control unit 114. The register control unit 114 extracts the host password data HPSWD from the password setting control signal and stores it in the host password storage unit 142. Next, the register control unit 114 requests the password verification unit 140 to perform password verification. Upon receiving the password verification request, the password verification unit 140 compares the card password data CPSWD stored in the card password storage unit 141 with the host password data HPSWD stored in the host password storage unit 142, and if they match, The accumulated data write permission signal WROK is output to the data accumulation control unit 118.

ホストインターフェース制御部115は、パスワード設定制御信号に続いてデジタルデータ処理ホスト機器200から送られた蓄積データアドレス制御信号及び書換蓄積データを受信し、内部伝送用のデータに変換し、アプリケーションデータ制御部112に送る。アプリケーションデータ制御部112は、蓄積データアドレス制御信号よりアドレスデータ制御信号FSMA(書き込みアドレス情報)を生成し、書換蓄積データより書込データFSMDを生成し、データ蓄積制御部118に送信する。データ蓄積制御部118は、パスワード検証部140より蓄積データ書込許可信号WROKを受信している場合、アドレスデータ制御信号FSMAからチップ選択制御信号XFMCE及びデータ書込制御信号XFSMWE(メモリチップのセレクト信号とメモリへの書き込み制御信号)を生成し、且つアドレスデータ制御信号FSMAと同期してこれらの信号及び書込データFSMDをデータ蓄積部119へ送信し、書込データFSMDを各アドレスに蓄積する。   The host interface control unit 115 receives the storage data address control signal and the rewrite storage data sent from the digital data processing host device 200 following the password setting control signal, converts them into data for internal transmission, and the application data control unit 112. The application data control unit 112 generates an address data control signal FSMA (write address information) from the stored data address control signal, generates write data FSMD from the rewritten stored data, and transmits it to the data storage control unit 118. When the stored data write permission signal WROK is received from the password verification unit 140, the data storage control unit 118 receives the chip selection control signal XFMCE and the data write control signal XFSMWE (memory chip select signal) from the address data control signal FSMA. And the write data FSMD are transmitted to the data storage unit 119 in synchronization with the address data control signal FSMA, and the write data FSMD is stored at each address.

パスワード検証部140が検証を行った結果、ホストパスワードデータHPSWDとカードパスワードデータCPSWDとが一致しない場合でも、アプリケーションデータ制御部112は、アドレスデータ制御信号FSMAと書込データFSMDを生成し、データ蓄積制御部118に伝送する。しかしホストパスワードデータHPSWDとカードパスワードデータCPSWDとが一致しない場合、データ蓄積制御部118は、チップ選択制御信号XFMCE、データ書込制御信号XFSMWEを生成せず、データ蓄積部119のデータを書き換えない。   As a result of the verification by the password verification unit 140, even if the host password data HPSWD and the card password data CPSWD do not match, the application data control unit 112 generates the address data control signal FSMA and the write data FSMD, and stores the data The data is transmitted to the control unit 118. However, if the host password data HPSWD and the card password data CPSWD do not match, the data accumulation control unit 118 does not generate the chip selection control signal XFMCE and the data write control signal XFSMWE, and does not rewrite the data in the data accumulation unit 119.

ここで、本発明の実施例におけるデジタルデータ処理カード100のカード初期化制御部116の動作について、図7及び図8を用いて説明する。
図7は、本発明の実施例のデータ蓄積部119(図1)のデータ配置を示すデータ配置図である。
図8は、本発明の実施例のデジタルデータ処理カード100の初期化時にデータ蓄積部119よりデータをダウンロードするタイミングを示すタイミングチャートである。なお、図8では、割込要因選択レジスタ及び拡張割込要因選択レジスタの初期データMIER1及びMIER2、割込アドレス(割込要因レジスタ及び拡張割込要因レジスタのアドレス)RFU0及びRFU1のデータをダウンロードするタイミングを示している。
Here, the operation of the card initialization control unit 116 of the digital data processing card 100 in the embodiment of the present invention will be described with reference to FIGS.
FIG. 7 is a data arrangement diagram showing the data arrangement of the data storage unit 119 (FIG. 1) according to the embodiment of the present invention.
FIG. 8 is a timing chart showing the timing of downloading data from the data storage unit 119 when the digital data processing card 100 according to the embodiment of the present invention is initialized. In FIG. 8, the initial data MIER1 and MIER2 of the interrupt factor selection register and the extended interrupt factor selection register and the data of the interrupt addresses (addresses of the interrupt factor register and the extended interrupt factor register) RFU0 and RFU1 are downloaded. Timing is shown.

なお、デジタルデータ処理ホスト機器200が起動している状態でデジタルデータ処理カード100が挿入された時、又はデジタルデータ処理ホスト機器200にデジタルデータ処理カード100が挿入された状態でデジタルデータ処理ホスト機器200が起動された時、デジタルデータ処理ホスト機器200はデジタルデータ処理カード初期化コマンドを生成する。デジタルデータ処理ホスト機器200のカードインターフェース制御部151は、デジタルデータ処理カード初期化コマンドを規定の伝送フォーマットに変換し、伝送データバスのコマンド信号ライン(CMD)を介して、デジタルデータ処理カード100に送信する。   The digital data processing host device 200 is inserted when the digital data processing host device 200 is activated or the digital data processing card 100 is inserted into the digital data processing host device 200. When 200 is activated, the digital data processing host device 200 generates a digital data processing card initialization command. The card interface control unit 151 of the digital data processing host device 200 converts the digital data processing card initialization command into a prescribed transmission format, and sends it to the digital data processing card 100 via the command signal line (CMD) of the transmission data bus. Send.

カードパスワードは一定の値でも良いが、所定の乱数発生器を用いて、デジタルデータ処理ホスト機器200からデジタルデータ処理カード100にカードパスワードの検証をする度に、カードパスワードの値を更新しても良い。
デジタルデータ処理ホスト機器200及びデジタルデータ処理カード100が同一の乱数発生器を持ち、カードパスワード検証をする度に、例えばそれぞれの機器において現在のカードパスワードの値を乱数発生器に入力する。乱数発生器は、現在のカードパスワードの値をパラメータとして新たなカードパスワードを発生する。デジタルデータ処理ホスト機器200及びデジタルデータ処理カード100の正しい組み合わせでは両者の値は一致するので、デジタルデータ処理ホスト機器200は、データ蓄積部119の所定の初期値を書き換えることが出来る。
The card password may be a fixed value, but each time the card password is verified from the digital data processing host device 200 to the digital data processing card 100 using a predetermined random number generator, the value of the card password may be updated. good.
Each time the digital data processing host device 200 and the digital data processing card 100 have the same random number generator and the card password is verified, for example, the current card password value is input to the random number generator in each device. The random number generator generates a new card password using the current card password value as a parameter. In the correct combination of the digital data processing host device 200 and the digital data processing card 100, the two values match, so the digital data processing host device 200 can rewrite a predetermined initial value of the data storage unit 119.

デジタルデータ処理カード100のホストインターフェース制御部115は、デジタルデータ処理ホスト機器200から送られたデジタルデータ処理カード初期化コマンドを受信し、内部伝送用のデータに変換し、カード初期化機能部306に伝送する。カード初期化機能部306は、デジタルデータ処理カード100の各機能ブロックの初期化を行う。又、カード初期化制御部306は、デジタルデータ処理カード100の各機能ブロックの初期化を開始すると、カード初期化信号CARDINI(レジスタ制御部114の割込要因選択レジスタ及び拡張割込要因選択レジスタの初期値をダウンロードすることを指示する信号)を生成し、データDL制御部307へ送る。データDL制御部307は、カード初期化信号CARDINIを受けると、カード蓄積部119に蓄積されているデータを読み出すためのアドレスデータ制御信号FSMA(読み出しアドレス情報)を生成し、データ蓄積制御部118に送る。   The host interface control unit 115 of the digital data processing card 100 receives the digital data processing card initialization command sent from the digital data processing host device 200, converts it into data for internal transmission, and sends it to the card initialization function unit 306. To transmit. The card initialization function unit 306 initializes each functional block of the digital data processing card 100. When the card initialization control unit 306 starts initialization of each functional block of the digital data processing card 100, the card initialization signal CARDINI (the interrupt factor selection register and the extended interrupt factor selection register of the register control unit 114). A signal instructing to download the initial value is generated and sent to the data DL control unit 307. When the data DL control unit 307 receives the card initialization signal CARDINI, the data DL control unit 307 generates an address data control signal FSMA (read address information) for reading data stored in the card storage unit 119, and sends it to the data storage control unit 118. send.

データ蓄積制御部118は、アドレスデータ制御信号FSMAを受信すると、チップ選択制御信号XFMCE及びデータ読出制御信号XFSMOE(メモリチップのセレクト信号とメモリからの読み出し制御信号)を生成し、アドレスデータ制御信号FSMAと同期して、チップ選択制御信号XFMCE及びデータ読出制御信号XFSMOEをデータ蓄積部119へ送る。データ蓄積部119は、チップ選択制御信号XFMCE等を受けると、アドレスデータ制御信号FSMAに対応したそれぞれの領域に蓄積されているデータFSMDをデータ蓄積制御部118を介して、データDL制御部307へ出力する。データDL制御部307は、アドレスデータ制御信号FSMAに対応したそれぞれの読出蓄積データFSMD(アドレスデータ、割込要因選択レジスタ及び拡張割込要因選択レジスタの初期値、カードパスワード蓄積データPSWD0及びPSWD1を含む。)をそれぞれアドレスデータ蓄積部302、レジスタデータ蓄積部304及びカードパスワード蓄積部141に格納する。   Upon receiving the address data control signal FSMA, the data accumulation control unit 118 generates a chip selection control signal XFMCE and a data read control signal XFSMOE (a memory chip select signal and a read control signal from the memory), and an address data control signal FSMA. In synchronization with this, a chip selection control signal XFMCE and a data read control signal XFSMOE are sent to the data storage unit 119. When the data storage unit 119 receives the chip selection control signal XFMCE or the like, the data FSMD stored in each area corresponding to the address data control signal FSMA is sent to the data DL control unit 307 via the data storage control unit 118. Output. The data DL control unit 307 includes each read accumulation data FSMD (address data, initial values of the interrupt factor selection register and extended interrupt factor selection register, card password accumulation data PSWD0 and PSWD1 corresponding to the address data control signal FSMA. Are stored in the address data storage unit 302, the register data storage unit 304, and the card password storage unit 141, respectively.

デジタルデータ処理カード100の初期化動作時に、データ蓄積制御部118がデータ蓄積部119から蓄積データを読み出す動作を詳細に説明する。
カード初期化制御部306よりカード初期化信号CARDINIを受信したデータDL制御部307は、アドレス“0”のアドレスデータ制御信号FSMAを生成し、データ蓄積制御部118へ送る。データ蓄積制御部118は、アドレス“0”のアドレスデータ制御信号FSMA(読み出しアドレス情報)を受信すると、チップ選択制御信号XFMCE、データ読出制御信号XFSMOEを生成し、アドレス“0”のアドレスデータ制御信号FSMAと同期してこれらの信号をデータ蓄積部119へ送り、データ蓄積部119よりアドレス“0”領域の蓄積データFSMD(IVA_P)(値を“α”とする)を読み出す。データDL制御部307は、データ蓄積制御部118を介して、アドレス“0”領域の蓄積データFSMD(IVA_P)((値は“α”)を入力し、アドレス{α、0}のアドレスデータ制御信号FSMAを生成する。
An operation in which the data storage control unit 118 reads stored data from the data storage unit 119 during the initialization operation of the digital data processing card 100 will be described in detail.
The data DL control unit 307 that has received the card initialization signal CARDINI from the card initialization control unit 306 generates an address data control signal FSMA of the address “0” and sends it to the data accumulation control unit 118. When receiving the address data control signal FSMA (read address information) of the address “0”, the data accumulation control unit 118 generates a chip selection control signal XFMCE and a data read control signal XFSMOE, and generates an address data control signal of the address “0”. These signals are sent to the data storage unit 119 in synchronization with FSMA, and the stored data FSMD (IVA_P) (value is set to “α”) in the address “0” area is read from the data storage unit 119. The data DL control unit 307 inputs the storage data FSMD (IVA_P) (value is “α”) in the address “0” area via the data storage control unit 118 and controls the address data of the address {α, 0}. A signal FSMA is generated.

データ蓄積部118は、アドレス{α、0}のアドレスデータ制御信号FSMAを受信し、生成したチップ選択制御信号XFMCE及びデータ読出制御信号XFSMOEとアドレスデータ制御信号FSMAとをデータ蓄積部119へ送り、アドレス{α、0}領域に格納されている蓄積データFSMD(CCCR/SDIO、SD)を読み出す。データDL制御部307は、データ蓄積制御部118を介して、アドレス{α、0}領域の蓄積データFSMD(CCCR/SDIO、SD)を入力し、レジスタデータ蓄積部304にこれらのデータを送信する。レジスタデータ蓄積部304は、これらのデータを初期値として格納する。   The data storage unit 118 receives the address data control signal FSMA at the address {α, 0}, and sends the generated chip selection control signal XFMCE, data read control signal XFSMOE, and address data control signal FSMA to the data storage unit 119, The accumulated data FSMD (CCCR / SDIO, SD) stored in the address {α, 0} area is read. The data DL control unit 307 inputs the stored data FSMD (CCCR / SDIO, SD) in the address {α, 0} area via the data storage control unit 118 and transmits these data to the register data storage unit 304. . The register data storage unit 304 stores these data as initial values.

次にデータDL制御部307は、アドレス{α、1}のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス{α、1}のアドレスデータ制御信号FSMAを受信し、生成したチップ選択制御信号XFMCE及びデータ読出制御信号XFSMOEとアドレスデータ制御信号FSMAとをデータ蓄積部119に送る。データ蓄積部119は、アドレス{α、1}領域の蓄積データFSMD(C_CAP,CIS_COM_P(L))を読み出す。データDL制御部307は、アドレス{α、1}領域の蓄積データFSMD(C_CAP,CIS_COM_P(L))を入力し、レジスタデータ蓄積部304に格納する。
以下、同様にデータDL制御部307は、データ蓄積制御部118を介して、アドレス{α、2}〜{α、9}領域の蓄積データFSMD(UAOFST)を受信し、レジスタデータ蓄積部304に格納する。
Next, the data DL control unit 307 generates an address data control signal FSMA of the address {α, 1}. The data storage unit 118 receives the address data control signal FSMA at the address {α, 1}, and sends the generated chip selection control signal XFMCE, data read control signal XFSMOE, and address data control signal FSMA to the data storage unit 119. The data storage unit 119 reads the stored data FSMD (C_CAP, CIS_COM_P (L)) in the address {α, 1} area. The data DL control unit 307 receives the stored data FSMD (C_CAP, CIS_COM_P (L)) in the address {α, 1} region and stores it in the register data storage unit 304.
Thereafter, similarly, the data DL control unit 307 receives the storage data FSMD (UAOFST) of the address {α, 2} to {α, 9} region via the data storage control unit 118, and sends it to the register data storage unit 304. Store.

続いてデータDL制御部307は、アドレス{α、A}のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス{α、A}のアドレスデータ制御信号FSMAを受信し、上記と同様にしてアドレス{α、A}領域の蓄積データFSMD(RFU0/RFU1)を読み出す。データDL制御部307は、データ蓄積制御部118を介して、アドレス{α、A}領域の蓄積データFSMD(RFU0/RFU1)を受けると、アドレスデータ蓄積部302へ送信する。アドレスデータ蓄積部302は、蓄積データFSMD(RFU0/RFU1)を初期値として格納する。   Subsequently, the data DL control unit 307 generates an address data control signal FSMA of the address {α, A}. The data storage unit 118 receives the address data control signal FSMA of the address {α, A}, and reads the stored data FSMD (RFU0 / RFU1) in the address {α, A} area in the same manner as described above. When the data DL control unit 307 receives the storage data FSMD (RFU0 / RFU1) in the address {α, A} area via the data storage control unit 118, the data DL control unit 307 transmits the data to the address data storage unit 302. The address data storage unit 302 stores the stored data FSMD (RFU0 / RFU1) as an initial value.

続いてデータDL制御部307は、アドレス{α、B}のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス{α、B}のアドレスデータ制御信号FSMAを受信し、上記と同様にしてアドレス{α、B}領域の蓄積データFSMD(RFU2/RFU3)を読み出す。アドレスデータ蓄積部302は、蓄積データFSMD(RFU2/RFU3)を初期値として格納する。
以下、同様にデータDL制御部307は、データ蓄積制御部118を介して、アドレス{α、C}及び{α、D}領域に格納されている蓄積データFSMD(RFU6/RFUEN)を受信し、アドレスデータ蓄積部302へ送信する。アドレスデータ蓄積部302は、これらのデータを初期値として格納する。
Subsequently, the data DL control unit 307 generates an address data control signal FSMA of the address {α, B}. The data storage unit 118 receives the address data control signal FSMA of the address {α, B}, and reads the stored data FSMD (RFU2 / RFU3) in the address {α, B} area in the same manner as described above. The address data storage unit 302 stores the stored data FSMD (RFU2 / RFU3) as an initial value.
Hereinafter, similarly, the data DL control unit 307 receives the accumulated data FSMD (RFU6 / RFUEN) stored in the address {α, C} and {α, D} areas via the data accumulation control unit 118, The data is transmitted to the address data storage unit 302. The address data storage unit 302 stores these data as initial values.

続いて、データDL制御部307は、アドレス{α、E}のアドレスデータ制御信号FSMAを生成する。同様にデータDL制御部307は、データ蓄積制御部118を介して、アドレス{α、E}領域の蓄積データFSMD(PSWD0/PSWD1)を読み出す。データDL制御部307は、蓄積データFSMD(PSWD0/PSWD1)をカードパスワード蓄積部141へ送信する。カードパスワード蓄積部141は、カードパスワードPSWD0及びPSWD1を格納する。   Subsequently, the data DL control unit 307 generates an address data control signal FSMA of the address {α, E}. Similarly, the data DL control unit 307 reads the stored data FSMD (PSWD0 / PSWD1) in the address {α, E} area via the data storage control unit 118. The data DL control unit 307 transmits the stored data FSMD (PSWD0 / PSWD1) to the card password storage unit 141. The card password storage unit 141 stores card passwords PSWD0 and PSWD1.

続いて、データDL制御部307は、アドレス“1”のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス“1”のアドレスデータ制御信号FSMAを受信し、アドレス“1”領域の蓄積データFSMD(CSA_P)(値を“β”とする)を読み出す。
データDL制御部307は、データ蓄積制御部118を介して、アドレス“1”領域の蓄積データFSMD(CSA_P)(値は“β”)を受けると、アドレス“{β、0}” のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス“{β、0}” のアドレスデータ制御信号FSMAを受信し、アドレス“{β、0}”領域の蓄積データFSMD(CSA領域データ)を読み出す。データDL制御部307は、アドレス“{β、0}”領域の蓄積データFSMD(CSA領域データ)を受けると、CSA蓄積部309へ送信する。CSA蓄積部309は、蓄積データFSMD(CSA領域データ)を初期値として格納する。
Subsequently, the data DL control unit 307 generates an address data control signal FSMA of the address “1”. The data storage unit 118 receives the address data control signal FSMA of the address “1”, and reads the storage data FSMD (CSA_P) (value is “β”) in the address “1” area.
When the data DL control unit 307 receives the storage data FSMD (CSA_P) (value is “β”) in the address “1” area via the data storage control unit 118, the address data of the address “{β, 0}” A control signal FSMA is generated. The data storage unit 118 receives the address data control signal FSMA of the address “{β, 0}” and reads the stored data FSMD (CSA region data) in the address “{β, 0}” region. When the data DL control unit 307 receives the accumulation data FSMD (CSA area data) in the address “{β, 0}” area, the data DL control part 307 transmits it to the CSA accumulation unit 309. The CSA accumulation unit 309 stores accumulated data FSMD (CSA area data) as an initial value.

次にデータDL制御部307は、アドレス“{β、1}”のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス“{β、1}”のアドレスデータ制御信号FSMAを受信し、アドレス“{β、1}”領域のアドレスデータFSMD(CSA領域データ)を読み出す。CSA蓄積部309は、蓄積データFSMD(CSA領域データ)を初期値として格納する。以下、同様にデータDL制御部307は、データ蓄積制御部118を介して、アドレス“{(α−1)、F}”領域までのアドレスデータFSMD(CSA領域データ)を順次受信し、CSA蓄積部309へ送信する。CSA蓄積部309は、これらの値を初期値として格納する。   Next, the data DL control unit 307 generates an address data control signal FSMA of the address “{β, 1}”. The data storage unit 118 receives the address data control signal FSMA of the address “{β, 1}” and reads the address data FSMD (CSA area data) in the address “{β, 1}” area. The CSA accumulation unit 309 stores accumulated data FSMD (CSA area data) as an initial value. Thereafter, similarly, the data DL control unit 307 sequentially receives the address data FSMD (CSA area data) up to the address “{(α−1), F}” area via the data accumulation control unit 118, and accumulates the CSA. To the unit 309. The CSA storage unit 309 stores these values as initial values.

次にデータDL制御部307は、アドレス“2”のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス“2”のアドレスデータ制御信号FSMAを受信し、アドレス“2”領域の蓄積データFSMD(CIS領域データ)を読み出す。データDL制御部307は、アドレス“2”領域の蓄積データFSMD(CIS領域データ)を受けると、CIS蓄積部308へ送信する。CIS蓄積部308は、これらの値を初期値として格納する。
次にデータDL制御部307は、アドレス“3”のアドレスデータ制御信号FSMAを生成する。データ蓄積部118は、アドレス“3”のアドレスデータ制御信号FSMAを受信し、アドレス“3”領域の蓄積データFSMD(CIS領域データ)を読み出す。CIS蓄積部308は、これらの値を初期値として格納する。以下、同様にデータDL制御部307は、アドレス{(β−1)、F}領域までのアドレスデータFSMD(CSA領域データ)を順次受信し、CIS蓄積部308へ送信する。
Next, the data DL control unit 307 generates an address data control signal FSMA of the address “2”. The data storage unit 118 receives the address data control signal FSMA of the address “2”, and reads the stored data FSMD (CIS area data) in the address “2” area. When the data DL control unit 307 receives the storage data FSMD (CIS region data) in the address “2” region, the data DL control unit 307 transmits it to the CIS storage unit 308. The CIS accumulation unit 308 stores these values as initial values.
Next, the data DL control unit 307 generates an address data control signal FSMA of address “3”. The data storage unit 118 receives the address data control signal FSMA of the address “3”, and reads the stored data FSMD (CIS region data) in the address “3” area. The CIS accumulation unit 308 stores these values as initial values. Thereafter, similarly, the data DL control unit 307 sequentially receives the address data FSMD (CSA area data) up to the address {(β−1), F} area, and transmits it to the CIS accumulation unit 308.

以上の様に、本発明においては間接アドレッシングにより一部の初期値を設定している(全部の初期値を間接アドレッシングにより設定しても良い。)。間接アドレッシングのアドレス(上記の例での“α”及び“β”)を書き換えることにより、設定変更を容易に出来る。   As described above, in the present invention, some initial values are set by indirect addressing (all initial values may be set by indirect addressing). By rewriting the indirect addressing addresses (“α” and “β” in the above example), the setting can be easily changed.

上述の本実施例において、拡張割込アドレス制御部221は、アドレスデータ蓄積部302と拡張割込アドレス設定部301を有し、デジタルデータ初期カード100の初期化動作時に、データ蓄積部119に蓄えられている拡張割込信号処理のアドレスデータをダウンロードし、拡張割込要因設定制御部222、拡張割込要因選択制御部223、及び拡張割込要因解除制御部224の各制御部が動作するためのアドレスデータとして拡張割込アドレス設定部301に蓄える。同様に、レジスタ制御部は、レジスタデータ蓄積部304とレジスタ設定部303とを有し、デジタルデータ初期カード100の初期化動作時に、データ蓄積部119に蓄えられているレジスタのアドレスデータをダウンロードし、割込要因選択レジスタのアドレスデータとしてレジスタ設定部304に蓄える。   In the above-described embodiment, the extended interrupt address control unit 221 includes the address data storage unit 302 and the extended interrupt address setting unit 301, and stores the data in the data storage unit 119 when the digital data initial card 100 is initialized. Since the extended interrupt signal processing address data is downloaded, the control units of the extended interrupt factor setting control unit 222, the extended interrupt factor selection control unit 223, and the extended interrupt factor release control unit 224 operate. Is stored in the extended interrupt address setting unit 301 as address data. Similarly, the register control unit has a register data storage unit 304 and a register setting unit 303, and downloads the register address data stored in the data storage unit 119 when the digital data initial card 100 is initialized. And stored in the register setting unit 304 as address data of the interrupt factor selection register.

上述の本実施例において、レジスタ制御部114は、レジスタデータ蓄積部304とレジスタ設定部303とを有し、デジタルデータ初期カード100の初期化動作時に、データ蓄積部119に蓄えられているレジスタ制御部114の初期設定データをダウンロードし、レジスタ機能制御部305の動作を確定するためのレジスタ設定データとして、レジスタ設定部303に蓄える。実施例カードの制御部111は(デジタルデータ処理ホスト機器200がカード制御部111に指令を送る場合を含む。)制御して、レジスタデータ蓄積部304に蓄えられたレジスタ設定データを書き換える機能を備えている。例えばレジスタ制御部114の初期設定データを、データ書き換えできない読出専用レジスタの設定データとして蓄えてもよい。
アプリケーションモジュール110は、有線又は無線通信を行うモジュールが想定されるが他のアプリケーションであっても良い。
割込信号制御部、レジスタ制御部等の機能ブロックの一部を、CPUがプログラムを実行して実現するソフトウエアに置き換えられることは言うまでもない。
In the above-described embodiment, the register control unit 114 includes the register data storage unit 304 and the register setting unit 303, and registers control stored in the data storage unit 119 during the initialization operation of the digital data initial card 100. The initial setting data of the unit 114 is downloaded and stored in the register setting unit 303 as register setting data for determining the operation of the register function control unit 305. The control unit 111 of the embodiment card has a function of controlling (including the case where the digital data processing host device 200 sends a command to the card control unit 111) and rewriting the register setting data stored in the register data storage unit 304. ing. For example, the initial setting data of the register control unit 114 may be stored as setting data for a read-only register that cannot be rewritten.
The application module 110 is assumed to be a module that performs wired or wireless communication, but may be another application.
Needless to say, some of the functional blocks such as the interrupt signal control unit and the register control unit can be replaced with software implemented by the CPU executing the program.

本発明は、例えばデジタルデータ機器に用いるデジタルデータ処理カード、デジタルデータ処理カード及びデジタルデータ処理ホスト機器を有するデジタルデータ処理システムの制御方法として有用である。   The present invention is useful, for example, as a control method for a digital data processing system having a digital data processing card, a digital data processing card, and a digital data processing host device used in a digital data device.

本発明の実施例のデジタルデータ処理システムのデジタルデータ処理カードの構成を示す機能ブロック図1 is a functional block diagram showing the configuration of a digital data processing card of a digital data processing system according to an embodiment of the present invention. 本発明の実施例のデジタルデータ処理カードの割込信号制御部の構成を示す機能ブロック図The functional block diagram which shows the structure of the interruption signal control part of the digital data processing card | curd of the Example of this invention. 本発明の実施例の割込信号制御部の拡張割込信号制御部、レジスタ制御部及びカード初期化制御部の構成を示す機能ブロック図The functional block diagram which shows the structure of the extended interrupt signal control part of the interrupt signal control part of an Example of this invention, a register control part, and a card initialization control part 本発明の実施例のパスワード制御部の構成を示す機能ブロック図The functional block diagram which shows the structure of the password control part of the Example of this invention 本発明の実施例のデジタルデータ処理カードのレジスタ制御部の割込要因選択レジスタの設定値を示すレジスタ表Register table showing set values of the interrupt factor selection register of the register control unit of the digital data processing card of the embodiment of the present invention 本発明の実施例のデータ蓄積部の初期データ領域IVAのデータ配置を示す表The table | surface which shows the data arrangement | positioning of the initial data area IVA of the data storage part of the Example of this invention 本発明の実施例のデータ蓄積部のデータ配置を示すデータ配置図Data arrangement diagram showing data arrangement of data storage unit of embodiment of the present invention 本発明の実施例のデジタルデータ処理カードの初期化時にデータ蓄積部より初期化データデータダウンロードするタイミングを示すタイミングチャートFIG. 3 is a timing chart showing timing for downloading initialization data from the data storage unit when the digital data processing card of the embodiment of the present invention is initialized. 従来のデジタルデータ処理システムの構成を示す機能ブロック図Functional block diagram showing the configuration of a conventional digital data processing system

符号の説明Explanation of symbols

100 デジタルデータ処理カード
110 アプリケーションモジュール
111 カード制御部
112 アプリケーションデータ制御部
113 割込信号制御部
114 レジスタ制御部
115 ホストインターフェース制御部
116 カード初期化制御部
117 パスワード制御部
118 データ蓄積制御部
119 データ蓄積部
140 パスワード検証部
141 カードパスワード蓄積部
142 ホストパスワード蓄積部
151 カードインターフェース制御部
152 割込信号受信部
153 ホスト制御部
154 アプリケーションデータ処理部
155 割込解除信号生成部
200 デジタルデータ処理ホスト機器
201 標準割込信号制御部
202 拡張割込信号制御部
203 割込要因切換制御部
204 割込信号生成部
211 割込アドレス制御部
212 割込要因設定制御部
213 割込要因選択制御部
214 割込要因解除制御部
221 拡張割込アドレス制御部
222 拡張割込要因設定制御部
223 拡張割込要因選択制御部
224 拡張割込要因解除制御部
301 拡張割込アドレス設定部
302 アドレスデータ蓄積部
303 レジスタ設定部
304 レジスタデータ蓄積部
305 レジスタ機能制御部
306 カード初期化機能部
307 データダウンロード制御部
308 CIS蓄積部
309 CSA蓄積部
DESCRIPTION OF SYMBOLS 100 Digital data processing card 110 Application module 111 Card control part 112 Application data control part 113 Interrupt signal control part 114 Register control part 115 Host interface control part 116 Card initialization control part 117 Password control part 118 Data accumulation control part 119 Data accumulation Unit 140 password verification unit 141 card password storage unit 142 host password storage unit 151 card interface control unit 152 interrupt signal reception unit 153 host control unit 154 application data processing unit 155 interrupt release signal generation unit 200 digital data processing host device 201 standard Interrupt signal control unit 202 Extended interrupt signal control unit 203 Interrupt factor switching control unit 204 Interrupt signal generation unit 211 Interrupt address control unit 12 Interrupt factor setting control unit 213 Interrupt factor selection control unit 214 Interrupt factor release control unit 221 Extended interrupt address control unit 222 Extended interrupt factor setting control unit 223 Extended interrupt factor selection control unit 224 Extended interrupt factor release Control unit 301 Extended interrupt address setting unit 302 Address data storage unit 303 Register setting unit 304 Register data storage unit 305 Register function control unit 306 Card initialization function unit 307 Data download control unit 308 CIS storage unit 309 CSA storage unit

Claims (9)

ホスト機器との間で通信を行うホストインターフェース制御部と、
割込処理を要求する割込要因を発生する少なくとも1つのアプリケーションモジュールと、
割込要因に基づく割込処理を許可するか否かを設定する少なくとも1つの割込要因選択レジスタを設定する割込要因選択部と、
前記割込要因の発生及び前記割込要因に対応する前記割込要因選択レジスタの設定状態に基づいて、前記ホストインターフェースを通じてホスト機器に割込信号を出力する割込信号制御部と、
を有することを特徴とするデジタルデータ処理カード。
A host interface controller that communicates with the host device;
At least one application module that generates an interrupt factor that requests interrupt processing; and
An interrupt factor selection unit that sets at least one interrupt factor selection register that sets whether or not to allow interrupt processing based on the interrupt factor;
Based on the generation of the interrupt factor and the setting state of the interrupt factor selection register corresponding to the interrupt factor, an interrupt signal control unit that outputs an interrupt signal to the host device through the host interface;
A digital data processing card comprising:
ホスト機器との間で通信を行うホストインターフェース制御部と、
割込処理を要求する割込要因を発生する少なくとも1つのアプリケーションモジュールと、
複数のアドレスにそれぞれの割込要因に基づいてセットされる割込要因レジスタと、アドレス値を記憶するアドレス値記憶部と、を有する書き換え可能なメモリと、
前記アドレス値記憶部に記憶されているアドレス値で指定される前記割込要因レジスタがセットされた場合に、前記ホストインターフェースを通じてホスト機器に割込信号を出力する割込信号制御部と、
を有することを特徴とするデジタルデータ処理カード。
A host interface controller that communicates with the host device;
At least one application module that generates an interrupt factor that requests interrupt processing; and
A rewritable memory having an interrupt factor register that is set to a plurality of addresses based on each interrupt factor, and an address value storage unit that stores an address value,
An interrupt signal control unit that outputs an interrupt signal to the host device through the host interface when the interrupt factor register specified by the address value stored in the address value storage unit is set;
A digital data processing card comprising:
前記書き換え可能なメモリは、複数のアドレスにそれぞれの割込要因に基づく割込処理を許可するか否かを設定する割込要因選択レジスタを更に有し、
前記アドレス値記憶部に記憶されているアドレス値で指定される前記割込要因選択レジスタが割込を禁止している場合に、対応する前記割込要因が発生しても、前記割込信号制御部はホスト機器に割込信号を出力しない、
ことを特徴とする請求項2に記載のデジタルデータ処理カード。
The rewritable memory further includes an interrupt factor selection register for setting whether or not to allow interrupt processing based on each interrupt factor to a plurality of addresses,
Even if the corresponding interrupt factor occurs when the interrupt factor selection register specified by the address value stored in the address value storage unit prohibits the interrupt, the interrupt signal control Does not output an interrupt signal to the host device.
The digital data processing card according to claim 2.
前記割込要因選択レジスタ、又は前記割込要因レジスタ及び前記アドレス値記憶部を有する書き換え可能なメモリが、RAM又はフラッシュメモリであることを特徴とする請求項1から請求項3のいずれかの請求項に記載のデジタルデータ処理カード。   4. The rewritable memory including the interrupt factor selection register or the interrupt factor register and the address value storage unit is a RAM or a flash memory. The digital data processing card according to item. 前記書き換え可能なメモリは、前記アドレス値記憶部に記憶するアドレス値及び前記割込要因選択レジスタの設定値のうちの少なくとも1つの初期値を記憶する不揮発性メモリを有し、
デジタルデータ処理カードの起動時に、前記書き換え可能なメモリから自動的に前記初期値を読み出して、前記アドレス値記憶部の設定値をアドレス値として設定し、又は前記割込要因選択レジスタの設定値を初期値に設定する、
ことを特徴とする請求項1から請求項4のいずれかの請求項に記載のデジタルデータ処理カード。
The rewritable memory includes a nonvolatile memory that stores at least one initial value of an address value stored in the address value storage unit and a setting value of the interrupt factor selection register,
When the digital data processing card is activated, the initial value is automatically read from the rewritable memory, the set value of the address value storage unit is set as an address value, or the set value of the interrupt factor selection register is set. Set to the initial value,
5. The digital data processing card according to claim 1, wherein the digital data processing card is a digital data processing card.
前記ホストインターフェースがホスト機器から送信された割込要因の情報を問い合わせるコマンドを受信した場合は、セットされた前記割込要因レジスタのアドレスに基づいて生成された割込要因の情報を含むレスポンスを、前記ホスト機器に伝送することを特徴とする請求項2に記載のデジタルデータ処理カード。   When the host interface receives a command for inquiring about interrupt factor information transmitted from the host device, a response including the interrupt factor information generated based on the set address of the interrupt factor register, The digital data processing card according to claim 2, wherein the digital data processing card is transmitted to the host device. パスワード検証部を更に有し、
前記書き換え可能なメモリは固有の値である第1のパスワードを記憶し、
ホスト機器から伝送された第2のパスワードと、前記初期値、前記割込要因選択レジスタの設定値、及び前記アドレス値記憶部に記憶された前記アドレス値のうちのいずれかの書き換えデータと、前記書き換えデータの書き込み命令と、を含むコマンドを受信した時、前記パスワード検証部が前記第1のパスワードと前記第2のパスワードとを比較し、両者が一致した場合に、前記書き換えデータを前記書き換え可能なメモリに書き込むことを特徴とする請求項1から請求項6のいずれかの請求項に記載のデジタルデータ処理カード。
A password verification unit;
The rewritable memory stores a first password which is a unique value;
A second password transmitted from a host device, the initial value, the set value of the interrupt factor selection register, and the rewrite data of any of the address values stored in the address value storage unit; When the command including the rewrite data write command is received, the password verification unit compares the first password and the second password, and if the two match, the rewrite data can be rewritten. 7. The digital data processing card according to claim 1, wherein the digital data processing card is written in a memory.
前記パスワード検証部は乱数発生部を更に有し、
前記パスワード検証部が前記第1のパスワードと前記第2のパスワードとを比較する毎に、前記乱数発生部が前記第1のパスワードを書き換えることを特徴とする請求項7に記載のデジタルデータ処理カード。
The password verification unit further includes a random number generation unit,
8. The digital data processing card according to claim 7, wherein the random number generator rewrites the first password every time the password verification unit compares the first password and the second password. .
相互に通信を行うホスト機器と、割込要因を発生する1つ又は複数のアプリケーションモジュールを有するデジタルデータ処理カードと、を有するデジタルデータ処理システムの制御方法であって、
前記アプリケーションモジュールが発生した割込要因に基づいて、前記デジタルデータ処理カードが割込状態を設定する割込状態設定ステップと、
前記デジタルデータ処理カードが、割込信号を前記ホスト機器に送信する第1の送信ステップと、
前記ホスト機器が、受信した割込信号に基づいて割込要因を問い合わせるコマンドを前記デジタルデータ処理カードに送信する割込要因問い合わせステップと、
前記デジタルデータ処理カードが前記割込要因の問い合わせコマンドを受信し、割込状態に基づいて割込要因の情報を含むレスポンスを生成し、前記レスポンスを前記ホスト機器に送信する第2の送信ステップと、
前記ホスト機器が、受信した割込要因の情報を含む前記レスポンスに基づいて生成したデータ処理のコマンドを前記デジタルデータ処理カードに送信するデータ処理要求ステップと、
前記デジタルデータ処理カードが前記コマンドによって指定されるデータ処理を実行するデータ処理ステップと、
前記ホスト機器が、割込状態の解除を指令するコマンドを前記デジタルデータ処理カードに送信する割込解除要求ステップと、
前記デジタルデータ処理カードが、前記割込状態の解除を指令するコマンドを受信して、割込状態を解除する割込状態解除ステップと、
を有することを特徴とするデジタルデータ処理システムの制御方法。
A method for controlling a digital data processing system, comprising: a host device that communicates with each other; and a digital data processing card having one or more application modules that generate interrupt factors,
An interrupt state setting step in which the digital data processing card sets an interrupt state based on an interrupt factor generated by the application module;
A first transmission step in which the digital data processing card transmits an interrupt signal to the host device;
An interrupt factor inquiry step in which the host device transmits a command for inquiring an interrupt factor based on the received interrupt signal to the digital data processing card;
A second transmission step in which the digital data processing card receives the interrupt factor inquiry command, generates a response including interrupt factor information based on the interrupt status, and transmits the response to the host device; ,
A data processing request step in which the host device transmits a data processing command generated based on the response including the received interrupt factor information to the digital data processing card;
A data processing step in which the digital data processing card executes data processing specified by the command;
An interrupt release request step in which the host device transmits a command to release the interrupt state to the digital data processing card;
The digital data processing card receives a command for instructing the cancellation of the interrupt state, and cancels the interrupt state.
A control method for a digital data processing system, comprising:
JP2004196073A 2004-07-01 2004-07-01 Digital data processing card and method for controlling digital data processing system Pending JP2006018610A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004196073A JP2006018610A (en) 2004-07-01 2004-07-01 Digital data processing card and method for controlling digital data processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004196073A JP2006018610A (en) 2004-07-01 2004-07-01 Digital data processing card and method for controlling digital data processing system

Publications (1)

Publication Number Publication Date
JP2006018610A true JP2006018610A (en) 2006-01-19

Family

ID=35792821

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004196073A Pending JP2006018610A (en) 2004-07-01 2004-07-01 Digital data processing card and method for controlling digital data processing system

Country Status (1)

Country Link
JP (1) JP2006018610A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012178132A (en) * 2011-02-04 2012-09-13 Toshiba Corp Memory system
JP2014021922A (en) * 2012-07-23 2014-02-03 Toshiba Corp Ic card and portable electronic device

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012178132A (en) * 2011-02-04 2012-09-13 Toshiba Corp Memory system
USRE47542E1 (en) 2011-02-04 2019-07-30 Toshiba Memory Corporation Memory system in which extended function can easily be set
USRE48997E1 (en) 2011-02-04 2022-03-29 Kioxia Corporation Memory system in which extended function can easily be set
USRE50101E1 (en) 2011-02-04 2024-08-27 Kioxia Corporation Memory system in which extended function can easily be set
JP2014021922A (en) * 2012-07-23 2014-02-03 Toshiba Corp Ic card and portable electronic device

Similar Documents

Publication Publication Date Title
US20110246760A1 (en) Electronic device and electronic device system
KR20130111622A (en) Memory system in which extended function can easily be set
JP2000105725A (en) Chip enable signal generating circuit, and memory device
US20080235428A1 (en) Method and system for dynamic switching between multiplexed interfaces
JP5754264B2 (en) Program execution device, image processing device, and program
JP2007299227A (en) Information processing apparatus and method for booting the same
JPS61500283A (en) Microcomputer with internal address mapper
JP5970867B2 (en) Information processing apparatus, image forming apparatus, and program
JP2006018610A (en) Digital data processing card and method for controlling digital data processing system
CN100504712C (en) Version-programmable circuit module
JP5010065B2 (en) Microcomputer
JP2007249808A (en) Function extension system and function extension equipment
JP5324599B2 (en) Copy-protected software cartridge
JP2004220575A (en) Interface circuit of card type memory, asic carrying its circuit and image forming apparatus carrying asic
JP4793798B2 (en) Microcomputer
JP4005950B2 (en) Microcontroller
CN112347482A (en) System-level chip SOC starting method and device, SOC and storage medium
JP4988982B2 (en) Microcomputer control method
JP4024713B2 (en) Data processing system and control device
JP3912447B2 (en) Memory system and method of using external nonvolatile memory
JP6662140B2 (en) IC card and memory control method in IC card
JP2003323392A (en) Recording device
JP2006155303A (en) Controller
JP4860811B2 (en) Microcomputer
JP5052221B2 (en) Semiconductor integrated circuit

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20061129

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070627

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090626

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090707

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20091104