JP2003125304A - Broadcast receiving apparatus and method - Google Patents

Broadcast receiving apparatus and method

Info

Publication number
JP2003125304A
JP2003125304A JP2001316811A JP2001316811A JP2003125304A JP 2003125304 A JP2003125304 A JP 2003125304A JP 2001316811 A JP2001316811 A JP 2001316811A JP 2001316811 A JP2001316811 A JP 2001316811A JP 2003125304 A JP2003125304 A JP 2003125304A
Authority
JP
Japan
Prior art keywords
microcomputer
program
version
sub
main microcomputer
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2001316811A
Other languages
Japanese (ja)
Other versions
JP4048469B2 (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 JP2001316811A priority Critical patent/JP4048469B2/en
Publication of JP2003125304A publication Critical patent/JP2003125304A/en
Application granted granted Critical
Publication of JP4048469B2 publication Critical patent/JP4048469B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Information Transfer Between Computers (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Circuits Of Receivers In General (AREA)

Abstract

PROBLEM TO BE SOLVED: To facilitate addition or change of the function of each part. SOLUTION: A flash memory 7 stores a program for a main microcomputer 5 and a program for a sub microcomputer 8. The main microcomputer 5, when started by a boot program, develops the program for the main microcomputer 5 stored in the flash memory 10 into SDRAM (Synchronous Dynamic Random Access Memory) 6 and starts it, and transfers the program for the sub microcomputer 8 to the sub microcomputer 8. The sub microcomputer 8 develops it into SDRAM 9 when the program is transferred from the main microcomputer 5, and executes various types of processing.

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のマイクロコンピュータにより利
用される第2のプログラムを記憶する、第1のマイクロ
コンピュータにより管理される記憶手段を備え、第1の
マイクロコンピュータは、記憶手段により記憶されてい
る第2のプログラムを第2のマイクロコンピュータに転
送し、第2のマイクロコンピュータは、第1のマイクロ
コンピュータから転送されてきた第2のプログラムに基
づいて、所定の処理を実行することを特徴とする。
A broadcast receiving apparatus according to the present invention is a first microcomputer used by a first microcomputer.
And a storage unit that stores the second program used by the second microcomputer and that is managed by the first microcomputer. The first microcomputer stores the first program stored by the storage unit. The second program is transferred to the second microcomputer, and the second microcomputer executes a predetermined process based on the second program transferred from the first microcomputer.

【0012】第1のプログラムとは異なるバージョンの
第1のプログラムと、第2のプログラムとは異なるバー
ジョンの第2のプログラムを、放送波を介して取得する
取得手段をさらに備えるようにすることができる。
It is possible to further include an acquisition means for acquiring, via a broadcast wave, a first program of a version different from the first program and a second program of a version different from the second program. it can.

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

【0014】第1のマイクロコンピュータは、記憶手段
により記憶されている最新のバージョンの第2のプログ
ラムを第2のマイクロコンピュータに転送するようにす
ることができる。
The first microcomputer may transfer the latest version of the second program stored in the storage means to the second microcomputer.

【0015】本発明の放送受信装置の放送受信方法は、
第1のマイクロコンピュータにより利用される第1のプ
ログラムと、第2のマイクロコンピュータにより利用さ
れる第2のプログラムを、第1のマイクロコンピュータ
により管理し、第1のマイクロコンピュータにより、記
憶ステップの処理により記憶されている第2のプログラ
ムが第2のマイクロコンピュータに転送され、第2のマ
イクロコンピュータにより、第1のマイクロコンピュー
タから転送されてきた第2のプログラムに基づいて、所
定の処理が実行されることを特徴とする。
The broadcast receiving method of the broadcast receiving apparatus of the present invention is as follows:
The first program used by the first microcomputer and the second program used by the second microcomputer are managed by the first microcomputer, and the storage step is processed by the first microcomputer. The second program stored in the second microcomputer is transferred to the second microcomputer, and the second microcomputer executes a predetermined process based on the second program transferred from the first microcomputer. It is characterized by

【0016】本発明の放送受信装置および方法において
は、第1のマイクロコンピュータにより利用される第1
のプログラムと、第2のマイクロコンピュータにより利
用される第2のプログラムが記憶され、第1のマイクロ
コンピュータにより、第2のプログラムが第2のマイク
ロコンピュータに転送され、第2のマイクロコンピュー
タにより、第1のマイクロコンピュータから転送されて
きた第2のプログラムに基づいて、所定の処理が実行さ
れる。
In the broadcast receiving apparatus and method of the present invention, the first microcomputer used by the first microcomputer is provided.
And the second program used by the second microcomputer, the first microcomputer transfers the second program to the second microcomputer, and the second microcomputer stores the second program. Predetermined processing is executed based on the second program transferred from the first microcomputer.

【0017】[0017]

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

【0018】図示せぬアンテナにおいて受信されたディ
ジタル放送波の受信信号は、ディジタルチューナ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 tuned, 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).

【0019】デマルチプレクサ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.

【0020】デマルチプレクサ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.

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

【0022】ビデオデコーダ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.

【0023】マイクロコンピュータ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.

【0024】後に詳述するように、可変プログラム領域
22、および可変プログラム領域23には、それぞれ、
マイクロコンピュータ8により利用されるプログラムも
格納されており、そのプログラムは、マイクロコンピュ
ータ5により読み出され、マイクロコンピュータ8に転
送される。
As will be described later in detail, the variable program area 22 and the variable program area 23 respectively include
A program used by the microcomputer 8 is also stored, and the program is read by the microcomputer 5 and transferred to the microcomputer 8.

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

【0026】また、メインマイコン5(マイクロコンピ
ュータ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 (microcomputer 5) sets the version upgrade program 41 to the older one of the variable program area 22 and the variable program area 23. Write to the area where the version 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.

【0027】図1の例においては、可変プログラム領域
23に記憶されているプログラムよりも、可変プログラ
ム領域22に記憶されているプログラムの方が、より新
しいバージョンのプログラムとされており、メインマイ
コン5は、ブートプログラムにより起動したとき、可変
プログラム領域22から読み出したプログラムのうち、
メインマイコン用プログラム22A(PM22A)をSDRA
M6に展開し、起動するとともに、サブマイコン用プロ
グラム22B(PS22B)をサブマイコン8に転送す
る。
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. Of the programs read from the variable program area 22 when activated by the boot program,
SDRA for main microcomputer program 22A (PM22A)
The program is expanded to M6 and activated, and the sub-microcomputer program 22B (PS22B) is transferred to the sub-microcomputer 8.

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

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

【0030】図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.

【0031】固定プログラム領域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.

【0032】可変プログラム領域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.

【0033】可変プログラム領域23には、可変プログ
ラム領域22と同様に、メインマイコン5とサブマイコ
ン8により、それぞれ利用されるメインマイコン用プロ
グラム23Aとサブマイコン用プログラム23Bが記憶
されている。
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, like the variable program area 22.

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

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

【0036】図1の説明に戻り、サブマイコン8は、起
動が指示されたとき、フラッシュメモリ10に記憶され
ているブートプログラムにより起動する。そして、サブ
マイコン8は、メインマイコン5からプログラムが転送
されてきたとき、それをSDRAM9に展開し、各種の処理
を実行する。サブマイコン8は、例えば、図示せぬIEEE
(Institute of Electrical and Electronics Engineer
s)1394インタフェースや、HDD(Hard Disk Drive)などの
ディジタルデータを扱う処理部を制御するマイクロコン
ピュータである。
Returning to the explanation of FIG. 1, the sub-microcomputer 8 is activated by the boot program stored in the flash memory 10 when the activation is instructed. Then, when the program is transferred from the main microcomputer 5, the sub-microcomputer 8 expands the program in the SDRAM 9 and executes various processes. The sub-microcomputer 8 is, for example, an IEEE (not shown).
(Institute of Electrical and Electronics Engineer
s) A microcomputer that controls a processing unit that handles digital data, such as a 1394 interface and an HDD (Hard Disk Drive).

【0037】図1の例においては、一点鎖線で示される
ように、フラッシュメモリ7の可変プログラム領域22
から読み出されたサブマイコン用プログラム22Bがサ
ブマイコン8に転送され、それがSDRAM9に展開されて
いる。
In the example of FIG. 1, the variable program area 22 of the flash memory 7 is indicated by the chain line.
The sub-microcomputer program 22B read from is transferred to the sub-microcomputer 8 and is expanded in the SDRAM 9.

【0038】すなわち、サブマイコン8が管理するフラ
ッシュメモリ10には、起動用のブートプログラムのみ
が、その固定プログラム領域31に記憶されており、サ
ブマイコン8は、起動する毎に、メインマイコン5から
供給されてくるプログラムを利用して、各種の処理を実
行する。なお、ブートプログラムのみが記憶されている
マスクROM(Read Only Memory)により、フラッシュメモ
リ10を構成するようにしてもよい。
That is, in the flash memory 10 managed by the sub-microcomputer 8, only the boot program for activation is stored in the fixed program area 31, and the sub-microcomputer 8 starts from the main microcomputer 5 every time it is activated. Various processes are executed using the supplied program. The flash memory 10 may be configured by a mask ROM (Read Only Memory) in which only the boot program is stored.

【0039】このように、起動する毎に、サブマイコン
8用の最新のプログラムがメインマイコン5から供給さ
れてくるようにしたので、フラッシュメモリ10を容量
の小さいメモリにより構成することができる。従って、
コストを抑制することができる。
As described above, since the latest program for the sub-microcomputer 8 is supplied from the main microcomputer 5 each time it is booted, the flash memory 10 can be constituted by a memory having a small capacity. Therefore,
The cost can be suppressed.

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

【0041】すなわち、メインマイコン5とサブマイコ
ン8のプログラムが、それぞれ異なる場所に格納されて
おり、ダウンロードしたバージョンアッププログラムを
利用して、それらのプログラムを書き換えている最中
に、書き換えが中断された場合、メインマイコン5のプ
ログラムはバージョンアップされ、サブマイコン8のプ
ログラムは古いバージョンのままの状態となってしまう
ことがあり、メインマイコン5とサブマイコン8が協働
して各種の処理を実行できなくなるといった不都合を回
避することができる。
That is, the programs of the main microcomputer 5 and the sub-microcomputer 8 are stored in different places, and rewriting is interrupted while rewriting these programs using the downloaded version upgrade program. In this case, the program of the main microcomputer 5 may be upgraded and the program of the sub microcomputer 8 may remain in the old version. The main microcomputer 5 and the sub microcomputer 8 cooperate to execute various processes. It is possible to avoid the inconvenience of being unable to do so.

【0042】なお、図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).

【0043】通常、上述したような、プログラムのバー
ジョンアップは、利用者により各種の操作が行われてい
ないスタンバイ(電源オフ)の状態のときに実行され
る。
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.

【0044】メインマイコン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 together 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.

【0045】一般的に、メインマイコン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.

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

【0047】時刻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 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

【0048】例えば、期間T1において、メインマイコ
ン5がバージョン2のプログラムを有していた場合(可
変プログラム領域22と可変プログラム領域23に記憶
されているプログラムのうち、古いプログラムのバージ
ョンがバージョン2の場合)、期間T3において実行さ
れるダウンロードにより、そのプログラムが、例えば、
バージョン4に書き換えられる。
For example, in the period T 1 , when the main microcomputer 5 has the program of version 2 (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.

【0049】そして、時刻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 .

【0050】また、図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.

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

【0052】例えば、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.

【0053】メインマイコン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.

【0054】なお、図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 "prior to 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 ".

【0055】図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.

【0056】図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.

【0057】バージョンアッププログラム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.

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

【0059】また、図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.

【0060】なお、図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.

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

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

【0063】利用者から起動(電源オン)が指示された
とき、ステップS1において、メインマイコン5は、フ
ラッシュメモリ7の固定プログラム領域21に記憶され
ているブートプログラムを利用して起動処理を行う。具
体的には、メインマイコン5は、各種のパラメータの初
期化、周辺のハードウエアの初期化などを行う。
When the user gives an instruction for activation (power-on), the main microcomputer 5 performs 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.

【0064】メインマイコン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.

【0065】そして、ステップ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.

【0066】ステップS6において、メインマイコン5
は、メインマイコン用プログラムを読み出した領域と同
一の領域から、最新のサブマイコン用プログラムを読み
出す。例えば、メインマイコン5は、可変プログラム領
域22からメインマイコン用プログラム22Aを読み出
した場合、ステップS6において、可変プログラム領域
22からサブマイコン用プログラム22Bを読み出す。
In step S6, the main microcomputer 5
Reads the latest sub-microcomputer program from the same area where the main microcomputer program was read. For example, when reading the main microcomputer program 22A from the variable program area 22, the main microcomputer 5 reads the sub microcomputer program 22B from the variable program area 22 in step S6.

【0067】メインマイコン5は、ステップS7におい
て、フラッシュメモリ7から読み出したサブマイコン用
プログラムをサブマイコン8に転送する。転送されたプ
ログラムは、図7のフローチャートを参照して後述する
ように、サブマイコン8によりSDRAM9に展開されて、
利用される。すなわち、サブマイコン8は、メインマイ
コン5からサブマイコン用プログラムが転送されてくる
までの期間、待機した状態となる。
In step S7, the main microcomputer 5 transfers the sub-microcomputer program read from the flash memory 7 to the sub-microcomputer 8. The transferred program is expanded in the SDRAM 9 by the sub-microcomputer 8 as described later with reference to the flowchart of FIG.
Used. That is, the sub-microcomputer 8 is in a standby state until the sub-microcomputer program is transferred from the main microcomputer 5.

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

【0069】次に、図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.

【0070】ステップS21において、サブマイコン8
は、利用者により起動が指示されたとき、フラッシュメ
モリ10の固定プログラム領域31に格納されているブ
ートプログラムによる起動処理を行い、ステップS22
に進み、メインマイコン5からサブマイコン用プログラ
ムが転送されてきたか否かを判定する。
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
Then, it is determined whether or not the sub-microcomputer program has been transferred from the main microcomputer 5.

【0071】サブマイコン8は、ステップS22におい
て、サブマイコン用プログラムが転送されてきたと判定
するまで待機し、転送されてきたと判定した場合、ステ
ップS23に進み、そのチェックを行う。
In step S22, the sub-microcomputer 8 waits until it is determined that the sub-microcomputer program has been transferred. If it is determined that the sub-microcomputer program has been transferred, then the process proceeds to step S23, where it is checked.

【0072】例えば、サブマイコン8は、ステップS2
3において、データサイズを確認するとともに、チェッ
クサムやCRC(Cyclic Redundancy Check)などにより、転
送されてきたサブマイコン用プログラムをチェックし、
全てのデータのチェックが終了したとき、ステップS2
4に進み、それをSDRAM9に展開する。例えば、ステッ
プS23で実行されるチェックにおいて、データのエラ
ー等が検出された場合、再転送の要求がサブマイコン8
からメインマイコン5に送信されるようにしてもよい。
For example, the sub-microcomputer 8 executes step S2
In 3, 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
Proceed to 4 and develop it in SDRAM9. For example, when a data error or the like is detected in the check executed in step S23, the re-transfer request is issued by the sub-microcomputer 8
May be transmitted to the main microcomputer 5.

【0073】ステップS25において、サブマイコン8
は、メインマイコン5から転送されてきたサブマイコン
用プログラムの全てのデータをSDRAM9に展開したか否
かを判定し、展開していないと判定した場合、ステップ
S23に戻り、それ以降の処理を繰り返し実行する。
In step S25, the sub-microcomputer 8
Determines whether all the data for the sub-microcomputer program transferred from the main microcomputer 5 has been expanded in the SDRAM 9, and if it is determined that the data has not been expanded, the process returns to step S23, and the subsequent processes are repeated. Run.

【0074】一方、ステップS25において、サブマイ
コン8は、全てのデータをSDRAM9に展開したと判定し
た場合、ステップS26に進み、展開したサブマイコン
用プログラムを起動する。そして、サブマイコン8は、
ステップS27において、各パラメータの初期化などを
行った後、ステップS28に進み、通常の処理、すなわ
ち、図示せぬHDDの制御などを行う。
On the other hand, if it is determined in step S25 that the sub-microcomputer 8 has expanded all the data in the SDRAM 9, the process proceeds to step S26 to activate the expanded sub-microcomputer program. And the sub-microcomputer 8
After initializing each parameter in step S27, the process proceeds to step S28 to perform normal processing, that is, control of an HDD (not shown).

【0075】図8は、図6、および図7を参照して説明
した起動処理の具体例を示す図である。図8において
は、上から、テレビジョン受像機の状態、メインマイコ
ン5の動作、サブマイコン8の動作が表わされている。
また、横軸は時刻を表わしている。
FIG. 8 is a diagram showing a specific example of the activation process described with reference to FIGS. 6 and 7. In FIG. 8, 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.

【0076】時刻t11において、利用者によりリモート
コントローラが操作され、パワーオンが指示されたと
き、それまでスタンバイ状態(電源オフ)であったテレ
ビジョン受像機はパワーオンの状態となり、各マイコン
において、上述したような各種の処理が行われる。
At time t 11 , when the user operates the remote controller to instruct to power on, the television receiver which has been in the standby state (power off) until then becomes the power on state, and the microcomputer The various processes described above are performed.

【0077】例えば、期間T11において、メインマイコ
ン5により、ブートプログラムに基づく起動処理が行わ
れ(図6のステップS1の処理)、同様に、期間T21
おいて、サブマイコン8により、ブートプログラムに基
づく起動処理が行われる(図7のステップS21の処
理)。
For example, in the period T 11 , the main microcomputer 5 performs the start-up 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.

【0078】メインマイコン5においては、ブートプロ
グラムによる起動が終了したとき、フラッシュメモリ7
から、最新のメインマイコン用プログラムが読み出され
(図6のステップS3の処理)、それが期間T12におい
て起動される(図6のステップS5の処理)。
In the main microcomputer 5, when the startup 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).

【0079】図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.

【0080】従って、メインマイコン5は、可変プログ
ラム領域22から、バージョン3のメインマイコン用プ
ログラムを読み出し、それを期間T12で起動した後、期
間T 13おいて、バージョン2のサブマイコン用プログラ
ムをサブマイコン8に転送する(図6のステップS7の
処理)。
Therefore, the main microcomputer 5 is
From the RAM area 22, select the version 3 main microcomputer program.
Read the program and write it for the period T12After starting with
Interval T 13The version 2 sub-microcomputer program
Program to the sub-microcomputer 8 (step S7 in FIG. 6).
processing).

【0081】一方、サブマイコン8においては、サブマ
イコン用プログラムが転送されてくるまでの期間(期間
22)、プログラムの転送待ちの状態となる(図7のス
テップS22の処理)。そして、メインマイコン5によ
り読み出された、バージョン2のサブマイコン用プログ
ラムが転送されてきたとき、サブマイコン8は、期間T
23おいて、それをSDRAM9に展開し、期間T24で起動さ
せる(図7のステップS26の処理)。
On the other hand, the sub-microcomputer 8 is in a program transfer waiting state until the sub-microcomputer program is transferred (time period T 22 ) (step S22 in FIG. 7). Then, when the version 2 sub-microcomputer program read by the main microcomputer 5 is transferred, the sub-microcomputer 8
At 23 , it is expanded in the SDRAM 9 and activated in the period T 24 (processing of step S26 of FIG. 7).

【0082】以上のような処理により、期間T12以降、
メインマイコン5は、バージョン3のメインマイコン用
プログラムに従って各種の処理を行い、期間T24以降、
サブマイコン8は、バージョン2のサブマイコン用プロ
グラムに従って各種の処理を行うことになる。
By the above processing, after the period T 12
The main microcomputer 5 performs various processes according to the version 3 main microcomputer program, and after the period T 24 ,
The sub-microcomputer 8 will perform various processes according to the version 2 sub-microcomputer program.

【0083】以上のように、起動する毎にサブマイコン
用プログラムがメインマイコン5から転送されるように
したので、サブマイコン用プログラムをフラッシュメモ
リ10に用意しておく必要がなくなる。従って、容量の
少ないメモリにより、或いは、マスクROMによりフラッ
シュメモリ10を構成することが可能となるため、コス
トを抑制することができる。
As described above, since the sub-microcomputer program is transferred from the main microcomputer 5 each time it is activated, it is not necessary to prepare the sub-microcomputer program in the flash memory 10. Therefore, the flash memory 10 can be configured with a memory having a small capacity or with a mask ROM, so that the cost can be suppressed.

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

【0085】始めに、図9のフローチャートを参照し
て、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.

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

【0087】メインマイコン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.

【0088】そして、利用者により操作が行われていな
いとき(利用者により電源オフが指示されていると
き)、メインマイコン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.

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

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

【0091】そして、ステップ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.

【0092】TVマイコン11は、ステップS52におい
て、バージョンアッププログラムのダウンロードが開始
される時刻になったと判定した場合、ステップS53に
進み、メインマイコン5に起動を要求する。そして、そ
れ以降、メインマイコン5により、バージョンアッププ
ログラムのダウンロードが実行される。
When 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.

【0093】次に、図11、および図12のフローチャ
ートを参照して、ダウンロードしたバージョンアッププ
ログラムにより、既に記憶されているプログラムを書き
換えるメインマイコン5の処理について説明する。この
処理は、例えば、TVマイコン11から起動が要求された
タイミングで実行される。
Next, with reference to the flow charts of FIGS. 11 and 12, 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.

