JP3225613B2 - Microcomputer - Google Patents

Microcomputer

Info

Publication number
JP3225613B2
JP3225613B2 JP20867892A JP20867892A JP3225613B2 JP 3225613 B2 JP3225613 B2 JP 3225613B2 JP 20867892 A JP20867892 A JP 20867892A JP 20867892 A JP20867892 A JP 20867892A JP 3225613 B2 JP3225613 B2 JP 3225613B2
Authority
JP
Japan
Prior art keywords
counter
signal
timer
value
modulo register
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.)
Expired - Fee Related
Application number
JP20867892A
Other languages
Japanese (ja)
Other versions
JPH0660201A (en
Inventor
香 大場
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP20867892A priority Critical patent/JP3225613B2/en
Publication of JPH0660201A publication Critical patent/JPH0660201A/en
Application granted granted Critical
Publication of JP3225613B2 publication Critical patent/JP3225613B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、マイクロコンピュータ
に関し、特にマイクロコンピュータに内蔵されるプログ
ラマブル・タイマに関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a microcomputer, and more particularly, to a programmable timer built in a microcomputer.

【0002】[0002]

【従来の技術】従来のマイクロコンピュータに内蔵され
るプログラマブル・タイマは、例えば図4に示すブロッ
ク図のように、入力するクロックに同期してカウントア
ップする第1のカウンタ3と、タイマ動作の周期をきめ
る値を保持するモジュロ・レジスタ1と、第1のカウン
タ3とモジュロ・レジスタ1の値を比較し一致すれば一
致信号を出力するコンパレータ2とを備えている。
2. Description of the Related Art A programmable timer incorporated in a conventional microcomputer comprises, for example, a first counter 3 which counts up in synchronization with an input clock and a period of a timer operation as shown in a block diagram of FIG. And a comparator 2 that compares the values of the first counter 3 and the modulo register 1 and outputs a match signal if they match.

【0003】次に従来技術のマイクロコンピュータに内
蔵されるプログラマブル・タイマの動作について、図4
および図5を用いて説明する。
FIG. 4 shows the operation of a programmable timer built in a microcomputer of the prior art.
This will be described with reference to FIG.

【0004】図4は従来のマイクロコンピュータにおけ
るプログラマブル・タイマーの一例を示すブロック図で
あり、図5はその動作を説明するためのタイミングチャ
ートである。
FIG. 4 is a block diagram showing an example of a programmable timer in a conventional microcomputer, and FIG. 5 is a timing chart for explaining its operation.

【0005】タイマの周期をnとして動作させる場合、
まず、内部バス4を通じて命令によりモジュロ・レジス
タ1にnを設定し(図5の50)、タイマ・スタート命
令を実行する(図5の51)。このタイマ・スタート命
令の実行により、第1のカウンタ3が初期化される(図
5の第1のカウンタの値0)。その後、第1のカウンタ
3はクロックに同期してカウントアップを行う。
When the timer is operated with the cycle of n,
First, n is set in the modulo register 1 by an instruction through the internal bus 4 (50 in FIG. 5), and a timer start instruction is executed (51 in FIG. 5). By executing this timer start instruction, the first counter 3 is initialized (the value of the first counter in FIG. 5 is 0). Thereafter, the first counter 3 counts up in synchronization with the clock.

【0006】コンパレータ2は第1のカウンタ3の内容
とモジュロ・レジスタ1の内容を比較し、一致すれば一
致信号を出力する(図5の52)。又、第1のカウンタ
3はオーバーフローすると初期値“0”に戻り(図5の
53)、モジュロ・レジスタ1に再び次の値n+1を設
定し(図5の54)、タイマ・スタート命令を実行し
(図5の55)、第1のカウンタはカウントアップを繰
り返し、モジュロ・レジスタ1の内容と第1のカウンタ
3であるカウント・レジスタの内容と比較して一致して
いれば一致信号を出力する(図5の56)。
The comparator 2 compares the contents of the first counter 3 with the contents of the modulo register 1 and outputs a coincidence signal if they match (52 in FIG. 5). When the first counter 3 overflows, it returns to the initial value "0" (53 in FIG. 5), sets the next value n + 1 in the modulo register 1 again (54 in FIG. 5), and executes the timer start instruction. (55 in FIG. 5), the first counter repeats counting up, compares the contents of the modulo register 1 with the contents of the count register, which is the first counter 3, and outputs a match signal if they match. (56 in FIG. 5).

【0007】ここで、例えば8ビット・タイマの場合、
モジュロ・レジスタ1に設定し得る値は0〜FFHであ
る。従って、従来技術で完全な評価を行うためには前述
のタイマ動作をn=OFFHに設定して256回行って
いる。
Here, for example, in the case of an 8-bit timer,
The values that can be set in the modulo register 1 are 0 to FFH. Therefore, in order to perform a complete evaluation in the prior art, the above-described timer operation is performed 256 times with n = OFFH.

【0008】[0008]

【発明が解決しようとする課題】この従来のマイクロコ
ンピュータに内蔵されるプログラマブル・タイマでは、
モジュロ・レジスタの値を自動的に連続変化させること
が出来ず、モジュロ・レジスタに値を設定するには命令
により行うしかなかった。
In the conventional programmable timer built in the microcomputer,
The value of the modulo register could not be continuously changed automatically, and the only way to set the value in the modulo register was by an instruction.

【0009】従って、モジュロ・レジスタの値を変化さ
せ評価する場合には命令によりモジュロ・レジスタの値
を再設定し直していた。例えば8ビットのプログラマブ
ル・タイマの場合、完全な評価を行うためにはモジュロ
・レジスタに順次0〜FFHの値を256回設定してタ
イマ動作を行っていた。
Therefore, when the value of the modulo register is changed and evaluated, the value of the modulo register is reset by an instruction. For example, in the case of an 8-bit programmable timer, a timer operation is performed by sequentially setting values of 0 to FFH to the modulo register 256 times in order to perform a complete evaluation.

【0010】またこの為、プログラマブル・タイマの評
価をマイクロコンピュータの他のハードウェアの評価と
並行して行うことが困難であるとい欠点を有して
る。
For this reason, the evaluation of the programmable timer
Value with the evaluation of other hardware of microcomputer
It is difficult to do it in parallelUWith disadvantagesI
You.

【0011】本発明の目的は、前述の欠点を除去するこ
とにより、カンウタのオーバーフローに同期してモジュ
ロ・レジスタの値がインクリメントする機能を有するプ
ログラマブル・タイマを内蔵したマイクロコンピュータ
を提供することにある。
It is an object of the present invention to provide a microcomputer having a built-in programmable timer having a function of incrementing the value of a modulo register in synchronization with an overflow of a counter by eliminating the above-mentioned disadvantages. .

【0012】[0012]

【課題を解決するための手段】本発明のマイクロコンピ
ュータの特徴は、CPUタイマ・スタート命令を実行
することによってリセットされ、且つクロック信号に同
期してカウントアップするカウンタと、このカウンタの
オーバーフロー信号およびテスト信号からインクリメン
ト信号を出力する論理回路と、初期値のみ前記CPUの
命令実行によって設定され、それ以降の値は前記インク
リメント信号に同期してカウントアップした値を保持す
る計数機能をもつモジュロ・レジスタと、前記カウンタ
および前記モジュロ・レジスタの値をそれぞれ比較して
一致すれば一致信号を出力するコンパレータとからなる
プログラマブル・タイマを備え、前記CPU初期設定
およびタイマスタートの2命令を実行するだけで、前
記プログラマブル・タイマにおいて、前記モュロ・レ
ジスタに設定し得る全ての値に対する評価を自動的かつ
連続的に行うことにある。
Means for Solving the Problems The features of microcomputer of the present invention, CPU can execute the timer start command
Is reset by, and a counter for counting up in synchronization with the clock signal, and a logic circuit for outputting an increment signal from the overflow signal and the test signal of the counter, <br/> instruction execution of the only initial value CP U The values thereafter are set to coincide with each other by comparing the values of the modulo register having a counting function for holding the value counted up in synchronization with the increment signal with the values of the counter and the modulo register. a programmable timer consisting of a comparator which outputs a signal, the pre-SL CPU only to run two instructions initialization and timer start, before
In serial programmable timer, automatically and evaluated for all values which can be set to the motor-di Interview B register
It is to do it continuously .

【0013】[0013]

【0014】[0014]

【0015】[0015]

【実施例】次に本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0016】図1は本発明の第1の実施例のマイクロコ
ンピュータに内蔵されるプログラマブル・タイマのブロ
ック図である。
FIG. 1 is a block diagram of a programmable timer built in a microcomputer according to a first embodiment of the present invention.

【0017】入力するクロックに同期してカウントアッ
プする第1のカウンタ3と、タイマ動作の周期をきめる
値を保持するモジュロ・レジスタ1と、第1のカウンタ
3とモジュロ・レジスタ1の値を比較して一致すれば一
致信号を出力するコンパレータ2と、評価時に第1のカ
ウンタ3のオーバーフロー信号に同期してモジュロ・レ
ジスタ1の値をインクリメントする第2のカウンタ5
と、評価時に第2のカウンタ5の値をモジュロ・レジス
タ1にセットするバッファ6とを備えている。
A first counter 3 that counts up in synchronization with an input clock, a modulo register 1 that holds a value for determining a timer operation cycle, and a comparison between the value of the first counter 3 and the value of the modulo register 1 A comparator 2 that outputs a match signal if they match, and a second counter 5 that increments the value of the modulo register 1 in synchronization with the overflow signal of the first counter 3 during evaluation.
And a buffer 6 for setting the value of the second counter 5 in the modulo register 1 at the time of evaluation.

【0018】次に第1の実施例のマイクロコンピュータ
に内蔵されるプログラマブル・タイマの動作について、
図1に示すプログラマブル・タイマのブロック図,およ
び図3を示すプログラマブル・タイマの動作を説明する
タイミングチャートを用いて説明する。
Next, the operation of the programmable timer built in the microcomputer of the first embodiment will be described.
This will be described with reference to a block diagram of the programmable timer shown in FIG. 1 and a timing chart for explaining the operation of the programmable timer shown in FIG.

【0019】まず、評価時にはテスト信号をアクティブ
にし、論理ゲート7,8及びバッファ6はそれぞれ命令
スタート信号,オーバーフロー信号及び第2のカウンタ
5の出力を受け入れ可能状態にする。次に内部バス4か
らモジュロ・レジスタ1に初期値を設定する(図3の3
0)。
First, at the time of evaluation, the test signal is activated, and the logic gates 7 and 8 and the buffer 6 are set to be able to receive the instruction start signal, the overflow signal and the output of the second counter 5, respectively. Next, an initial value is set from the internal bus 4 to the modulo register 1 (3 in FIG. 3).
0).

【0020】次にタイマ・スタート命令を実行する(図
3の31)。このタイマ・スタート命令の実行により、
第1のカウンタ3および第2のカウンタ5が初期化され
“0”となる。その後、第1のカウンタ3はクロックに
同期してカウントアップを行う。
Next, a timer start instruction is executed (31 in FIG. 3). By executing this timer start instruction,
The first counter 3 and the second counter 5 are initialized to "0". Thereafter, the first counter 3 counts up in synchronization with the clock.

【0021】コンパレータ2は第1のカウンタ3の内容
とモジュロ・レジスタ1の内容を比較し、一致すれば一
致信号を出力する(図3の32)。又、第1のカウンタ
3はオーバーフロー信号により初期値“0”に戻りカウ
ントアップを繰り返す(図3の33〜35)。このオー
バーフロー信号により第2のカウンタ5はカウントアッ
プされその内容がバッファ6を介してモジュロ・レジス
タ1に設定される。
The comparator 2 compares the contents of the first counter 3 with the contents of the modulo register 1, and outputs a coincidence signal if they match (32 in FIG. 3). Further, the first counter 3 returns to the initial value "0" by the overflow signal and repeats counting up (33 to 35 in FIG. 3). This overflow signal causes the second counter 5 to count up and its contents to be set in the modulo register 1 via the buffer 6.

【0022】前述したタイマ・スタート命令の実行によ
る第1のカウンタ3と第2のカウンタ5の初期化以後の
動作を所定の回数くり返し実行する。
The operations after the initialization of the first counter 3 and the second counter 5 by the execution of the timer start instruction are repeated a predetermined number of times.

【0023】従って、テスト信号をアクティブにし、モ
ジュロ・レジスタ1に初期値“0”を設定し、スタート
命令を実行するだけでモジュロ・レジスタ1に設定し得
る全ての値に対して自動的かつ連続的にテストが行われ
る。
Accordingly, the test signal is activated, the initial value "0" is set in the modulo register 1, and all values that can be set in the modulo register 1 are automatically and continuously set by executing a start instruction. The test is performed.

【0024】すなわち、従来は第1のカウンタ3がオー
バーフローした時点で再度タイマ・スタート命令を実行
しなければならなかったが、上述したようにタイマ・ス
タート命令は1度実行するだけでよい。
That is, conventionally, the timer start command has to be executed again when the first counter 3 overflows. However, the timer start command need only be executed once as described above.

【0025】次に第2の実施例について図面を参照して
説明する。
Next, a second embodiment will be described with reference to the drawings.

【0026】図2は本発明の第2の実施例のマイクロコ
ンピュータに内蔵されるプログラマブル・タイマのブロ
ック図である。
FIG. 2 is a block diagram of a programmable timer built in a microcomputer according to a second embodiment of the present invention.

【0027】図2によれば、入力するクロックに同期し
てカウントアップする第1のカウンタ3と、タイマ動作
の周期をきめる値を保持し、第1のカウンタ3のオーバ
ーフロー信号に同期してカウントアップする第3のカウ
ンタ(モジュロ・レジスタ)9と、第1のカウンタ3と
第3のカウンタ(モジュロ・レジスタ)9の値を比較し
一致すれば一致信号を出力するコンパレータ2と、テス
ト信号とオーバーフロー信号によって第3のカウンタ9
にインクリメント信号を出力する論理ゲート10を備え
ている。
According to FIG. 2, a first counter 3 counts up in synchronization with an input clock, and holds a value for determining a period of a timer operation, and counts in synchronization with an overflow signal of the first counter 3. A third counter (modulo register) 9 that increases, a comparator 2 that compares the values of the first counter 3 and the third counter (modulo register) 9 and outputs a match signal if they match, The third counter 9 according to the overflow signal
And a logic gate 10 for outputting an increment signal.

【0028】次に第2の実施例のマイクロコンピュータ
に内蔵されるプログラマブル・タイマの動作について、
図2および図3を用いて説明する。
Next, the operation of the programmable timer built in the microcomputer of the second embodiment will be described.
This will be described with reference to FIGS.

【0029】まず、評価時にはテスト信号をアクティブ
にし、論理ゲート10のゲートを開いておく。内部バス
4を介してCPU(図示せず)から第3のカウンタ(モ
ジュロ・レジスタ)9に初期値を設定し(図3の3
0)、タイマ・スタート命令を実行する(図3の3
1)。このタイマ・スタートの命令の実行により、第1
のカウンタ3が初期化され“0”となる。
First, at the time of evaluation, the test signal is activated and the gate of the logic gate 10 is opened. An initial value is set in a third counter (modulo register) 9 from a CPU (not shown) via the internal bus 4 (3 in FIG. 3).
0), and executes a timer start instruction (3 in FIG. 3).
1). By executing the timer start instruction, the first
Is initialized to "0".

【0030】その後、第1のカウンタ3はクロックに同
期してカウントアップを行う。コンパレータ2は第1の
カウンタ3の内容と第3のカウンタ(モジュロ・レジス
タ)9の内容を比較し、一致すれば一致信号を出力する
(図3の32)。又、第1のカウンタ3はオーバーフロ
ー信号により初期値“0”に戻りカウントアップを繰り
返す(図3の33)。このオーバーフロー信号により論
理ゲート10を介して第3のカウンタ(モジュロ・レジ
スタ)9はカウントアップされる。
Thereafter, the first counter 3 counts up in synchronization with the clock. The comparator 2 compares the content of the first counter 3 with the content of the third counter (modulo register) 9, and outputs a coincidence signal if they match (32 in FIG. 3). Further, the first counter 3 returns to the initial value "0" by the overflow signal and repeats counting up (33 in FIG. 3). The third counter (modulo register) 9 is counted up through the logic gate 10 by the overflow signal.

【0031】従って、テスト信号をアクティブにし、第
3のカウンタ(モジュロ・レジスタ)9に初期値“0”
を設定し、スタート命令を実行するだけで第3のカウン
タ(モジュロ・レジスタ)9に設定し得る全ての値に対
して自動的かつ連続的に評価が行われる。
Therefore, the test signal is activated, and the third counter (modulo register) 9 stores the initial value “0”.
, And all the values that can be set in the third counter (modulo register) 9 are automatically and continuously evaluated simply by executing the start instruction.

【0032】第2の実施例は第1の実施例のタイマ動作
の周期をきめる値を保持するモジュロ・レジスタ自体を
第3のカウンタで構成する。すなわち第1の実施例の第
2のカウンタ5とモジュロ・レジスタ1の機能を一体化
する。このことにより第1の実施例と比較して1つのプ
ログラマブル・タイマのハードウェアを小さくすること
ができる。
In the second embodiment, the modulo register itself for holding the value for determining the period of the timer operation of the first embodiment is constituted by a third counter. That is, the functions of the second counter 5 and the modulo register 1 of the first embodiment are integrated. As a result, the hardware of one programmable timer can be reduced as compared with the first embodiment.

【0033】[0033]

【発明の効果】以上説明したように本発明のマイクロコ
ンピュータに内蔵されるプログラマブル・タイマは、評
価時に、入力するクロックに同期してカウントアップす
るカウンタのオーバーフロー信号に同期して、タイマ動
作の周期をきめる値を保持するモジュロ・レジスタの値
がカウントアップするので、テスト信号をアクティブに
し、スタート命令を実行するだけでモジュロ・レジスタ
に設定し得る全ての値に対して自動的かつ連続的に評価
を行うことができる。
As described above, the programmable timer incorporated in the microcomputer according to the present invention, upon evaluation, synchronizes with the overflow signal of the counter which counts up in synchronization with the input clock and sets the period of the timer operation. The value of the modulo register that holds the value that determines the value is counted up, so that all the values that can be set in the modulo register are automatically and continuously evaluated by simply activating the test signal and executing a start instruction. It can be performed.

【0034】例えば8ビットのプログラマブル・タイマ
の場合、モジュロ・レジスタに設定し得る値は0〜FF
Hの256パターンである。この為、完全な評価を行う
ためにはモジュロ・レジスタに値をセットする命令を2
56回実行しなくてはならなかった。
For example, in the case of an 8-bit programmable timer, values that can be set in the modulo register are 0 to FF
This is 256 patterns of H. Therefore, in order to perform a complete evaluation, an instruction to set the value in the modulo
I had to do it 56 times.

【0035】しかし、本発明ではモジュロ・レジスタへ
値を設定する命令を1度実行するだけでよい。これによ
り、テスト・パターンの簡略化が可能となる効果を有す
る。
However, in the present invention, the instruction for setting the value in the modulo register only needs to be executed once. This has an effect that the test pattern can be simplified.

【0036】また、命令による操作が減るので、プログ
ラマブル・タイマの評価をマイクロコンピュータの他の
ハードウェアの評価と並行して行うことが容易になり、
マイクロコンピュータ全体のテスト時間の短縮となりコ
ストダウンに寄与するという効果も有する。
Since the number of operations by instructions is reduced, the evaluation of the programmable timer can be easily performed in parallel with the evaluation of other hardware of the microcomputer.
This also has the effect of shortening the test time of the entire microcomputer and contributing to cost reduction.

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

【図1】本発明の第1の実施例のブロック図である。FIG. 1 is a block diagram of a first embodiment of the present invention.

【図2】本発明の第2の実施例のブロック図である。FIG. 2 is a block diagram of a second embodiment of the present invention.

【図3】図1,2に示したプログラマブル・タイマのタ
イミングチャートである。
FIG. 3 is a timing chart of the programmable timer shown in FIGS.

【図4】従来例のマイクロコンピュータのプログラマブ
ル・タイマのブロック図である。
FIG. 4 is a block diagram of a programmable timer of a conventional microcomputer.

【図5】図4に示したプログラマブル・タイマのタイミ
ングチャートである。
FIG. 5 is a timing chart of the programmable timer shown in FIG. 4;

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

1 モジュロ・レジスタ 2 コンパレータ 3 第1のカウンタ 4 内部バス 5 第2のカウンタ 6 バッファ 7,8,10 論理ゲート 9 第3のカウンタ(モジュロ・レジスタ) Reference Signs List 1 Modulo register 2 Comparator 3 First counter 4 Internal bus 5 Second counter 6 Buffer 7, 8, 10 Logic gate 9 Third counter (modulo register)

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 CPUタイマ・スタート命令を実行す
ることによってリセットされ、且つクロック信号に同期
してカウントアップするカウンタと、このカウンタのオ
ーバーフロー信号およびテスト信号からインクリメント
信号を出力する論理回路と、初期値のみ前記CPUの
実行によって設定され、それ以降の値は前記インクリ
メント信号に同期してカウントアップした値を保持する
計数機能をもつモジュロ・レジスタと、前記カウンタお
よび前記モジュロ・レジスタの値をそれぞれ比較して一
致すれば一致信号を出力するコンパレータとからなるプ
ログラマブル・タイマを備え、前記CPU初期設定お
よびタイマスタートの2命令を実行するだけで、前記
プログラマブル・タイマにおいて、前記モュロ・レジ
スタに設定し得る全ての値に対する評価を自動的かつ連
続的に行うことを特徴とするマイクロコンピュータ。
[Claim 1] CPU is to run the timer start instruction
Is reset by Rukoto, and a counter for counting up in synchronization with the clock signal, and a logic circuit for outputting an increment signal from the overflow signal and the test signal of the counter, life <br/> old the only initial value CP U The value set by execution is the same as the value of the modulo register having a counting function for holding the value counted up in synchronization with the increment signal, and the values of the counter and the modulo register. a programmable timer consisting of a comparator which outputs a coincidence signal, the pre-SL CPU only to run two instructions initialization and timer start, the
In programmable timer, automatically and communicating the evaluation of all values that can be set in the mode di Interview B register
A microcomputer characterized by being performed continuously .
JP20867892A 1992-08-05 1992-08-05 Microcomputer Expired - Fee Related JP3225613B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP20867892A JP3225613B2 (en) 1992-08-05 1992-08-05 Microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP20867892A JP3225613B2 (en) 1992-08-05 1992-08-05 Microcomputer

Publications (2)

Publication Number Publication Date
JPH0660201A JPH0660201A (en) 1994-03-04
JP3225613B2 true JP3225613B2 (en) 2001-11-05

Family

ID=16560255

Family Applications (1)

Application Number Title Priority Date Filing Date
JP20867892A Expired - Fee Related JP3225613B2 (en) 1992-08-05 1992-08-05 Microcomputer

Country Status (1)

Country Link
JP (1) JP3225613B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7562105B2 (en) 2003-11-26 2009-07-14 Intel Corporation Methods and apparatus for generating a delay using a counter

Also Published As

Publication number Publication date
JPH0660201A (en) 1994-03-04

Similar Documents

Publication Publication Date Title
WO1991020051A1 (en) Microcomputer provided with built-in converter
JP2590741Y2 (en) Timing generator for semiconductor test equipment
US5535376A (en) Data processor having a timer circuit for performing a buffered pulse width modulation function and method therefor
JP3225613B2 (en) Microcomputer
JP3099927B2 (en) Microcomputer
KR100316419B1 (en) Timer device having timer counter and method of controlling output of output terminal thereof
JP2009075875A (en) Counter circuit, dynamic reconfigurable circuit, and loop processing control method
JPH0454553A (en) Microprocessor
JPH0514186A (en) Pulse width modulation circuit
SU1624532A1 (en) D flip-flop
JP2517943B2 (en) Timer device
JP2946606B2 (en) Counter circuit
JPS62226361A (en) Microprocessor system
JPS59168548A (en) Program execution delaying device
JP3149864B2 (en) Processing frequency guarantee circuit
JPH0369212A (en) Programmable counter circuit
JP3047136B2 (en) Real-time output timer with automatic output reversal function
KR100239446B1 (en) Test circuit of frequency composition unit having autoloachaing function
JPH0721117A (en) Dma controller
JPH02156343A (en) Tracer memory control circuit
JPS6166571A (en) Gate pulse controller of thyristor inverter
JPH0612254A (en) Information processor
JPH02205940A (en) Watchdog timer device
JPH04143833A (en) Timer circuit for microcomputer
JPH0547128B2 (en)

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20010731

LAPS Cancellation because of no payment of annual fees