JP2000181699A - Program process control method and digital signal processor - Google Patents

Program process control method and digital signal processor

Info

Publication number
JP2000181699A
JP2000181699A JP10361215A JP36121598A JP2000181699A JP 2000181699 A JP2000181699 A JP 2000181699A JP 10361215 A JP10361215 A JP 10361215A JP 36121598 A JP36121598 A JP 36121598A JP 2000181699 A JP2000181699 A JP 2000181699A
Authority
JP
Japan
Prior art keywords
program
processing
cpu
regular
digital signal
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
JP10361215A
Other languages
Japanese (ja)
Inventor
Takao Inoue
貴生 井上
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 JP10361215A priority Critical patent/JP2000181699A/en
Publication of JP2000181699A publication Critical patent/JP2000181699A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To eliminate the miswriting of a program and to shorten the time for a shipment test by returning to the process of a shipment test program during a regular program process. SOLUTION: A CPU 15 receives a signal (a) and starts an interruption routine. The shipment test program issued by a host 12 is written to a RAM 16 through a path (d) passing through a host interface 13. A shipment test program load end command is outputted from the host 12 and outputted as a signal (b) to the CPU 15 through the host interface 13. The CPU 15 switches the process address to the head address of the shipment test program written in a ROM 16 and further starts the process of the shipment test program. Then a shipment test process forcible end command is outputted from the host 12 and inputted as a signal (c) to the CPU 15. The CPU 15 starts a system resetting process and perform the process of the regular program in a ROM 14.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はディジタル信号処理
システムにおけるCPUのプログラム処理制御方法に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a program processing control method for a CPU in a digital signal processing system.

【0002】[0002]

【従来の技術】従来の技術によるプログラム処理制御方
法を用いたディジタル信号処理装置で本案に関連するも
のとして特開平1−246652号公報に記載されたも
のが知られている。
2. Description of the Related Art A digital signal processing apparatus using a program processing control method according to the prior art is disclosed in Japanese Patent Application Laid-Open No. 1-246652 as related to the present invention.

【0003】図3は従来の技術によるディジタル信号処
理装置の構成を示すブロック図である。図3において、
21はディジタル信号処理装置、22はホスト、23は
ホスト22からのコマンドを解釈し、該コマンドの内容
に基づきディジタル信号処理装置21各部を制御するホ
ストインタフェース、24はホスト22からホストイン
タフェース23を介して入力されたプログラムを格納す
るバッファ、25はEEPROMバスをCPUバス,バ
ッファ24のいずれかに接続するセレクタ、26はバッ
ファ24,セレクタ25経由で入力されたプログラムを
書き込み、また、該書き込んだプログラムの消去を行う
EEPROM、27はEEPROM26内のプログラム
データの処理を行ない、ホストインタフェース23を介
してホスト22との間でデータやコマンドの情報交換を
行うCPU、28はCPU27によるデータ処理に一時
的に必要な記憶装置として用いられるRAM、である。
また、ホストインタフェース23,EEPROM26,
CPU27,RAM28はバスにより接続されている。
FIG. 3 is a block diagram showing a configuration of a conventional digital signal processing device. In FIG.
21 is a digital signal processor, 22 is a host, 23 is a host interface for interpreting a command from the host 22 and controlling each part of the digital signal processor 21 based on the contents of the command, and 24 is a host interface via the host interface 23 from the host 22. A buffer for storing the program input by the CPU 25, a selector 25 for connecting the EEPROM bus to one of the CPU bus and the buffer 24, a writing module 26 for writing the program input via the buffer 24 and the selector 25, An EEPROM 27 for erasing data, a CPU for processing program data in the EEPROM 26, and a CPU for exchanging data and commands with the host 22 via the host interface 23, and a CPU 28 for temporarily processing data by the CPU 27. Necessary storage equipment RAM used as a.
The host interface 23, the EEPROM 26,
The CPU 27 and the RAM 28 are connected by a bus.

【0004】図4は従来の技術によるディジタル信号処
理装置21による処理のフローチャートである。以下、
従来の技術によるディジタル信号処理装置21の動作に
ついて図4を用いて説明する。ディジタル信号処理装置
21の電源をONにすると、システムリセットが行わ
れ、ホストインタフェース23はセレクタ25に対し、
EEPROM26のバスをCPU27のバスに接続する
よう指示する。上記指示によりEEPROM26のバス
がCPU27のバスに接続されると、CPU27による
EEPROM26内の正規プログラムの処理が開始され
る。
FIG. 4 is a flowchart of a process performed by the digital signal processing device 21 according to the prior art. Less than,
The operation of the digital signal processing device 21 according to the prior art will be described with reference to FIG. When the power of the digital signal processing device 21 is turned on, a system reset is performed.
An instruction is given to connect the bus of the EEPROM 26 to the bus of the CPU 27. When the bus of the EEPROM 26 is connected to the bus of the CPU 27 in accordance with the above instruction, the processing of the regular program in the EEPROM 26 by the CPU 27 is started.

【0005】CPU27による上記正規プログラム処理
中に、ホスト22から出荷テストを要求するコマンド
(以下、出荷テストモード要求コマンドという)が出力
されると、該出荷テストモード要求コマンドはホストイ
ンタフェース23を介し信号(f) としてCPU27,セ
レクタ25に入力される。信号(f) により、CPU27
は一時処理停止状態に入り、かつ、セレクタ25はEE
PROM26バスをCPU27バスから切り離しバッフ
ァ24に接続する。
When a command for requesting a shipping test (hereinafter referred to as a shipping test mode request command) is output from the host 22 during the above-mentioned regular program processing by the CPU 27, the shipping test mode request command is signaled via the host interface 23. (f) is input to the CPU 27 and the selector 25. By the signal (f), the CPU 27
Enters a temporary processing stop state, and the selector 25
The PROM 26 bus is disconnected from the CPU 27 bus and connected to the buffer 24.

【0006】次に、出荷テスト用プログラムがホスト2
2から出力され、ホストインタフェース23→バッファ
24→セレクタ25((e) の経路)を経由してEEPR
OM26に書き込まれる。該出荷テスト用プログラムが
すべてEEPROM26に書き込まれると、ホスト22
からそのことを通知するためのコマンド(以下、出荷テ
スト用プログラムロード終了コマンドという)が出力さ
れ、ホストインタフェース23を介し信号(g) としてC
PU27,セレクタ25に送信される。信号(g) によ
り,EEPROM26のバスはバッファ24から切り離
されCPU27のバスに再び接続され、CPU27によ
る出荷テスト用プログラムの処理が開始される。
Next, the shipping test program is executed by the host 2
2 through the host interface 23 → buffer 24 → selector 25 (path of (e)).
Written to OM26. When all the shipping test programs are written into the EEPROM 26, the host 22
A command (hereinafter referred to as a shipment test program load end command) for notifying the fact is output from the host interface 23, and a signal (g) is output via the host interface 23 as a signal (g).
It is transmitted to the PU 27 and the selector 25. In response to the signal (g), the bus of the EEPROM 26 is disconnected from the buffer 24 and reconnected to the bus of the CPU 27, and the CPU 27 starts the processing of the shipping test program.

【0007】そして、該出荷テスト用プログラムの処理
が終了すると、該出荷テスト用プログラムの処理が終了
したことを知らせるコマンド(以下、出荷テスト処理強
制終了コマンドという)がホスト22から出力され、ホ
ストインタフェース23を介し信号(h) としてセレクタ
25に入力される。上記信号(h) によりEEPROM2
6バスがバッファ24に接続されると、製品の正規プロ
グラムがホスト22から出力され、ホストインタフェー
ス23→バッファ24→セレクタ25((e) の経路)を
経由して、EEPROM26に書き込まれる。その後、
システムリセットが行われて、ホストインタフェース2
3の指示によりEEPROM26のバスがCPU27の
バスに接続されると同時に、CPU27は上記EEPR
OM26に書き込まれた正規プログラムの処理を実行す
る。以上のフローを繰り返すことにより、出荷テスト用
プログラムのデバッグ,及び出荷テストを行っていた。
When the processing of the shipping test program ends, a command (hereinafter referred to as a shipping test processing forced termination command) notifying that the processing of the shipping test program has ended is output from the host 22, and the host interface The signal is input to the selector 25 as a signal (h) through the selector 23. By the above signal (h), EEPROM2
When the six buses are connected to the buffer 24, the regular program of the product is output from the host 22, and is written to the EEPROM 26 via the host interface 23 → buffer 24 → selector 25 (path of (e)). afterwards,
After the system reset, the host interface 2
3, the bus of the EEPROM 26 is connected to the bus of the CPU 27, and at the same time, the CPU 27
The processing of the regular program written in the OM 26 is executed. By repeating the above flow, debugging of the shipping test program and shipping test were performed.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上記の
ような従来の技術によるディジタル信号処理装置では、
正規プログラム,出荷テスト用プログラムを共にEEP
ROMに常駐するケースではEEPROMのサイズが大
きくなるという欠点があり、さらに、該EEPROMに
プログラムを書き込むためにEEPROMの1書き込み
単位に相当するバイト数分(例えば512バイト)のバ
ッファ及びセレクタが必要となるため、回路規模が大き
く複雑な構成となったり、コストが高くなるという問題
があった。
However, in the conventional digital signal processing apparatus as described above,
EEP for both regular program and shipping test program
There is a drawback that the size of the EEPROM becomes large in the case where it is resident in the ROM, and further, a buffer and a selector of a number of bytes (for example, 512 bytes) corresponding to one writing unit of the EEPROM are required to write a program in the EEPROM. Therefore, there are problems that the circuit scale is large, the configuration is complicated, and the cost is high.

【0009】また、正規プログラムと出荷テスト用プロ
グラムをEEPROMに書き換えることが多く起こるた
め、テスト後、最終製品としての正規プログラムをEE
PROMに書き込む段階で、誤ったバージョンの正規プ
ログラムを書き込んでしまう場合があり、そのことが出
荷テスト工程の遅延につながっていた。
In addition, since the regular program and the shipping test program are often rewritten to the EEPROM, after the test, the regular program as a final product is replaced with the EEPROM.
At the stage of writing to the PROM, an incorrect version of the regular program may be written, which has led to a delay in the shipping test process.

【0010】本発明は、上記の問題点を解消するために
なされたものであり、出荷テスト用プログラムを正規プ
ログラムの記録媒体とは別個の記録媒体に記憶させて出
荷テスト用プログラムの処理を行うプログラム処理制御
方法及びそのプログラム制御方法を用いたディジタル信
号処理装置を提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above problems, and stores a shipping test program in a recording medium separate from a recording medium for a regular program to process the shipping test program. It is an object to provide a program processing control method and a digital signal processing device using the program control method.

【0011】[0011]

【課題を解決するための手段】上記目的を達成するため
に、請求項1に係るプログラム処理制御方法は、正規プ
ログラムを保持するROMと、RAMとを具備するディ
ジタル信号処理装置におけるプログラム処理を制御する
プログラム処理制御方法において、上記正規プログラム
処理中に外部からのプログラムを上記RAMへロードす
るステップと、上記RAMへのプログラムロードが終了
した後に、上記正規プログラムの処理から上記RAMに
ロードされたプログラムの処理へ切替えるステップと、
上記ロードプログラムの処理が終了した後に、上記正規
プログラムの処理に切替えるステップとを含むことを特
徴とするものである。
According to a first aspect of the present invention, there is provided a program processing control method for controlling a program processing in a digital signal processing apparatus including a ROM holding a regular program and a RAM. Loading a program from the outside into the RAM during the processing of the regular program, and loading the program from the processing of the regular program into the RAM after the loading of the program into the RAM is completed. Switching to the processing of
After the processing of the load program ends, a step of switching to the processing of the regular program.

【0012】上記目的を達成するために、請求項2に係
るディジタル信号処理装置は、正規プログラムを保持す
るROMと、RAMとを備え、プログラム処理を行うデ
ィジタル信号処理装置において、上記正規プログラム処
理中に外部からのプログラムを上記RAMへロードし、
上記RAMへのプログラムロードが終了した後に、上記
正規プログラムの処理から上記RAMにロードされたプ
ログラムの処理へ切替え、上記ロードプログラムの処理
が終了した後に、上記正規プログラムの処理に切替える
ように制御する制御手段を備えたことを特徴とするもの
である。
In order to achieve the above object, a digital signal processing device according to a second aspect of the present invention comprises: a ROM for holding a regular program; and a RAM. , Load an external program into the RAM,
After the loading of the program into the RAM is completed, the processing is switched from the processing of the regular program to the processing of the program loaded into the RAM, and after the processing of the loading program is completed, control is performed so as to switch to the processing of the regular program. It is characterized by comprising control means.

【0013】[0013]

【発明の実施の形態】実施の形態1.図1は本発明の実
施の形態1によるディジタル信号処理装置の構成を示す
ブロック図である。図1において、11はディジタル信
号処理装置、12はホスト、13はホスト12からのコ
マンドを解釈し、該コマンドの内容に基づきディジタル
信号処理装置11各部を制御するホストインタフェー
ス、14は正規プログラムを保持するROM、15はR
OM14に保持されたプログラムに従って様々なデータ
処理を行なうCPU、16はCPU15によるデータ処
理に一時的に必要な記憶装置として用いられるRAM、
である。また、ホストインタフェース13,ROM1
4,CPU15,RAM16はバスにより接続されてい
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiment 1 FIG. 1 is a block diagram showing a configuration of a digital signal processing device according to Embodiment 1 of the present invention. In FIG. 1, reference numeral 11 denotes a digital signal processing device, reference numeral 12 denotes a host, reference numeral 13 denotes a host interface for interpreting a command from the host 12 and controlling each part of the digital signal processing device 11 based on the content of the command, and reference numeral 14 holds a regular program. ROM, 15 is R
A CPU 16 that performs various data processing according to a program stored in the OM 14, a RAM 16 used as a storage device temporarily required for data processing by the CPU 15,
It is. The host interface 13 and the ROM 1
4, the CPU 15 and the RAM 16 are connected by a bus.

【0014】図2は本発明の実施の形態1によるディジ
タル信号処理装置11による処理のフローチャート図を
示す。
FIG. 2 is a flowchart of a process performed by the digital signal processing device 11 according to the first embodiment of the present invention.

【0015】以下、本実施の形態1によるディジタル信
号処理装置11の動作について図2を用いて説明する。
ディジタル信号処理装置11の電源をONにすると、シ
ステムリセットが行われ、CPU15はROM14内の
正規プログラムの先頭アドレスから処理を開始する。
Hereinafter, the operation of the digital signal processing device 11 according to the first embodiment will be described with reference to FIG.
When the power of the digital signal processing device 11 is turned on, a system reset is performed, and the CPU 15 starts processing from the head address of the regular program in the ROM 14.

【0016】正規プログラム処理中に、ホスト12から
出荷テストモード要求コマンドが発行されると、ホスト
インタフェース13はこれを解釈し、信号(a) としてC
PU15に送信する。CPU15は信号(a) を受けて、
割り込み処理ルーチンを起動させる。該割り込み処理ル
ーチンにより、ホスト12から発行された出荷テスト用
プログラムはホストインタフェース13を介し(d) の経
路でRAM16に書き込まれる。
When a shipping test mode request command is issued from the host 12 during normal program processing, the host interface 13 interprets the command and outputs a C signal as a signal (a).
Transmit to PU15. The CPU 15 receives the signal (a),
Start the interrupt handling routine. By the interrupt processing routine, the shipping test program issued from the host 12 is written to the RAM 16 via the host interface 13 through the path (d).

【0017】該出荷テスト用プログラムがすべてRAM
16に書き込まれると、出荷テスト用プログラムロード
終了コマンドがホスト12から出力され、ホストインタ
フェース13を介して信号(b) としてCPU15に出力
される。CPU15は信号(b) を受けて、割り込み処理
ルーチンを起動させる。ここでの割り込み処理ルーチン
は処理アドレスをROM14内の正規プログラムからR
AM16に書き込まれた出荷テスト用プログラムの先頭
アドレスへ切り換え、さらに該出荷テスト用プログラム
の処理を開始する。
All of the shipping test programs are RAM.
When written to the CPU 16, a shipment test program load end command is output from the host 12 and output to the CPU 15 via the host interface 13 as a signal (b). The CPU 15 receives the signal (b) and activates the interrupt processing routine. In this interrupt processing routine, the processing address is obtained from the regular program in the ROM 14 by R
It switches to the start address of the shipping test program written in AM16, and starts the processing of the shipping test program.

【0018】そして、該出荷テスト用プログラム処理が
終了すると、出荷テスト処理強制終了コマンドがホスト
12から出力され、ホストインタフェース13を介して
信号(c) としてCPU15に入力される。CPU15は
信号(c) を受けると割り込み処理ルーチンを起動させ
て、該割り込み処理ルーチンはシステムリセット処理を
起動させ、ROM14内の正規プログラムの処理を行
う。
When the shipment test program processing is completed, a shipment test processing forced termination command is output from the host 12 and input to the CPU 15 as a signal (c) via the host interface 13. Upon receiving the signal (c), the CPU 15 starts an interrupt processing routine. The interrupt processing routine starts a system reset process and performs processing of a regular program in the ROM 14.

【0019】以上のように本発明の実施の形態1による
ディジタル信号処理装置によれば、正規プログラムはR
OMに保持し、出荷テスト用プログラムについては外部
からRAMにロードし一時的に記憶させ、該RAM内の
ロードプログラムを起動させることで出荷テストの割り
込み処理を行ない、テスト終了後、上記ROM内の正規
プログラムの処理に戻すので、従来のように正規プログ
ラムをEEPROMに書き込む段階で生じた,プログラ
ムの書き込みミスは起こらなくなり、出荷テスト工程の
時間短縮を図ることが出来る効果がある。また、上述す
るように従来では正規プログラム,出荷テスト用プログ
ラムを共にEEPROMに常駐するケースではEEPR
OMサイズが大きくなる欠点があったが、本案の場合は
出荷テスト用プログラムの容量分サイズが小さくて済
む。また、従来のコストの高いEEPROMの代わりに
ROMでプログラムを保持し、さらにEEPROMへの
プログラム書き込みに必要な回路群が不要となるので、
装置のコスト低減を図ることができる。また、本案では
EEPROMへのプログラム書き替え機能が不要とな
り、簡単な構成で様々なシリーズの出荷テスト用プログ
ラムの処理や出荷テスト用プログラム自身のデバッグを
容易に行うことができる効果を有する。
As described above, according to the digital signal processing device of the first embodiment of the present invention, the regular program
OM, the shipment test program is externally loaded into the RAM and temporarily stored, and the load program in the RAM is activated to execute the interruption test of the shipment test. Since the processing is returned to the processing of the regular program, the mistake of writing the program which occurs at the stage of writing the regular program into the EEPROM unlike the related art does not occur, and the time required for the shipping test process can be reduced. Further, as described above, in the conventional case where both the regular program and the shipping test program are resident in the EEPROM, the EEPROM is used.
There is a disadvantage that the OM size increases, but in the case of the present invention, the size can be reduced by the capacity of the shipping test program. Further, since the program is stored in the ROM instead of the conventional expensive EEPROM, a circuit group necessary for writing the program into the EEPROM is not required.
The cost of the device can be reduced. Further, in the present invention, the function of rewriting the program to the EEPROM is not required, and there is an effect that processing of various series of shipping test programs and debugging of the shipping test program itself can be easily performed with a simple configuration.

【0020】[0020]

【発明の効果】請求項1に係るプログラム処理制御方法
によれば、正規プログラムを保持するROMと、RAM
とを具備するディジタル信号処理装置におけるプログラ
ム処理を制御するプログラム処理制御方法において、上
記正規プログラム処理中に外部からのプログラムを上記
RAMへロードするステップと、上記RAMへのプログ
ラムロードが終了した後に、上記正規プログラムの処理
から上記RAMにロードされたプログラムの処理へ切替
えるステップと、上記ロードプログラムの処理が終了し
た後に、上記正規プログラムの処理に切替えるステップ
とを含むので、例えば、製品の出荷テストを行う際に、
上記正規プログラム処理中に出荷テスト用プログラムの
割り込み処理を行ない、テスト終了後正規プログラムの
処理に戻るので、従来生じていたプログラムの書き込み
ミスが起こらなくなり、出荷テスト工程の時間短縮を図
ることが出来る効果がある。
According to the program processing control method according to the first aspect, the ROM holding the regular program and the RAM
A program processing control method for controlling program processing in a digital signal processing device comprising the steps of: loading a program from the outside into the RAM during the normal program processing; and after loading the program into the RAM, The method includes a step of switching from the processing of the regular program to the processing of the program loaded in the RAM, and a step of switching to the processing of the regular program after the processing of the load program is completed. When doing it,
Interruption processing of the shipping test program is performed during the normal program processing, and the processing returns to the normal program after the end of the test. Therefore, a program writing error which has occurred conventionally does not occur, and the time of the shipping test process can be reduced. effective.

【0021】また、EEPROMの代わりにROMで正
規プログラムを保持し、さらにEEPROMへのプログ
ラム書き込みに必要な回路群が不要となるので、出荷テ
スト用プログラムの容量分の装置の小型化及びコスト低
減を図ることができる。
Further, since a regular program is stored in a ROM instead of the EEPROM, and a circuit group necessary for writing the program in the EEPROM is not required, the size and cost of the device can be reduced by the capacity of the shipping test program. Can be planned.

【0022】また、EEPROMへのプログラム書き換
え機能が不要となり、簡単な構成で様々なシリーズの出
荷テスト用プログラムの処理や出荷テスト用プログラム
自身のデバッグを容易に行うことができる効果を有す
る。
In addition, there is no need for a function of rewriting a program to the EEPROM, so that it is possible to easily process various series of shipping test programs and debug the shipping test programs themselves with a simple configuration.

【0023】請求項2に係るディジタル信号処理装置に
よれば、正規プログラムを保持するROMと、RAMと
を備え、プログラム処理を行うディジタル信号処理装置
において、上記正規プログラム処理中に外部からのプロ
グラムを上記RAMへロードし、上記RAMへのプログ
ラムロードが終了した後に、上記正規プログラムの処理
から上記RAMにロードされたプログラムの処理へ切替
え、上記ロードプログラムの処理が終了した後に、上記
正規プログラムの処理に切替えるように制御する制御手
段を備えた構成とし、例えば、製品の出荷テストを行う
際に、上記正規プログラム処理中に出荷テスト用プログ
ラムの割り込み処理を行ない、テスト終了後正規プログ
ラムの処理に戻るので、従来生じていたプログラムの書
き込みミスが起こらなくなり、出荷テスト工程の時間短
縮を図ることが出来る効果がある。
According to a second aspect of the present invention, there is provided a digital signal processing apparatus which includes a ROM for holding a regular program and a RAM, and performs program processing. After the program is loaded into the RAM and the program loading into the RAM is completed, the processing is switched from the processing of the regular program to the processing of the program loaded into the RAM. After the processing of the load program is completed, the processing of the regular program is completed. For example, when performing a shipment test of a product, an interruption process of a shipment test program is performed during the regular program process, and the process returns to the regular program after the test is completed. As a result, a program write error No, there is an effect that it is possible to achieve a time reduction of shipping test process.

【0024】また、EEPROMの代わりにROMで正
規プログラムを保持し、さらにEEPROMへのプログ
ラム書き込みに必要な回路群が不要となるので、出荷テ
スト用プログラムの容量分の装置の小型化及びコスト低
減を図ることができる。また、EEPROMへのプログ
ラム書き替え機能が不要となり、簡単な構成で様々なシ
リーズの出荷テスト用プログラムの処理や出荷テスト用
プログラム自身のデバッグを容易に行うことができる効
果を有する。
Further, since a regular program is held in a ROM instead of an EEPROM, and a circuit group necessary for writing the program in the EEPROM is not required, the size and cost of the apparatus can be reduced by the capacity of the shipping test program. Can be planned. Further, the function of rewriting the program to the EEPROM is not required, and there is an effect that processing of various series of shipping test programs and debugging of the shipping test program itself can be easily performed with a simple configuration.

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

【図1】本発明の実施の形態1によるディジタル信号処
理装置の構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a digital signal processing device according to a first embodiment of the present invention.

【図2】同実施の形態1によるディジタル信号処理装置
による処理のフローチャート図である。
FIG. 2 is a flowchart of a process performed by the digital signal processing device according to the first embodiment;

【図3】従来の技術によるディジタル信号処理装置の構
成を示すブロック図である。
FIG. 3 is a block diagram showing a configuration of a digital signal processing device according to a conventional technique.

【図4】従来の技術によるディジタル信号処理装置によ
る処理のフローチャート図である。
FIG. 4 is a flowchart of a process performed by a conventional digital signal processing device.

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

11、21 ディジタル信号処理装置 12、22 ホスト 13、23 ホストインタフェース 14 ROM 15、27 CPU 16、28 RAM 24 バッファ 25 セレクタ 26 EEPROM 11, 21 Digital signal processing device 12, 22 Host 13, 23 Host interface 14 ROM 15, 27 CPU 16, 28 RAM 24 Buffer 25 Selector 26 EEPROM

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 正規プログラムを保持するROMと、R
AMとを具備するディジタル信号処理装置におけるプロ
グラム処理を制御するプログラム処理制御方法におい
て、 上記正規プログラム処理中に外部からのプログラムを上
記RAMへロードするステップと、 上記RAMへのプログラムロードが終了した後に、上記
正規プログラムの処理から上記RAMにロードされたプ
ログラムの処理へ切替えるステップと、 上記ロードプログラムの処理が終了した後に、上記正規
プログラムの処理に切替えるステップとを含むことを特
徴とするプログラム処理制御方法。
A ROM for holding a regular program;
A program processing control method for controlling program processing in a digital signal processing device having an AM, wherein a step of loading an external program into the RAM during the normal program processing, and after the program loading into the RAM is completed. Switching from the processing of the regular program to the processing of the program loaded in the RAM; and switching to the processing of the regular program after the processing of the load program is completed. Method.
【請求項2】 正規プログラムを保持するROMと、R
AMとを備え、プログラム処理を行うディジタル信号処
理装置において、 上記正規プログラム処理中に外部からのプログラムを上
記RAMへロードし、上記RAMへのプログラムロード
が終了した後に、上記正規プログラムの処理から上記R
AMにロードされたプログラムの処理へ切替え、上記ロ
ードプログラムの処理が終了した後に、上記正規プログ
ラムの処理に切替えるように制御する制御手段を備えた
ことを特徴とするディジタル信号処理装置。
A ROM for holding a legitimate program;
A digital signal processing device comprising an AM and performing a program processing, wherein an external program is loaded into the RAM during the regular program processing, and after the program loading into the RAM is completed, the processing from the regular program processing is performed. R
A digital signal processing apparatus comprising: a control unit that switches to processing of a program loaded in an AM, and switches to processing of the regular program after the processing of the load program ends.
JP10361215A 1998-12-18 1998-12-18 Program process control method and digital signal processor Pending JP2000181699A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10361215A JP2000181699A (en) 1998-12-18 1998-12-18 Program process control method and digital signal processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10361215A JP2000181699A (en) 1998-12-18 1998-12-18 Program process control method and digital signal processor

Publications (1)

Publication Number Publication Date
JP2000181699A true JP2000181699A (en) 2000-06-30

Family

ID=18472664

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10361215A Pending JP2000181699A (en) 1998-12-18 1998-12-18 Program process control method and digital signal processor

Country Status (1)

Country Link
JP (1) JP2000181699A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7266630B2 (en) 2002-12-16 2007-09-04 Matsushita Electric Industrial Co., Ltd. CPU contained LSI

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7266630B2 (en) 2002-12-16 2007-09-04 Matsushita Electric Industrial Co., Ltd. CPU contained LSI

Similar Documents

Publication Publication Date Title
KR100825786B1 (en) Memory card and debugging method for the same
US6345370B1 (en) Method for debugging error in a computer system
US6182207B1 (en) Microcontroller with register system for the indirect accessing of internal memory via auxiliary register
JP2000181699A (en) Program process control method and digital signal processor
KR101300443B1 (en) Flash memory device capable of verifying reliability using bypass path, and system and method of verifying reliability using that device
US4807178A (en) Programmable sequence controller having indirect and direct input/output apparatus
CN110362526B (en) SPI slave device, storage and adaptation method and computer storage medium
JPH11265283A (en) Correction method for firmware in storage device, and storage device
AU714669B2 (en) Peripheral device control
US20090063725A1 (en) Direct memory access system
EP0827080B1 (en) Mircrocomputer with selfdiagnostic unit
JP2001256044A (en) Data processor
CN111858429B (en) Method, device, terminal and storage medium for converting axi4 into avalon bus
JP2584903B2 (en) External device control method
JPH10312307A (en) Emulator for computer system
JP4976817B2 (en) Program processing apparatus and program processing method
JPH1165884A (en) Microcomputer and debugging method therefor
JP3182287B2 (en) Microprocessor
JP2954006B2 (en) Emulation device and emulation method
JPS59106017A (en) Testing of input/output controller
JPH113221A (en) Debugging system
JPS62241041A (en) Information processor
JPS61134850A (en) Debugging method of subsequent processor
JPS59218555A (en) Microprogram control device
JPH0816507A (en) Peripheral device for ide bus