【0094】ステップ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, in step S63, the main microcomputer 5 reads the latest main microcomputer program from the specified area.

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

【0096】ステップS66において、メインマイコン
5は、TVマイコン11に対して、起動の原因を問い合わ
せ、ステップS67に進み、その原因が、バージョンア
ッププログラムのダウンロードが開始される時刻になっ
たためのものであるか否かを判定する。
In step S66, the main microcomputer 5 inquires of the TV microcomputer 11 about the cause of the start, and the process proceeds to step S67, which is because it is the time when the download of the version upgrade program is started. Determine if there is.

【0097】例えば、利用者により所定の番組を記録す
ることが指示されており、その番組の開始時刻になった
ために要求された起動である場合、メインマイコン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.

【0098】一方、ステップ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.

【0099】そして、メインマイコン5は、ステップS
70において、バージョンアッププログラムがデマルチ
プレクサ2から供給されてきたか否かを判定し、供給さ
れてきたと判定するまで待機する。
Then, the main microcomputer 5 executes 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.

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

【0101】例えば、メインマイコン5は、チェックサ
ムやCRCによりバージョンアッププログラムのチェック
を行い、ステップS72において、エラーを検出したか
否かを判定する。ステップS72において、メインマイ
コン5は、供給されてきたバージョンアッププログラム
のエラーを検出したと判定した場合、ステップS73に
進み、所定のエラー処理を行った後、処理を終了させ
る。
For example, the main microcomputer 5 checks the version-up 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.

【0102】一方、メインマイコン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.

【0103】ステップ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.

【0104】メインマイコン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.

【0105】一方、ステップ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 is obtained. Variable program area 2
Write to 3.

【0106】メインマイコン5は、ステップS78にお
いて、バージョンアッププログラムの書き込みが正常に
終了したか否かを判定し、正常に終了していないと判定
した場合、ステップS73に進み、エラー処理を行った
後、処理を終了させる。また、メインマイコン5は、ス
テップS78において、バージョンアッププログラムの
書き込みが正常に終了したと判定した場合、ステップS
79に進み、フラッシュメモリ7に格納されているプロ
グラムを管理する内部フラグのバージョンの設定を更新
した後、処理を終了させる。
In step S78, the main microcomputer 5 determines whether or not the writing of the version upgrade program is normally completed. If it is determined that the version upgrade program is not normally completed, 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.
Proceeding to 79, after updating the version setting of the internal flag for managing the program stored in the flash memory 7, the processing is terminated.

【0107】図13は、図11、および図12を参照し
て説明した書き換え処理の具体例を示す図である。図1
3においては、上から、テレビジョン受像機の状態、メ
インマイコン5の動作、サブマイコン8の動作が表わさ
れている。また、横軸は時刻を表わしている。
FIG. 13 is a diagram showing a specific example of the rewriting process described with reference to FIGS. 11 and 12. Figure 1
3, 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.

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

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

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

【0111】期間T51において、ブートプログラムによ
る起動が行われた後、メインマイコン5により、可変プ
ログラム領域22に記憶されているバージョン3のメイ
ンマイコン用プログラムが読み出されて、期間T52で起
動される(図11のステップS65の処理)。また、期
間T53において、バージョン2のサブマイコン用プログ
ラムが可変プログラム領域22から読み出され、サブマ
イコン8に転送される。
After the boot program has started in the period T 51 , the main microcomputer 5 reads the version 3 main microcomputer program stored in the variable program area 22 and starts in the period T 52 . (Step S65 of FIG. 11). In the period T 53 , the version 2 sub-microcomputer program is read from the variable program area 22 and transferred to the sub-microcomputer 8.

【0112】サブマイコン8においては、期間T63にお
いて、メインマイコン5から転送されてきたサブマイコ
ン用プログラムがSDRAM9に展開され、期間T64で、そ
れが起動される。
In the sub-microcomputer 8, the sub-microcomputer program transferred from the main microcomputer 5 is expanded in the SDRAM 9 in the period T 63 , and is started in the period T 64 .

【0113】メインマイコン5は、デマルチプレクサ2
からバージョンアッププログラム41−1が供給されて
きたとき、期間T54において、そのチェックを行い、フ
ラッシュメモリ7に対する書き込みを行う(図12のス
テップ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 in the period T 54 , and writing to the flash memory 7 is performed (step S76 or step S77 in FIG. 12). 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.

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

【0115】そして、メインマイコン5は、バージョン
アッププログラム41−1の書き込みが終了したとき、
期間T55において、書き込みが終了したことを図示せぬ
電源制御回路に通知し、メインマイコン5、およびサブ
マイコン8に対する電源の供給を停止させる。
Then, when the main microcomputer 5 finishes writing the version upgrade program 41-1,
In the period T 55 , 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.

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

【0117】図13に示されるように、例えば、時刻t
22において、利用者によりパワーオンが指示されたと
き、それまでスタンバイ状態であったテレビジョン受像
機はパワーオンの状態となり、各マイコンにおいて、図
8を参照して説明したものと同様の起動処理が行われ
る。
As shown in FIG. 13, for example, at time t
At 22 , when the user instructs the power-on, the television receiver which has been in the standby state until then becomes the power-on state, and the start-up process similar to that described with reference to FIG. 8 is performed in each microcomputer. Is done.

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

【0119】メインマイコン5においては、起動が終了
したとき、フラッシュメモリ7から、最新のプログラ
ム、すなわち、期間T54において、可変プログラム領域
23に記憶されたプログラムが読み出され、期間T57
起動される。
In the main microcomputer 5, when the activation is completed, the latest program, that is, the program stored in the variable program area 23 in the period T 54 is read out from the flash memory 7 and activated in the period T 57 . To be done.

【0120】従って、メインマイコン5は、それ以降、
可変プログラム領域23から読み出したバージョン4の
メインマイコン用プログラムに基づいて各種の処理を実
行する。また、メインマイコン5は、期間T58おいて、
可変プログラム領域23から読み出したバージョン3の
サブマイコン用プログラムをサブマイコン8に転送す
る。
Therefore, the main microcomputer 5 is
Various processes are executed based on the version 4 main microcomputer program read from the variable program area 23. Further, the main microcomputer 5 causes the period T 58 to
The version 3 sub-microcomputer program read from the variable program area 23 is transferred to the sub-microcomputer 8.

【0121】サブマイコン8は、メインマイコン5によ
りバージョンアップされ、転送されてきたバージョン3
のサブマイコン用プログラムを取得したとき、期間T67
において、SDRAM9に展開する。そして、サブマイコン
8は、バージョン3のサブマイコン用プログラムの展開
が終了したとき、期間T68において、それを起動させ
る。サブマイコン8は、期間T68以降、バージョン3の
サブマイコン用プログラムに従って、各種の処理を実行
する。
The sub-microcomputer 8 has been upgraded by the main microcomputer 5 and transferred to the version 3
When the program has been acquired for the sub-microcomputer, the period T 67
In, it will be expanded to SDRAM9. Then, when the development of the version 3 sub-microcomputer program is completed, the sub-microcomputer 8 activates it in a period T 68 . After the period T 68 , the sub-microcomputer 8 executes various processes according to the version 3 sub-microcomputer program.

【0122】以上の処理により、2つの可変プログラム
領域のうち、古いバージョンのプログラムが記憶されて
いる領域に、ダウンロードしたバージョンアッププログ
ラムを記憶させるようにしたので、その書き込みが失敗
した場合であっても、書き込みを実行していない、新し
いバージョンのプログラムが記憶されている領域のプロ
グラムは依然、有効なものとして利用することができ
る。
With the above processing, the downloaded version upgrade program is stored in the area in which the old version of the program is stored, out 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.

【0123】また、ダウンロードしたバージョンアップ
プログラムにより、同一の領域に格納されているメイン
マイコン用プログラムとサブマイコン用プログラムを同
時に書き換えるようにしたので、書き換えたプログラム
のバージョンの不整合により、メインマイコン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.

【0124】以上においては、バージョンアッププログ
ラムのダウンロード、およびプログラムの書き換えなど
の処理は、スタンバイ状態のときに実行されるとした
が、電源オンの状態で、映像や音声の出力を制御しなが
ら、それらの処理が実行されるようにしてもよい。その
場合、メインマイコン5、およびサブマイコン8は、起
動した状態であるので、SDTTに基づいて行われる、タイ
マの設定の処理(例えば、図9を参照して説明した処
理)は省略される。
In the above, the processing such as downloading the version-up 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.

【0125】また、以上においては、サブマイコン用プ
ログラムの転送や、バージョンアッププログラムのダウ
ンロードは、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.

【0126】さらに、フラッシュメモリ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.

【0127】以上においては、デマルチプレクサ2を制
御するマイクロコンピュータ5が、他のマイクロコンピ
ュータのプログラムをも管理するとしたが、他のマイク
ロコンピュータにより、上述したようなマイクロコンピ
ュータ5の処理が実行されるようにしてもよい。例え
ば、マイクロコンピュータ8やマイクロコンピュータ1
1により、上述したようなマイクロコンピュータ5の処
理が実行されるようにしてもよい。
In the above, 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.

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

【0129】なお、本発明をテレビジョン受像機に適用
した場合について説明したが、以上の処理を、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, but the above processing is performed by STB (Set
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.

【0130】[0130]

【発明の効果】本発明の放送受信装置および方法によれ
ば、第1のマイクロコンピュータにより利用される第1
のプログラムと、第2のマイクロコンピュータにより利
用される第2のプログラムを記憶し、第1のマイクロコ
ンピュータは、第2のプログラムを第2のマイクロコン
ピュータに転送し、第2のマイクロコンピュータは、第
1のマイクロコンピュータから転送されてきた第2のプ
ログラムに基づいて、所定の処理を実行するようにした
ので、放送受信装置内に設けられる複数のマイクロコン
ピュータのそれぞれの機能を、容易に変更、または追加
でき、その後起動されたプログラムに従って、正常な動
作を実行させることができる。
According to the broadcast receiving apparatus and method of the present invention, the first microcomputer used by the first microcomputer is provided.
And a second program used by the second microcomputer, the first microcomputer transfers the second program to the second microcomputer, and the second microcomputer stores the second program. Since the predetermined processing is executed based on the second program transferred from the one microcomputer, the functions of the plurality of microcomputers provided in the broadcast receiving device can be easily changed, or It can be added, and then the normal operation can be executed 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】図1のメインマイコンの他の処理を説明するフ
ローチャートである。
9 is a flowchart illustrating another process of the main microcomputer of FIG.

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

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

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

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

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

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

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 第1のマイクロコンピュータと第2のマ
イクロコンピュータを少なくとも有する放送受信装置に
おいて、 前記第1のマイクロコンピュータにより利用される第1
のプログラムと、前記第2のマイクロコンピュータによ
り利用される第2のプログラムを記憶する、前記第1の
マイクロコンピュータにより管理される記憶手段を備
え、 前記第1のマイクロコンピュータは、前記記憶手段によ
り記憶されている前記第2のプログラムを前記第2のマ
イクロコンピュータに転送し、 前記第2のマイクロコンピュータは、前記第1のマイク
ロコンピュータから転送されてきた前記第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 storage unit managed by the first microcomputer, which stores the second program used by the second microcomputer, and the first microcomputer stores the storage unit by the storage unit. The second program stored in the second microcomputer is transferred to the second microcomputer, and the second microcomputer executes a predetermined process based on the second program transferred from the first microcomputer. A broadcast receiving apparatus characterized by executing.
【請求項2】 前記第1のプログラムとは異なるバージ
ョンの前記第1のプログラムと、前記第2のプログラム
とは異なるバージョンの前記第2のプログラムを、放送
波を介して取得する取得手段をさらに備えることを特徴
とする請求項1に記載の放送受信装置。
2. An acquisition unit for acquiring, via a broadcast wave, a version of the first program different from the version of the first program and a version of the second program different from the version of the second program. The broadcast receiving apparatus according to claim 1, further comprising:
【請求項3】 前記第1のマイクロコンピュータは、前
記取得手段により取得された前記第1のプログラムと前
記第2のプログラムを利用して、前記記憶手段により記
憶されている、最も古いバージョンの前記第1のプログ
ラム、および前記第2のプログラムを書き換えることを
特徴とする請求項2に記載の放送受信装置。
3. The first microcomputer uses the first program and the second program acquired by the acquisition means, and uses the first program, which is the oldest version stored in the storage means. The broadcast receiving device according to claim 2, wherein the first program and the second program are rewritten.
【請求項4】 前記第1のマイクロコンピュータは、前
記記憶手段により記憶されている最新のバージョンの前
記第2のプログラムを前記第2のマイクロコンピュータ
に転送することを特徴とする請求項1に記載の放送受信
装置。
4. The first microcomputer transfers the latest version of the second program stored in the storage means to the second microcomputer. Broadcast receiver.
【請求項5】 第1のマイクロコンピュータと第2のマ
イクロコンピュータを少なくとも有する放送受信装置の
放送受信方法において、 前記第1のマイクロコンピュータにより利用される第1
のプログラムと、前記第2のマイクロコンピュータによ
り利用される第2のプログラムを、前記第1のマイクロ
コンピュータにより管理し、 前記第1のマイクロコンピュータにより、前記記憶ステ
ップの処理により記憶されている前記第2のプログラム
が前記第2のマイクロコンピュータに転送され、 前記第2のマイクロコンピュータにより、前記第1のマ
イクロコンピュータから転送されてきた前記第2のプロ
グラムに基づいて、所定の処理が実行されることを特徴
とする放送受信方法。
5. 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 second program used by the second microcomputer are managed by the first microcomputer, and the first microcomputer stores the second program stored by the processing of the storing step. A second program is transferred to the second microcomputer, and predetermined processing is executed by the second microcomputer based on the second program transferred from the first microcomputer. A broadcast receiving method characterized by.
JP2001316811A 2001-10-15 2001-10-15 Broadcast data receiving apparatus and method Expired - Fee Related JP4048469B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001316811A JP4048469B2 (en) 2001-10-15 2001-10-15 Broadcast data receiving apparatus and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001316811A JP4048469B2 (en) 2001-10-15 2001-10-15 Broadcast data receiving apparatus and method

Publications (2)

Publication Number Publication Date
JP2003125304A true JP2003125304A (en) 2003-04-25
JP4048469B2 JP4048469B2 (en) 2008-02-20

Family

ID=19134765

Family Applications (1)

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

Country Status (1)

Country Link
JP (1) JP4048469B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006060345A (en) * 2004-08-18 2006-03-02 Sony Corp Signal-receiving device and method, recording medium, and program
WO2006035529A1 (en) * 2004-09-27 2006-04-06 Mitsubishi Denki Kabushiki Kaisha Mobile terminal device and system for automatically updating software of the same
JP2006527556A (en) * 2003-06-13 2006-11-30 エレクトラ エンタテインメント リミテッド Interactive television system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006527556A (en) * 2003-06-13 2006-11-30 エレクトラ エンタテインメント リミテッド Interactive television system
JP2006060345A (en) * 2004-08-18 2006-03-02 Sony Corp Signal-receiving device and method, recording medium, and program
WO2006035529A1 (en) * 2004-09-27 2006-04-06 Mitsubishi Denki Kabushiki Kaisha Mobile terminal device and system for automatically updating software of the same

Also Published As

Publication number Publication date
JP4048469B2 (en) 2008-02-20

Similar Documents

Publication Publication Date Title
KR101287983B1 (en) Separate-type signal processing apparatus and software version updating method therefor
US20090070754A1 (en) Receiver device
JPH10171664A (en) Software updating method and video receiver
JP3261399B2 (en) Remote maintenance method and remote maintenance device
JP4279902B2 (en) Digital television broadcast receiving apparatus and digital television broadcast receiving program acquisition method
US8799433B2 (en) Method and apparatus for upgrading software of digital broadcasting receiver
JP3932547B2 (en) Broadcast receiving apparatus and method
KR100253229B1 (en) Digital broadcasting receiver and down loading method thereof
US20110107323A1 (en) Electronic device and method for making upgrade firmware
JP2010016486A (en) Digital broadcast receiving apparatus and control method and program for the same
CN102629998B (en) Batch-upgradeable television and batch-upgradeable and starting-up booting method thereof
CN1980342A (en) Broadcast receiver and on air download method thereof
JP4048469B2 (en) Broadcast data receiving apparatus and method
US7770187B2 (en) Applications manager with variable management instruction set
KR100842971B1 (en) Method and apparatus for upgrade software of image display device
JP4062720B2 (en) Broadcast receiving apparatus and method
JP2000350185A (en) Control program transmission method and method for downloading control program
JP2004056233A (en) Digital broadcast receiver
JP2006197197A (en) Device, method, and program for receiving digital broadcast
JP2007251760A (en) Digital broadcast receiving device and digital broadcast receiving method
JP2000311087A (en) Data transmitting device
JP4899296B2 (en) Information processing apparatus and method
JP4931144B2 (en) TV receiver
JP2006092451A (en) Mobile terminal device and its automatic software update system
JP3934091B2 (en) Broadcast receiver

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040922

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061101

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061107

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070814

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071004

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20071115

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

Free format text: PAYMENT UNTIL: 20101207

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20101207

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20111207

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees