JP2003124899A - Broadcast receiver and method - Google Patents

Broadcast receiver and method

Info

Publication number
JP2003124899A
JP2003124899A JP2001316812A JP2001316812A JP2003124899A JP 2003124899 A JP2003124899 A JP 2003124899A JP 2001316812 A JP2001316812 A JP 2001316812A JP 2001316812 A JP2001316812 A JP 2001316812A JP 2003124899 A JP2003124899 A JP 2003124899A
Authority
JP
Japan
Prior art keywords
program
microcomputer
version
sub
stored
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.)
Granted
Application number
JP2001316812A
Other languages
Japanese (ja)
Other versions
JP4062720B2 (en
Inventor
Hidenori Yamazaki
英則 山崎
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP2001316812A priority Critical patent/JP4062720B2/en
Publication of JP2003124899A publication Critical patent/JP2003124899A/en
Application granted granted Critical
Publication of JP4062720B2 publication Critical patent/JP4062720B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a broadcast receiver the functions of each section of which can easily be extended or revised. SOLUTION: A flash memory 7 stores a program for a main microcomputer 5 and a program for a sub microcomputer 8 of a prescribed version. When being started, the main microcomputer 5 inquires of the sub microcomputer 8 about the version of the program stored in a flash memory 10 and compares the version notified from the sub microcomputer 8 accordingly with the version of the program for the sub microcomputer 8 stored in the flash memory 7. When the main microcomputer 5 discriminates that the version of the program stored in the flash memory 7 is newer than the version of the program stored in the flash memory 10, the main microcomputer 5 transfers the program for the sub microcomputer 8 stored in the flash memory 7 to the sub microcomputer 8.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、放送受信装置およ
び方法に関し、特に、各部の機能を容易に追加、または
変更できるようにする放送受信装置および方法に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a broadcast receiving apparatus and method, and more particularly to a broadcast receiving apparatus and method that allows the functions of the respective units to be easily added or changed.

【0002】[0002]

【従来の技術】近年、音声信号や画像信号をディジタル
化し、衛星(BS(Broadcasting Satellite))を介して放送
するディジタル放送が開始されている。このディジタル
放送においては、伝送する信号をディジタル化し、それ
らの信号を多重化することにより、画像信号や音声信号
のみならず、各種のデータの伝送も可能である。
2. Description of the Related Art In recent years, digital broadcasting has started in which audio signals and image signals are digitized and broadcast via a satellite (BS (Broadcasting Satellite)). In this digital broadcasting, not only image signals and audio signals but also various data can be transmitted by digitizing the signals to be transmitted and multiplexing these signals.

【0003】ところで、この分野においては、どのよう
なサービスを提供できるのかについての模索が続いてお
り、今後、新しい形態のサービスが開始される可能性が
高い。従って、新たなサービスが開始され、そのサービ
スを受けるための新たな機能を追加する場合、放送受信
装置のプログラムに追加、または変更を加える必要があ
る。
By the way, in this field, there is a continuing search for what kind of service can be provided, and there is a high possibility that a new form of service will be started in the future. Therefore, when a new service is started and a new function for receiving the service is added, it is necessary to add or change the program of the broadcast receiving device.

【0004】そこで、このような追加等を行うために、
ディジタル放送波を介して、新たなプログラムをダウン
ロードし、既にあるプログラムをバージョンアップする
ことが各種提案されている。
Therefore, in order to make such additions,
Various proposals have been made to download new programs and upgrade existing programs via digital broadcast waves.

【0005】ディジタル放送波を介してプログラムをバ
ージョンアップする場合、放送受信装置においては、受
信したディジタル放送波からトランスポートストリーム
が取得され、トランスポートストリームを構成する個々
のパケットのパケットIDにより識別されて、バージョン
アップするためのプログラムが抽出される。そして抽出
されたプログラムが、所定のマイクロコンピュータの記
憶部に書き込まれる。
When a program is upgraded via a digital broadcast wave, a broadcast receiving apparatus acquires a transport stream from the received digital broadcast wave and identifies it by a packet ID of each packet forming the transport stream. Then, the program for upgrading is extracted. Then, the extracted program is written in the storage unit of a predetermined microcomputer.

【0006】また、抽出したプログラムでバージョンア
ップを行う際、同様の機能を有するプログラムを記憶部
に複数用意しておき、何らかの原因により書き込みが失
敗した場合であっても、書き込みを行っていない、正常
に動作するプログラムを利用して通常の処理を実行でき
るようなリカバリー方法も各種提案されている。
In addition, when performing version upgrade with the extracted program, a plurality of programs having the same function are prepared in the storage unit, and even if the writing fails for some reason, the writing is not performed, Various recovery methods have been proposed in which normal processing can be executed using a program that operates normally.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上述し
たように、所定のパケットを抽出するデマルチプレクサ
を制御するマイクロコンピュータなどのように、1つの
マイクロコンピュータのプログラムをバージョンアップ
させる場合であれば、その処理を容易に実行させること
ができるものの、複数のマイクロコンピュータのそれぞ
れのプログラムを同時にバージョンアップさせる場合、
その処理が非常に複雑になるという課題があった。
However, as described above, if the program of one microcomputer is to be upgraded, as in the case of the microcomputer that controls the demultiplexer that extracts a predetermined packet, that program is used. Although the processing can be executed easily, if you want to upgrade each program of multiple microcomputers at the same time,
There is a problem that the processing becomes very complicated.

【0008】また、複数のマイクロコンピュータのプロ
グラムを書き換えている最中に、利用者によりいずれか
の操作がされ、書き換えが中断された場合、あるマイク
ロコンピュータのプログラムはバージョンアップされ、
他のマイクロコンピュータのプログラムは古いバージョ
ンのままの状態となってしまうおそれがある。
Further, when the user performs any operation and the rewriting is interrupted while rewriting the programs of a plurality of microcomputers, the program of a certain microcomputer is upgraded,
The programs of other microcomputers may remain in the old version.

【0009】マイクロコンピュータが自分自身のプログ
ラムに基づいて、それぞれ単独で各種の処理を実行する
のであれば、何等支障はないものの、複数のマイクロコ
ンピュータが協働して処理を実行する場合、それぞれの
プログラムのバージョンが異なることにより、映像を表
示できないなど、各種の支障が生ずるという課題があっ
た。
If the microcomputers individually execute various processes based on their own programs, there is no problem, but when a plurality of microcomputers cooperate to execute the processes, the There is a problem that various problems occur, such as not being able to display images due to different program versions.

【0010】本発明は、このような状況に鑑みてなされ
たものであり、放送受信装置内に設けられる複数のマイ
クロコンピュータのそれぞれの機能を、容易に変更、ま
たは追加できるようにしたものである。
The present invention has been made in view of the above circumstances, and is to make it possible to easily change or add the respective functions of a plurality of microcomputers provided in a broadcast receiving apparatus. .

【0011】[0011]

【課題を解決するための手段】本発明の放送受信装置
は、第1のマイクロコンピュータにより利用される第1
のプログラムと、第2のマイクロコンピュータにより利
用される第1のバージョンの第2のプログラムを記憶す
る、第1のマイクロコンピュータにより管理される第1
の記憶手段と、第2のマイクロコンピュータにより管理
され、第2のバージョンの第2のプログラムを記憶する
第2の記憶手段とを備え、第1のマイクロコンピュータ
は、第1の記憶手段により記憶されている第2のプログ
ラムの第1のバージョンと、第2の記憶手段により記憶
されている第2のプログラムの第2のバージョンを比較
し、第2のバージョンより、第1のバージョンの方が新
しいと判定したとき、第1のバージョンの第2のプログ
ラムを第2のマイクロコンピュータに転送し、第2のマ
イクロコンピュータは、第1のマイクロコンピュータか
ら転送されてきた第1のバージョンの第2のプログラム
を第2の記憶手段に記憶させることを特徴とする。
A broadcast receiving apparatus according to the present invention is a first microcomputer used by a first microcomputer.
And a first program managed by the first microcomputer for storing the first program and the second program of the first version used by the second microcomputer.
Storage means and second storage means for storing the second version of the second program managed by the second microcomputer, the first microcomputer being stored by the first storage means. Comparing the first version of the second program with the second version of the second program stored by the second storage means, and the first version is newer than the second version. When it is determined that the first version of the second program is transferred to the second microcomputer, the second microcomputer transfers the first version of the second program transferred from the first microcomputer. Is stored in the second storage means.

【0012】第1の記憶手段により記憶されている第1
のプログラムとは異なるバージョンの第1のプログラム
と、第1の記憶手段により記憶されている第2のプログ
ラムとは異なるバージョンの第2のプログラムを、放送
波を介して取得する取得手段をさらに備えるようにする
ことができる。
The first stored in the first storage means
Further includes an acquisition unit for acquiring, via a broadcast wave, a first program having a version different from that of the first program and a second program having a version different from the second program stored in the first storage unit. You can

【0013】第1のマイクロコンピュータは、取得手段
により取得された第1のプログラムと第2のプログラム
を利用して、第1の記憶手段により記憶されている最も
古いバージョンの第1のプログラム、および第2のプロ
グラムを書き換えるようにすることができる。
The first microcomputer utilizes the first program and the second program acquired by the acquisition means, and uses the first program of the oldest version stored in the first storage means, and The second program can be rewritten.

【0014】本発明の放送受信装置の放送受信方法は、
第1のマイクロコンピュータにより利用される第1のプ
ログラムと、第2のマイクロコンピュータにより利用さ
れる第1のバージョンの第2のプログラムの記憶を、第
1のマイクロコンピュータにより管理し、第2のバージ
ョンの第2のプログラムの記憶を、第2のマイクロコン
ピュータにより管理し、第1のマイクロコンピュータ
は、記憶を管理している第2のプログラムの第1のバー
ジョンと、第2のマイクロコンピュータにより記憶が管
理されている第2のプログラムの第2のバージョンを比
較し、第2のバージョンより、第1のバージョンの方が
新しいと判定したとき、第1のバージョンの第2のプロ
グラムを第2のマイクロコンピュータに転送し、第2の
マイクロコンピュータは、第1のマイクロコンピュータ
から転送されてきた第1のバージョンの第2のプログラ
ムを記憶するように制御することを特徴とする。
The broadcast receiving method of the broadcast receiving apparatus of the present invention is
The storage of the first program used by the first microcomputer and the second program of the first version used by the second microcomputer is managed by the first microcomputer, and the second version is managed. Of the second program is managed by a second microcomputer, and the first microcomputer stores the first version of the second program managing the memory and the second microcomputer. When the second version of the managed second program is compared and it is determined that the first version is newer than the second version, the second program of the first version is compared with the second micro program. Transferred to the computer, the second microcomputer has been transferred from the first microcomputer And controls to store the first version second program.

【0015】本発明の放送受信装置および方法において
は、第1のマイクロコンピュータにより管理され、第1
のマイクロコンピュータにより利用される第1のプログ
ラムと、第2のマイクロコンピュータにより利用される
第1のバージョンの第2のプログラムが記憶され、第2
のマイクロコンピュータにより管理され、第2のバージ
ョンの第2のプログラムが記憶される。また、第1のマ
イクロコンピュータにより、第1のバージョンと第2の
バージョンが比較され、第2のバージョンより、第1の
バージョンの方が新しいと判定されたとき、第1のバー
ジョンの第2のプログラムが第2のマイクロコンピュー
タに転送される。さらに、第2のマイクロコンピュータ
により、第1のマイクロコンピュータから転送されてき
た第1のバージョンの第2のプログラムが記憶される。
In the broadcast receiving apparatus and method of the present invention, the first microcomputer manages
The first program used by the second microcomputer and the first version of the second program used by the second microcomputer are stored.
And a second program of a second version is stored. Further, when the first microcomputer compares the first version and the second version and determines that the first version is newer than the second version, the second version of the first version is The program is transferred to the second microcomputer. Further, the second microcomputer stores the first version of the second program transferred from the first microcomputer.

【0016】[0016]

【発明の実施の形態】図1は、本発明を適用したテレビ
ジョン受像機の構成例を示すブロック図である。
1 is a block diagram showing a configuration example of a television receiver to which the present invention is applied.

【0017】図示せぬアンテナにおいて受信されたディ
ジタル放送波の受信信号は、ディジタルチューナ1に供
給され、所定の信号が選局された後、復調処理、および
エラー訂正処理等が施され、トランスポートストリーム
(TS)としてデマルチプレクサ2に供給される。
A received signal of a digital broadcast wave received by an antenna (not shown) is supplied to the digital tuner 1 and, after a predetermined signal is selected, demodulation processing, error correction processing and the like are performed, and the transport signal is transmitted. It is supplied to the demultiplexer 2 as a stream (TS).

【0018】デマルチプレクサ2は、ディジタルチュー
ナ1から供給されてきたトランスポートストリームを構
成するトランスポートパケットのヘッダに記述されてい
るPID(パケットID)により、それぞれのパケットに格
納されているデータを識別する。
The demultiplexer 2 identifies the data stored in each packet by the PID (packet ID) described in the header of the transport packet constituting the transport stream supplied from the digital tuner 1. To do.

【0019】デマルチプレクサ2は、マイクロコンピュ
ータ5からの指示に基づいて、例えば、PES(Packetized
Elementary Stream)、またはES(Elementary Stream)の
ビデオデータをビデオデコーダ3に出力し、オーディオ
データをオーディオデコーダ4に出力する。
The demultiplexer 2 is, for example, PES (Packetized) based on an instruction from the microcomputer 5.
Elementary Stream) or ES (Elementary Stream) video data is output to the video decoder 3, and audio data is output to the audio decoder 4.

【0020】また、デマルチプレクサ2は、マイクロコ
ンピュータ5、およびマイクロコンピュータ8のプログ
ラムをそれぞれバージョンアップさせる(機能を拡張さ
せる)バージョンアッププログラム41を取得したと
き、それをマイクロコンピュータ5に供給する。
The demultiplexer 2 supplies the microcomputer 5 and the microcomputer 8 with the version upgrade program 41, which upgrades the programs of the microcomputer 5 and the functions of the microcomputer 8 when the version upgrade program 41 is acquired.

【0021】ビデオデコーダ3は、デマルチプレクサ2
からビデオデータが供給されてきたとき、例えば、その
データをMPEG(Moving Picture Experts Group)2フォー
マットで伸長し、ディジタルアナログ変換等を行うこと
により得られた映像信号をCRT(Cathode Ray Tube)やLCD
(Liquid Crystal Display)などの表示部に表示させる。
一方、オーディオデコーダ4は、デマルチプレクサ2か
らオーディオデータが供給されてきたとき、そのデータ
を伸長し、得られた音声信号をスピーカに出力させる。
The video decoder 3 includes a demultiplexer 2
When video data is supplied from, for example, it is expanded in MPEG (Moving Picture Experts Group) 2 format, and the video signal obtained by performing digital-analog conversion etc. is displayed on a CRT (Cathode Ray Tube) or LCD.
Display on the display such as (Liquid Crystal Display).
On the other hand, when the audio data is supplied from the demultiplexer 2, the audio decoder 4 decompresses the data and outputs the obtained audio signal to the speaker.

【0022】マイクロコンピュータ5は、不揮発性のメ
モリであるフラッシュメモリ7の固定プログラム領域2
1に記憶されているブートプログラムにより起動する。
そして、マイクロコンピュータ5は、フラッシュメモリ
7の可変プログラム領域22、および可変プログラム領
域23に記憶されているプログラムのうち、より新しい
バージョンのプログラムを読み出し、それをSDRAM(Sync
hronous Dynamic Random Access Memory)6に展開して
各種の処理を実行する。
The microcomputer 5 is a fixed program area 2 of a flash memory 7 which is a non-volatile memory.
1 is started by the boot program stored in 1.
Then, the microcomputer 5 reads out a newer version of the program stored in the variable program area 22 and the variable program area 23 of the flash memory 7 and writes it to the SDRAM (Sync
Expand to hronous Dynamic Random Access Memory) 6 and execute various processes.

【0023】マイクロコンピュータ5は、SDRAM6に展
開したマイクロコンピュータ5用のプログラムに基づい
て、例えば、デマルチプレクサ2によるパケットの抽
出、或いは、マイクロコンピュータ8に対するプログラ
ムの転送などの、テレビジョン受像機の全体の動作を制
御する(以下、適宜、マイクロコンピュータ5をメイン
マイコン5として説明し、マイクロコンピュータ8をサ
ブマイコン8として説明する)。
The microcomputer 5 uses the program for the microcomputer 5 developed in the SDRAM 6 to extract the packet by the demultiplexer 2 or transfer the program to the microcomputer 8 as a whole of the television receiver. (Hereinafter, the microcomputer 5 is referred to as the main microcomputer 5 and the microcomputer 8 is referred to as the sub-microcomputer 8).

【0024】後に詳述するように、可変プログラム領域
22、および可変プログラム領域23のそれぞれの領域
には、サブマイコン8により利用されるプログラムも格
納されており、メインマイコン5(マイクロコンピュー
タ5)は、起動したとき、サブマイコン8に対して、サ
ブマイコン8が利用しているプログラムのバージョンを
問い合わせる(確認する)。
As will be described later in detail, the programs used by the sub-microcomputer 8 are also stored in the variable program area 22 and the variable program area 23, respectively, and the main microcomputer 5 (microcomputer 5) is When started, the sub-microcomputer 8 is inquired (confirmed) about the version of the program used by the sub-microcomputer 8.

【0025】メインマイコン5は、サブマイコン8から
の応答に基づいて、サブマイコン8が現在利用している
プログラムよりも、新しいバージョンのプログラムを可
変プログラム領域22、または可変プログラム領域23
に有していると判定したとき、サブマイコン8用の最新
のバージョンのプログラムをサブマイコン8に転送し、
それをフラッシュメモリ10に書き込むことを指示する
とともに、最新のプログラムを起動させることを要求す
る。
Based on the response from the sub-microcomputer 8, the main microcomputer 5 outputs a newer version of the program than the program currently used by the sub-microcomputer 8 to the variable program area 22 or the variable program area 23.
When it is determined that the sub-microcomputer 8 has, the latest version of the program for the sub-microcomputer 8 is transferred to the sub-microcomputer 8,
It instructs to write it in the flash memory 10 and requests to activate the latest program.

【0026】一方、メインマイコン5は、サブマイコン
8からの応答に基づいて、サブマイコン8が最新のプロ
グラムを利用していると判定したとき、そのプログラム
による起動を要求する。
On the other hand, when the main microcomputer 5 determines based on the response from the sub-microcomputer 8 that the sub-microcomputer 8 is using the latest program, it requests activation by the program.

【0027】また、メインマイコン5は、デマルチプレ
クサ2からバージョンアッププログラム41が供給され
てきたとき、バージョンアッププログラム41を、可変
プログラム領域22と可変プログラム領域23のうち、
より古いバージョンのプログラムが記憶されている領域
に書き込む。図1において、「PM41A」はメインマイ
コン用プログラムをバージョンアップさせるバージョン
アッププログラムを表わしており、「PS41B」はサブ
マイコン用プログラムをバージョンアップさせるバージ
ョンアッププログラムを表わしている。
When the version upgrade program 41 is supplied from the demultiplexer 2, the main microcomputer 5 selects the version upgrade program 41 from the variable program area 22 and the variable program area 23.
Write to the area where the older version of the program is stored. In FIG. 1, "PM41A" represents an upgrade program for upgrading the main microcomputer program, and "PS41B" represents an upgrade program for upgrading the sub microcomputer program.

【0028】図1の例においては、可変プログラム領域
23に記憶されているプログラムよりも、可変プログラ
ム領域22に記憶されているプログラムの方が、より新
しいバージョンのプログラムとされている。また、フラ
ッシュメモリ10の可変プログラム領域32に記憶され
ているプログラムよりも、フラッシュメモリ7の可変プ
ログラム領域22に記憶されているプログラムの方が新
しいとされている。
In the example of FIG. 1, the program stored in the variable program area 22 is a newer version of the program than the program stored in the variable program area 23. Further, the program stored in the variable program area 22 of the flash memory 7 is newer than the program stored in the variable program area 32 of the flash memory 10.

【0029】従って、メインマイコン5は、ブートプロ
グラムにより起動したとき、可変プログラム領域22か
ら読み出したプログラムのうち、自分自身が使用するメ
インマイコン用プログラム22A(PM22A)をSDRAM
6に展開し、起動するとともに、サブマイコン8に対し
てプログラムのバージョンの問い合わせを行った後、サ
ブマイコン用プログラム22B(PS22B)をサブマイ
コン8に転送する。
Therefore, when the main microcomputer 5 is started by the boot program, the main microcomputer program 22A (PM22A) used by itself is read out from the variable program area 22 by SDRAM.
The program is expanded to 6 and activated, and the program version is inquired to the sub-microcomputer 8 and then the sub-microcomputer program 22B (PS22B) is transferred to the sub-microcomputer 8.

【0030】また、図1の例において、メインマイコン
5は、バージョンアッププログラム41が供給されてき
たとき、より古いバージョンのプログラムが記憶されて
いる可変プログラム領域23に、そのバージョンアップ
プログラム41を記憶させている。
Further, in the example of FIG. 1, when the main microcomputer 5 is supplied with the version upgrade program 41, the version upgrade program 41 is stored in the variable program area 23 in which an older version program is stored. I am letting you.

【0031】図2は、メインマイコン5により管理され
るフラッシュメモリ7の構成例を示す図である。
FIG. 2 is a diagram showing a configuration example of the flash memory 7 managed by the main microcomputer 5.

【0032】図2に示されるように、フラッシュメモリ
7は、基本的に、固定プログラム領域21、可変プログ
ラム領域22、可変プログラム領域23、およびデータ
領域24から構成されている。
As shown in FIG. 2, the flash memory 7 basically comprises a fixed program area 21, a variable program area 22, a variable program area 23, and a data area 24.

【0033】固定プログラム領域21には、メインマイ
コン5が起動するときに利用されるブートプログラム2
1Aが記憶されている。このブートプログラム21A
は、通常、ディジタル放送波により送信されてきたバー
ジョンアッププログラムにより、書き換えることができ
ないプログラムである。
In the fixed program area 21, the boot program 2 used when the main microcomputer 5 starts up.
1A is stored. This boot program 21A
Is a program that cannot be rewritten by the version-up program normally transmitted by digital broadcast waves.

【0034】可変プログラム領域22には、メインマイ
コン5により利用されるメインマイコン用プログラム2
2Aと、サブマイコン8により利用されるサブマイコン
用プログラム22Bが記憶されている。
The variable program area 22 has a main microcomputer program 2 used by the main microcomputer 5.
2A and a sub-microcomputer program 22B used by the sub-microcomputer 8 are stored.

【0035】可変プログラム領域23には、可変プログ
ラム領域22と同様に、メインマイコン5とサブマイコ
ン8により、それぞれ利用されるメインマイコン用プロ
グラム23Aとサブマイコン用プログラム23Bが記憶
されている。
As with the variable program area 22, the variable program area 23 stores a main microcomputer program 23A and a sub microcomputer program 23B which are used by the main microcomputer 5 and the sub microcomputer 8, respectively.

【0036】可変プログラム領域22と、可変プログラ
ム領域23に記憶されているプログラムは、ブートプロ
グラム21Aとは異なり、ディジタル放送波により送信
されてきたバージョンアッププログラムにより、書き換
えることができるプログラムである。
Unlike the boot program 21A, the variable program area 22 and the programs stored in the variable program area 23 are programs that can be rewritten by the version upgrade program transmitted by digital broadcast waves.

【0037】データ領域24には、例えば、電源がオフ
とされたときに選局されていたチャンネルの情報や、録
画予約が設定されている場合、その録画予約情報など
の、各種のユーザ情報が記憶される。
In the data area 24, for example, various user information such as channel information selected when the power is turned off and recording reservation information when recording reservation is set. Remembered.

【0038】図1の説明に戻り、サブマイコン8は、起
動が指示されたとき、フラッシュメモリ10の固定プロ
グラム領域31に記憶されているブートプログラムによ
り起動する。サブマイコン8は、メインマイコン5か
ら、サブマイコン8が現在利用しているプログラムのバ
ージョンの問い合わせがあったとき、可変プログラム領
域32に記憶されているプログラムのバージョンを確認
し、それをメインマイコン5に通知する。
Returning to the explanation of FIG. 1, when the activation is instructed, the sub-microcomputer 8 is activated by the boot program stored in the fixed program area 31 of the flash memory 10. When the sub-microcomputer 8 inquires from the main microcomputer 5 about the version of the program currently used by the sub-microcomputer 8, the sub-microcomputer 8 confirms the version of the program stored in the variable program area 32, and confirms it. To notify.

【0039】サブマイコン8は、メインマイコン5か
ら、最新のバージョンのプログラム(可変プログラム領
域32に記憶されているプログラムよりも新しいプログ
ラム)が転送されてきたとき、そのプログラムを可変プ
ログラム領域32に上書きして格納するとともに、格納
が終了した最新のプログラムをSDRAM9に展開し、各種
の処理を実行する。
When the latest version of the program (a newer program than the program stored in the variable program area 32) is transferred from the main microcomputer 5, the sub-microcomputer 8 overwrites the program in the variable program area 32. Then, the latest stored program is expanded in the SDRAM 9 and various processes are executed.

【0040】図1の例においては、フラッシュメモリ1
0の可変プログラム領域32に記憶されているプログラ
ムよりも、フラッシュメモリ7の可変プログラム領域2
2に記憶されているプログラムの方が、より新しいバー
ジョンのものであるとされており、一点鎖線で示される
ように、フラッシュメモリ7の可変プログラム領域22
から読み出されたサブマイコン用プログラム22Bがサ
ブマイコン8に転送され、それが可変プログラム領域3
2に格納されている。
In the example of FIG. 1, the flash memory 1
Variable program area 2 of flash memory 7 rather than the program stored in variable program area 32 of 0.
It is said that the program stored in No. 2 is the newer version, and as shown by the one-dot chain line, the variable program area 22 of the flash memory 7
The sub-microcomputer program 22B read from the sub-microcomputer 8 is transferred to the sub-microcomputer 8 and is stored in the variable program area 3
Stored in 2.

【0041】一方、サブマイコン8は、メインマイコン
5から、現在、可変プログラム領域32に格納されてい
るプログラムによる起動が要求されたとき、それをSDRA
M9に展開し、各種の処理を実行する。サブマイコン8
は、例えば、図示せぬIEEE(Institute of Electrical a
nd Electronics Engineers)1394インタフェースや、HDD
(Hard Disk Drive)などのディジタルデータを扱う処理
部を制御するマイクロコンピュータである。
On the other hand, when the sub-microcomputer 8 is requested by the main microcomputer 5 to start up by the program currently stored in the variable program area 32, the sub-microcomputer 8 sends it to SDRA.
Deploy to M9 and execute various processes. Sub microcomputer 8
Is an IEEE (Institute of Electrical a
nd Electronics Engineers) 1394 interface, HDD
It is a microcomputer that controls a processing unit that handles digital data such as (Hard Disk Drive).

【0042】このように、メインマイコン5とサブマイ
コン8のプログラムを同一の場所(フラッシュメモリ
7)に格納させるようにしたので、ダウンロードしたバ
ージョンアッププログラムを利用して、容易に、かつ安
全にそれらのプログラムをバージョンアップさせること
ができる。
Since the programs of the main microcomputer 5 and the sub-microcomputer 8 are stored in the same location (flash memory 7) as described above, the downloaded version-up program can be used to easily and safely use them. The program of can be upgraded.

【0043】すなわち、メインマイコン5とサブマイコ
ン8のプログラムが、それぞれ異なる場所に格納されて
おり、バージョンアッププログラムを利用して、それら
のプログラムを書き換えている最中に、その書き換えが
中断された場合、メインマイコン5のプログラムはバー
ジョンアップされたにも関わらず、サブマイコン8のプ
ログラムは古いバージョンのままの状態となってしまう
ことがあり、メインマイコン5とサブマイコン8が協働
して各種の処理を実行できなくなるといった不都合を回
避することができる。
That is, the programs of the main microcomputer 5 and the sub-microcomputer 8 are stored in different locations, and the rewriting was interrupted while those programs were being rewritten using the version upgrade program. In this case, although the program of the main microcomputer 5 has been upgraded, the program of the sub-microcomputer 8 may remain in the old version. It is possible to avoid the inconvenience that it becomes impossible to execute the processing of.

【0044】なお、図1に示されるテレビジョン受像機
においては、電力消費が少ない、小電力ブロックにマイ
クロコンピュータ11が設けられている。このマイクロ
コンピュータ11は、基本的に、表示部の偏向、或いは
電子銃による走査などのアナログ的な制御を行うマイク
ロコンピュータである(以下、適宜、マイクロコンピュ
ータ11をTVマイコン11と称する)。
In the television receiver shown in FIG. 1, the microcomputer 11 is provided in the small power block which consumes less power. The microcomputer 11 is basically a microcomputer that performs analog control such as deflection of the display section or scanning with an electron gun (hereinafter, the microcomputer 11 is appropriately referred to as a TV microcomputer 11).

【0045】通常、上述したような、プログラムのバー
ジョンアップは、利用者により各種の操作が行われてい
ないスタンバイ(電源オフ)の状態のときに実行され
る。
Normally, the above-described program version upgrade is executed in a standby (power off) state in which various operations are not performed by the user.

【0046】メインマイコン5は、自分自身のセットに
対するバージョンアッププログラムが送信されてくる時
刻を、他のデータとともに多重化されて送信されてくる
SDTT(Software Download Trigger Table)で確認する。
そして、メインマイコン5は、バージョンアッププログ
ラムのダウンロードが開始される時刻まで、所定の時間
以上空いていると判断した場合、その時刻になったとき
に自分自身を起動させることをTVマイコン11に要求
し、自らは電源をオフの状態とする。また、その場合、
メインマイコン5と同様に、サブマイコン8も自らの電
源をオフ状態とする。
The main microcomputer 5 multiplexes the time at which the version-up program for its own set is transmitted with other data and transmits it.
Confirm with SDTT (Software Download Trigger Table).
Then, when the main microcomputer 5 determines that it is free for a predetermined time or more by the time the download of the version upgrade program is started, it requests the TV microcomputer 11 to start itself at that time. Then, the power is turned off by itself. Also, in that case,
Similarly to the main microcomputer 5, the sub-microcomputer 8 also turns off its own power source.

【0047】一般的に、メインマイコン5、およびサブ
マイコン8のように、ディジタルデータを取り扱うマイ
クロコンピュータは、アナログ信号を制御するマイクロ
コンピュータよりも、その消費電力が大きい。従って、
このようにダウンロードが開始されるまで、TVマイコン
11以外のマイクロコンピュータの電源をオフにするこ
とにより、電力の浪費を抑制することができる。
Generally, a microcomputer that handles digital data, such as the main microcomputer 5 and the sub-microcomputer 8, consumes more power than a microcomputer that controls an analog signal. Therefore,
As described above, power consumption can be suppressed by turning off the power supply of the microcomputers other than the TV microcomputer 11 until the download is started.

【0048】図3は、バージョンアッププログラムによ
るバージョンアップの概念を示す図である。
FIG. 3 is a diagram showing the concept of version upgrade by the version upgrade program.

【0049】時刻t1において、利用者によりリモート
コントローラが操作され、パワーオフ(電源オフ)が指
示されたとき、次にパワーオンが指示されるまで(時刻
2まで)の期間、テレビジョン受像機はスタンバイ状
態になる。上述したように、バージョンアッププログラ
ムのダウンロードは、利用者により各種の操作が実行さ
れていないスタンバイ状態のときに行われるため、ダウ
ンロードが行われる期間T3だけは、内部的に起動して
いる状態となる。
At time t 1 , when the user operates the remote controller to instruct power off (power off), the television image is received for a period until the next power on is instructed (until time t 2 ). The machine goes into standby. As described above, the download of the version upgrade program is performed in the standby state in which various operations are not executed by the user, and therefore, the state in which it is internally activated only during the period T 3 when the download is performed. Becomes

【0050】例えば、期間T1において、メインマイコ
ン5がバージョン2のプログラムを有していた場合(可
変プログラム領域22と可変プログラム領域23に記憶
されているプログラムのうち、古いプログラムのバージ
ョンがバージョン2の場合)、期間T3において実行さ
れるダウンロードにより、そのプログラムが、例えば、
バージョン4に書き換えられる。
For example, when the main microcomputer 5 has the version 2 program in the period T 1 (of the programs stored in the variable program area 22 and the variable program area 23, the version of the old program is version 2). In the case of), the program executed by the download executed in the period T 3 is, for example,
Rewritten to version 4.

【0051】そして、時刻t2において、利用者により
パワーオンが指示されたとき、それ以降の期間T5にお
いては、バージョン4のプログラムが起動される。
Then, at the time t 2 , when the power-on is instructed by the user, the version 4 program is started in the subsequent period T 5 .

【0052】また、図3に示されるように、上述したSD
TTは、例えば、10分間隔などの所定の周期で送信され
ている。メインマイコン5は、SDTTの内容を参照し、自
分自身のセット(図1に示されるテレビジョン受像機)
に対するバージョンアッププログラムの送信時刻等を確
認する。
Further, as shown in FIG. 3, the above-mentioned SD
The TT is transmitted at a predetermined cycle such as every 10 minutes. The main microcomputer 5 refers to the contents of SDTT and sets itself (television receiver shown in FIG. 1).
Check the transmission time of the version upgrade program for.

【0053】図4は、SDTTに記述されている情報の例を
示す図である。
FIG. 4 is a diagram showing an example of information described in SDTT.

【0054】例えば、SDTTには、ダウンロードの対象と
なるテレビジョン受像機の機器名(ダウンロード対
象)、対象となるプログラムのバージョン(対象バージ
ョン)、ダウンロードにより取得できるプログラムのバ
ージョン(新バージョン)、および、2日分のダウンロ
ード開始時間が記述されている。
For example, in the SDTT, the device name of the television receiver to be downloaded (download target), the version of the target program (target version), the version of the program that can be obtained by downloading (new version), and The download start time for two days is described.

【0055】メインマイコン5は、このようなSDTTを参
照し、ダウンロード対象が自分自身のセットであり、対
象バージョンがフラッシュメモリ7に格納されているプ
ログラムのうち、より古い方のプログラムのバージョン
に相当する場合、記述されている開始時間に基づいて、
プログラムのダウンロードを実行する。
The main microcomputer 5 refers to such SDTT, the download target is its own set, and the target version corresponds to the older version of the program stored in the flash memory 7. If you want to
Download the program.

【0056】なお、図4の例においては、ダウンロード
対象が「PONY HD700」とされ、対象バージョンが
「バージョン2より以前」とされ、新バージョンが「バ
ージョン4」とされている。また、「ダウンロード時
間」は、例えば、「2001年8月14日午前12時5
分から10分間」とされている。
In the example of FIG. 4, the download target is "PONY HD700", the target version is "earlier than version 2", and the new version is "version 4". Further, the "download time" is, for example, "August 14, 2001 at 12:05 am
From 10 minutes ".

【0057】図5は、バージョンアッププログラムの構
成例を示す図であり、例えば、図3に示されるように、
2時間周期で送信されてくる。
FIG. 5 is a diagram showing a configuration example of the version upgrade program. For example, as shown in FIG.
It is sent every two hours.

【0058】図5に示されるように、1回のダウンロー
ドでは、同一のバージョンアッププログラムが複数取得
され、より確実に、バージョンアップを行うことができ
るようになされている。図5の例においては、1回のダ
ウンロードにより、バージョンアッププログラム51乃
至53が取得される。
As shown in FIG. 5, a single download obtains a plurality of the same version upgrade programs, so that the version upgrade can be performed more reliably. In the example of FIG. 5, the version upgrade programs 51 to 53 are acquired by one download.

【0059】バージョンアッププログラム51乃至53
は、DII(Download Information Indication)とDDB(Down
load Date Block)から構成されている。このDDBは、バ
ージョンアッププログラムそのものであり、DIIは、DDB
のサイズ、モジュール数、或いはダウンロードに要する
時間などを表わす情報である。
Version upgrade programs 51 to 53
Is DII (Download Information Indication) and DDB (Down
load Date Block). This DDB is the version upgrade program itself, and DII is the DDB
Information indicating the size, the number of modules, or the time required for downloading.

【0060】メインマイコン5は、DIIを参照して、プ
ログラムの書き込み、およびサブマイコン8に対するプ
ログラムの転送などを行う。
The main microcomputer 5 refers to DII to write a program and transfer the program to the sub-microcomputer 8.

【0061】また、図5に示されるように、DDBを構成
するメインマイコン用プログラム(PM)とサブマイコン
用プログラム(PS)が1つのモジュールからなる場合
と、複数のモジュールからなる場合がある。メインマイ
コン5は、DDBが複数のモジュールからなる場合、サブ
マイコン8のプログラムを、そのモジュールの状態で転
送することができるが、DDBが1つのモジュールからな
る場合、SDRAM6などにDDB全体を展開し、個々のモジュ
ールに分割する必要がある。
Further, as shown in FIG. 5, the main microcomputer program (PM) and the sub microcomputer program (PS) forming the DDB may be composed of one module or may be composed of a plurality of modules. When the DDB consists of multiple modules, the main microcomputer 5 can transfer the program of the sub-microcomputer 8 in the state of that module. However, when the DDB consists of one module, the entire DDB is expanded in the SDRAM 6 or the like. , Need to be divided into individual modules.

【0062】なお、図1においては、説明の便宜上、DD
Bのモジュール構成を区別せずに説明するとともに、1
回のダウンロードで取得されるバージョンアッププログ
ラムの数を1つとして説明している。
In FIG. 1, for convenience of explanation, DD
In addition to the explanation without distinguishing the module configuration of B, 1
It is assumed that the number of version upgrade programs acquired by one download is one.

【0063】次に、図1のテレビジョン受像機の動作に
ついて説明する。
Next, the operation of the television receiver shown in FIG. 1 will be described.

【0064】始めに、図6のフローチャートを参照し
て、利用者からパワーオンが指示されることに応じて実
行されるメインマイコン5の起動処理について説明す
る。
First, referring to the flow chart of FIG. 6, the start-up process of the main microcomputer 5 which is executed in response to a power-on instruction from the user will be described.

【0065】利用者から起動(電源オン)が指示された
とき、ステップS1において、メインマイコン5は、フ
ラッシュメモリ7の固定プログラム領域21に記憶され
ているブートプログラムを利用して起動処理を行う。具
体的には、メインマイコン5は、各種のパラメータの初
期化、周辺のハードウエアの初期化などを行う。
When the user gives an instruction for activation (power-on), the main microcomputer 5 executes the activation process using the boot program stored in the fixed program area 21 of the flash memory 7 in step S1. Specifically, the main microcomputer 5 initializes various parameters and peripheral hardware.

【0066】メインマイコン5は、ステップS2に進
み、管理する内部フラグを参照し、可変プログラム領域
22と可変プログラム領域23のうち、最新のバージョ
ンのプログラムが記憶されている領域を特定する。この
内部フラグには、可変プログラム領域22と可変プログ
ラム領域23に記憶されているそれぞれのプログラムの
バージョンや、プログラムが格納された日時などが記述
されている。
The main microcomputer 5 proceeds to step S2, refers to the internal flag to be managed, and specifies the area of the variable program area 22 and the variable program area 23 in which the latest version of the program is stored. This internal flag describes the version of each program stored in the variable program area 22 and the variable program area 23, the date and time when the program was stored, and the like.

【0067】そして、ステップS3において、メインマ
イコン5は、ステップS2で特定した領域から、最新の
メインマイコン用プログラムを読み出す。メインマイコ
ン5は、ステップS4において、読み出したプログラム
をSDRAM6に展開し、全てのデータを展開したとき、ス
テップS5に進み、それを起動する。
Then, in step S3, the main microcomputer 5 reads the latest main microcomputer program from the area specified in step S2. In step S4, the main microcomputer 5 expands the read program in the SDRAM 6, and when all the data is expanded, the main microcomputer 5 proceeds to step S5 and activates it.

【0068】ステップS6において、メインマイコン5
は、サブマイコン8に対して、フラッシュメモリ10の
可変プログラム領域32に格納されているプログラムの
バージョンを問い合わせる。図7のフローチャートを参
照して後述するように、サブマイコン8は、メインマイ
コン5からの問い合わせに応じて、フラッシュメモリ1
0に格納されているプログラムのバージョンを確認し、
それをメインマイコン5に通知する。
In step S6, the main microcomputer 5
Inquires the sub-microcomputer 8 about the version of the program stored in the variable program area 32 of the flash memory 10. As will be described later with reference to the flowchart of FIG. 7, the sub-microcomputer 8 responds to the inquiry from the main microcomputer 5 by the flash memory 1
Check the version of the program stored in 0,
The main microcomputer 5 is notified of this.

【0069】メインマイコン5は、ステップS7におい
て、サブマイコン8からプログラムのバージョンが通知
されてきたか否かを判定し、通知されてきたと判定する
まで待機する。メインマイコン5は、ステップS7にお
いて、プログラムのバージョンが通知されてきたと判定
した場合、ステップS8に進み、次に、サブマイコン8
により使用されているプログラム(フラッシュメモリに
格納されているサブマイコン8用のプログラム)は最新
のものであるか否かを判定する。
In step S7, the main microcomputer 5 determines whether or not the program version has been notified from the sub-microcomputer 8 and waits until it is determined that the program version has been notified. When the main microcomputer 5 determines in step S7 that the program version has been notified, the process proceeds to step S8, and then the sub-microcomputer 8
Determines whether the program used (the program for the sub-microcomputer 8 stored in the flash memory) is the latest one.

【0070】メインマイコン5は、ステップS8におい
て、サブマイコン8により利用されているプログラムは
最新のものでない、すなわち、フラッシュメモリ7の可
変プログラム領域22、または可変プログラム領域23
に、フラッシュメモリ10の可変プログラム領域32に
格納されているプログラムよりも新しいバージョンのサ
ブマイコン用プログラムが存在すると判定した場合、ス
テップS9に進み、そのサブマイコン用プログラムをフ
ラッシュメモリ7から読み出す。
In step S8, the main microcomputer 5 determines that the program used by the sub-microcomputer 8 is not the latest program, that is, the variable program area 22 or the variable program area 23 of the flash memory 7.
If it is determined that a sub-microcomputer program of a newer version than the program stored in the variable program area 32 of the flash memory 10 exists, the process proceeds to step S9 and the sub-microcomputer program is read from the flash memory 7.

【0071】メインマイコン5は、ステップS10にお
いて、フラッシュメモリ7から読み出したサブマイコン
用プログラムをサブマイコン8に転送し、ステップS1
1に進み、転送したプログラムによる起動を指示する。
サブマイコン8においては、転送されたプログラムがフ
ラッシュメモリ10の可変プログラム領域32に保存さ
れた後、SDRAM9に展開され、起動される。
In step S10, the main microcomputer 5 transfers the sub-microcomputer program read from the flash memory 7 to the sub-microcomputer 8, and then in step S1.
The process proceeds to step 1 to instruct activation by the transferred program.
In the sub-microcomputer 8, the transferred program is stored in the variable program area 32 of the flash memory 10 and then expanded in the SDRAM 9 and activated.

【0072】一方、ステップS8において、メインマイ
コン5は、サブマイコン8により利用されているプログ
ラムが最新のものであると判定した場合、ステップS1
2に進み、現在、フラッシュメモリ10の可変プログラ
ム領域32に格納されているプログラムによる起動を要
求する。サブマイコン8においては、フラッシュメモリ
10の可変プログラム領域32に保存されているプログ
ラムがSDRAM9に展開され、起動される。
On the other hand, in step S8, when the main microcomputer 5 determines that the program used by the sub-microcomputer 8 is the latest, step S1
The process proceeds to step 2 and requests activation by the program currently stored in the variable program area 32 of the flash memory 10. In the sub-microcomputer 8, the program stored in the variable program area 32 of the flash memory 10 is expanded in the SDRAM 9 and activated.

【0073】ステップS13において、メインマイコン
5は、SDRAM6に起動させているメインマイコン用プロ
グラムに基づいて、各種のパラメータの初期化などを行
い、それが終了したとき、ステップS14に進み、通常
の処理、すなわち、デマルチプレクサ2を制御する処理
を実行する。
In step S13, the main microcomputer 5 initializes various parameters based on the program for the main microcomputer activated in the SDRAM 6, and when the processing is completed, the process proceeds to step S14 to carry out normal processing. That is, the process of controlling the demultiplexer 2 is executed.

【0074】次に、図7のフローチャートを参照して、
図6の処理に対応して実行されるサブマイコン8の起動
処理について説明する。
Next, referring to the flowchart of FIG.
The starting process of the sub-microcomputer 8 that is executed corresponding to the process of FIG. 6 will be described.

【0075】ステップS21において、サブマイコン8
は、利用者により起動が指示されたとき、フラッシュメ
モリ10の固定プログラム領域31に格納されているブ
ートプログラムによる起動処理を行い、ステップS22
に進み、メインマイコン5から、フラッシュメモリ10
の可変プログラム領域32に格納されているプログラム
のバージョンの問い合わせがあったか否かを判定する。
In step S21, the sub-microcomputer 8
When the user instructs the activation, the activation process is performed by the boot program stored in the fixed program area 31 of the flash memory 10, and step S22
To the flash memory 10 from the main microcomputer 5.
It is determined whether or not there is an inquiry about the version of the program stored in the variable program area 32.

【0076】サブマイコン8は、ステップS22におい
て、バージョンの問い合わせがあったと判定するまで待
機し、問い合わせがあったと判定した場合、ステップS
23に進み、フラッシュメモリ10の可変プログラム領
域32に格納されているプログラムのバージョンを確認
し、それをメインマイコン5に通知する。
The sub-microcomputer 8 waits in step S22 until it determines that there is an inquiry about the version. If it determines that there is an inquiry, the sub-microcomputer 8 proceeds to step S22.
23, the version of the program stored in the variable program area 32 of the flash memory 10 is confirmed, and the version is notified to the main microcomputer 5.

【0077】サブマイコン8は、ステップS24におい
て、現在のプログラム、すなわち、現在、フラッシュメ
モリ10の可変プログラム領域32に格納されているプ
ログラムによる起動が要求されたか否かを判定し、要求
がされていないと判定した場合、ステップS25に進
み、次に、最新のバージョンのプログラムがメインマイ
コン5から転送されてきたか否かを判定する。
In step S24, the sub-microcomputer 8 determines whether or not activation has been requested by the current program, that is, the program currently stored in the variable program area 32 of the flash memory 10, and the request has been made. If it is determined that there is not, the process proceeds to step S25, and then it is determined whether the latest version of the program has been transferred from the main microcomputer 5.

【0078】サブマイコン8は、ステップS25におい
て、メインマイコン5からプログラムが転送されてきて
いないと判定した場合、ステップS24に戻り、それ以
降の処理を繰り返し実行し、一方、最新のプログラムが
転送されてきたと判定した場合、ステップS26に進
み、転送されてきたプログラムのチェックを行う。
When the sub-microcomputer 8 determines in step S25 that the program has not been transferred from the main microcomputer 5, the sub-microcomputer 8 returns to step S24 and repeats the subsequent processing, while the latest program is transferred. If it is determined that the program is transferred, the process proceeds to step S26, and the transferred program is checked.

【0079】例えば、サブマイコン8は、ステップS2
6において、データサイズを確認するとともに、チェッ
クサムやCRC(Cyclic Redundancy Check)などにより、転
送されてきたサブマイコン用プログラムをチェックし、
全てのデータのチェックが終了したとき、ステップS2
7に進み、それをフラッシュメモリ10の可変プログラ
ム領域32に記憶させる。従って、最新のバージョンの
プログラムが、既に存在するプログラムに上書きして保
存される。
For example, the sub-microcomputer 8 executes step S2
In 6, check the data size and check the transferred sub-microcomputer program by checksum or CRC (Cyclic Redundancy Check).
When all the data have been checked, step S2
7 and stores it in the variable program area 32 of the flash memory 10. Therefore, the latest version of the program is saved by overwriting the existing program.

【0080】そして、サブマイコン8は、ステップS2
9において、フラッシュメモリ10に記憶させた最新の
プログラムによる起動が指示されたか否かを判定し、指
示されたと判定するまで待機する。
Then, the sub-microcomputer 8 executes step S2.
At 9, it is determined whether or not activation by the latest program stored in the flash memory 10 has been instructed, and the process waits until it is determined that the instruction has been made.

【0081】サブマイコン8は、ステップS29におい
て、フラッシュメモリ10に記憶させたプログラムによ
る起動が指示されたと判定した場合、ステップS30に
進み、そのプログラムをフラッシュメモリ10から読み
出す。
When the sub-microcomputer 8 determines in step S29 that activation by the program stored in the flash memory 10 has been instructed, the process proceeds to step S30 and the program is read from the flash memory 10.

【0082】一方、サブマイコン8は、ステップS24
において、現在、フラッシュメモリ10の可変プログラ
ム領域32に格納されているプログラムの起動が要求さ
れたと判定した場合、上述した、ステップS25乃至ス
テップS29の処理をスキップし、ステップS30にお
いて、フラッシュメモリ10に記憶されているプログラ
ムを読み出す。
On the other hand, the sub-microcomputer 8 executes step S24.
If it is determined that the activation of the program currently stored in the variable program area 32 of the flash memory 10 is requested, the processing of steps S25 to S29 described above is skipped, and the flash memory 10 is stored in step S30. Read the stored program.

【0083】ステップS31において、サブマイコン8
は、フラッシュメモリ10から読み出したプログラムを
SDRAM9に展開し、ステップS32に進み、それを起動
させる。
In step S31, the sub-microcomputer 8
Is the program read from the flash memory 10.
It is expanded on the SDRAM 9, and the process proceeds to step S32 to activate it.

【0084】そして、サブマイコン8は、ステップS3
3において、各パラメータの初期化などを行った後、ス
テップS34に進み、通常の処理、すなわち、図示せぬ
HDDの制御などを行う。
Then, the sub-microcomputer 8 executes step S3.
In step 3, after initializing each parameter and the like, the process proceeds to step S34 to perform normal processing, that is, not shown.
It controls the HDD.

【0085】図8は、図6、および図7を参照して説明
した起動処理の具体例を示す図である。なお、図8によ
り示される起動処理は、最新のバージョンのサブマイコ
ン用プログラムがフラッシュメモリ10の可変プログラ
ム領域32に記憶されている場合の処理とされている。
FIG. 8 is a diagram showing a specific example of the activation process described with reference to FIGS. 6 and 7. Note that the activation process shown in FIG. 8 is a process when the latest version of the sub-microcomputer program is stored in the variable program area 32 of the flash memory 10.

【0086】図8においては、上から、テレビジョン受
像機の状態、メインマイコン5の動作、サブマイコン8
の動作が表わされている。また、横軸は時刻を表わして
いる。
In FIG. 8, from the top, the state of the television receiver, the operation of the main microcomputer 5, and the sub-microcomputer 8 are shown.
Is represented. The horizontal axis represents time.

【0087】時刻t11において、利用者によりパワーオ
ンが指示されたとき、それまでスタンバイ状態(電源オ
フ)であったテレビジョン受像機はパワーオンの状態と
なり、各マイコンにおいて、上述したような各種の処理
が行われる。
At time t 11 , when the user instructs the power-on, the television receiver which has been in the standby state (power-off) until then becomes the power-on state, and each microcomputer performs various operations as described above. Is processed.

【0088】例えば、期間T11において、メインマイコ
ン5により、ブートプログラムに基づく起動処理が行わ
れ(図6のステップS1の処理)、同様に、期間T21
おいて、サブマイコン8により、ブートプログラムに基
づく起動処理が行われる(図7のステップS21の処
理)。
For example, in the period T 11 , the main microcomputer 5 performs the starting process based on the boot program (the process of step S1 in FIG. 6), and similarly, in the period T 21 , the sub-microcomputer 8 executes the boot program. Based on the activation process, the process of step S21 of FIG. 7 is performed.

【0089】メインマイコン5においては、ブートプロ
グラムによる起動が終了したとき、フラッシュメモリ7
から、最新のメインマイコン用プログラムが読み出され
(図6のステップS3の処理)、それが期間T12におい
て起動される(図6のステップS5の処理)。
In the main microcomputer 5, when the start by the boot program is completed, the flash memory 7
Then, the latest main microcomputer program is read (the process of step S3 of FIG. 6) and is started in the period T 12 (the process of step S5 of FIG. 6).

【0090】一方、サブマイコン8は、ブートプログラ
ムにより起動した後、期間T22において、メインマイコ
ン5により、起動が指示されるまで待機する状態とな
る。
On the other hand, after being activated by the boot program, the sub-microcomputer 8 is in a state of standing by until the activation instruction is given by the main microcomputer 5 in the period T 22 .

【0091】メインマイコン5は、期間T13において、
サブマイコン8が有しているプログラムのバージョンを
問い合わせ、その返答を受信する。
In the period T 13 , the main microcomputer 5
It inquires the version of the program held by the sub-microcomputer 8 and receives the reply.

【0092】図8の例においては、フラッシュメモリ7
の領域22(可変プログラム領域22)には、バージョ
ン3のメインマイコン用プログラムと、バージョン2の
サブマイコン用プログラムが記憶されており、領域23
(可変プログラム領域23)には、バージョン2のメイ
ンマイコン用プログラムと、バージョン1のサブマイコ
ン用プログラムが記憶されている。
In the example of FIG. 8, the flash memory 7
Area 22 (variable program area 22) stores a version 3 main microcomputer program and a version 2 sub microcomputer program.
The (variable program area 23) stores a version 2 main microcomputer program and a version 1 sub microcomputer program.

【0093】また、この例においては、サブマイコン8
により管理されるフラッシュメモリ10には、バージョ
ン2のサブマイコン用プログラムが記憶されており、メ
インマイコン5は、サブマイコン8からの返答に基づい
て、フラッシュメモリ10には、最新のサブマイコン用
プログラムが記憶されていると判定する。そして、メイ
ンマイコン5は、期間T14において、フラッシュメモリ
10に記憶されているバージョン2のプログラムの起動
を要求する。
Further, in this example, the sub-microcomputer 8
The version 2 sub-microcomputer program is stored in the flash memory 10 managed by the main microcomputer 5, and the main microcomputer 5 stores the latest sub-microcomputer program in the flash memory 10 based on the response from the sub-microcomputer 8. Is stored. Then, the main microcomputer 5 requests the activation of the version 2 program stored in the flash memory 10 in the period T 14 .

【0094】一方、サブマイコン8は、メインマイコン
5から、プログラムの起動が要求されたとき、期間T24
において、フラッシュメモリ10に記憶されているプロ
グラムをSDRAM9に展開して起動し、それ以降、バージ
ョン2のサブマイコン用プログラムに基づいて各種の処
理を実行する。
On the other hand, when the sub-microcomputer 8 is requested by the main microcomputer 5 to start the program, the sub-microcomputer 8 operates for the period T 24.
In, the program stored in the flash memory 10 is loaded into the SDRAM 9 and activated, and thereafter, various processes are executed based on the version 2 sub-microcomputer program.

【0095】図9は、図6、および図7を参照して説明
した起動処理の具体例を示す他の図である。なお、図9
に示される起動処理は、フラッシュメモリ10の可変プ
ログラム領域32よりも新しいバージョンのプログラム
がフラッシュメモリ7に存在する場合の処理とされてお
り、サブマイコン用プログラムがサブマイコン8に対し
て転送されることを除いて、図8に示したものと基本的
に同様のものである。
FIG. 9 is another diagram showing a specific example of the startup processing described with reference to FIGS. 6 and 7. Note that FIG.
The start-up process shown in is a process when a newer version program than the variable program area 32 of the flash memory 10 exists in the flash memory 7, and the sub-microcomputer program is transferred to the sub-microcomputer 8. Except for the above, it is basically the same as that shown in FIG.

【0096】すなわち、時刻t21において、利用者によ
りパワーオンが指示されたとき、期間T31において、メ
インマイコン5により、ブートプログラムに基づく起動
処理が行われ、同様に、期間T41において、サブマイコ
ン8により、ブートプログラムに基づく起動処理が行わ
れる。
That is, at the time t 21 , when the power-on is instructed by the user, the main microcomputer 5 performs the start-up process based on the boot program in the period T 31 , and similarly, in the period T 41 , the sub-process is started. The microcomputer 8 performs a starting process based on the boot program.

【0097】図9においては、フラッシュメモリ7の領
域22(可変プログラム領域22)には、バージョン3
のメインマイコン用プログラムと、バージョン2のサブ
マイコン用プログラムが記憶され、領域23(可変プロ
グラム領域23)には、バージョン4のメインマイコン
用プログラムと、バージョン3のサブマイコン用プログ
ラムが記憶されている場合の例とされている。従って、
期間T32において、最新のメインマイコン用プログラ
ム、すなわち、可変プログラム領域23に記憶されてい
るバージョン4のメインマイコン用プログラムが読み出
され、起動される。
In FIG. 9, version 3 is stored in the area 22 (variable program area 22) of the flash memory 7.
The main microcomputer program and the version 2 sub-microcomputer program are stored, and the area 23 (variable program area 23) stores the version 4 main microcomputer program and the version 3 sub-microcomputer program. This is an example of the case. Therefore,
In the period T 32 , the latest main microcomputer program, that is, the version 4 main microcomputer program stored in the variable program area 23 is read and activated.

【0098】メインマイコン5は、期間T33において、
サブマイコン8が有しているプログラムのバージョンを
問い合わせ、その返答を受信する。
In the period T 33 , the main microcomputer 5
It inquires the version of the program held by the sub-microcomputer 8 and receives the reply.

【0099】図に示されるように、サブマイコン8によ
り管理されるフラッシュメモリ10には、バージョン2
のサブマイコン用プログラムが記憶されており、メイン
マイコン5は、サブマイコン8からの返答に基づいて、
フラッシュメモリ10に記憶されているサブマイコン用
プログラムよりも新しいバージョンのサブマイコン用プ
ログラムがフラッシュメモリ7に記憶されていると判定
する。
As shown in the figure, the flash memory 10 managed by the sub-microcomputer 8 has version 2
The sub-microcomputer program of is stored, and the main microcomputer 5 is based on the response from the sub-microcomputer 8,
It is determined that a newer version of the sub-microcomputer program stored in the flash memory 7 is stored in the flash memory 7.

【0100】そして、メインマイコン5は、期間T34
おいて、フラッシュメモリ7の可変プログラム領域23
に記憶されているバージョン3のサブマイコン用プログ
ラムを読み出し、それをサブマイコン5に送信するとと
もに、起動を要求する。
Then, the main microcomputer 5 causes the variable program area 23 of the flash memory 7 in the period T 34 .
The sub-microcomputer program of version 3 stored in is read out, transmitted to the sub-microcomputer 5, and requested to start.

【0101】サブマイコン5は、期間T44において、バ
ージョン3のサブマイコン用プログラムを受信し、それ
をフラッシュメモリ10に書き込むとともに、期間T45
において、それを起動させる。サブマイコン8は、それ
以降、バージョン3のサブマイコン用プログラムに基づ
いて、各種の処理を実行する。
The sub-microcomputer 5 receives the version 3 program for the sub-microcomputer in the period T 44 , writes it in the flash memory 10, and at the same time the period T 45.
At, activate it. After that, the sub-microcomputer 8 executes various processes based on the version 3 sub-microcomputer program.

【0102】以上のように、起動する毎に、プログラム
のバージョンが問い合わされ、必要に応じて、最新のサ
ブマイコン用プログラムがサブマイコン8に提供される
ようにしたので、サブマイコン8は、常に、最新のプロ
グラムに基づいて各種の処理を行うことができる。
As described above, the program version is inquired each time the program is started up, and the latest sub-microcomputer program is provided to the sub-microcomputer 8 as necessary. , It is possible to perform various processing based on the latest program.

【0103】次に、バージョンアッププログラムをダウ
ンロードするテレビジョン受像機の処理について説明す
る。
Next, the processing of the television receiver for downloading the version upgrade program will be described.

【0104】始めに、図10のフローチャートを参照し
て、SDTTに基づいて、タイマを設定するメインマイコン
5の処理について説明する。
First, the processing of the main microcomputer 5 for setting the timer based on SDTT will be described with reference to the flowchart of FIG.

【0105】ステップS41において、メインマイコン
5は、デマルチプレクサ2から供給されてきたSDTTを取
得する。
In step S41, the main microcomputer 5 acquires the SDTT supplied from the demultiplexer 2.

【0106】メインマイコン5は、ステップS42にお
いて、SDTTに記述されている情報を参照し、ダウンロー
ド対象が自分自身のセットであり、かつ、ダウンロード
の対象となるプログラムのバージョンが、例えば、フラ
ッシュメモリ7に格納されているメインマイコン用プロ
グラムのバージョンに相当すると判断したとき、ダウン
ロードが開始される時刻をTVマイコン11に通知し、そ
の時刻になったときに起動することを要求する。
In step S42, the main microcomputer 5 refers to the information described in the SDTT, the download target is its own set, and the version of the program to be downloaded is, for example, the flash memory 7 When it is determined that the version corresponds to the version of the main microcomputer program stored in, the TV microcomputer 11 is notified of the time when the download is started, and it is requested to start at that time.

【0107】そして、利用者により操作が行われていな
いとき(利用者により電源オフが指示されていると
き)、メインマイコン5は、ステップS43において、
スタンバイ状態(電源オフ)にする。上述したように、
バージョンアッププログラムのダウンロードが開始され
るまで、メインマイコン5をスタンバイ状態にすること
により、消費電力を抑制することができる。
Then, when the user is not performing any operation (when the user instructs to turn off the power), the main microcomputer 5 proceeds to step S43.
Enter the standby state (power off). As mentioned above,
The power consumption can be suppressed by keeping the main microcomputer 5 in the standby state until the download of the version upgrade program is started.

【0108】次に、図11のフローチャートを参照し
て、メインマイコン5を起動させるTVマイコン11の処
理について説明する。
Next, the processing of the TV microcomputer 11 which activates the main microcomputer 5 will be described with reference to the flowchart of FIG.

【0109】ステップS51において、TVマイコン11
は、メインマイコン5からの指示に基づいて、タイマを
設定する。
In step S51, the TV microcomputer 11
Sets a timer based on an instruction from the main microcomputer 5.

【0110】そして、ステップS52において、TVマイ
コン11は、バージョンアッププログラムのダウンロー
ドが開始される時刻になったか否か(メインマイコン5
により設定された時刻になったか否か)を判定し、その
時刻になったと判定するまで待機する。
Then, in step S52, the TV microcomputer 11 determines whether or not it is time to start downloading the version upgrade program (main microcomputer 5
It is determined whether or not the time set by is reached, and waits until it is determined that the time is reached.

【0111】TVマイコン11は、ステップS52におい
て、バージョンアッププログラムのダウンロードが開始
される時刻になったと判定した場合、ステップS53に
進み、メインマイコン5に起動を要求する。そして、そ
れ以降、メインマイコン5により、バージョンアッププ
ログラムのダウンロードが実行される。
If the TV microcomputer 11 determines in step S52 that it is time to start downloading the version upgrade program, the process proceeds to step S53 to request the main microcomputer 5 to start. After that, the main microcomputer 5 downloads the version upgrade program.

【0112】次に、図12、および図13のフローチャ
ートを参照して、ダウンロードしたバージョンアッププ
ログラムにより、既に記憶されているプログラムを書き
換えるメインマイコン5の処理について説明する。この
処理は、例えば、TVマイコン11から起動が要求された
タイミングで実行される。
Next, with reference to the flow charts of FIGS. 12 and 13, the processing of the main microcomputer 5 for rewriting the already stored program by the downloaded version upgrade program will be described. This process is executed, for example, at the timing when activation is requested by the TV microcomputer 11.

【0113】ステップS61乃至ステップS65の処理
は、図6を参照して説明したステップS1乃至ステップ
S5の処理と同様の処理である。すなわち、メインマイ
コン5は、ステップS61において、ブートプログラム
により起動した後、ステップS62に進み、最新のプロ
グラムが記憶されているメモリ領域を特定する。そし
て、メインマイコン5は、ステップS63に進み、特定
した領域から、最新のメインマイコン用プログラムを読
み出す。
The processing of steps S61 to S65 is the same as the processing of steps S1 to S5 described with reference to FIG. That is, the main microcomputer 5 starts in step S61 by the boot program, and then proceeds to step S62 to identify the memory area in which the latest program is stored. Then, the main microcomputer 5 proceeds to step S63 and reads the latest main microcomputer program from the specified area.

【0114】メインマイコン5は、ステップS64にお
いて、メインマイコン用プログラムをSDRAM6に展開
し、展開が終了したとき、ステップS65に進み、それ
を起動させる。
In step S64, the main microcomputer 5 expands the main microcomputer program in the SDRAM 6, and when the expansion is completed, the process proceeds to step S65 to activate it.

【0115】ステップS66において、メインマイコン
5は、起動を指示したTVマイコン11に対して、起動の
原因を問い合わせ、ステップS67に進み、その原因
が、バージョンアッププログラムのダウンロードが開始
される時刻になったためのものであるか否かを判定す
る。
In step S66, the main microcomputer 5 inquires of the TV microcomputer 11 which has instructed the start-up of the cause of the start-up, and the process proceeds to step S67, where the cause is the time when the download of the upgrade program is started. It is determined whether or not this is a mistake.

【0116】例えば、利用者により所定の番組を記録す
ることが指示されており、その番組の開始時刻になった
ために要求された起動である場合、メインマイコン5
は、ステップS68に進み、通常の処理、すなわち、設
定されている番組を記録する処理を実行し、処理を終了
させる。
For example, in the case where the user has instructed to record a predetermined program and the start is the requested start time of the program, the main microcomputer 5
Advances to step S68 to execute a normal process, that is, a process of recording the set program, and ends the process.

【0117】一方、ステップS67において、メインマ
イコン5は、TVマイコン11からの起動要求が、バージ
ョンアッププログラムのダウンロードが開始されること
によるものであると判定した場合、ステップS69に進
み、バージョンアッププログラムを取得する(ダウンロ
ードする)準備を行う。例えば、メインマイコン5は、
デマルチプレクサ2を制御し、バージョンアッププログ
ラムが送信されてくるチャンネルにチューニングさせ
る。
On the other hand, when the main microcomputer 5 determines in step S67 that the activation request from the TV microcomputer 11 is due to the start of the download of the version upgrade program, the process proceeds to step S69, and the version upgrade program is executed. Prepare to get (download). For example, the main microcomputer 5
The demultiplexer 2 is controlled to tune to the channel to which the version upgrade program is transmitted.

【0118】そして、メインマイコン5は、ステップS
70において、バージョンアッププログラムがデマルチ
プレクサ2から供給されてきたか否かを判定し、供給さ
れてきたと判定するまで待機する。
Then, the main microcomputer 5 proceeds to step S
At 70, it is determined whether the version upgrade program has been supplied from the demultiplexer 2, and the process waits until it is determined that the version upgrade program has been supplied.

【0119】メインマイコン5は、ステップS70にお
いて、バージョンアッププログラムがデマルチプレクサ
2から供給されてきたと判定した場合、ステップS71
に進み、そのデータのエラーチェックを行う。
When the main microcomputer 5 determines in step S70 that the version-up program has been supplied from the demultiplexer 2, step S71.
Go to and check the data for errors.

【0120】例えば、メインマイコン5は、チェックサ
ムやCRCによりバージョンアッププログラムのチェック
を行い、ステップS72において、エラーを検出したか
否かを判定する。ステップS72において、メインマイ
コン5は、供給されてきたバージョンアッププログラム
のエラーを検出したと判定した場合、ステップS73に
進み、所定のエラー処理を行った後、処理を終了させ
る。
For example, the main microcomputer 5 checks the version upgrade program with a checksum or CRC, and determines in step S72 whether an error has been detected. When the main microcomputer 5 determines in step S72 that an error has been detected in the supplied version upgrade program, the process proceeds to step S73, in which a predetermined error process is performed and then the process ends.

【0121】一方、メインマイコン5は、ステップS7
2において、エラーを検出してないと判定した場合、ス
テップS74に進み、バージョンアッププログラムの全
てのデータを取得したか否かを判定し、全てのデータを
取得したと判定するまで、ステップS71に戻り、それ
以降の処理を繰り返し実行する。
On the other hand, the main microcomputer 5 executes step S7.
When it is determined that the error is not detected in step 2, the process proceeds to step S74, it is determined whether all the data of the version upgrade program are acquired, and the process proceeds to step S71 until it is determined that all the data is acquired. Return and repeat the subsequent processing.

【0122】ステップS74において、メインマイコン
5は、全てのデータを取得したと判定した場合、ステッ
プS75に進み、管理する内部フラグの設定を確認し、
現在起動しているメインマイコン用プログラムは、可変
プログラム領域22から読み出したプログラムであるか
否かを判定する。
When it is determined in step S74 that the main microcomputer 5 has acquired all the data, the process proceeds to step S75 to confirm the setting of the internal flag to be managed,
It is determined whether or not the main microcomputer program that is currently activated is the program read from the variable program area 22.

【0123】メインマイコン5は、ステップS75にお
いて、現在、SDRAM6に展開しているプログラムは、可
変プログラム領域22から読み出したプログラムでない
(可変プログラム領域23から読み出したプログラムで
ある)と判定した場合、可変プログラム領域23に記憶
されているプログラムよりも、可変プログラム領域22
に記憶されているプログラムの方が古いバージョンのも
のであるため、ステップS76に進み、取得したバージ
ョンアッププログラムを可変プログラム領域22に書き
込む。
If the main microcomputer 5 determines in step S75 that the program currently loaded in the SDRAM 6 is not the program read from the variable program area 22 (that is, the program read from the variable program area 23), the variable The variable program area 22 is larger than the programs stored in the program area 23.
Since the program stored in is the older version, the process proceeds to step S76, and the acquired version upgrade program is written in the variable program area 22.

【0124】一方、ステップS75において、メインマ
イコン5は、現在、SDRAM6に展開しているプログラム
は、可変プログラム領域22から読み出したプログラム
であると判定した場合、ステップS77に進み、取得し
たバージョンアッププログラムを可変プログラム領域2
3に書き込む。
On the other hand, in step S75, when the main microcomputer 5 determines that the program currently loaded in the SDRAM 6 is the program read from the variable program area 22, the process proceeds to step S77, and the acquired version upgrade program Variable program area 2
Write to 3.

【0125】メインマイコン5は、ステップS78にお
いて、バージョンアッププログラムの書き込みが正常に
終了したか否かを判定し、正常に終了していないと判定
した場合、ステップS73に進み、エラー処理を行った
後、処理を終了させる。また、メインマイコン5は、ス
テップS78において、バージョンアッププログラムの
書き込みが正常に終了したと判定した場合、ステップS
79に進み、内部フラグのバージョンの設定を更新した
後、処理を終了させる。
In step S78, the main microcomputer 5 determines whether or not the writing of the version upgrade program has been completed normally. If it is determined that the writing of the version upgrade program has not been completed normally, the process proceeds to step S73 and error processing is performed. After that, the process is terminated. In addition, when the main microcomputer 5 determines in step S78 that the writing of the version upgrade program has been normally completed, it proceeds to step S78.
After proceeding to 79 and updating the setting of the version of the internal flag, the processing is terminated.

【0126】図14は、図12、および図13を参照し
て説明した書き換え処理の具体例を示す図である。図1
4においては、上から、テレビジョン受像機の状態、メ
インマイコン5の動作、サブマイコン8の動作が表わさ
れている。また、横軸は時刻を表わしている。
FIG. 14 is a diagram showing a specific example of the rewriting process described with reference to FIGS. 12 and 13. Figure 1
4, the state of the television receiver, the operation of the main microcomputer 5, and the operation of the sub-microcomputer 8 are shown from the top. The horizontal axis represents time.

【0127】例えば、時刻t31において、TVマイコン1
1により起動が要求されたとき、それまでの期間(期間
51)、スタンバイ状態であったテレビジョン受像機
は、内部的にはダウンロードを実行する状態となり、各
マイコンにおいて各種の処理が行われる。
For example, at time t 31 , the TV microcomputer 1
When the activation is requested by 1, the television receiver that has been in the standby state until then (period T 51 ) is internally in the state of executing the download, and each microcomputer performs various processes. .

【0128】なお、上述した例においては、TVマイコン
11からの要求に応じて、メインマイコン5だけが起動
されるとしたが、図14に示されるように、サブマイコ
ン8も、ともに起動されるようにしてもよい。
In the above example, only the main microcomputer 5 is activated in response to the request from the TV microcomputer 11, but as shown in FIG. 14, the sub-microcomputer 8 is also activated. You may do it.

【0129】始めに、期間T61において、メインマイコ
ン5とサブマイコン8により、図8を参照して説明した
ものと同様の起動処理が行われる。
First, in the period T 61 , the main microcomputer 5 and the sub-microcomputer 8 perform the same start-up processing as that described with reference to FIG.

【0130】期間T71において、ブートプログラムによ
る起動が行われた後、メインマイコン5により、可変プ
ログラム領域22に記憶されているバージョン3のメイ
ンマイコン用プログラムが読み出されて、期間T72で起
動される(図12のステップS65の処理)。また、期
間T73において、サブマイコン用プログラムのバージョ
ンが問い合わされ、フラッシュメモリ10には、最新の
バージョンのプログラムが記憶されているため、期間T
74において、その最新のプログラムの起動が要求され
る。
After the boot program is started in the period T 71 , the main microcomputer 5 reads the version 3 main microcomputer program stored in the variable program area 22 and is started in the period T 72 . (Step S65 of FIG. 12). In the period T 73 , the version of the program for the sub-microcomputer is inquired, and the flash memory 10 stores the latest version of the program.
At 74 , the latest program launch is requested.

【0131】図14の例においては、フラッシュメモリ
7の領域22(可変プログラム領域22)には、バージ
ョン3のメインマイコン用プログラムと、バージョン2
のサブマイコン用プログラムが記憶されており、領域2
3(可変プログラム領域23)には、バージョン2のメ
インマイコン用プログラムと、バージョン1のサブマイ
コン用プログラムが記憶されている。
In the example of FIG. 14, in the area 22 (variable program area 22) of the flash memory 7, the version 3 main microcomputer program and the version 2 main microcomputer program are stored.
The sub-microcomputer program of is stored in area 2
3 (variable program area 23) stores a version 2 main microcomputer program and a version 1 sub microcomputer program.

【0132】また、サブマイコン8により管理されるフ
ラッシュメモリ10には、バージョン2のサブマイコン
用プログラムが記憶されている。
The flash memory 10 managed by the sub-microcomputer 8 stores a version 2 sub-microcomputer program.

【0133】サブマイコン8は、メインマイコン5から
の要求に応じて、期間T94において、フラッシュメモリ
10に記憶されているバージョン2のサブマイコン用プ
ログラムを起動する。
In response to the request from the main microcomputer 5, the sub-microcomputer 8 activates the version 2 sub-microcomputer program stored in the flash memory 10 in the period T 94 .

【0134】メインマイコン5は、デマルチプレクサ2
からバージョンアッププログラム41−1が供給されて
きたとき、期間T75において、そのチェックを行い、フ
ラッシュメモリ7に対する書き込みを行う(図13のス
テップS76、またはステップS77の処理)。この例
においては、バージョンアッププログラムにより、バー
ジョン4のメインマイコン用プログラムと、バージョン
3のサブマイコン用プログラムがフラッシュメモリ7の
可変プログラム領域23に記憶されている。
The main microcomputer 5 is the demultiplexer 2
When the version upgrade program 41-1 is supplied from, the check is performed and writing to the flash memory 7 is performed in the period T 75 (processing of step S76 or step S77 of FIG. 13). In this example, the version 4 main microcomputer program and the version 3 sub microcomputer program are stored in the variable program area 23 of the flash memory 7 by the version upgrade program.

【0135】なお、より確実にプログラムの書き込みを
行うことができるように、バージョンアッププログラム
41−1と同様の情報が、バージョンアッププログラム
41−2としてメインマイコン5に供給されている。
Incidentally, in order to more surely write the program, the same information as the version upgrade program 41-1 is supplied to the main microcomputer 5 as the version upgrade program 41-2.

【0136】そして、メインマイコン5は、バージョン
アッププログラム41−1の書き込みが終了したとき、
期間T76において、書き込みが終了したことを図示せぬ
電源制御回路に通知し、メインマイコン5、およびサブ
マイコン8に対する電源の供給を停止させる。
When the writing of the version upgrade program 41-1 is completed, the main microcomputer 5
In a period T76 , the power supply control circuit (not shown) is notified that the writing is completed, and the power supply to the main microcomputer 5 and the sub-microcomputer 8 is stopped.

【0137】これにより、期間T53において、テレビジ
ョン受像機は、いずれの動作も行っていないスタンバイ
の状態となる。
As a result, in the period T 53 , the television receiver is in a standby state where no operation is performed.

【0138】図14に示されるように、時刻t32におい
て、利用者によりパワーオンが指示されたとき、それま
でスタンバイ状態であったテレビジョン受像機はパワー
オンの状態となり、各マイコンにおいて、図8を参照し
て説明したものと同様の起動処理が行われる。
As shown in FIG. 14, at the time t 32 , when the power-on is instructed by the user, the television receiver which has been in the standby state until then becomes the power-on state, and the microcomputer The same startup processing as that described with reference to FIG. 8 is performed.

【0139】すなわち、期間T77において、メインマイ
コン5により、ブートプログラムに基づく起動処理が行
われ、同様に、期間T95において、サブマイコン8によ
り、ブートプログラムに基づく起動処理が行われる。
That is, in the period T 77 , the main microcomputer 5 performs the boot process based on the boot program, and similarly, in the period T 95 , the sub microcomputer 8 performs the boot process based on the boot program.

【0140】メインマイコン5においては、ブートプロ
グラムによる起動が終了したとき、フラッシュメモリ7
から、最新のプログラム、すなわち、期間T75におい
て、可変プログラム領域23に書き込まれたバージョン
4のメインマイコン用プログラムが読み出され、期間T
78で起動される。
In the main microcomputer 5, when the boot program is finished, the flash memory 7
From the latest program, that is, the version 4 main microcomputer program written in the variable program area 23 in the period T 75 is read out,
It starts with 78 .

【0141】そして、メインマイコン5は、それ以降、
可変プログラム領域23から読み出したバージョン4の
メインマイコン用プログラムに基づいて各種の処理を実
行する。また、メインマイコン5は、期間T79おいて、
フラッシュメモリ10に記憶されているサブマイコン用
プログラムのバージョンを問い合わせ、その返答を受信
する。
Then, the main microcomputer 5 is
Various processes are executed based on the version 4 main microcomputer program read from the variable program area 23. Also, the main microcomputer 5 sets the period T 79 to
It inquires the version of the program for the sub-microcomputer stored in the flash memory 10 and receives the response.

【0142】サブマイコン8は、期間T97おいて、フラ
ッシュメモリ10に記憶されているプログラムはバージ
ョン2であることを通知することに応じて、期間T98
いて、バージョン3のサブマイコン用プログラムがメイ
ンマイコン5から転送されてくるため、それを受信し、
フラッシュメモリ10に記憶させる。
The sub-microcomputer 8 notifies that the program stored in the flash memory 10 is the version 2 in the period T 97 , and accordingly, in the period T 98 , the version 3 sub-microcomputer program. Is transferred from the main microcomputer 5, so it receives it,
It is stored in the flash memory 10.

【0143】そして、期間T99おいて、サブマイコン8
は、フラッシュメモリ10に記憶させたバージョン3の
サブマイコン用プログラムをSDRAM9に展開し、起動さ
せる。サブマイコン8は、期間T99以降、バージョン3
のサブマイコン用プログラムに従って、各種の処理を実
行する。
Then, in the period T 99 , the sub-microcomputer 8
Develops the version 3 sub-microcomputer program stored in the flash memory 10 into the SDRAM 9 and activates it. Sub-microcomputer 8 is version 3 after period T 99
Various processes are executed according to the sub-microcomputer program.

【0144】以上の処理により、2つの可変プログラム
領域のうち、古いバージョンのプログラムが記憶されて
いる領域に、ダウンロードしたバージョンアッププログ
ラムを記憶させるようにしたので、その書き込みが失敗
した場合であっても、書き込みを実行していない、新し
いバージョンのプログラムが記憶されている領域のプロ
グラムは依然、有効なものとして利用することができ
る。
As a result of the above processing, the downloaded version upgrade program is stored in the area where the old version of the program is stored, of the two variable program areas. However, the program in the area in which the new version of the program, which has not been written, is still stored can be used as a valid program.

【0145】また、ダウンロードしたバージョンアップ
プログラムにより、同一の領域に格納されているメイン
マイコン用プログラムとサブマイコン用プログラムを同
時に書き換えるようにしたので、書き換えたプログラム
のバージョンの不整合により、メインマイコン5とサブ
マイコン8が協働して処理を行うことができなくなると
いったことを抑制することができる。
Further, since the main microcomputer program and the sub-microcomputer program stored in the same area are rewritten at the same time by the downloaded version upgrade program, the main microcomputer 5 may be lost due to the mismatch of the rewritten program versions. Thus, it is possible to prevent the sub-microcomputer 8 from collaborating and not being able to perform processing.

【0146】以上においては、バージョンアッププログ
ラムのダウンロード、およびプログラムの書き換えなど
の処理は、スタンバイ状態のときに実行されるとした
が、電源オンの状態で、映像や音声の出力を制御しなが
ら、それらの処理が実行されるようにしてもよい。その
場合、メインマイコン5、およびサブマイコン8は、起
動した状態であるので、SDTTに基づいて行われる、タイ
マの設定の処理(例えば、図9を参照して説明した処
理)は省略される。
In the above, the processing such as downloading the version upgrade program and rewriting the program is executed in the standby state. However, while controlling the output of video and audio while the power is on, You may make it perform those processes. In that case, since the main microcomputer 5 and the sub-microcomputer 8 are in the activated state, the timer setting process (for example, the process described with reference to FIG. 9) performed based on SDTT is omitted.

【0147】また、以上においては、サブマイコン用プ
ログラムの転送や、バージョンアッププログラムのダウ
ンロードは、SDRAM6に展開されたメインマイコン用プ
ログラムに基づいて実行されるとしたが、ブートプログ
ラムに基づいて実行できるようにしてもよい。システム
の構成によっては、ブートプログラムに基づいて、それ
らの処理が実行される方が、より効率的な場合もある。
In the above description, the transfer of the sub-microcomputer program and the download of the version upgrade program are executed based on the main microcomputer program expanded in the SDRAM 6, but they can be executed based on the boot program. You may do it. Depending on the system configuration, it may be more efficient to execute those processes based on the boot program.

【0148】さらに、フラッシュメモリ7には、可変プ
ログラム領域22と可変プログラム領域23が設けられ
るとしたが、さらに多数の領域を設けるようにしてもよ
い。この場合、アドレスにより指定して、それぞれの領
域を区別させるようにしてもよいし、各プログラムをフ
ァイルにより管理させるようにしてもよい。また、ディ
レクトリ構造により、プログラムを管理させるようにし
てもよい。
Further, although the flash memory 7 is provided with the variable program area 22 and the variable program area 23, a larger number of areas may be provided. In this case, each area may be specified by specifying the address, or each program may be managed by a file. Further, the programs may be managed by the directory structure.

【0149】以上においては、デマルチプレクサ2を制
御するマイクロコンピュータ5が、他のマイクロコンピ
ュータのプログラムをも管理するとしたが、他のマイク
ロコンピュータにより、上述したようなマイクロコンピ
ュータ5の処理が実行されるようにしてもよい。例え
ば、マイクロコンピュータ8やマイクロコンピュータ1
1により、上述したようなマイクロコンピュータ5の処
理が実行されるようにしてもよい。
In the above description, the microcomputer 5 controlling the demultiplexer 2 also manages the programs of other microcomputers, but the other microcomputers execute the processing of the microcomputer 5 as described above. You may do it. For example, the microcomputer 8 and the microcomputer 1
1, the processing of the microcomputer 5 as described above may be executed.

【0150】また、マイクロコンピュータ5は、マイク
ロコンピュータ8に対してのみ、プログラムを転送する
としたが、さらに多数のマイクロコンピュータに対し
て、最新のプログラムを転送するようにしてもよい。
Although the microcomputer 5 transfers the program only to the microcomputer 8, it may transfer the latest program to a larger number of microcomputers.

【0151】なお、本発明をテレビジョン受像機に適用
した場合について説明したが、以上の処理を、STB(Set
Top Box)のマイクロコンピュータのプログラムをバージ
ョンアップさせる場合に適用させることもできる。ま
た、BS(Broadcasting Satellite)ディジタル放送を取り
扱う機器だけでなく、CS(Communications Satellite)デ
ィジタル放送や、地上波ディジタル放送を取り扱う機器
にも適用することができる。
The case where the present invention is applied to a television receiver has been described.
It can also be applied when upgrading the microcomputer program of Top Box). Further, the present invention can be applied not only to devices handling BS (Broadcasting Satellite) digital broadcasting but also to devices handling CS (Communications Satellite) digital broadcasting and terrestrial digital broadcasting.

【0152】[0152]

【発明の効果】本発明の放送受信装置および方法によれ
ば、第1のマイクロコンピュータにより管理され、第1
のマイクロコンピュータにより利用される第1のプログ
ラムと、第2のマイクロコンピュータにより利用される
第1のバージョンの第2のプログラムを記憶し、第2の
マイクロコンピュータにより管理され、第2のバージョ
ンの第2のプログラムを記憶する。また、第1のマイク
ロコンピュータは、第1のバージョンと第2のバージョ
ンを比較し、第2のバージョンより、第1のバージョン
の方が新しいと判定したとき、第1のバージョンの第2
のプログラムを第2のマイクロコンピュータに転送す
る。さらに、第2のマイクロコンピュータは、第1のマ
イクロコンピュータから転送されてきた第1のバージョ
ンの第2のプログラムを記憶するようにしたので、放送
受信装置内に設けられる複数のマイクロコンピュータの
それぞれの機能を、容易に変更、または追加でき、その
後起動されたプログラムに従って、正常な動作を実行さ
せることができる。
According to the broadcast receiving apparatus and method of the present invention, the first microcomputer is controlled by the first microcomputer.
A second program of a first version used by a second microcomputer and a second program of a first version used by a second microcomputer, which is managed by a second microcomputer; Memorize the program of 2. In addition, the first microcomputer compares the first version and the second version, and when it is determined that the first version is newer than the second version, the second version of the first version
Of the program is transferred to the second microcomputer. Further, since the second microcomputer stores the first version of the second program transferred from the first microcomputer, each of the plurality of microcomputers provided in the broadcast receiving device is stored. The function can be easily changed or added, and then the normal operation can be performed according to the started program.

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

【図1】本発明を適用したテレビジョン受像機の構成例
を示すブロック図である。
FIG. 1 is a block diagram showing a configuration example of a television receiver to which the present invention has been applied.

【図2】図1のメインマイコンにより管理されるフラッ
シュメモリの構成例を示す図である。
FIG. 2 is a diagram showing a configuration example of a flash memory managed by the main microcomputer of FIG.

【図3】バージョンアッププログラムのダウンロードの
概念を示す図である
FIG. 3 is a diagram showing a concept of downloading a version upgrade program.

【図4】図3のSDTTの例を示す図である。FIG. 4 is a diagram showing an example of SDTT in FIG.

【図5】図3のバージョンアッププログラムの構成例を
示す図である。
5 is a diagram showing a configuration example of a version upgrade program of FIG.

【図6】図1のメインマイコンの処理を説明するフロー
チャートである。
FIG. 6 is a flowchart illustrating a process of the main microcomputer of FIG.

【図7】図1のサブマイコンの処理を説明するフローチ
ャートである。
FIG. 7 is a flowchart illustrating a process of the sub-microcomputer shown in FIG.

【図8】起動処理の具体例を示す図である。FIG. 8 is a diagram showing a specific example of a startup process.

【図9】他の起動処理の具体例を示す図である。FIG. 9 is a diagram showing a specific example of another activation process.

【図10】図1のメインマイコンの他の処理を説明する
フローチャートである。
10 is a flowchart illustrating another process of the main microcomputer of FIG.

【図11】図1のTVマイコンの処理を説明するフローチ
ャートである。
FIG. 11 is a flowchart illustrating processing of the TV microcomputer of FIG.

【図12】図1のメインマイコンのさらに他の処理を説
明するフローチャートである。
FIG. 12 is a flowchart illustrating still another process of the main microcomputer of FIG.

【図13】図1のメインマイコンのさらに他の処理を説
明する、図11に続くフローチャートである。
13 is a flowchart continued from FIG. 11 for explaining still another processing of the main microcomputer of FIG.

【図14】ダウンロード処理の具体例を示す図である。FIG. 14 is a diagram showing a specific example of a download process.

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

2 デマルチプレクサ, 5 マイクロコンピュータ,
6 SDRAM, 7フラッシュメモリ, 8 マイクロ
コンピュータ, 9 SDRAM, 10 フラッシュメモ
リ, 22 可変プログラム領域, 23 可変プログ
ラム領域,32 可変プログラム領域
2 demultiplexer, 5 microcomputer,
6 SDRAM, 7 flash memory, 8 microcomputer, 9 SDRAM, 10 flash memory, 22 variable program area, 23 variable program area, 32 variable program area

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 第1のマイクロコンピュータと第2のマ
イクロコンピュータを少なくとも有する放送受信装置に
おいて、 前記第1のマイクロコンピュータにより利用される第1
のプログラムと、前記第2のマイクロコンピュータによ
り利用される第1のバージョンの第2のプログラムを記
憶する、前記第1のマイクロコンピュータにより管理さ
れる第1の記憶手段と、 前記第2のマイクロコンピュータにより管理され、第2
のバージョンの前記第2のプログラムを記憶する第2の
記憶手段とを備え、 前記第1のマイクロコンピュータは、前記第1の記憶手
段により記憶されている前記第2のプログラムの前記第
1のバージョンと、前記第2の記憶手段により記憶され
ている前記第2のプログラムの前記第2のバージョンを
比較し、前記第2のバージョンより、前記第1のバージ
ョンの方が新しいと判定したとき、前記第1のバージョ
ンの前記第2のプログラムを前記第2のマイクロコンピ
ュータに転送し、 前記第2のマイクロコンピュータは、前記第1のマイク
ロコンピュータから転送されてきた前記第1のバージョ
ンの前記第2のプログラムを前記第2の記憶手段に記憶
させることを特徴とする放送受信装置。
1. A broadcast receiving apparatus having at least a first microcomputer and a second microcomputer, wherein the first receiver is used by the first microcomputer.
And a first storage unit managed by the first microcomputer, which stores the first program of the second program used by the second microcomputer, and the second microcomputer. Managed by the second
Second storage means for storing the second program of the second program, wherein the first microcomputer has the first version of the second program stored by the first storage means. And the second version of the second program stored by the second storage means are compared, and when it is determined that the first version is newer than the second version, Transferring the second program of the first version to the second microcomputer, and the second microcomputer of the second version of the first version transferred from the first microcomputer. A broadcast receiving device, characterized in that a program is stored in the second storage means.
【請求項2】 前記第1の記憶手段により記憶されてい
る前記第1のプログラムとは異なるバージョンの前記第
1のプログラムと、前記第1の記憶手段により記憶され
ている前記第2のプログラムとは異なるバージョンの前
記第2のプログラムを、放送波を介して取得する取得手
段をさらに備えることを特徴とする請求項1に記載の放
送受信装置。
2. A version of the first program different from the first program stored in the first storage means, and a second program stored in the first storage means. The broadcast receiving apparatus according to claim 1, further comprising an acquisition unit that acquires different versions of the second program via broadcast waves.
【請求項3】 前記第1のマイクロコンピュータは、前
記取得手段により取得された前記第1のプログラムと前
記第2のプログラムを利用して、前記第1の記憶手段に
より記憶されている最も古いバージョンの前記第1のプ
ログラム、および前記第2のプログラムを書き換えるこ
とを特徴とする請求項2に記載の放送受信装置。
3. The first microcomputer uses the first program and the second program acquired by the acquisition means, and is the oldest version stored in the first storage means. The broadcast receiving apparatus according to claim 2, wherein the first program and the second program are rewritten.
【請求項4】 第1のマイクロコンピュータと第2のマ
イクロコンピュータを少なくとも有する放送受信装置の
放送受信方法において、 前記第1のマイクロコンピュータにより利用される第1
のプログラムと、前記第2のマイクロコンピュータによ
り利用される第1のバージョンの第2のプログラムの記
憶を、前記第1のマイクロコンピュータにより管理し、 第2のバージョンの前記第2のプログラムの記憶を、前
記第2のマイクロコンピュータにより管理し、 前記第1のマイクロコンピュータは、記憶を管理してい
る前記第2のプログラムの前記第1のバージョンと、前
記第2のマイクロコンピュータにより記憶が管理されて
いる前記第2のプログラムの前記第2のバージョンを比
較し、前記第2のバージョンより、前記第1のバージョ
ンの方が新しいと判定したとき、前記第1のバージョン
の前記第2のプログラムを前記第2のマイクロコンピュ
ータに転送し、 前記第2のマイクロコンピュータは、前記第1のマイク
ロコンピュータから転送されてきた前記第1のバージョ
ンの前記第2のプログラムを記憶するように制御するこ
とを特徴とする放送受信方法。
4. A broadcast receiving method of a broadcast receiving device having at least a first microcomputer and a second microcomputer, wherein the first microcomputer is used by the first microcomputer.
And the storage of the second program of the first version used by the second microcomputer are managed by the first microcomputer, and the storage of the second program of the second version is stored. Managed by the second microcomputer, wherein the first microcomputer manages the memory, the first version of the second program, and the memory managed by the second microcomputer. Comparing the second version of the second program, and when it is determined that the first version is newer than the second version, the second program of the first version is A second microcomputer, wherein the second microcomputer transfers to the first microcomputer. Broadcast receiving method characterized by controlling so as to store the first version and the second program that has been transferred from over data.
JP2001316812A 2001-10-15 2001-10-15 Broadcast receiving apparatus and method Expired - Fee Related JP4062720B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001316812A JP4062720B2 (en) 2001-10-15 2001-10-15 Broadcast receiving apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001316812A JP4062720B2 (en) 2001-10-15 2001-10-15 Broadcast receiving apparatus and method

Publications (2)

Publication Number Publication Date
JP2003124899A true JP2003124899A (en) 2003-04-25
JP4062720B2 JP4062720B2 (en) 2008-03-19

Family

ID=19134766

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001316812A Expired - Fee Related JP4062720B2 (en) 2001-10-15 2001-10-15 Broadcast receiving apparatus and method

Country Status (1)

Country Link
JP (1) JP4062720B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006046506A1 (en) 2004-10-27 2006-05-04 Matsushita Electric Industrial Co., Ltd. Receiver device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2006046506A1 (en) 2004-10-27 2006-05-04 Matsushita Electric Industrial Co., Ltd. Receiver device
EP1811377A1 (en) * 2004-10-27 2007-07-25 Matsushita Electric Industrial Co., Ltd. Receiver device
EP1811377A4 (en) * 2004-10-27 2009-04-01 Panasonic Corp Receiver device

Also Published As

Publication number Publication date
JP4062720B2 (en) 2008-03-19

Similar Documents

Publication Publication Date Title
JP4548307B2 (en) Separation type processing apparatus and software version updating method
US20090070754A1 (en) Receiver device
KR19990063139A (en) Information processing apparatus, information processing method and computer program providing medium
US8799433B2 (en) Method and apparatus for upgrading software of digital broadcasting receiver
JP3932547B2 (en) Broadcast receiving apparatus and method
US20110107323A1 (en) Electronic device and method for making upgrade firmware
JP2010016486A (en) Digital broadcast receiving apparatus and control method and program for the same
KR100658865B1 (en) Device and method for program upgrade of receiver
JP4048469B2 (en) Broadcast data receiving apparatus and method
JP4062720B2 (en) Broadcast receiving apparatus and method
JP2000350185A (en) Control program transmission method and method for downloading control program
JP2004056233A (en) Digital broadcast receiver
JP4613445B2 (en) Information processing apparatus and method, recording medium, and program
JP4899296B2 (en) Information processing apparatus and method
JP4931144B2 (en) TV receiver
JP2006197197A (en) Device, method, and program for receiving digital broadcast
JP2005050097A (en) Information processor, information processing method, program, and storage medium
JP3934091B2 (en) Broadcast receiver
JP5015093B2 (en) Receiver and receiver control method
KR100719131B1 (en) Method of updating program and displaying processing apparatus thereof
JP2002312175A (en) Information processor and method, recording medium, storage medium, and program
JP2010028344A (en) Digital broadcast receiver, update method for control program, and update program for control program
JP2007110250A (en) Broadcast receiver and its program update method
JPH11175346A (en) Information processor, information processing method and provision medium
JP2002207605A (en) Device and method for information processing

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040922

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070713

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070910

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070927

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071126

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: 20071210

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071223

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110111

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120111

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130111

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees