JP4571462B2 - Microcomputer - Google Patents
Microcomputer Download PDFInfo
- Publication number
- JP4571462B2 JP4571462B2 JP2004259712A JP2004259712A JP4571462B2 JP 4571462 B2 JP4571462 B2 JP 4571462B2 JP 2004259712 A JP2004259712 A JP 2004259712A JP 2004259712 A JP2004259712 A JP 2004259712A JP 4571462 B2 JP4571462 B2 JP 4571462B2
- Authority
- JP
- Japan
- Prior art keywords
- address
- execution
- program
- processor
- microcomputer
- 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
Links
Images
Landscapes
- Debugging And Monitoring (AREA)
- Microcomputers (AREA)
Description
本発明はマイクロコンピュータに関し、特に、マイクロコンピュータにおけるプログラム実行の暴走検出に関する。 The present invention relates to a microcomputer, and more particularly to detection of program runaway in a microcomputer.
現在、パーソナルコンピュータなどのコンピュータ・システムに限らず、家電製品やOA機器、自動車や製造装置の制御装置など、多くの電子機器においてマイクロコンピュータが利用されている。マイクロコンピュータは、機能的要素として、命令コードやアドレスを含むデータを読み出して命令実行の結果に応じてマイクロコンピュータ全体を制御す制御部、算術演算や論理演算を実行する演算処理部、必要なデータを記憶するレジスタ・セットなどを備えている。また、各種装置の制御装置として実装される場合には、ROMやRAMなどのメモリの他、各種周辺機能などを備えている。マイクロコンピュータはプログラムに含まれる命令コードを順次解読し、それに従って処理を行うことで所望の機能を実現する。 At present, microcomputers are used not only in computer systems such as personal computers but also in many electronic devices such as home appliances, OA devices, automobiles, and control devices for manufacturing apparatuses. As a functional element, a microcomputer reads out data including an instruction code and an address and controls the entire microcomputer according to the result of instruction execution, an arithmetic processing part that executes arithmetic operations and logical operations, and necessary data A register set for storing data is provided. When implemented as a control device for various devices, it has various peripheral functions in addition to memories such as ROM and RAM. The microcomputer sequentially decodes the instruction code included in the program and performs a process according to the instruction code, thereby realizing a desired function.
命令コードはレジスタ・セットに含まれるプログラム・カウンタの示すアドレスからフェッチされる。例えば外部ノイズなどのためにプログラム・カウンタの値が変化すると、マイクロコンピュータは不測のアドレスにアクセスし、マイクロコンピュータのプログラム実行が暴走する問題が知られている。このため、マイクロコンピュータの暴走を自動的に検出し、暴走に対応した復帰処理を行うことが必要とされる。暴走検出の方法としては、これまでにいくつかのものが提案されている。例えば、ROMに記憶されているプログラムにTRAP命令を分散的に配置することによって暴走を検出し、TRAP処理によって所定の復帰プログラムを実行することができる。 The instruction code is fetched from the address indicated by the program counter included in the register set. For example, when the value of the program counter changes due to external noise or the like, there is a problem that the microcomputer accesses an unexpected address and the program execution of the microcomputer runs out of control. For this reason, it is necessary to automatically detect a microcomputer runaway and perform a recovery process corresponding to the runaway. Several methods for detecting runaway have been proposed so far. For example, a runaway can be detected by distributing TRAP instructions in a program stored in the ROM, and a predetermined return program can be executed by TRAP processing.
この他、例えば特許文献1は、マイクロコンピュータの一つの暴走検出方法について開示している。特許文献1に開示されたマイクロコンピュータは暴走検出カウンタを備え、常にそれを動作させている。暴走検出カウンタがオーバーフローとなると暴走と判定し、CPUに異常信号を出力する。マイクロコンピュータは、通常動作時の所定のタイミングで暴走検出カウンタをクリアする。これによって正常動作時に暴走検出カウンタがオーバーフローとなることがなく、正常動作と異なる暴走を検出することができる。 In addition, for example, Patent Document 1 discloses one runaway detection method for a microcomputer. The microcomputer disclosed in Patent Document 1 includes a runaway detection counter, and always operates it. When the runaway detection counter overflows, it is determined that runaway occurs and an abnormal signal is output to the CPU. The microcomputer clears the runaway detection counter at a predetermined timing during normal operation. As a result, the runaway detection counter does not overflow during normal operation, and runaway that differs from normal operation can be detected.
具体的には、マイクロコンピュータはプログラムの実行アドレスを監視し、あらかじめ登録されたアドレスを実行していれば暴走検出カウンタのクリアを行なう。また、マイクロコンピュータの周辺ハードウェアの要因がすべて正しく機能している場合に、暴走検出用カウンタのクリアを行なう。暴走検出用カウンタのクリアは、ソフトウェア(プログラム)を介さずハードウェアによって直接に行われる。このように、暴走検出用カウンタのクリアをハードウェアで行なうことによって、プログラム実行の暴走中に誤ってプログラムが暴走検出カウンタをクリアすることを防止し、プログラム実行が暴走したときの暴走検出を確実に行なうことができる。
一方、半導体回路に対しては常に回路規模の縮小が要求されている。しかし、上記の特許文献1においては、CPUのプログラム実行の暴走を検出するために、暴走検出専用のハードウェアをマイクロコンピュータに実装することが必要とされる。このため暴走検出機能のマイクロコンピュータへの実装が、回路規模の増大につながっていた。本発明は上記のような事情を背景としてなされたものであって、本発明の目的は、マイクロコンピュータにおける暴走検出の回路規模を縮小することである。本発明の前記ならびにその他の目的と新規な特徴は、本明細書の記述及び添付図面から明らかになるだろう。 On the other hand, reduction in circuit scale is always required for semiconductor circuits. However, in the above-mentioned patent document 1, in order to detect a runaway program execution of the CPU, it is necessary to mount hardware dedicated to runaway detection in a microcomputer. For this reason, the implementation of the runaway detection function on a microcomputer led to an increase in the circuit scale. The present invention has been made against the background described above, and an object of the present invention is to reduce the circuit scale of runaway detection in a microcomputer. The above and other objects and novel features of the present invention will be apparent from the description of this specification and the accompanying drawings.
以下に課題を解決するための手段を開示する。本項目において、いくつかの構成要素は、実施の形態において説明された構成要素と対応付けられている。しかし、この対応付けは発明の理解の容易のためになされたものであって、各要素は実施の形態の対応要素にのみ限定されるものでない。 Means for solving the problems are disclosed below. In this item, some components are associated with the components described in the embodiments. However, this association is made for easy understanding of the invention, and each element is not limited to the corresponding element in the embodiment.
本発明の第1の態様はプログラムの通常実行と前記プログラムのデバッグとを行うマイクロコンピュータであって、プログラムの命令コードに従って処理を実行するプロセッサ(例えばCPU11)と、前記プロセッサの実行アドレスが予め定められたアドレスと一致する場合に一致アドレス検出信号を出力するアドレス判定部(例えば、アドレス判定部145)を備え、前記一致アドレス検出信号に基づいてデバッグ処理を実行するデバッグ回路(例えば、デバッグ回路14)と、前記デバッグ回路と外部装置との間のインタフェース回路と、前記デバッグ回路へのアクセスを、前記プロセッサと前記インタフェース回路との間で切替えるセレクタと、を有し、前記セレクタが前記プロセッサに切替えられている状態において、前記プロセッサは、前記デバッグ回路にアクセスして、前記デバッグ回路のプログラム通常実行時における処理動作の設定を行い、前記プロセッサによる前記プログラムの通常実行時において、前記アドレス判定部からの一致アドレス検出信号に基づいて予め定められた復帰処理の実行を制御する。デバッグ回路を利用して暴走検出を行うことによって、回路規模の縮小に寄与する。 A first aspect of the present invention is a microcomputer that performs normal execution of a program and debugging of the program, and a processor (for example, CPU 11) that executes processing according to an instruction code of the program, and an execution address of the processor is predetermined. A debug circuit (for example, debug circuit 14) that includes an address determination unit (for example, address determination unit 145) that outputs a match address detection signal when it matches the received address, and that executes a debug process based on the match address detection signal. ), An interface circuit between the debug circuit and an external device, and a selector that switches access to the debug circuit between the processor and the interface circuit, and the selector switches to the processor. In the Accesses to the debug circuit, to set the processing operation in the program during normal execution of the debug circuit, during normal execution of the program by the processor, based on a match address detection signal from the address determining unit Controls execution of a predetermined return process. By using the debug circuit to detect runaway, it contributes to a reduction in circuit scale.
本発明の第2の態様はプログラムの通常実行と前記プログラムのデバッグとを行うマイクロコンピュータであって、プログラムの命令コードに従って処理を実行するプロセッサと、前記プロセッサの実行アドレスが予め定められたアドレスと一致する場合に一致アドレス検出信号を出力するアドレス判定部を備え、前記一致アドレス検出信号に基づいてデバッグ処理を実行するデバッグ回路と、前記デバック回路と異なる第2のデバッグ回路とを有し、前記第2のデバッグ回路は、前記プロセッサによる前記プログラムの通常実行時において、前記アドレス判定部からの一致アドレス検出信号に基づいて予め定められた復帰処理を前記プロセッサに実行させる制御プログラムのデバッグを実行する。第2のデバッグ回路によって、デバッグ回路を利用した制御プログラムをデバッグすることができる。A second aspect of the present invention is a microcomputer that performs normal execution of a program and debugging of the program, a processor that executes processing according to an instruction code of the program, an address at which an execution address of the processor is predetermined, and An address determination unit that outputs a match address detection signal when they match, a debug circuit that executes a debug process based on the match address detection signal, and a second debug circuit that is different from the debug circuit, The second debug circuit executes debugging of a control program that causes the processor to execute a predetermined return process based on a coincidence address detection signal from the address determination unit during normal execution of the program by the processor. . The control program using the debug circuit can be debugged by the second debug circuit.
前記プロセッサは、前記復帰処理において予め定められた復帰プログラムを実行することが好ましい。これによって、所望の復帰処理を実行することができる。あるいは、前記マイクロコンピュータは、前記プロセッサに前記一致アドレス検出信号に従って割り込み要求を行い、前記プロセッサは、前記割り込み要求に対応した割り込み処理を前記復帰処理において実行することが好ましい。割り込み要求を利用することで、シンプルな構成で所定の復帰処理を指示することができる。あるいは、前記実行アドレスと前記予め定められたアドレスとが一致すると前記アドレス判定部が判定した場合に検出信号を外部端子に出力し、前記検出信号に応答した外部からのリセット要求に従ってリセット処理を前記復帰処理において行うことができる。It is preferable that the processor executes a predetermined return program in the return process. As a result, a desired return process can be executed. Alternatively, it is preferable that the microcomputer issues an interrupt request to the processor according to the coincidence address detection signal, and the processor executes an interrupt process corresponding to the interrupt request in the return process. By using the interrupt request, it is possible to instruct a predetermined return process with a simple configuration. Alternatively, when the address determination unit determines that the execution address matches the predetermined address, the detection signal is output to an external terminal, and the reset process is performed according to an external reset request in response to the detection signal. This can be done in the return process.
前記アドレス判定部はレジスタを備え、前記レジスタに記憶されているアドレスによって規定されるアドレス範囲のいずれか一つに前記実行アドレスが一致する場合に前記一致アドレス検出信号を出力することができる。あるいは、前記アドレス判定部はレジスタを備え、前記レジスタに記憶されているアドレスと前記実行アドレスが一致する場合に前記一致アドレス検出信号を出力する、ことができる。The address determination unit includes a register, and can output the coincidence address detection signal when the execution address coincides with any one of address ranges defined by addresses stored in the register. Alternatively, the address determination unit may include a register, and output the coincidence address detection signal when the address stored in the register matches the execution address.
前記プログラムの通常実行時にカウントを行うカウンタ(例えば暴走検出カウンタ411)をさらに備え、前記一致アドレス検出信号に応答して前記カウンタをクリアし、前記カウンタが予め定められた値に達した場合に復帰処理を実行することができる。これにより、例えば、実行されるべき命令が実行されない場合の暴走検出を行うことができる。A counter (for example, a runaway detection counter 411) that counts during normal execution of the program is further provided, the counter is cleared in response to the coincidence address detection signal, and returned when the counter reaches a predetermined value. Processing can be executed. Thereby, for example, runaway detection can be performed when an instruction to be executed is not executed.
さらに、前記アドレス判定部は、前記プロセッサの実行アドレスと比較するアドレスを規定する値を記憶するレジスタを備え、前記プロセッサは前記レジスタに値を設定することが好ましい。これによって、マイクロコンピュータの内部回路によって、デバッグ・モードから通常動作における暴走検出モードへの設定変更処理を行うことができる。また、前記プロセッサが前記セレクタの切り替えを制御することによって、セレクタの切り替えをマイクロコンピュータの内部処理として実行することができる。 Furthermore, it is preferable that the address determination unit includes a register that stores a value that defines an address to be compared with an execution address of the processor, and the processor sets a value in the register. Thus, setting change processing from the debug mode to the runaway detection mode in the normal operation can be performed by the internal circuit of the microcomputer. In addition, the selector can be switched as an internal process of the microcomputer by the processor controlling the switching of the selector.
本発明によれば、プログラム実行の暴走検出を行うマイクロコンピュータの回路規模を縮小することができる。 According to the present invention, it is possible to reduce the circuit scale of a microcomputer that performs runaway detection of program execution.
以下に、本発明を適用可能な実施の形態が説明される。以下の説明は、本発明の実施形態を説明するものであり、本発明が以下の実施形態に限定されるものではない。説明の明確化のため、以下の記載及び図面は、適宜、省略及び簡略化がなされている。又、当業者であれば、以下の実施形態の各要素を、本発明の範囲において容易に変更、追加、変換することが可能である Hereinafter, embodiments to which the present invention can be applied will be described. The following description is to describe the embodiment of the present invention, and the present invention is not limited to the following embodiment. For clarity of explanation, the following description and drawings are omitted and simplified as appropriate. Moreover, those skilled in the art can easily change, add, and convert each element of the following embodiments within the scope of the present invention.
実施の形態1.
本実施形態のマイクロコンピュータは、プロセッサ(本形態ではCPUとして示されている)におけるプログラム実行の暴走を検出し、暴走に対応した処理を実行する。プログラム実行の暴走検出は、マイクロコンピュータが備えるデバッグ回路を利用することによって行われる。プログラム実行の暴走にデバッグ回路を利用することによって、暴走検出のための専用回路を省略することができ、マイクロコンピュータの回路規模の縮小に寄与する。
Embodiment 1 FIG.
The microcomputer of the present embodiment detects a program execution runaway in a processor (shown as a CPU in the present embodiment) and executes a process corresponding to the runaway. Runaway detection of program execution is performed by using a debug circuit provided in the microcomputer. By using a debug circuit for runaway program execution, a dedicated circuit for detecting runaway can be omitted, which contributes to a reduction in the circuit scale of the microcomputer.
本形態のマイクロコンピュータにおける暴走検出について詳しい説明を行う前に、まず、本形態のマイクロコンピュータのハードウェア構成について、その概略を説明する。図1は、本実施形態に係るマイクロコンピュータ1のハードウェア構成の概略を模式的に示すブロック図である。デバッグ処理において、マイクロコンピュータ1は外部のデバッグ・ツール2と接続される。マイクロコンピュータ1は、デバッグ・ツール2からの制御信号に従ってデバッグ処理を実行し、また、デバッグ処理において得られるデータを、デバッグ・ツール2に出力する。ユーザは、デバッグ・ツール2を介して、デバッグ処理の実行及びその実行結果を得ることができる。
Before describing the runaway detection in the microcomputer of this embodiment in detail, first, the outline of the hardware configuration of the microcomputer of this embodiment will be described. FIG. 1 is a block diagram schematically showing an outline of the hardware configuration of the microcomputer 1 according to this embodiment. In the debugging process, the microcomputer 1 is connected to an
マイクロコンピュータ1は、プロセッサの一例であるCPU11、読み出し専用メモリであるROM12、任意のアドレスを指定してデータを読み書きすることが可能なRAM13、デバッグ処理を行うデバッグ回路14、デバッグ回路14とデバッグ・ツール2との間のインターフェース処理を行うデバッグ用I/F回路15及び周辺回路との間のデータの入出力をインターフェースする周辺I/O回路16を備えている。
The microcomputer 1 includes a
CPU11、ROM12、RAM13、デバッグ回路14及び周辺I/O回路16は内部バスを介して接続されており、各回路は、命令コード、アドレスあるいは演算データなどの各種データ及び各種制御信号を、内部バスを介して互いに入出力する。また、マイクロコンピュータ1はデバッグ・ツール2との専用入出力端子を備えており、デバッグ用I/F回路15を介して、デバッグ回路14との間の制御信号及びデータの入出力を行う。
The
CPU11は、レジスタ・セット111、制御部112、演算処理部113及びバス・インターフェース114などの各回路ブロックを備えている。レジスタ・セット111は複数のレジスタからなり、命令コードやアドレスあるいは演算データなどを一時的に格納する。レジスタ・セット111には、演算データを格納するアキュムレータやプログラム実行アドレスを指示するプログラム・カウンタなどが含まれている。
The
制御部112は、ROM12などから命令コードをフェッチする命令フェッチ回路や、命令コードを解読する命令デコーダなどを備えている。制御部112は、ROM12やRAM13などから命令コードやアドレスを含むデータをレジスタに読み出し、命令実行の結果に応じてマイクロコンピュータ1全体を制御する。また、他の回路からの割り込み要求があった場合に、割り込み要因に応じた割り込み処理の制御を行う。割り込み処理は、ROM12に記憶されている割り込みプログラムを実行することによって行う。演算処理部113は、加減算などの数値演算、AND・OR・NOTなどの論理演算及びシフト命令などを実行する。バス・インターフェース114は、他の回路と間のデータや命令コードの入出力をインターフェースする。
The
ROM12は、ユーザによって設定された命令コードや演算データを予め記憶している。ROM12としては、電源が切れても記憶データを保持する不揮発性メモリが使用され、例えば、フラッシュメモリなどのEEPROM(Electrically Erasable Read-Only Memory)を使用することができる。RAM13は揮発性の記憶デバイスであり、再書き込みが不要なSRAM、一定時間毎に再書き込みが必要なDRAMなどを使用することができる。
The
デバッグ回路14は、デバッグ・ツール2の制御において、CPU11によって実行される実行プログラムのデバッグ処理を行う。具体的には、デバッグ回路14は、CPU11によるプログラム実行において所定のイベントが発生したことを検出するイベント検出機能や、所定の条件においてCPU11に割り込み要求を行いプログラムの実行をブレークする(中断させる)ブレーク機能などを備えている。その他、典型的には、ステップ実行機能あるいはトレース機能なども備える。ステップ実行機能は、プログラム実行をブレークした後に1命令ずつステップ実行し、トレース機能は、プログラムの実行の履歴をバッファに記録しておき、それをデバッグ・ツール2から読み出すことで、プログラム実行の履歴を確認する。
The
例えば、イベント検出機能によってCPU11の実行プログラムが所定のアドレスを通過しているか(イベントの発生)を検出し、所定アドレスの通過を確認することができる。また、ブレーク機能によってCPU11によるプログラムの実行を中断し、マイクロコンピュータ1の内部状態、例えばCPU11のレジスタ・セット111の記憶データやRAM13に記憶されているデータなどをモニタすることができる。デバッグ処理結果を示すデータは、デバッグ回路14からデバッグ用I/回路15を介してデバッグ・ツール2に出力される。ユーザは、デバッグ・ツール2を介して、イベント検出の結果やブレークしたときのマイクロコンピュータ1の内部状態などを確認する。
For example, the event detection function can detect whether the execution program of the
上記のように、本形態のデバッグ回路14は、CPU11のプログラム実行の暴走検出に利用される。以下においては、デバッグ回路14を使用した暴走検出について詳細を説明する。図2は、デバッグ回路14によるCPU11の暴走検出を説明するため、デバッグ回路14及び暴走検出に関連するその他の回路構成を示すブロック図である。
As described above, the
図2に示すように、デバッグ回路14は、設定アドレス記憶部141及び判定部142を備えている。設定アドレス記憶部141は、ユーザに設定されたアドレスを記憶する。判定部142は設定アドレス記憶部141に記憶されたアドレスによって規定されるアドレスと、CPU11の実行アドレスとの一致を判定する。さらに、判定結果に基づいて、CPU11あるいはデバッグ・ツール2などのデバッグ回路14の外部回路に検出信号を出力する。検出信号は、例えば、ブレーク機能におけるCPU11への割り込み要求であり、あるいは、イベント検出機能におけるデバッグ・ツール2へのアドレス通過検出信号である。
As shown in FIG. 2, the
図2の例において、設定アドレス記憶部141は、予め定められたアドレス範囲の開始アドレスを記憶する開始アドレス設定レジスタ143と、予め定められたアドレス範囲の終了アドレスを記憶する終了アドレス設定レジスタ144の2つのレジスタを備えている。このように、本例の設定アドレス記憶部141に記憶される2つのアドレスは、所定のアドレス範囲を規定する。
In the example of FIG. 2, the setting
判定部142は、さらにアドレス判定部145を備えている。アドレス判定部145は、CPU11の実行アドレスと設定アドレス記憶部141が記憶するアドレスを比較し、CPU11の実行アドレスが上記の開始アドレスと終了アドレスの間に含まれる、つまり、開始アドレスと終了アドレスで規定されるアドレス範囲のいずれか一つのアドレスと一致するかを判定する。実行アドレスが上記のアドレス範囲に含まれる場合、アドレス判定部145は一致アドレス検出信号を出力する。
The
例えば、アドレス判定部145はアドレス判定信号をHighレベルからLowレベルに変化させることによって、一致アドレスの検出を示す(Lowレベルのアドレス判定信号が一致アドレス検出信号に相当)。判定部142は、一致アドレス検出信号及びその他の制御信号(例えば検出すべきイベント種類を特定する信号、デバッグのモードを特定する信号など)に従って、検出信号をデバッグ回路14の外部、図2においてはCPU11もしくはデバッグ用I/F回路15に出力する。
For example, the
デバッグ処理において、イベント検出機能やブレーク機能が上記の実行プログラムと設定アドレスの一致検出機能を使用する。デバッグ処理において、ユーザは、デバッグ・ツール2から設定アドレス記憶部141に検出アドレスの設定を予め行う。例えば、イベント検出機能においては、デバッグ回路14はCPU11の実行アドレスをモニタし、アドレス判定部145が実行アドレスは所定のアドレス範囲に含まれると判定すると、判定部142は、デバッグ用I/F回路15を介してアドレス通過検出信号をデバッグ・ツール2に出力する。これによって、CPU11のプログラム実行が、所定のアドレスを通過したことを確認することができる。
In the debugging process, the event detection function and break function use the above-mentioned execution program and set address coincidence detection function. In the debugging process, the user presets the detection address from the
あるいは、ブレーク機能において、デバッグ回路14はCPU11の実行アドレスをモニタし、アドレス判定部145がCPU11の実行アドレスが所定のアドレス範囲に含まれると判定すると、判定部142は予め定められた割り込み要求をCPU11に出力する。CPU11は割り込み要求に応答して実行プログラムを中断する。中断された状態におけるマイクロコンピュータ1の内部状態、例えば、CPU11のレジスタ・セットやRAM13に記憶されているデータなどがデバッグ・ツール2に出力され、ユーザはそれを確認することができる。
Alternatively, in the break function, the
本形態においては、さらに、マイクロコード1は、アドレス判定部145の判定機能を使用して、CPU11によるプログラム実行の暴走検出を行う。デバッグ回路14を使用し暴走検出の処理の概略を、図3のフローチャートを参照して説明する。CPU11によるプログラムの通常実行時において、デバッグ回路14の暴走検出機能が動作状態にセットされていると、アドレス判定部145は、CPU11の実行アドレスをモニタする(S11)。アドレス判定部145はCPU11の実行アドレスが所定のアドレスと一致するかを判定する(S12)。
In this embodiment, the microcode 1 further uses the determination function of the
一致しない場合、アドレス判定部145はCPU11の実行アドレスのモニタを続ける。一致すると判定すると、判定部142は予め定められた割り込み要求をCPU11に出力する(S13)。CPU11は割り込み要求に対応する復帰プログラムをROM11から読み込む。CPU11は、修復プログラムに従って暴走検出に対応した修復処理を実行する(S14)。デバッグ回路14のアドレス一致判定機能を使用してCPU11の暴走検出を可能とすることによって、回路構成をより単純なものとすることができる。
If they do not match, the
図2に戻って、暴走検出処理に関する各回路構成の詳細を説明する。デバッグ回路14は、モード設定レジスタ146と切り替えレジスタ147を備えている。モード設定レジスタ146は、デバッグ回路14の動作モードを設定するためのレジスタである。モード設定レジスタ146はモード設定データを記憶し、この設定データを変更することによってデバッグ回路14をデバッグ・モードあるいは暴走検出モードなどに設定することができる。切り替えレジスタ147は、デバッグ選択部17の制御データを記憶する。デバッグ選択部17は、切り替えレジスタ147の制御データに従って、デバッグ回路14の接続先を、CPU11及びデバッグ用I/F回路15から選択する。尚、切り替え機能は、本例のように切り替えレジスタを使用する他、端子からデバッグ選択部17の切り替えを制御、設定することも可能である。この点は、他の実施形態において同様である。
Returning to FIG. 2, details of each circuit configuration related to the runaway detection process will be described. The
本例において、モード設定レジスタ146と切り替えレジスタ147のデータ設定は、CPU11が行う。プログラムの通常実行の前に、CPU11は切り替えレジスタ147のデータを「CPU側」に設定する。デバッグ選択部17は、切り替えレジスタ147の制御データに従って、デバッグ回路14の接続先をCPU11に切替える。CPU11はデバッグ回路14にアクセスし、開始アドレス設定レジスタ143と終了アドレス設定レジスタ144に、アドレス・データを設定する。また、モード設定レジスタ146に、暴走検出のためのデバッグ機能を動作させるためのモード設定データを設定する。尚、設定アドレス記憶部141において、CPU11のプログラムの実行中にアドレスの再設定を行ってもよい。
In this example, the
設定アドレス記憶部141は、暴走検出されるアドレス範囲を規定する2つのアドレスを記憶する。開始アドレス設定レジスタ143は検出アドレス範囲の開始アドレスを記憶し、終了アドレス設定レジスタ144は検出アドレス範囲の終了アドレスを記憶する。CPU11によるプログラムの通常実行時に、アドレス判定部145はCPU11の実行アドレスをモニタしている。アドレス判定部145はCPU11の実行アドレスと開始アドレス及び終了アドレスとを比較し、実行アドレスが検出アドレス範囲(開始アドレスから終了アドレスまで)に含まれるかを判定する。
The set
アドレス判定部145は、CPU11の実行アドレスが開始アドレスから終了アドレスまでのいずれかのアドレスと一致すると判定すると、一致アドレス検出信号を出力する。判定部142は、一致アドレス検出信号及びモード設定レジスタ146などの制御データに基づいて、割り込み要求をCPU11に出力する。本例においては、モード設定レジスタ146が暴走検出モードを示し、一致アドレス検出信号を取得した場合に、判定部142はCPU11に予め定められた割り込み要求を出力する。CPU11は割り込み要求に応答して、ROM12から割り込みプログラムをロードし、割り込みプログラムに応じた復帰処理を実行する。
If the
図4は、本形態に係るマイクロコンピュータ1の暴走検出とCPU11のプログラム空間との関係の一例を示している。図4において、プログラム空間30はいくつかのセグメントに分割されている。各セグメントは、マイクロコンピュータ1あるいは外部回路に実装されているハードウェアに割り当てられた実装空間31と、対応するハードウェアが実装されていない非実装空間32に分けられる。実装空間31は、それぞれが固有のハードウェアに対応する複数のセグメントを備えている。図3においては、周辺I/O空間311、RAM空間312及びROM空間313が例示されている。
FIG. 4 shows an example of the relationship between the runaway detection of the microcomputer 1 and the program space of the
本例において、暴走検出アドレス範囲は非実装空間32と一致している。開始アドレス設定レジスタ143及び終了アドレス設定レジスタ144は、それぞれ、非実装空間32の開始アドレス及び終了アドレスを記憶している。CPU11のプログラム実行が暴走し、CPU11が非実装空間32にアクセスすると、割り込み要求がCPU11に入力される。本例では、CPU11が非実装空間32のいずれか一つのアドレスにアクセスすると、所定の割り込み要求が判定部142からCPU11に入力される。CPU11は割り込み要求に応答して、ROM13に記憶されている修復プログラムを実行する。検出アドレス範囲を非実装空間に設定することによって、非実装空間への暴走を確実に検出することができる。
In this example, the runaway detection address range coincides with the
上記例において、判定部142は一致アドレスの検出に応答して、割り込み要求である検出信号をCPU11に出力するが、判定部142はマイクロコンピュータ1の外部端子に検出信号を出力することができる。外部装置(不図示)は、外部端子からの検出信号に応答して、マイクロコンピュータ1にリセット入力する。マイクロコンピュータ1は、外部からのリセットに応答して、暴走に対応した復帰処理としてのリセット処理を実行する。
In the above example, the
あるいは、上記例において、アドレス判定部145は所定のアドレス範囲と実行アドレスの一致を検出するが、判定部142は、一つまたは複数の各設定アドレスと実行アドレスの一致を判定することもできる。設定アドレス記憶部141は、一つもしくは複数のアドレス設定レジスタを備え、アドレス判定部145は、各アドレス設定レジスタに記憶されているアドレスと実行アドレスを比較する。いずれかの設定アドレスと実行アドレスが一致する場合、アドレス判定部145は一致アドレス検出信号を出力する。
Alternatively, in the above example, the
また、本発明は様々なタイプのマイクロコンピュータに適用することが可能である。例えば、MPU、周辺用LSI(MPR:Micro Peripheral Unit)、マイクロコントローラ、DSP(Digital Signal Processor)など、いずれのタイプのマイクロコンピュータに適用することも可能である。これらの点は、以下の実施形態において同様である。 Further, the present invention can be applied to various types of microcomputers. For example, the present invention can be applied to any type of microcomputer such as an MPU, a peripheral LSI (MPR: Micro Peripheral Unit), a microcontroller, and a DSP (Digital Signal Processor). These points are the same in the following embodiments.
実施の形態2.
本形態のデバッグ回路は、CPU11によるプログラムの通常実行時において本来実行されるべきアドレスを記憶し、CPU11が所定のプログラムを正常に実行していることを監視する。実施の形態1のデバッグ回路は、非実装空間のアドレスなどの本来アクセスされないアドレスを検出することで、暴走検出を行っている。本形態のデバッグ回路は、ROM13のメイン・ループ内のアドレスなど、実行プログラム内の所定のアドレスの通過を検出する。所定アドレスが検出されない場合に、CPUのプログラム実行が暴走したと判定し、復帰処理の要求を出力する。
The debug circuit of this embodiment stores an address that should be originally executed when the program is normally executed by the
図5は、本実施の形態に係るマイクロコンピュータ1の概略構成を示すブロック図である。デバッグ回路14は、実施の形態1と異なり、判定部142に暴走検出カウンタ411を備えている。また、設定アドレス記憶部141は、例示的に、第1アドレス設定レジスタ421から第4のアドレス設定レジスタ424までの4つのアドレス設定レジスタを備えている。他の構成要素は、実施の形態1において説明したデバッグ回路14と実質的に同一であり、説明を省略する。また、デバッグ回路14以外の回路構成は、実施の形態1と同様である。
FIG. 5 is a block diagram showing a schematic configuration of the microcomputer 1 according to the present embodiment. Unlike the first embodiment, the
プログラムの通常実行時において、暴走検出カウンタ411は所定のクロック信号に従ってカウントを行う。暴走検出カウンタ411のカウント値が予め定められた値を超えてオーバーフローとなると、判定部142はCPU11のプログラム実行が暴走したと判定する。判定部142は、暴走検出カウンタ411のオーバーフローに応答して、予め設定されている割り込み要求をCPU11に出力する。CPU11は、割り込み要求に応答してROM12に記憶されている割り込みプログラムを実行する。
During normal execution of the program, the
設定アドレス記憶部141は、CPU11の実行プログラムにおいて、本来実行されるべきアドレスを記憶する。例えば、各アドレス設定レジスタ421〜424に、実行プログラムのメイン・ループ内の異なるアドレスを記憶する。アドレス判定部145は、CPU11による実行アドレスをモニタし、アドレス設定レジスタ421〜424に記憶されているアドレスと実行アドレスとを比較する。CPU11の実行アドレスが、アドレス設定レジスタ421〜424に記憶されているアドレスのいずれかと一致する場合、アドレス判定部145は一致アドレス検出信号を出力する。
The set
判定部142は、アドレス判定部145からの一致アドレス検出信号に応答して、暴走検出カウンタ411をクリアする。暴走検出カウンタ411のオーバーフロー周期は決まっている。このため、プログラムの実行時に所定のタイミングで暴走検出カウンタ411をクリアすることによって、暴走検出カウンタ411のオーバーフローが防がれる。このように、CPU11がプログラムを正常に実行している場合、アドレス設定レジスタ421〜424の通過によって暴走検出カウンタ411がオーバーフローとなる前にクリアされるので、正常実行と暴走とを判別する(暴走を検出する)ことができる。
The
図6のフローチャートを参照して、本形態に係るマイクロコンピュータ1の暴走検出方法を説明する。デバッグ回路14は、モード設定レジスタ146のモード設定データに従って暴走検出機能を実行する。暴走検出カウンタ411は、所定のクロック周期に従ってカウントを行う(S21)。判定部142は、暴走検出カウンタ411のオーバーフローを判定する(S22)。オーバーフローでない場合、暴走検出カウンタ411はカウントを続ける。暴走検出カウンタ411がオーバーフローとなった場合、判定部142は割り込み要求をCPU11に出力し(S23)、CPU11は、割り込み要求に応答して、復帰プログラムに従った復帰処理を実行する。
With reference to the flowchart of FIG. 6, the runaway detection method of the microcomputer 1 which concerns on this form is demonstrated. The
一方、アドレス判定部145は、CPU11の実行アドレスをモニタする(S31)。アドレス判定部145は、アドレス設定レジスタ421〜424に記憶されている各アドレスと、CPU11の実行アドレスを比較する(S32)。実行アドレスが、アドレス設定レジスタ421〜424に記憶されているいずれかのアドレスと一致すると判定した場合、アドレス判定部145は一致アドレス検出信号を出力し、判定部142は、一致アドレス検出信号に応答して、暴走検出カウンタ411をクリアする(S33)。一致しない場合、実行アドレスのモニタを続行する(S31)。また、暴走検出カウンタ411をクリアした後も、実行アドレスのモニタを続ける(S31)。
On the other hand, the
図7は、本形態に係るマイクロコンピュータ1の暴走検出とCPU11のプログラム空間との関係の一例を示している。図7はROM12の実装空間313を示している。図7に示したアドレス・マップの例において、第1及び第2のアドレス設定レジスタ421、422は、第1のループにおける異なるアドレスをそれぞれ記憶している。また、第3及び第4のアドレス設定レジスタ423、424は、第2のループにおける異なるアドレスをそれぞれ記憶している。
FIG. 7 shows an example of the relationship between the runaway detection of the microcomputer 1 and the program space of the
CPU11がプログラムの第1ループを正常に実行し、第1及び第2のアドレス設定レジスタ421、422に記憶されているアドレスのいずれか一方と実行アドレスが一致すると、判定部142は暴走検出カウンタをクリアする。同様に、CPU11がプログラムの第2ループを正常に実行し、第3及び第4のアドレス設定レジスタ423、424に記憶されているアドレスのいずれか一方と実行アドレスが一致すると、判定部142は暴走検出カウンタをクリアする。上記4つのアドレスのいずれも検出されず、時間が経過して暴走検出カウンタ411がオーバーフローとなると、判定部142は割り込み要求をCPU11に出力する。尚、本例において、第1から第4までの4つのアドレス設定レジスタ421−424の値を随時変更することができる。あるいは、設計によって、第1及び第2のアドレス設定レジスタ421、422の値を随時変更し、第3及び第4のアドレス設定レジスタ423、424を省略することも可能である。
When the
実施の形態3.
図8を参照して、第3の実施形態に係るマイクロコンピュータについて説明する。本形態のマイクロコンピュータは、第1の実施形態において説明されたデバッグ回路14に加えて、もう一つのデバッグ回路を備えている。デバッグ回路を一つ追加することによって、デバッグ回路14の暴走検出機能のデバッグ処理を行うことが可能となる。
Embodiment 3 FIG.
A microcomputer according to the third embodiment will be described with reference to FIG. The microcomputer of this embodiment includes another debug circuit in addition to the
図8に示すように、本形態のマイクロコンピュータ1は、デバッグ回路14(以下、第1のデバッグ回路14と呼ぶ)の他に、第2のデバッグ回路45を備えている。第2のデバッグ回路45は第1のデバッグ回路14とは独立に機能することができる。第1のデバッグ回路14には、デバッグ選択部17を介して、デバッグ・ツール2及びCPU11からアクセスすることができる。一方、第2のデバッグ回路45はデバッグ専用であって、CPU11の通常動作時における暴走検出には使用されない。そのため、第2のデバッグ回路45には、デバッグ用I/F回路15を介して、デバッグ・ツール2がアクセスし、CPU11は第2のデバッグ回路45にアクセスしない。
As shown in FIG. 8, the microcomputer 1 of this embodiment includes a
第2のデバッグ回路45は、第1のデバッグ回路14と同様の機能を備えている。例えば、イベント検出機能、ブレーク機能、ステップ実行機能あるいはトレース機能などを備えている。イベント検出機能は、プログラムが所定の実行アドレスを通過しているかの確認を行い、プログラムのデバッグを行う。ブレーク機能は、ブレークしたいアドレスを設定しておき、プログラム実行がそのアドレスと一致時にプログラム実行をブレークし、内部状態をモニタする。モニタだけでなく、レジスタ値や変数値を任意に書き換えることもできる。ステップ実行機能は、プログラム実行をブレークした後、1命令ずつステップ実行する。トレース機能は、プログラムの実行の履歴をデバッグ機能2内のバッファに記録しておき、デバッグ・ツール2から読み出すことで、プログラム実行の履歴を確認する。ただし、通常動作時におけるCPU11の暴走を検出する機能は備えていない。
The
第2のデバッグ回路45を備えることによって、第1のデバッグ回路14の暴走検出機能を第2のデバッグ回路45によりデバッグすることが可能となる。実施の形態1において説明したように、プログラムの通常実行の前に、暴走検出のためCPU11は切り替えレジスタ147のデータを「CPU側」に設定する。さらに、CPU11はデバッグ回路14にアクセスし、開始アドレス設定レジスタ143と終了アドレス設定レジスタ144に、アドレス・データを設定する。設定アドレスとしては、本来通過しないアドレス、例えば、非実装空間のアドレスやROMやRAM空間内で本来実行されるはずのないアドレスなどが相当する。
By providing the
アドレス設定の後、第2のデバッグ回路45のブレーク機能を使い、デバッグ・ツール2から開始アドレス設定レジスタ143と終了アドレス設定レジスタ144のアドレスをROM空間内などの「必ず実行されるアドレス」に書き換える。CPU11が、モード設定レジスタ146に、暴走検出のためのデバッグ機能を動作させるためのモード設定データを設定する。CPU11がプログラム実行を開始すると、プログラムが実行される過程で「必ず実行されるアドレス」を通過する。これにより、第1のデバッグ回路14による非実装領域への暴走の検出機能を、第2のデバッグ回路によってデバッグすることができる。
After the address is set, the break function of the
また、第2の実施形態において説明したように、暴走検出のために開始アドレス設定レジスタ143と終了アドレス設定レジスタ144に本来実行されるべきアドレスが設定された場合、第2のデバッグ回路45のもつステップ実行機能、ブレーク機能あるいはトレース機能を使って、CPU11のプログラムの処理を追うことによって、第1のデバッグ回路14のデバッグが可能である。
Further, as described in the second embodiment, when the addresses to be originally executed are set in the start
上記のように、本実施形態のマイクロコンピュータ1は、独立して機能する2つのデバッグ回路を備えているので、一方のデバッグ回路の暴走検出機能をデバッグすることができる。尚、第2のデバッグ回路45には、第1のデバッグ回路14が暴走検出に使用されている場合においても、デバッグ・ツール2からアクセスできるので、第1のデバッグ回路14の暴走検出のデバッグ以外にも、通常のプログラムのデバッグに使用することも可能である。
As described above, the microcomputer 1 of the present embodiment includes the two debug circuits that function independently, so that the runaway detection function of one of the debug circuits can be debugged. The
1 マイクロコンピュータ、2 デバッグ・ツール、14 デバッグ回路、
15 デバッグ用I/F回路、16 I/O周辺回路、17 デバッグ選択部、
30 プログラム空間、31 実装空間、32 非実装空間、
45 第2のデバッグ回路、111 レジスタ・セット、112 制御部、
113 演算処理部、114 バス・インターフェース、
141 設定アドレス記憶部、142 判定部、
143 開始アドレス設定レジスタ、144 終了アドレス設定レジスタ、
145 アドレス判定部、146 モード設定レジスタ、
147 切り替えレジスタ、311 周辺I/O空間、312 RAM空間、
313 ROM空間、411 暴走検出カウンタ、
421 第1のアドレス設定レジスタ、421 第2のアドレス設定レジスタ、
423 第3のアドレス設定レジスタ、424 第4のアドレス設定レジスタ
1 Microcomputer, 2 Debug Tool, 14 Debug Circuit,
15 debug I / F circuit, 16 I / O peripheral circuit, 17 debug selection unit,
30 program space, 31 mounting space, 32 non-mounting space,
45 Second debug circuit, 111 register set, 112 control unit,
113 arithmetic processing units, 114 bus interface,
141 setting address storage unit, 142 determination unit,
143 start address setting register, 144 end address setting register,
145 Address determination unit, 146 mode setting register,
147 switching register, 311 peripheral I / O space, 312 RAM space,
313 ROM space, 411 Runaway detection counter,
421 first address setting register, 421 second address setting register,
423 Third
Claims (10)
プログラムの命令コードに従って処理を実行するプロセッサと、
前記プロセッサの実行アドレスが予め定められたアドレスと一致する場合に一致アドレス検出信号を出力するアドレス判定部を備え、前記一致アドレス検出信号に基づいてデバッグ処理を実行するデバッグ回路と、
前記デバッグ回路と外部装置との間のインタフェース回路と、
前記デバッグ回路へのアクセスを、前記プロセッサと前記インタフェース回路との間で切替えるセレクタと、を有し、
前記セレクタが前記プロセッサに切替えられている状態において、前記プロセッサは、前記デバッグ回路にアクセスして、前記デバッグ回路のプログラム通常実行時における処理動作の設定を行い、
前記プロセッサによる前記プログラムの通常実行時において、前記アドレス判定部からの一致アドレス検出信号に基づいて予め定められた復帰処理の実行を制御する、マイクロコンピュータ。 A microcomputer that performs normal execution of a program and debugging of the program,
A processor that executes processing according to an instruction code of the program;
An address determination unit that outputs a match address detection signal when the execution address of the processor matches a predetermined address; and a debug circuit that executes debug processing based on the match address detection signal;
An interface circuit between the debug circuit and an external device;
A selector that switches access to the debug circuit between the processor and the interface circuit;
In the state where the selector is switched to the processor, the processor accesses the debug circuit, and sets the processing operation during normal program execution of the debug circuit,
A microcomputer for controlling execution of a predetermined return process based on a coincidence address detection signal from the address determination unit during normal execution of the program by the processor.
前記プログラムの命令コードに従って処理を実行するプロセッサと、
前記プロセッサの実行アドレスが予め定められたアドレスと一致する場合に、前記プロセッサに割り込み要求を出力する第1のデバッグ回路と、
前記第1のデバック回路と異なる第2のデバッグ回路とを有し、
前記第2のデバッグ回路は、
プログラムが実行される過程で必ず実行されるアドレスを前記第1のデバッグ回路に設定し、
前記プロセッサの実行アドレスが前記プログラムが実行される過程で必ず実行されるアドレスと一致する場合に前記第1のデバッグ回路から出力される前記割り込み要求に応答して行われる前記プロセッサによる復帰プログラムの実行処理を追う、マイクロコンピュータ。
A microcomputer that performs normal execution of a program and debugging of the program,
A processor for executing processing in accordance with instruction codes of the program,
A first debug circuit that outputs an interrupt request to the processor when the execution address of the processor matches a predetermined address;
And a second debug circuit different from the first debug circuit,
The second debug circuit includes:
An address to be executed in the course of executing the program is set in the first debug circuit,
Execution of the return program by the processor in response to the interrupt request output from the first debug circuit when the execution address of the processor coincides with an address that is necessarily executed in the course of execution of the program A microcomputer that follows the process .
前記プロセッサは、前記割り込み要求に対応した割り込み処理を前記復帰処理において実行する、
請求項1又は2に記載のマイクロコンピュータ。 The microcomputer makes an interrupt request to the processor according to the coincidence address detection signal,
The processor executes an interrupt process corresponding to the interrupt request in the return process;
The microcomputer according to claim 1 or 2 .
前記一致アドレス検出信号に応答して前記カウンタをクリアし、
前記カウンタが予め定められた値に達した場合に復帰処理を実行する、
請求項1又は2に記載のマイクロコンピュータ。 A counter for counting during normal execution of the program;
Clearing the counter in response to the match address detection signal;
When the counter reaches a predetermined value, a return process is executed.
The microcomputer according to claim 1 or 2 .
請求項1に記載のマイクロコンピュータ。 The address determination unit includes a register that stores a value that defines an address to be compared with an execution address of the processor, and the processor sets a value in the register.
The microcomputer according to claim 1 .
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004259712A JP4571462B2 (en) | 2004-09-07 | 2004-09-07 | Microcomputer |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004259712A JP4571462B2 (en) | 2004-09-07 | 2004-09-07 | Microcomputer |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2006079180A JP2006079180A (en) | 2006-03-23 |
JP4571462B2 true JP4571462B2 (en) | 2010-10-27 |
Family
ID=36158617
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004259712A Expired - Fee Related JP4571462B2 (en) | 2004-09-07 | 2004-09-07 | Microcomputer |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4571462B2 (en) |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5067111B2 (en) * | 2007-10-18 | 2012-11-07 | 富士通セミコンダクター株式会社 | Semiconductor integrated circuit and debug mode determination method |
WO2013073009A1 (en) * | 2011-11-15 | 2013-05-23 | トヨタ自動車株式会社 | Microcomputer system and monitoring microcomputer |
JP6463445B1 (en) * | 2017-11-09 | 2019-02-06 | 三菱電機株式会社 | In-vehicle control device |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS63184848A (en) * | 1987-01-27 | 1988-07-30 | Nec Corp | Microprocessor |
JPH0683671A (en) * | 1992-08-28 | 1994-03-25 | Fujitsu Ten Ltd | Operation monitoring circuit for semiconductor device |
JPH06175888A (en) * | 1992-12-09 | 1994-06-24 | Toshiba Corp | Abnormal access detection circuit |
JPH08153018A (en) * | 1994-11-29 | 1996-06-11 | Sharp Corp | Semiconductor system |
JPH09237205A (en) * | 1996-02-29 | 1997-09-09 | Denso Corp | Program runaway detection device |
-
2004
- 2004-09-07 JP JP2004259712A patent/JP4571462B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2006079180A (en) | 2006-03-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10235254B2 (en) | Processor and method of controlling execution of processes | |
US20090063907A1 (en) | Debugging system, debugging apparatus and method | |
US7966486B2 (en) | Computer system with dual basic input output system and operation method thereof | |
US7558990B2 (en) | Semiconductor circuit device and method of detecting runaway | |
US6158023A (en) | Debug apparatus | |
US20160041860A1 (en) | Microcomputer and microcomputer system | |
JP4893427B2 (en) | Microcomputer system | |
US8762792B2 (en) | Event monitor having switch matrix, separate counter, and compare circuitry | |
US20020120801A1 (en) | Technique for capturing information | |
JP4571462B2 (en) | Microcomputer | |
US5257269A (en) | Error controller for use in debugging microprocessor | |
JP2000322264A (en) | Electronic equipment | |
CN112947841A (en) | Method, device, equipment and storage medium for reading embedded flash memory data | |
US11656964B2 (en) | Processor with non-intrusive self-testing | |
JP4647276B2 (en) | Semiconductor circuit device | |
US6567930B1 (en) | Method and apparatus for controlling writing of flash EEPROM by microcomputer | |
CN111221701A (en) | Chip and circuit logic reconfiguration system thereof | |
JP2009042971A (en) | Real time watch apparatus and method | |
KR100239438B1 (en) | Cpu having function for preventing malfuction | |
JP7120957B2 (en) | semiconductor equipment | |
KR100442290B1 (en) | A circuit for controlling program counter | |
JPH0436841A (en) | Microcomputer | |
JPH09319592A (en) | Microcomputer | |
JPH033041A (en) | Time-out monitoring circuit | |
JP2002163008A (en) | Circuit and method for detecting run-away of programable controller |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070814 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20091009 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20091027 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091225 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100525 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100712 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20100810 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20100812 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130820 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |