JP2002183080A - Data transfer controlling device and data transferring method - Google Patents
Data transfer controlling device and data transferring methodInfo
- Publication number
- JP2002183080A JP2002183080A JP2000382451A JP2000382451A JP2002183080A JP 2002183080 A JP2002183080 A JP 2002183080A JP 2000382451 A JP2000382451 A JP 2000382451A JP 2000382451 A JP2000382451 A JP 2000382451A JP 2002183080 A JP2002183080 A JP 2002183080A
- Authority
- JP
- Japan
- Prior art keywords
- value
- address
- destination address
- data transfer
- count value
- 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
Links
Landscapes
- Cameras In General (AREA)
- Image Input (AREA)
- Bus Control (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、ディジタル・カメ
ラなどの画像処理用集積回路におけるDMAコントロー
ラに関するものである。The present invention relates to a DMA controller in an image processing integrated circuit such as a digital camera.
【0002】[0002]
【従来の技術】図11は、一般的なディジタル・スチル
・カメラの概略構成図である。図示するように、ディジ
タル・スチル・カメラ100では、CCD(Charge-Cou
pled Device)センサやCMOSセンサなどの撮像セン
サ105で撮像した画像信号はデジタル信号へA/D変
換された後に、画像処理部106において画素補間処
理、色空間変換処理、輪郭強調処理などの種々の画像処
理を施される。このような画像処理を施された画像デー
タは間引きされて液晶モニタ109などにファインダー
表示されたり、JPEG(Joint Photographic Experts
Group)方式などで圧縮符号化されて不揮発性メモリな
どのメモリカード110に格納されたり、インターフェ
ース111を介してパーソナル・コンピュータなどの外
部機器に出力されたりする。図11において、符号10
1は光学レンズ、102は色補正フィルタ、103は光
学LPF(ローパスフィルタ)、104は色フィルタア
レイ、107は撮像センサ105などを駆動制御する駆
動部を示している。2. Description of the Related Art FIG. 11 is a schematic block diagram of a general digital still camera. As shown, in the digital still camera 100, a CCD (Charge-Couple) is used.
After an image signal captured by an image sensor 105 such as a pled device) sensor or a CMOS sensor is A / D converted into a digital signal, the image processing unit 106 performs various pixel interpolation processing, color space conversion processing, contour enhancement processing, and the like. Image processing is performed. The image data subjected to such image processing is thinned out and displayed in a viewfinder on the liquid crystal monitor 109 or the like, or JPEG (Joint Photographic Experts).
Group) and stored in a memory card 110 such as a nonvolatile memory or output to an external device such as a personal computer via an interface 111. In FIG.
Reference numeral 1 denotes an optical lens, 102 denotes a color correction filter, 103 denotes an optical LPF (low-pass filter), 104 denotes a color filter array, and 107 denotes a driving unit that drives and controls the image sensor 105 and the like.
【0003】撮像センサ105をインターレース方式で
駆動する場合は、第1フィールドと第2フィールドとを
主メモリ108に転送し格納した後に、画像処理部10
6は第1および第2フィールドを読み出して上記画素補
間処理などの画像処理を施したり、もしくは、第1フィ
ールドを主メモリ108に一旦転送し格納した後に画像
処理部106は、撮像センサ105からの第2フィール
ドの読出しと同期させて主メモリ108に格納した第1
フィールドを読出したりしていた。この時、主メモリ1
08と画像処理部106との間のデータ転送をDMA
(ダイレクト・メモリ・アクセス)方式で実行すること
で、CPU(図示せず)の負荷を軽減させデータを高速
転送させて画像処理速度を上げていた。When the image sensor 105 is driven by the interlace method, the first field and the second field are transferred to and stored in the main memory 108, and then the image processing section 10 is driven.
6 reads out the first and second fields and performs image processing such as the above-described pixel interpolation processing, or temporarily transfers and stores the first field in the main memory 108, and then the image processing unit 106 The first data stored in the main memory 108 in synchronization with the reading of the second field
Or reading a field. At this time, the main memory 1
Data transfer between the image processing unit 08 and the image processing unit 106 by DMA.
(Direct memory access), which reduces the load on the CPU (not shown), transfers data at high speed, and increases the image processing speed.
【0004】[0004]
【発明が解決しようとする課題】しかしながら、従来の
DMA方式では、所定容量の画像データのDMA転送を
1回行う毎に、CPUはその画像データを格納する主メ
モリ108上の記憶領域の開始アドレスと終了アドレス
とを指定する必要があった。よって、画像データを複数
回に亘ってDMA転送する場合は、n回目(n≧1)の
DMA転送時にDMAの宛先アドレスが終了アドレスに
達する前に、CPUはソフトウェア処理により、n+1
回目のDMA転送時に備えて次の記憶領域の開始アドレ
スを指定する必要がある。これでは、小容量の画像デー
タを頻繁にDMA転送したり、画像データを小領域に細
かく分けてDMA転送したりする場合には、CPUは開
始アドレスと終了アドレスとを頻繁に書き換えねばなら
ず、CPUにかかる負荷は大きくなりデータを高速でD
MA転送するのが困難となるという問題が生じる。However, in the conventional DMA system, each time a DMA transfer of image data having a predetermined capacity is performed once, the CPU starts the start address of a storage area on the main memory 108 for storing the image data. And the end address had to be specified. Therefore, when the image data is DMA-transferred a plurality of times, the CPU performs software processing to make (n + 1) by the software process before the destination address of the DMA reaches the end address at the time of the n-th (n ≧ 1) DMA transfer.
It is necessary to specify the start address of the next storage area in preparation for the second DMA transfer. In such a case, when small-capacity image data is frequently DMA-transferred, or when image data is divided into small areas and DMA-transferred, the CPU must frequently rewrite the start address and the end address. The load on the CPU increases, and the data is
There arises a problem that it is difficult to perform MA transfer.
【0005】以上の問題に鑑みて本発明が解決しようと
するところは、CPUにかかる負荷を小さくしつつもD
MA転送速度を高速にし得るDMAコントローラ(デー
タ転送制御装置)を提供する点にある。In view of the above problems, the present invention seeks to solve the problem while reducing the load on the CPU while reducing the load on the CPU.
Another object of the present invention is to provide a DMA controller (data transfer control device) that can increase the MA transfer speed.
【0006】[0006]
【課題を解決するための手段】上記課題を解決するた
め、請求項1に係る発明は、撮像センサから出力された
画像信号を格納する主メモリと内部モジュール間のバス
を介したデータ転送を制御するデータ転送制御装置であ
って、前記主メモリにおける複数の記憶領域の各々の開
始アドレスと終了アドレスの組を複数格納するレジスタ
と、前記複数の組の中から1組の開始アドレスと終了ア
ドレスを選択する選択回路と、前記選択回路から出力さ
れた開始アドレスを起点とし、当該開始アドレスと対を
なす終了アドレスに達するまで順次変化する宛先アドレ
スを生成出力するアドレスカウンターと、前記主メモリ
を制御し且つ前記バスを獲得して当該宛先アドレスに対
応する前記主メモリの記憶領域と前記内部モジュール間
でデータ転送を実行させるメモリコントロール回路と、
前記アドレスカウンターで生成された宛先アドレスが前
記終了アドレスと一致した時点で、前記複数の組の中か
ら次の1組の開始アドレスと終了アドレスを選択するよ
うに前記選択回路を制御するアドレス切換手段と、を備
えることを特徴とするものである。In order to solve the above-mentioned problems, the invention according to claim 1 controls data transfer via a bus between a main memory for storing an image signal output from an image sensor and an internal module. A data transfer control device for storing a plurality of sets of start addresses and end addresses of each of a plurality of storage areas in the main memory, and a set of start addresses and end addresses among the plurality of sets. A selection circuit to select, an address counter that generates and outputs a destination address that sequentially changes until a start address output from the selection circuit is reached and reaches an end address that is paired with the start address, and controls the main memory. And acquiring the bus and executing data transfer between the storage area of the main memory corresponding to the destination address and the internal module. And a memory control circuit which,
Address switching means for controlling the selection circuit to select a next set of start address and end address from the plurality of sets when the destination address generated by the address counter matches the end address. And the following.
【0007】また請求項2に係る発明は、請求項1記載
のデータ転送制御装置であって、前記アドレス切換手段
は、前記開始アドレスと終了アドレスの組をサイクリッ
ク(循環的)に切り換えるものである。According to a second aspect of the present invention, in the data transfer control device according to the first aspect, the address switching means switches the set of the start address and the end address cyclically. is there.
【0008】また請求項3に係る発明は、請求項1また
は2記載のデータ転送制御装置であって、前記アドレス
カウンターにおける前記宛先アドレスの変化と同期して
計数した計数値を算出する計数回路と、前記計数回路か
ら出力された計数値が所定値に達するまでは零値を選択
し、当該計数値が前記所定値に達した時点でオフセット
値を選択する第2の選択回路と、前記第2の選択回路か
ら出力された前記オフセット値または前記零値と前記ア
ドレスカウンターから出力された宛先アドレスとを加減
算した加減算値を前記アドレスカウンターに出力する加
減算回路と、を更に備え、前記計数回路は当該計数値が
前記所定値に達した時点で当該計数値をリセットし、前
記アドレスカウンターは前記加減算値を起点として順次
変化する宛先アドレスを生成出力するものである。According to a third aspect of the present invention, there is provided the data transfer control device according to the first or second aspect, wherein the counting circuit calculates a count value counted in synchronization with the change of the destination address in the address counter. A second selection circuit that selects a zero value until the count value output from the counting circuit reaches a predetermined value, and selects an offset value when the count value reaches the predetermined value; An addition / subtraction circuit that outputs to the address counter an addition / subtraction value obtained by adding / subtracting the offset value or the zero value output from the selection circuit and the destination address output from the address counter. When the count value reaches the predetermined value, the count value is reset, and the address counter sequentially changes the destination address starting from the addition / subtraction value. And it generates output a scan.
【0009】そして請求項4に係る発明は、請求項3記
載のデータ転送制御装置であって、前記アドレスカウン
ターにおける宛先アドレスの変化と同期して計数した計
数値を算出する第2の計数回路と、前記第2の計数回路
から出力された計数値が所定値に達するまでは零値を選
択し、当該計数値が前記所定値に達した時点で第2のオ
フセット値を選択する第3の選択回路と、前記第3の選
択回路から出力された前記第2のオフセット値または前
記零値と請求項3記載の前記加減算回路から出力された
前記加減算値とを加減算して前記アドレスカウンターに
出力する第2の加減算回路と、を更に備え、前記第2の
計数回路は当該計数値が前記所定値に達した時点で当該
計数値をリセットし、前記アドレスカウンターは前記第
2の加減算回路から出力された加減算値を起点として順
次変化する宛先アドレスを生成するものである。According to a fourth aspect of the present invention, there is provided the data transfer control device according to the third aspect, wherein the second counter circuit calculates a count value counted in synchronization with a change in the destination address in the address counter. Selecting a zero value until the count value output from the second count circuit reaches a predetermined value, and selecting a second offset value when the count value reaches the predetermined value. 4. A circuit for adding and subtracting the second offset value or the zero value output from the third selection circuit and the addition / subtraction value output from the addition / subtraction circuit according to claim 3, and outputting the result to the address counter. A second adding / subtracting circuit, wherein the second counting circuit resets the counted value when the counted value reaches the predetermined value, and the address counter determines whether or not the second adding / subtracting circuit is used. And it generates a destination address sequentially changes the outputted subtraction value as a starting point.
【0010】次に請求項5に係る発明は、撮像センサか
ら出力された画像信号を格納する主メモリと内部モジュ
ールとの間でバスを介したデータ転送を制御するデータ
転送制御装置であって、前記主メモリの記憶領域の所定
のアドレスを起点として順次変化する宛先アドレスを生
成出力するアドレスカウンターと、前記アドレスカウン
ターにおける前記宛先アドレスの変化と同期して計数し
た計数値を算出する計数回路と、前記計数回路から出力
された計数値が所定値に達するまでは零値を選択し、当
該計数値が前記所定値に達した時点でオフセット値を選
択する選択回路と、前記選択回路から出力された前記オ
フセット値または前記零値と前記アドレスカウンターか
ら出力された宛先アドレスとを加減算した加減算値を前
記アドレスカウンターに出力する加減算回路と、前記主
メモリを制御し且つ前記バスを獲得して当該宛先アドレ
スに対応する前記主メモリの記憶領域と前記内部モジュ
ールとの間でデータ転送を実行させるメモリコントロー
ル回路と、を備え、前記計数回路は当該計数値が前記所
定値に達した時点で当該計数値をリセットし、前記アド
レスカウンターは前記加減算値を起点として順次変化す
る宛先アドレスを生成するものである。A fifth aspect of the present invention is a data transfer control device for controlling data transfer via a bus between a main memory for storing an image signal output from an image sensor and an internal module, An address counter that generates and outputs a destination address that sequentially changes starting from a predetermined address in the storage area of the main memory, a counting circuit that calculates a count value counted in synchronization with the change in the destination address in the address counter, A selection circuit that selects a zero value until the count value output from the counting circuit reaches a predetermined value, and selects an offset value when the count value reaches the predetermined value, and a selection circuit output from the selection circuit. An addition / subtraction value obtained by adding / subtracting the offset value or the zero value and the destination address output from the address counter is used as the address counter. A memory control circuit that controls the main memory, acquires the bus, and executes data transfer between a storage area of the main memory corresponding to the destination address and the internal module. The counter circuit resets the count value when the count value reaches the predetermined value, and the address counter generates a destination address that changes sequentially from the addition / subtraction value as a starting point.
【0011】また請求項6に係る発明は、請求項5記載
のデータ転送制御装置であって、前記アドレスカウンタ
ーにおける宛先アドレスの変化と同期して所定値に達す
るまで計数した計数値を算出する第2の計数回路と、前
記第2の計数回路から出力された計数値が所定値に達す
るまでは零値を選択し、当該計数値が前記所定値に達し
た時点で第2のオフセット値を選択する第3の選択回路
と、前記第3の選択回路から出力された前記第2のオフ
セット値または前記零値と請求項5記載の前記加減算回
路から出力された前記加減算値とを加減算して前記アド
レスカウンターに出力する第2の加減算回路と、を更に
備え、前記第2の計数回路は当該計数値が前記所定値に
達した時点で当該計数値をリセットし、前記アドレスカ
ウンターは前記第2の加減算回路から出力された加減算
値を起点として順次変化する宛先アドレスを生成するも
のである。According to a sixth aspect of the present invention, there is provided the data transfer control device according to the fifth aspect, wherein a count value counted until reaching a predetermined value in synchronization with a change in the destination address in the address counter is calculated. And a zero value until the count value output from the second count circuit reaches a predetermined value, and a second offset value is selected when the count value reaches the predetermined value. A third selection circuit that performs addition and subtraction between the second offset value or the zero value output from the third selection circuit and the addition / subtraction value output from the addition / subtraction circuit according to claim 5. A second addition / subtraction circuit for outputting to the address counter, the second counting circuit resets the count value when the count value reaches the predetermined value, and the address counter resets the count value. And it generates a destination address sequentially changes as a starting point outputted subtraction value from the subtraction circuit.
【0012】次に請求項7に係る発明は、撮像センサか
ら出力された画像信号を格納する主メモリと内部モジュ
ールとの間でバスを介してデータ転送を行うデータ転送
方法であって、(a)前記主メモリにおける複数の記憶
領域の各々の開始アドレスと終了アドレスの組を複数記
憶する工程と、(b)前記工程(a)で記憶した複数の
組の中から1組の開始アドレスと終了アドレスを選択す
る工程と、(c)前記工程(b)で選択した開始アドレ
スを起点とし、当該開始アドレスと対をなす終了アドレ
スに達するまで順次変化する宛先アドレスを生成する工
程と、(d)前記主メモリを制御し且つ前記バスを獲得
して前記宛先アドレスに対応する前記主メモリの記憶領
域と前記内部モジュールとの間でデータ転送を実行する
工程と、(e)前記工程(c)で生成された宛先アドレ
スが前記終了アドレスと一致した時点で、前記工程
(b)において前記複数の組の中から次の1組の開始ア
ドレスと終了アドレスを選択し、前記工程(c)および
(d)を実行する工程と、を備えることを特徴とするも
のである。Next, a seventh aspect of the present invention is a data transfer method for transferring data via a bus between a main memory for storing an image signal output from an image sensor and an internal module. A) storing a plurality of sets of start addresses and end addresses of each of the plurality of storage areas in the main memory; and (b) a set of start addresses and ends from the plurality of sets stored in the step (a). Selecting an address; (c) generating a destination address starting from the start address selected in the step (b) and changing sequentially until reaching an end address that is paired with the start address; and (d). Controlling the main memory and acquiring the bus to execute data transfer between a storage area of the main memory corresponding to the destination address and the internal module; and (e) When the destination address generated in the step (c) matches the end address, in the step (b), a next set of start address and end address is selected from the plurality of sets, and the step (b) is performed. and c) and (d).
【0013】また請求項8に係る発明は、請求項7記載
のデータ転送方法であって、前記工程(e)において、
前記次の1組が前記複数の組の中からサイクリック(循
環的)に選択されるものである。The invention according to claim 8 is the data transfer method according to claim 7, wherein in the step (e),
The next set is selected from the plurality of sets cyclically.
【0014】また請求項9に係る発明は、請求項7また
は8記載のデータ転送方法であって、(f)前記工程
(c)で生成される宛先アドレスの変化に同期して計数
した計数値を算出する工程と、(g)前記工程(f)で
算出された計数値が所定値に達するまでは零値を選択
し、当該計数値が前記所定値に達した時点でオフセット
値を選択し且つ前記工程(f)の計数値をリセットする
工程と、(h)前記工程(g)で選択した前記零値また
は前記オフセット値と前記工程(c)で生成した宛先ア
ドレスとを加減算した加減算値を算出する工程と、を更
に備え、前記工程(c)において、前記工程(h)で算
出された加減算値を起点として順次変化する宛先アドレ
スを生成するものである。According to a ninth aspect of the present invention, there is provided the data transfer method according to the seventh or eighth aspect, wherein (f) a count value counted in synchronization with a change in the destination address generated in the step (c). And (g) selecting a zero value until the count value calculated in the step (f) reaches a predetermined value, and selecting an offset value when the count value reaches the predetermined value. And (h) adding and subtracting the zero value or the offset value selected in the step (g) and the destination address generated in the step (c). And calculating a destination address that changes sequentially from the addition / subtraction value calculated in the step (h) as a starting point in the step (c).
【0015】そして請求項10に係る発明は、請求項9
記載のデータ転送方法であって、(i)前記工程(c)
で生成される宛先アドレスの変化に同期して計数した第
2の計数値を算出する工程と、(j)前記工程(i)の
第2の計数値が所定値に達するまでは零値を選択し、当
該計数値が前記所定値に達した時点で第2のオフセット
値を選択し且つ前記工程(i)の第2の計数値をリセッ
トする工程と、(k)前記工程(j)で選択した前記零
値または前記第2のオフセット値と前記工程(h)で算
出した加減算値とを加算した加減算値を算出する工程
と、を更に備え、前記工程(c)において、前記工程
(k)で算出された加減算値を起点として順次変化する
宛先アドレスを生成するものである。The invention according to claim 10 is the invention according to claim 9
The data transfer method according to claim 1, wherein (i) said step (c)
Calculating a second count value counted in synchronization with the change in the destination address generated in step (j); and (j) selecting a zero value until the second count value in step (i) reaches a predetermined value. Selecting a second offset value when the count value reaches the predetermined value and resetting the second count value in the step (i); and (k) selecting the second count value in the step (j). Calculating an addition / subtraction value obtained by adding the zero value or the second offset value calculated in step (h) to the addition / subtraction value calculated in step (h). In the step (c), the step (k) is performed. A destination address that sequentially changes starting from the addition / subtraction value calculated in step (1) is generated.
【0016】次に請求項11に係る発明は、撮像センサ
から出力された画像信号を格納する主メモリと内部モジ
ュールとの間でバスを介してデータ転送を行うデータ転
送方法であって、(c−1)前記主メモリの記憶領域の
所定のアドレスを起点として順次変化する宛先アドレス
を生成する工程と、(f−1)前記工程(c−1)で生
成される宛先アドレスの変化と同期して計数した計数値
を算出する工程と、(g−1)前記工程(f−1)で算
出された計数値が所定値に達するまでは零値を選択し、
当該計数値が前記所定値に達した時点でオフセット値を
選択し且つ前記工程(f−1)の計数値をリセットする
工程と、(h−1)前記工程(g−1)で選択した前記
零値または前記オフセット値と前記工程(c−1)で生
成した宛先アドレスとを加減算した加減算値を算出する
工程と、(d−1)前記主メモリを制御し且つ前記バス
を獲得して前記宛先アドレスに対応する前記主メモリの
記憶領域と前記内部モジュールとの間でデータ転送を実
行する工程と、を備え、前記工程(c−1)において、
前記工程(h−1)で算出された加減算値を起点として
順次変化する宛先アドレスを生成することを特徴とする
ものである。An eleventh aspect of the present invention is a data transfer method for transferring data via a bus between a main memory for storing an image signal output from an image sensor and an internal module. -1) a step of generating a destination address that sequentially changes starting from a predetermined address of the storage area of the main memory; and (f-1) synchronizing with a change of the destination address generated in the step (c-1). (G-1) selecting a zero value until the count value calculated in the step (f-1) reaches a predetermined value;
Selecting the offset value when the count value reaches the predetermined value and resetting the count value in the step (f-1); and (h-1) selecting the offset value in the step (g-1). Calculating a value obtained by adding or subtracting the zero value or the offset value and the destination address generated in the step (c-1); and (d-1) controlling the main memory and acquiring the bus to obtain the bus. Performing a data transfer between a storage area of the main memory corresponding to a destination address and the internal module; and in the step (c-1),
The present invention is characterized in that a destination address that changes sequentially from the addition / subtraction value calculated in the step (h-1) is generated.
【0017】そして請求項12に係る発明は、請求項1
1記載のデータ転送方法であって、(i−1)前記工程
(c−1)で生成される宛先アドレスの変化に同期して
計数した第2の計数値を算出する工程と、(j−1)前
記工程(i−1)の第2の計数値が所定値に達するまで
は零値を選択し、当該計数値が前記所定値に達した時点
で第2のオフセット値を選択し且つ前記工程(i−1)
の第2の計数値をリセットする工程と、(k−1)前記
工程(j−1)で選択した前記零値または前記第2のオ
フセット値と前記工程(h−1)で算出した加減算値と
を加減算した加減算値を算出する工程と、を更に備え、
前記工程(c−1)において、前記工程(k−1)で算
出された加減算値を起点として順次変化する宛先アドレ
スを生成するものである。The invention according to claim 12 is based on claim 1.
(I-1) a step of calculating a second count value counted in synchronization with a change in the destination address generated in the step (c-1); 1) selecting a zero value until the second count value of the step (i-1) reaches a predetermined value, selecting a second offset value when the count value reaches the predetermined value, and Step (i-1)
And (k-1) the zero value or the second offset value selected in the step (j-1) and the addition / subtraction value calculated in the step (h-1). Calculating an addition / subtraction value obtained by adding and subtracting
In the step (c-1), destination addresses that sequentially change starting from the addition / subtraction value calculated in the step (k-1) are generated.
【0018】[0018]
【発明の実施の形態】図1は、本発明の実施の形態で用
いるディジタル・スチル・カメラ1の全体構成を示す概
略図である。このディジタル・スチル・カメラ1は、A
F(オートフォーカス)機能や自動露出調節機能などを
備えた光学機構11を備えており、この光学機構11を
通じて被写体画像がCCD(電荷結合素子)センサ12
で撮像される。このとき必要に応じて撮影タイミングに
同期され光量を調節された光をストロボ(閃光装置)3
0から発して被写体に照射してもよい。撮像した被写体
の原画像データはアナログ信号処理回路13に取り込ま
れデジタル画像信号にA/D変換される。そのデジタル
画像信号はRPU(リアルタイム・プロセッシング・ユ
ニット)14において画素補間処理、色空間変換処理、
ガンマ補正処理、輪郭補正処理およびフィルタリングな
どの所定の画像処理を実時間処理(リアルタイム処理)
にて施される。このような画像処理を受けた画像信号は
ファインダーとして機能するLCD23に表示された
り、またはCPU17によりJPEG方式などによる圧
縮処理を受けた後にメインバス10に転送され、カード
インターフェース27Aを介してメモリカード27に格
納されたり、外部インターフェース(I/F)28を通
してパーソナルコンピュータなどの外部機器に出力され
たりする。FIG. 1 is a schematic diagram showing the overall configuration of a digital still camera 1 used in an embodiment of the present invention. This digital still camera 1 has A
An optical mechanism 11 having an F (auto focus) function and an automatic exposure adjustment function is provided.
Is imaged. At this time, if necessary, a light whose amount is adjusted in synchronization with the photographing timing is supplied to a strobe (flash device) 3.
The light may be emitted from 0 to the subject. Original image data of the captured subject is taken into the analog signal processing circuit 13 and A / D converted into a digital image signal. The digital image signal is subjected to pixel interpolation processing, color space conversion processing, and RPU (Real Time Processing Unit) 14.
Real-time processing (real-time processing) of predetermined image processing such as gamma correction processing, contour correction processing, and filtering
It is applied in. The image signal that has undergone such image processing is displayed on the LCD 23 functioning as a finder, or transferred to the main bus 10 after being subjected to compression processing by the CPU 17 according to the JPEG method or the like, and is transferred to the memory card 27 Or output to an external device such as a personal computer through an external interface (I / F) 28.
【0019】尚、図1において、符号15はCCDセン
サ12を駆動するCCD駆動回路、16はRPU14お
よびCCD駆動回路15などの動作タイミングを規律す
るタイミングジェネレータ、18はPLL発信回路、1
9はCPU17の補助演算装置(コプロセッサ)を示
し、また符号20はディスプレイモジュール、21はデ
ジタルエンコーダ、22はLCD23を駆動するLCD
駆動回路を示している。またクロックジェネレータ29
は、PLL発振回路18から供給されるクロック信号を
分周することで、RPU14、タイミングジェネレータ
16、CPU17およびデジタルエンコーダ21などの
全モジュールの駆動クロック信号を生成する。In FIG. 1, reference numeral 15 denotes a CCD drive circuit that drives the CCD sensor 12, 16 denotes a timing generator that regulates the operation timing of the RPU 14 and the CCD drive circuit 15, etc., 18 denotes a PLL oscillation circuit,
Reference numeral 9 denotes an auxiliary processing unit (coprocessor) of the CPU 17, reference numeral 20 denotes a display module, reference numeral 21 denotes a digital encoder, and reference numeral 22 denotes an LCD for driving an LCD 23.
4 shows a drive circuit. Clock generator 29
Generates a drive clock signal for all modules such as the RPU 14, the timing generator 16, the CPU 17, and the digital encoder 21 by dividing the frequency of the clock signal supplied from the PLL oscillation circuit 18.
【0020】上記主メモリ26は、アナログ信号処理回
路13、RPU14、DMAコントローラ(データ転送
制御装置)24およびJPEG処理部25と共にメイン
バス10を介して相互にバス接続されている。アナログ
信号処理回路13およびRPU14と主メモリ26との
間のデータ転送は、DMAコントローラ24の制御によ
りCPU17を介さずに直接実行できる。The main memory 26 is mutually connected to the analog signal processing circuit 13, RPU 14, DMA controller (data transfer control device) 24 and JPEG processing unit 25 via the main bus 10. Data transfer between the analog signal processing circuit 13 and the RPU 14 and the main memory 26 can be directly executed without the intervention of the CPU 17 under the control of the DMA controller 24.
【0021】実施の形態1.図2は、本発明の実施の形
態1に係るDMAコントローラ(データ転送制御装置)
24の構成を示すブロック図である。DMAコントロー
ラ24は、DMAチャンネルCH0,CH1、アービタ
(調停回路)45およびメモリコントロール回路MC1
を備えており、アービタ45とメモリコントロール回路
MC1はメインバス10に接続されている。また図2に
おいて内部モジュールML0,ML1は上記RPU14
やディスプレイモジュール20などの何れかである。内
部モジュールの個数は2個に限らず3個以上でもよい。Embodiment 1 FIG. 2 shows a DMA controller (data transfer control device) according to Embodiment 1 of the present invention.
FIG. 24 is a block diagram showing a configuration of the H.24. The DMA controller 24 includes DMA channels CH0 and CH1, an arbiter (arbitration circuit) 45, and a memory control circuit MC1.
The arbiter 45 and the memory control circuit MC1 are connected to the main bus 10. In FIG. 2, the internal modules ML0 and ML1
Or the display module 20. The number of internal modules is not limited to two, but may be three or more.
【0022】図3はDMAチャンネルCHn(n=0,
1)の回路構成を示す概略図、図4は、本実施の形態1
に係るDMAコントローラ24による転送処理を説明す
る図である。FIG. 3 shows a DMA channel CHn (n = 0,
FIG. 4 is a schematic diagram showing the circuit configuration of 1), and FIG.
FIG. 6 is a diagram for explaining a transfer process by a DMA controller 24 according to the first embodiment.
【0023】図3に示すように、DMAチャンネルCH
nは、図4に示す主メモリ26の記憶領域A,Bの開始
アドレスA,Bと終了アドレスA,Bとを記憶するレジ
スタSREG1,SREG2,EREG1,EREG2
を備えており、CPU17から、レジスタSREG1,
SREG2にそれぞれ開始アドレスA,Bが転送され、
レジスタEREG1,EREG2にそれぞれ終了アドレ
スA,Bが転送されて格納される。またセレクタSEL
1はCPU17の制御により、そのレジスタSREG1
に記憶した開始アドレスAとレジスタSREG2に記憶
した開始アドレスBとの何れか一方を選択し、またセレ
クタSEL2はCPU17の制御により、レジスタER
EG1に記憶した終了アドレスAとレジスタEREG2
に記憶した終了アドレスBとの何れか一方を選択して比
較器CMP1に出力する。As shown in FIG. 3, the DMA channel CH
n is a register SREG1, SREG2, EREG1, EREG2 for storing the start addresses A, B and the end addresses A, B of the storage areas A, B of the main memory 26 shown in FIG.
From the CPU 17 to the registers SREG1,
The start addresses A and B are transferred to SREG2, respectively.
End addresses A and B are transferred and stored in registers EREG1 and EREG2, respectively. Selector SEL
1 is a register SREG1 controlled by the CPU 17.
And the selector SEL2 selects one of the start address A stored in the register ER2 and the start address B stored in the register SREG2.
End address A stored in EG1 and register EREG2
, And selects one of the end address B and outputs it to the comparator CMP1.
【0024】アドレスカウンターAC1は、セレクタS
EL1からロードした開始アドレスAまたはBを起点と
して順次増分(インクリメント)した宛先アドレスを生
成し、比較器CMP1および上記アービタ45の双方に
出力する。尚、本発明において「増分」とは正または負
の方向に当該量を変化させることを意味する。The address counter AC1 has a selector S
A destination address that is sequentially incremented (incremented) from the start address A or B loaded from EL1 is generated and output to both the comparator CMP1 and the arbiter 45. In the present invention, “incremental” means changing the amount in the positive or negative direction.
【0025】また比較器CMP1はセレクタSEL2か
らの出力信号とアドレスカウンターAC1からの出力信
号とを比較し、両信号が一致した場合は「H(High)」
レベル信号を出力し、両信号が不一致の場合は「L(Lo
w)」レベル信号を出力する。また図3中、符号40,
44はAND素子、41はNOR素子、42,43はO
R素子を示している。The comparator CMP1 compares the output signal from the selector SEL2 with the output signal from the address counter AC1, and if the two signals match, "H (High)".
A level signal is output. If both signals do not match, "L (Lo
w) Outputs a "level" signal. Also, in FIG.
44 is an AND element, 41 is a NOR element, 42 and 43 are O
The R element is shown.
【0026】このような構成を有するDMAコントロー
ラ24の動作例を以下に詳説する。An operation example of the DMA controller 24 having such a configuration will be described below in detail.
【0027】先ず、内部モジュールMLn(n=0,
1)からアービタ45にDMA転送要求が発せられる。
アービタ45は当該内部モジュールMLn(n=0,
1)に割り当てたDMAチャンネルCHn(n=0,
1)に作動信号ACKを送出する。この時、アービタ4
5が複数の内部モジュールMLn(n=0,1)からD
MA転送要求を同時に受けたり、CPU17による主メ
モリ26へのアクセスが発生していた場合には、アービ
タ45は各DMA転送要求の優先順位を決定しこの優先
順位に従った作動信号ACKを生成する。この作動信号
ACKは、図3に示すDMAチャンネルCHnのAND
素子44に入力する。そのAND素子44は、その作動
信号ACKとOR素子42から入力した信号との論理積
演算を行い、両信号が共に「H」レベルにある場合は
「H」レベルのイネーブル信号を出力し、両信号の少な
くとも一方が「L」レベルにある場合は「L」レベル信
号を出力する。今、AND素子44はアドレスカウンタ
ーAC1に対して「H」レベルのイネーブル信号を出力
している。First, the internal module MLn (n = 0,
From 1), a DMA transfer request is issued to the arbiter 45.
The arbiter 45 transmits the internal module MLn (n = 0,
DMA channel CHn (n = 0,
An operation signal ACK is sent to 1). At this time, Arbiter 4
5 from a plurality of internal modules MLn (n = 0, 1) to D
When receiving the MA transfer request at the same time or when the CPU 17 accesses the main memory 26, the arbiter 45 determines the priority of each DMA transfer request and generates the operation signal ACK according to the priority. . This operation signal ACK is the AND signal of the DMA channel CHn shown in FIG.
Input to element 44. The AND element 44 performs a logical product operation of the operation signal ACK and the signal input from the OR element 42, and outputs an “H” level enable signal when both signals are at “H” level. If at least one of the signals is at the "L" level, the signal output is "L" level. Now, the AND element 44 outputs an “H” level enable signal to the address counter AC1.
【0028】またCPU17は、図3に示すように上記
レジスタSREG1,SREG2およびEREG1,E
REG2にそれぞれ開始アドレスA,Bおよび終了アド
レスA,Bを転送して格納させ、セレクタSEL1,S
EL2を制御してレジスタSREG1に格納した開始ア
ドレスAと、レジスタEREG1に格納した終了アドレ
スAとを選択せしめる。次いで、CPU17はアドレス
カウンターAC1に対してセレクタSEL1から開始ア
ドレスAをロードする旨の制御信号を発する。この制御
信号はOR素子43を介してアドレスカウンターAC1
に入力し、開始アドレスAをロードせしめる。As shown in FIG. 3, the CPU 17 controls the registers SREG1, SREG2 and EREG1, EREG2.
The start address A, B and the end address A, B are transferred to and stored in REG2, respectively.
By controlling EL2, the start address A stored in the register SREG1 and the end address A stored in the register EREG1 are selected. Next, the CPU 17 issues a control signal to the address counter AC1 to load the start address A from the selector SEL1. This control signal is supplied to the address counter AC1 via the OR element 43.
And the start address A is loaded.
【0029】アドレスカウンターAC1は前記AND素
子44からイネーブル信号を受けると、開始アドレスA
を起点として順次増分した宛先アドレスをアービタ45
と比較器CMP1とに出力する。アービタ45はメモリ
コントロール回路MC1にメインバス10の使用を許可
する旨の制御信号と前記宛先アドレスとを出力し、次い
でメモリコントロール回路MC1はメインバス10を獲
得すると共に当該宛先アドレスを主メモリ26に出力
し、当該宛先アドレスに対応する記憶素子に内部モジュ
ールMLn(n=0,1)からデータをDMA転送し
て、図4に示す主メモリ26の記憶領域Aに格納させ
る。若しくは、メモリコントロール回路MC1は、当該
宛先アドレスに対応する記憶領域Aの記憶素子に格納さ
れたデータを内部モジュールMLnにDMA転送させて
もよい。When the address counter AC1 receives the enable signal from the AND element 44, the start address A
The destination addresses sequentially incremented starting from
And the comparator CMP1. The arbiter 45 outputs a control signal for permitting use of the main bus 10 to the memory control circuit MC1 and the destination address, and then the memory control circuit MC1 acquires the main bus 10 and transfers the destination address to the main memory 26. Then, the data is DMA-transferred from the internal module MLn (n = 0, 1) to the storage element corresponding to the destination address, and stored in the storage area A of the main memory 26 shown in FIG. Alternatively, the memory control circuit MC1 may cause the data stored in the storage element of the storage area A corresponding to the destination address to be DMA-transferred to the internal module MLn.
【0030】他方、比較器CMP1はセレクタSEL1
で選択した終了アドレスAとアドレスカウンターAC1
から入力した宛先アドレスとを比較し、両アドレスが一
致した場合は「H」レベル信号を出力し、両アドレスが
不一致の場合は「L」レベル信号を出力する。よって、
アドレスカウンターAC1で増分した宛先アドレスが終
了アドレスAに達する前は比較器CMP1は「L」レベ
ル信号を発するから、レジスタCREG1に格納された
信号レベルが「L」,「H」に関係無く、OR素子43
は「L」レベル信号を出力し、OR素子42は「H」レ
ベル信号を出力する。よって、AND素子44はOR素
子42から入力した「H」レベル信号と「H」レベルの
作動信号ACKとを論理積演算した「H」レベルのイネ
ーブル信号を出力し続け、アドレスカウンターAC1に
おける宛先アドレスの増分は続行される。On the other hand, the comparator CMP1 is connected to the selector SEL1.
Address A and address counter AC1 selected in
And outputs a "H" level signal when both addresses match, and outputs an "L" level signal when both addresses do not match. Therefore,
Before the destination address incremented by the address counter AC1 reaches the end address A, the comparator CMP1 issues an "L" level signal. Therefore, regardless of whether the signal level stored in the register CREG1 is "L" or "H", the OR operation is performed. Element 43
Outputs an "L" level signal, and the OR element 42 outputs an "H" level signal. Therefore, the AND element 44 continues to output an “H” level enable signal obtained by performing an AND operation of the “H” level signal input from the OR element 42 and the “H” level operation signal ACK, and outputs the destination address in the address counter AC1. Increment is continued.
【0031】次に、前記宛先アドレスが終了アドレスA
に達したとき、比較器CMP1から「H」レベル信号が
発せられる。この時、レジスタCREG1に格納した信
号値が「L」か「H」かにより以後の処理が分岐する。Next, the destination address is the end address A
Is reached, an "H" level signal is issued from the comparator CMP1. At this time, the subsequent processing branches depending on whether the signal value stored in the register CREG1 is “L” or “H”.
【0032】レジスタCREG1に格納した信号値が
「L」の場合、比較器CMP1が「H」レベル信号を発
したとき、OR素子42からAND素子44に入力する
信号レベルは「H」から「L」に変化する。よってAN
D素子44の出力信号のレベルは「L」となり、アドレ
スカウンターAC1はその「L」レベル信号によりアド
レスの増分動作を中止し、上記記憶領域Aに対するDM
A転送処理は終了する。またCPU17はセレクタSE
L1,SEL2を制御してセレクタSEL1,SEL2
に対しそれぞれ開始アドレスBと終了アドレスBとを選
択せしめる制御を行い、次いでCPU17はアドレスカ
ウンターAC1に対して次の記憶領域Bの開始アドレス
BをセレクタSEL1からロードする旨の制御信号を発
する。この制御信号はOR素子43を介してアドレスカ
ウンターAC1に入力し、開始アドレスBをロードせし
める。これにより比較器CMP1は「L」レベル信号を
出力するため、AND素子44は「H」レベルのイネー
ブル信号を出力し、アドレスカウンターAC1は、開始
アドレスBが終了アドレスBに一致する迄、開始アドレ
スBを起点として順次増分した宛先アドレスを生成し、
その宛先アドレスを比較器CMP1とアービタ45とに
出力する。次いで、上述したように記憶領域Bの当該宛
先アドレスに対してDMA転送が実行される。また、前
記宛先アドレスが終了アドレスBと一致した時点で比較
器CMP1は「H」レベル信号を出力するからAND素
子44は「L」レベル信号を出力し、アドレスカウンタ
ーAC1はアドレスの増分動作を中止する。以上で、記
憶領域Bに対するDMA転送処理が終了する。When the signal value stored in the register CREG1 is "L", when the comparator CMP1 issues an "H" level signal, the signal level input from the OR element 42 to the AND element 44 changes from "H" to "L". ". Therefore AN
The level of the output signal of the D element 44 becomes "L", the address counter AC1 stops the address increment operation by the "L" level signal, and the DM for the storage area A is stopped.
The A transfer process ends. The CPU 17 is provided with a selector SE.
L1 and SEL2 to control the selectors SEL1 and SEL2.
The CPU 17 issues a control signal to the address counter AC1 to load the start address B of the next storage area B from the selector SEL1 to the address counter AC1. This control signal is input to the address counter AC1 via the OR element 43 to load the start address B. As a result, the comparator CMP1 outputs an "L" level signal, the AND element 44 outputs an "H" level enable signal, and the address counter AC1 outputs the start address until the start address B matches the end address B. Generate destination addresses sequentially incremented starting from B,
The destination address is output to the comparator CMP1 and the arbiter 45. Next, as described above, the DMA transfer is performed on the destination address in the storage area B. When the destination address matches the end address B, the comparator CMP1 outputs an "H" level signal, so that the AND element 44 outputs an "L" level signal, and the address counter AC1 stops the address increment operation. I do. Thus, the DMA transfer processing for the storage area B is completed.
【0033】他方、レジスタCREG1に格納した信号
値が「H」の場合、前記宛先アドレスが終了アドレスA
に達すると比較器CMP1から「H」レベル信号が出力
される。この「H」レベル信号と同期してCPU17は
セレクタSEL1,SEL2を制御してセレクタSEL
1,SEL2に対しそれぞれ開始アドレスBと終了アド
レスBとを選択せしめる制御を行う。またOR素子43
からは「H」レベル信号が出力されOR素子43を介し
てアドレスカウンターAC1に入力する。その「H」レ
ベル信号を受けたアドレスカウンターAC1はセレクタ
SEL1から開始アドレスBをロードし、この開始アド
レスBを起点として順次増分した宛先アドレスを生成
し、それを比較器CMP1と上記アービタ45とに出力
する。この時、AND素子44は、OR素子42からA
ND素子44に入力する「H」レベル信号と「H」レベ
ルの作動信号ACKとを論理積演算した「H」レベルの
イネーブル信号を出力し続ける。こうして上述した記憶
領域Aに対するDMA転送処理と同様に記憶領域Bの当
該宛先アドレスに対してDMA転送が実行される。On the other hand, when the signal value stored in the register CREG1 is "H", the destination address is the end address A
, An "H" level signal is output from the comparator CMP1. In synchronization with this "H" level signal, the CPU 17 controls the selectors SEL1 and SEL2 to
1 and SEL2 are controlled to select a start address B and an end address B, respectively. OR element 43
Outputs an "H" level signal, which is input to the address counter AC1 via the OR element 43. Upon receiving the "H" level signal, the address counter AC1 loads the start address B from the selector SEL1, generates a destination address sequentially incremented from the start address B, and sends it to the comparator CMP1 and the arbiter 45. Output. At this time, the AND element 44 outputs A
An "H" level enable signal obtained by performing a logical AND operation of the "H" level signal input to the ND element 44 and the "H" level operation signal ACK is continuously output. In this manner, the DMA transfer is executed to the destination address in the storage area B in the same manner as the DMA transfer processing to the storage area A described above.
【0034】続いて、前記宛先アドレスと終了アドレス
Bとが一致した時点で比較器CMP1は「H」レベル信
号を出力し、この「H」レベル信号と同期してCPU1
7はセレクタSEL1,SEL2を制御し、セレクタS
EL1,SEL2に対しそれぞれ開始アドレスAと終了
アドレスAとを選択せしめる制御を行う。また、OR素
子43から出力される「H」レベル信号を受けたアドレ
スカウンターAC1は、セレクタSEL1から次の記憶
領域Aの開始アドレスAをロードし、上述したように記
憶領域Aに対するDMA転送が実行される。このように
記憶領域Aと記憶領域BとをDMA転送でサイクリック
(循環的)に利用する場合、増分した宛先アドレスが終
了アドレスに一致した時点でアドレスカウンターAC1
には「H」レベルの制御信号が入力し、この制御信号に
より次の開始アドレスが自動的にロードされるから、C
PU17は開始アドレスと終了アドレスとを一々指定す
る必要が無く、CPU17にかかる負担を軽減させるこ
とが可能となる。Subsequently, when the destination address and the end address B match, the comparator CMP1 outputs an "H" level signal, and the CPU 1 synchronizes with the "H" level signal.
7 controls the selectors SEL1 and SEL2,
Control is performed on EL1 and SEL2 to select a start address A and an end address A, respectively. Further, the address counter AC1 receiving the “H” level signal output from the OR element 43 loads the start address A of the next storage area A from the selector SEL1, and executes the DMA transfer to the storage area A as described above. Is done. When the storage area A and the storage area B are used cyclically (cyclically) in the DMA transfer, the address counter AC1 is used when the incremented destination address matches the end address.
Receives an "H" level control signal, and the control signal automatically loads the next start address.
The PU 17 does not need to specify the start address and the end address one by one, and the load on the CPU 17 can be reduced.
【0035】以上のように本実施の形態1に係るDMA
コントローラ24は、開始アドレスおよび終了アドレス
の組を2組有するから、DMA転送を高速に実行できる
と共に、主メモリ26に対するDMA転送の実行時に記
憶領域Aと記憶領域Bとの間の切り換えをCPU17に
負荷をかけること無しに実行できる。このため特に小容
量のデータを頻繁にDMA転送してもCPU17にかか
る負荷は小さくなる。尚、本実施の形態では開始アドレ
スと終了アドレスの組の数は2組であるが、本発明では
これに限らず3組以上でも構わない。As described above, the DMA according to the first embodiment
Since the controller 24 has two sets of the start address and the end address, the controller 24 can execute the DMA transfer at a high speed, and switches the storage area A and the storage area B between the storage area A and the storage area B when the DMA transfer to the main memory 26 is executed. Can be run without any load. Therefore, the load on the CPU 17 is reduced even if the small-volume data is frequently DMA-transferred. In this embodiment, the number of pairs of the start address and the end address is two, but the present invention is not limited to this, and may be three or more.
【0036】また上記セレクタSEL1,SEL2を用
いて開始アドレスA,Bおよび終了アドレスA,Bを選
択的に切り換えているから、CPU17を効率的に使用
して全体の画像処理速度を向上させることが可能とな
る。例えば、記憶領域BにデータをDMA転送している
間に、記憶領域Aに格納したデータを読み出しソフトウ
ェア処理できる。Since the start addresses A and B and the end addresses A and B are selectively switched using the selectors SEL1 and SEL2, the overall image processing speed can be improved by using the CPU 17 efficiently. It becomes possible. For example, while data is being DMA-transferred to the storage area B, the data stored in the storage area A can be read and software-processed.
【0037】実施の形態2.次に、図5は、本発明の実
施の形態2に係るDMAコントローラ(データ転送制御
装置)24のDMAチャンネルCHnの回路構成を示す
図、図6および図7は、このDMAコントローラによる
転送処理を説明する図である。図5において、図3に示
した符号と同一符号を付した記号およびブロックについ
ては略同一機能を有するものとして詳細な説明を省略す
る。Embodiment 2 Next, FIG. 5 is a diagram showing a circuit configuration of a DMA channel CHn of a DMA controller (data transfer control device) 24 according to Embodiment 2 of the present invention, and FIGS. 6 and 7 show transfer processing by the DMA controller. FIG. In FIG. 5, symbols and blocks denoted by the same reference numerals as those shown in FIG. 3 have substantially the same functions, and detailed descriptions thereof will be omitted.
【0038】本実施の形態2のDMAチャンネルCHn
は、上記実施の形態1のDMAチャンネルの構成に加え
て、アドレスカウンターAC1のアドレスの増分動作と
同期した計数処理を実行するローカルカウンターLC1
を備えている。また比較器CMP2は、このローカルカ
ウンターLC1の出力信号の値とレジスタLEREG1
に格納した最終値Aとを比較して、両信号が一致した場
合は「H」レベル、両信号が不一致の場合は「L」レベ
ルの比較信号を出力する。セレクタSEL2は、その比
較信号のレベルが「L」の場合は「0」の値を選択して
出力し、その比較信号のレベルが「H」の場合はレジス
タOREG1に格納されたオフセット値を選択して出力
するように制御される。加算器AD1は、セレクタSE
L2の出力信号とアドレスカウンターAC1で増分した
宛先アドレスとを加算する。尚、本実施の形態では、宛
先アドレスが正の方向へ増分される場合を想定して加算
器AD1を用いているが、宛先アドレスが負の方向へ増
分される場合は上記加算器AD1は減算器に代替され
る。DMA channel CHn of the second embodiment
Is a local counter LC1 that performs a counting process in synchronization with the address increment operation of the address counter AC1 in addition to the configuration of the DMA channel of the first embodiment.
It has. Further, the comparator CMP2 calculates the value of the output signal of the local counter LC1 and the value of the register LEREG1.
Is compared with the final value A stored in the memory. If the two signals match, an "H" level comparison signal is output. If the two signals do not match, an "L" level comparison signal is output. The selector SEL2 selects and outputs the value "0" when the level of the comparison signal is "L", and selects the offset value stored in the register OREG1 when the level of the comparison signal is "H". And output it. The adder AD1 includes a selector SE
The output signal of L2 and the destination address incremented by the address counter AC1 are added. In this embodiment, the adder AD1 is used on the assumption that the destination address is incremented in the positive direction. However, when the destination address is incremented in the negative direction, the adder AD1 performs the subtraction. It is replaced with a vessel.
【0039】このようなDMAチャンネルCHnを有す
るDMAコントローラ24の動作を以下に詳説する。The operation of the DMA controller 24 having such a DMA channel CHn will be described in detail below.
【0040】上記実施の形態1の場合と同様に、内部モ
ジュールMLnからアービタ45にDMA転送要求が発
せられると、アービタ45は内部モジュールMLnに割
り当てたDMAチャンネルCHnに作動信号ACKを送
出する。この作動信号ACKは図5に示すDMAチャン
ネルCHnのAND素子44に入力する。またAND素
子44は、その作動信号ACKとOR素子42の出力信
号との論理積演算を行い、両信号が共に「H」レベルに
ある場合は「H」レベルのイネーブル信号をアドレスカ
ウンターAC1とローカルカウンターLC1とに出力し
て増分動作と計数動作を実行させる。尚、アドレスカウ
ンターAC1とローカルカウンターLC1の双方には同
一のタイミングで宛先アドレスの増分と計数を実行させ
るクロック信号(図示せず)が供給される。As in the first embodiment, when a DMA transfer request is issued from the internal module MLn to the arbiter 45, the arbiter 45 sends an operation signal ACK to the DMA channel CHn assigned to the internal module MLn. This operation signal ACK is input to the AND element 44 of the DMA channel CHn shown in FIG. The AND element 44 performs a logical product operation of the operation signal ACK and the output signal of the OR element 42, and when both signals are at the “H” level, outputs the “H” level enable signal to the address counter AC1 and the address counter AC1. Output to the counter LC1 to execute the increment operation and the count operation. Note that both the address counter AC1 and the local counter LC1 are supplied with a clock signal (not shown) that causes the destination address to be incremented and counted at the same timing.
【0041】また上記実施の形態1の場合と同様に、C
PU17はレジスタSREG1,SREG2およびER
EG1,EREG2にそれぞれ開始アドレスA,Bおよ
び終了アドレスA,Bを転送して格納させる。また、C
PU17はアドレスカウンターAC1に対してセレクタ
SEL1が選択した開始アドレスAをロードする旨の制
御信号を発し、その制御信号を受けたアドレスカウンタ
ーAC1は開始アドレスAをロードし、その開始アドレ
スAを起点として順次増分した宛先アドレスを生成して
比較器CMP1とアービタ45とに出力する。またロー
カルカウンターLC1は、アドレスカウンターAC1の
増分動作と同期して所定の初期値A(通常は零値)を起
点として計数した計数値を生成する。As in the case of the first embodiment, C
PU17 includes registers SREG1, SREG2 and ER
The start addresses A and B and the end addresses A and B are transferred and stored in EG1 and EREG2, respectively. Also, C
The PU 17 issues a control signal to the address counter AC1 to load the start address A selected by the selector SEL1, and the address counter AC1 receiving the control signal loads the start address A, and starts from the start address A. A sequentially incremented destination address is generated and output to the comparator CMP1 and the arbiter 45. Further, the local counter LC1 generates a count value counted from a predetermined initial value A (usually a zero value) in synchronization with the increment operation of the address counter AC1.
【0042】前記宛先アドレスを受けたアービタ45
は、メモリコントロール回路MC1にメインバス10の
使用を許可する旨の制御信号と前記宛先アドレスとを出
力する。メモリコントロール回路MC1はメインバス1
0を獲得すると共に当該宛先アドレスを主メモリ26に
出力し、当該宛先アドレスに対応する記憶素子に蓄積さ
れたデータを内部モジュールMLnにDMA転送させた
り、若しくはその内部モジュールMLnからその記憶素
子にデータをDMA転送させる。The arbiter 45 receiving the destination address
Outputs a control signal for permitting use of the main bus 10 to the memory control circuit MC1 and the destination address. The memory control circuit MC1 is connected to the main bus 1
0, and outputs the destination address to the main memory 26. The data stored in the storage element corresponding to the destination address is DMA-transferred to the internal module MLn, or the data is transferred from the internal module MLn to the storage element. Is DMA-transferred.
【0043】またローカルカウンターLC1における計
数値がレジスタLEREG1に格納した最終値Aと一致
した時点で比較器CMP2は「H」レベル信号を出力
し、その信号を受けたセレクタSEL2はレジスタOR
EG1に格納したオフセット値Aを選択して加算器AD
1に出力する。この時、ローカルカウンターLC1の値
は上記初期値Aにリセットされる。また加算器AD1は
当該宛先アドレスにオフセット値Aを加算した加算値を
生成しアドレスカウンターAC1に出力する。アドレス
カウンターAC1は、比較器CMP2からの「H」レベ
ル信号を受けてその加算値をロードし、その加算値を起
点として順次増分した宛先アドレスを生成出力する。When the count value of the local counter LC1 coincides with the final value A stored in the register LEREG1, the comparator CMP2 outputs an "H" level signal, and the selector SEL2 which has received the signal outputs the register OR.
The offset value A stored in EG1 is selected and the adder AD is selected.
Output to 1. At this time, the value of the local counter LC1 is reset to the initial value A. The adder AD1 generates an addition value obtained by adding the offset value A to the destination address, and outputs the addition value to the address counter AC1. The address counter AC1 receives the "H" level signal from the comparator CMP2, loads the added value, and generates and outputs a destination address sequentially incremented from the added value as a starting point.
【0044】次に、このように記憶領域Aに対するDM
A転送が終了した後は、上記記憶領域Bに対しても同様
の手順でDMA転送が続行される。Next, the DM for the storage area A is
After the A transfer is completed, the DMA transfer to the storage area B is continued in the same procedure.
【0045】以上の通り、上記最終値Aおよびオフセッ
ト値Aを調整することで、CPU17に負荷をかけるこ
と無く、主メモリ26などに蓄積した画像データを間引
きしてDMA転送することが可能となる。例えば、図6
に示すように主メモリ26の開始アドレスから終了アド
レスまでの記憶領域を転送する場合、オフセット値Aに
相当する領域OR1を飛び越して、ローカルカウンター
LC1の値が初期値Aから最終値Aに至る期間に相当す
る転送領域TR1,TR1,…を選択して転送できる。
従って、図7(a)に示すように、主メモリ26にプロ
グレッシブ(順次走査)形式で記憶された画像データP
2から、開始アドレスから最終アドレスに至る水平ライ
ン領域と、オフセット値Aに相当する領域を間引いた垂
直ライン領域とからなる画像データを抽出する(切り出
す)ことができる。As described above, by adjusting the final value A and the offset value A, the image data stored in the main memory 26 or the like can be thinned out and DMA-transferred without imposing a load on the CPU 17. . For example, FIG.
When the storage area from the start address to the end address of the main memory 26 is to be transferred as shown in (2), the area OR1 corresponding to the offset value A is skipped and the value of the local counter LC1 changes from the initial value A to the final value A. Can be selected and transferred.
Accordingly, as shown in FIG. 7A, the image data P stored in the main memory 26 in the progressive (sequential scanning) format is used.
From 2, it is possible to extract (cut out) image data consisting of a horizontal line region from the start address to the end address and a vertical line region obtained by thinning out a region corresponding to the offset value A.
【0046】また図7(b)の画像データP3に示すよ
うに、オフセット値Aを図7(a)の場合の値から水平
ライン1本分増すことでインターレース(飛び越し走
査)形式の画像データをDMA転送することもできる。
従って、上記RPU14やCPU17で画像処理したプ
ログレッシブ形式の画像信号を一旦主メモリ26に格納
しておき、上述の動作手順でインターレース形式の画像
データをディスプレイモジュール20にDMA転送して
LCD23で映像表示することが可能となる。As shown in the image data P3 of FIG. 7B, by increasing the offset value A by one horizontal line from the value of FIG. 7A, the image data of the interlaced (interlaced scanning) format is obtained. DMA transfer can also be performed.
Therefore, the progressive image signal processed by the RPU 14 and the CPU 17 is temporarily stored in the main memory 26, and the interlaced image data is DMA-transferred to the display module 20 by the above-described operation procedure and displayed on the LCD 23. It becomes possible.
【0047】実施の形態3.次に、図8は本発明の実施
の形態3に係るDMAコントローラ(データ転送制御装
置)24の回路構成を示す概略図、図9および図10
は、このDMAコントローラによる転送処理を説明する
図である。図8において、図3,図4に示した符号と同
一符号を付した記号およびブロックについては略同一機
能を有するものとして詳細な説明を省略する。Embodiment 3 Next, FIG. 8 is a schematic diagram showing a circuit configuration of a DMA controller (data transfer control device) 24 according to Embodiment 3 of the present invention, and FIGS.
FIG. 3 is a diagram illustrating a transfer process by the DMA controller. In FIG. 8, symbols and blocks denoted by the same reference numerals as those shown in FIGS. 3 and 4 have substantially the same functions and will not be described in detail.
【0048】本実施の形態3のDMAチャンネルCHn
は、上記実施の形態2のDMAチャンネルの構成に加え
て、アドレスカウンターAC1のアドレスの増分動作と
同期した計数処理を実行するローカルカウンターLC2
を備えている。また比較器CMP3は、このローカルカ
ウンターLC2の出力信号の値とレジスタLEREG2
に格納した最終値Bとを比較して、両信号が一致した場
合は「H」レベル、両信号が不一致の場合は「L」レベ
ルの比較信号をセレクタSEL3とOR素子50とに出
力する。またセレクタSEL3は、比較器CMP3から
出力された比較信号により制御され、その比較信号のレ
ベルが「L」の場合は「0」の値を選択し、その比較信
号のレベルが「H」の場合はレジスタOREG2に格納
したオフセット値Bを選択して加算器AD2へ出力す
る。尚、本実施の形態では、宛先アドレスが正の方向へ
増分される場合を想定して加算器AD2を用いている
が、宛先アドレスが負の方向へ増分される場合は上記加
算器AD2は減算器に代替される。The DMA channel CHn of the third embodiment
Is a local counter LC2 that executes a counting process in synchronization with the address increment operation of the address counter AC1 in addition to the configuration of the DMA channel of the second embodiment.
It has. Further, the comparator CMP3 determines the value of the output signal of the local counter LC2 and the value of the register LEREG2.
Is compared to the final value B, and outputs an "H" level comparison signal to the selector SEL3 and the OR element 50 when both signals match, and "L" level when both signals do not match. The selector SEL3 is controlled by a comparison signal output from the comparator CMP3, selects a value of "0" when the level of the comparison signal is "L", and selects a value of "0" when the level of the comparison signal is "H". Selects the offset value B stored in the register OREG2 and outputs it to the adder AD2. In the present embodiment, the adder AD2 is used on the assumption that the destination address is incremented in the positive direction. However, when the destination address is incremented in the negative direction, the adder AD2 performs subtraction. It is replaced with a vessel.
【0049】またOR素子50は、比較器CMP3から
の比較信号と比較器CMP2からの比較信号とを論理和
演算してアドレスカウンターAC1に出力する。The OR element 50 performs a logical OR operation on the comparison signal from the comparator CMP3 and the comparison signal from the comparator CMP2 and outputs the result to the address counter AC1.
【0050】このようなDMAチャンネルCHnを有す
るDMAコントローラ24の動作を以下に詳説する。The operation of the DMA controller 24 having such a DMA channel CHn will be described in detail below.
【0051】上記実施の形態1,2の場合と同様に、内
部モジュールMLnからアービタ45にDMA転送要求
が発せられると、アービタ45は内部モジュールMLn
に割り当てたDMAチャンネルCHnに作動信号ACK
を送出する。この作動信号ACKは図8に示すDMAチ
ャンネルCHnのAND素子44に入力する。またAN
D素子44は、その作動信号ACKとOR素子42の出
力信号との論理積演算を行い、両信号が共に「H」レベ
ルにある場合に「H」レベルのイネーブル信号をアドレ
スカウンターAC1、ローカルカウンターLC1および
LC2に出力して増分動作および計数動作を実行させ
る。尚、アドレスカウンターAC1、ローカルカウンタ
ーLC1およびLC2には同一のタイミングで宛先アド
レスの増分および計数を実行させるクロック信号(図示
せず)が供給されている。As in the first and second embodiments, when a DMA transfer request is issued from the internal module MLn to the arbiter 45, the arbiter 45 sets the internal module MLn.
ACK signal to DMA channel CHn assigned to
Is sent. This operation signal ACK is input to the AND element 44 of the DMA channel CHn shown in FIG. Also AN
The D element 44 performs a logical AND operation of the operation signal ACK and the output signal of the OR element 42, and when both signals are at the “H” level, outputs the “H” level enable signal to the address counter AC1 and the local counter. Output to LC1 and LC2 to execute the increment operation and the counting operation. The address counter AC1 and the local counters LC1 and LC2 are supplied with a clock signal (not shown) that causes the destination address to be incremented and counted at the same timing.
【0052】また上記実施の形態1,2の場合と同様
に、CPU17はレジスタSREG1,SREG2およ
びEREG1,EREG2にそれぞれ開始アドレスA,
Bおよび終了アドレスA,Bを転送して格納させる。ま
たCPU17はアドレスカウンターAC1に対してセレ
クタSEL1が選択した開始アドレスAをロードする旨
の制御信号を発し、その制御信号を受けたアドレスカウ
ンターAC1は開始アドレスAをロードし、その開始ア
ドレスAを起点として順次増分した宛先アドレスを生成
して比較器CMP1とアービタ45とに出力する。また
ローカルカウンターLC1,LC2は、アドレスカウン
ターAC1の増分動作と同期してそれぞれ所定の初期値
A,Bを起点として計数した計数値を生成出力する。Similarly to the first and second embodiments, the CPU 17 stores start addresses A, EREG2 in registers SREG1, SREG2 and EREG1, EREG2, respectively.
B and end addresses A and B are transferred and stored. Further, the CPU 17 issues a control signal to the address counter AC1 to load the start address A selected by the selector SEL1, and the address counter AC1 receiving the control signal loads the start address A and starts from the start address A. Is generated and output to the comparator CMP1 and the arbiter 45. The local counters LC1 and LC2 generate and output count values counted from predetermined initial values A and B, respectively, in synchronization with the increment operation of the address counter AC1.
【0053】また上記実施の形態1,2の場合と同様
に、前記宛先アドレスを受けたアービタ45は、メモリ
コントロール回路MC1を制御し、当該宛先アドレスに
対応する記憶素子に蓄積されたデータを内部モジュール
MLnにDMA転送させたり、若しくはその内部モジュ
ールMLnからその記憶素子にデータをDMA転送させ
て記憶させる。Similarly to the first and second embodiments, the arbiter 45 receiving the destination address controls the memory control circuit MC1 to store the data stored in the storage element corresponding to the destination address. DMA transfer is performed to the module MLn, or data is transferred from the internal module MLn to the storage element by DMA transfer and stored.
【0054】またローカルカウンターLC1における計
数値がレジスタLEREG1に格納した最終値Aと一致
した時点で、比較器CMP2は「H」レベル信号を出力
し、その信号を受けたセレクタSEL2はレジスタOR
EG1に格納したオフセット値Aを選択して加算器AD
1に出力する。ローカルカウンターLC1は、比較器C
MP2が「H」レベル信号を出力した時点で計数値を初
期値Aにリセットする。また加算器AD1は、アドレス
カウンターAC1から出力されたアドレスとオフセット
値Aとを加算した加算値を加算器AD2に出力する。ま
た加算器AD2は、その加算値とセレクタSEL3から
出力された値とを加算してアドレスカウンターAC1に
出力し、アドレスカウンターAC1はOR素子50を介
して比較器CMP2が発した「H」レベル信号を受け、
加算器AD2から出力された加算値をロードし、当該加
算値を起点として順次増分した宛先アドレスを生成出力
する。When the count value of the local counter LC1 coincides with the final value A stored in the register LEREG1, the comparator CMP2 outputs an "H" level signal, and the selector SEL2 which has received the signal outputs the register OR.
The offset value A stored in EG1 is selected and the adder AD is selected.
Output to 1. The local counter LC1 has a comparator C
When the MP2 outputs the “H” level signal, the count value is reset to the initial value A. Further, the adder AD1 outputs an added value obtained by adding the address output from the address counter AC1 and the offset value A to the adder AD2. The adder AD2 adds the added value and the value output from the selector SEL3 and outputs the result to the address counter AC1. The address counter AC1 outputs the "H" level signal generated by the comparator CMP2 via the OR element 50. Receiving
The added value output from the adder AD2 is loaded, and a destination address sequentially increased from the added value is generated and output.
【0055】他方、ローカルカウンターLC2における
計数値がレジスタLEREG2に格納した最終値Bと一
致した時点で、比較器CMP3は「H」レベル信号を出
力し、その信号を受けたセレクタSEL3はレジスタO
REG2に格納したオフセット値Bを選択して加算器A
D2に出力する。ローカルカウンターLC2は、比較器
CMP3が「H」レベル信号を出力した時点で計数値を
初期値Bにリセットする。また加算器AD2は、上記加
算器AD1から出力された値とオフセット値Bとを加算
してアドレスカウンターAC1に出力し、アドレスカウ
ンターAC1はOR素子50を介して比較器CMP3が
発した「H」レベル信号を受けて加算器AD2から出力
された加算値をロードし、その加算値を起点として順次
増分した宛先アドレスを生成出力する。On the other hand, when the count value of the local counter LC2 coincides with the final value B stored in the register LEREG2, the comparator CMP3 outputs an "H" level signal, and the selector SEL3 having received the signal outputs the register O
Select the offset value B stored in REG2 and adder A
Output to D2. The local counter LC2 resets the count value to the initial value B when the comparator CMP3 outputs the “H” level signal. The adder AD2 adds the value output from the adder AD1 and the offset value B and outputs the result to the address counter AC1. The address counter AC1 outputs "H" output from the comparator CMP3 via the OR element 50. Upon receiving the level signal, the added value output from the adder AD2 is loaded, and the destination address sequentially incremented from the added value is generated and output.
【0056】次に、このように記憶領域Aに対するDM
A転送が終了した後は、上記記憶領域Bに対しても同様
の手順でDMA転送が続行される。Next, the DM for the storage area A is
After the A transfer is completed, the DMA transfer to the storage area B is continued in the same procedure.
【0057】以上の通り、本実施の形態3では、上記最
終値Bおよびオフセット値Bを調整することで、CPU
17に負荷をかけること無く、画像データを更に細かく
間引きしてDMA転送することが可能となる。例えば図
9に示すように、主メモリ26の開始アドレスから終了
アドレスまでの記憶領域を転送する場合、オフセット値
Bに相当する領域OR2を飛び越して、ローカルカウン
ターLC2の値が初期値Bから最終値Bに至る期間に相
当する転送領域TR2,TR2,…を選択し、更に各転
送領域TR2においてオフセット値Aに相当する領域O
R1を飛び越して、ローカルカウンターLC1の値が初
期値Bから最終値Bに至る期間に相当する転送領域TR
1,TR1,…を選択しDMA転送できる。これにより
画像データから複数の画像領域を選択しこれを任意サイ
ズに縮小して表示することが可能となる。As described above, in the third embodiment, by adjusting the final value B and the offset value B, the CPU
The image data can be DMA-transferred by further thinning out the image data without imposing a load on the image data. For example, as shown in FIG. 9, when the storage area from the start address to the end address of the main memory 26 is transferred, the area OR2 corresponding to the offset value B is skipped, and the value of the local counter LC2 is changed from the initial value B to the final value. .. Corresponding to the period up to B, and further, in each transfer region TR2, a region O corresponding to the offset value A is selected.
A transfer area TR corresponding to a period in which the value of the local counter LC1 jumps from R1 to the final value B from the initial value B.
1, TR1,... Can be selected for DMA transfer. This makes it possible to select a plurality of image areas from the image data, reduce them to an arbitrary size, and display them.
【0058】具体的には、図10(a)に示すように、
主メモリ26にプログレッシブ形式で記憶された画像デ
ータP4から、上記オフセット値Bに相当する領域OR
2を間引いた垂直ライン領域TR2において上記オフセ
ット値Aに相当する領域OR1,…を間引いた水平ライ
ン領域TR1,…からなる画像データを抽出する(切り
出す)ことができる。Specifically, as shown in FIG.
From the image data P4 stored in the main memory 26 in the progressive format, the area OR corresponding to the offset value B is obtained.
2 can be extracted (cut out) from the horizontal line areas TR1,... Corresponding to the offset value A in the vertical line area TR2 in which 2 is thinned out.
【0059】また図10(b)示すように、オフセット
値Bを図10(a)の場合の値から水平ラインの1本ま
たは複数本分増すことで、垂直ラインおよび水平ライン
を所定数間引きした画像データを抽出することもでき
る。As shown in FIG. 10 (b), by increasing the offset value B by one or more horizontal lines from the value in FIG. 10 (a), a predetermined number of vertical lines and horizontal lines are thinned out. Image data can also be extracted.
【0060】[0060]
【発明の効果】以上の如く、本発明の請求項1に係るデ
ータ転送制御装置および請求項7に係るデータ転送方法
によれば、上記開始アドレスと終了アドレスの組が複数
用意されており、アドレス切換手段でこれら組を順次選
択できるから、CPUに負荷をかけること無く主メモリ
上の複数の記憶領域に対して順次データ転送を実行でき
る。このため、特に小容量のデータを頻繁にデータ転送
してもCPUにかかる負荷を小さく抑制できる。またC
PUにかかる負荷が減少する分、ソフトウェア上の画像
処理を実行するなどしてCPUを効率的に利用でき、画
像データの処理速度を向上させることが可能となる。As described above, according to the data transfer control device according to the first aspect of the present invention and the data transfer method according to the seventh aspect, a plurality of sets of the start address and the end address are prepared. Since these sets can be sequentially selected by the switching means, data can be sequentially transferred to a plurality of storage areas on the main memory without imposing a load on the CPU. For this reason, the load on the CPU can be suppressed to a small value even if data having a small capacity is frequently transferred. Also C
As the load on the PU is reduced, the CPU can be used efficiently by executing image processing on software, and the processing speed of image data can be improved.
【0061】また請求項2および請求項8によれば、主
メモリ上の複数の記憶領域をサイクリックに利用できる
ため、主メモリを効率的に利用することができる。また
CPUは開始アドレスと終了アドレスの組をサイクリッ
クに切り換える制御信号を生成する必要が無いためCP
Uにかかる負荷を軽減でき、CPUを効率的に利用する
ことが可能となる。According to the second and eighth aspects, since a plurality of storage areas on the main memory can be cyclically used, the main memory can be used efficiently. The CPU does not need to generate a control signal for cyclically switching the set of the start address and the end address.
The load on U can be reduced, and the CPU can be used efficiently.
【0062】また請求項3,5および請求項9,11に
よれば、上記所定値およびオフセット値を調整すること
で、CPUに負荷をかけること無く主メモリなどに蓄積
した画像データを間引きしながらデータ転送することが
可能となる。According to the third and fifth aspects and the ninth and eleventh aspects, by adjusting the predetermined value and the offset value, the image data stored in the main memory or the like can be thinned out without imposing a load on the CPU. Data transfer becomes possible.
【0063】そして請求項4,6および請求項10,1
2によれば、CPUに負荷をかけること無く更に細かく
画像データを間引きしてデータ転送することが可能とな
る。Claims 4 and 6 and claims 10 and 1
According to 2, it is possible to thinly thin out image data and transfer data without imposing a load on the CPU.
【図1】本発明の実施の形態で用いるディジタル・スチ
ル・カメラの全体構成を示す図である。FIG. 1 is a diagram showing an overall configuration of a digital still camera used in an embodiment of the present invention.
【図2】本発明の実施の形態1に係るDMAコントロー
ラの構成を示す図である。FIG. 2 is a diagram showing a configuration of a DMA controller according to Embodiment 1 of the present invention.
【図3】実施の形態1に係るDMAコントローラのDM
Aチャンネルの回路構成を示す図である。FIG. 3 is a diagram illustrating a DM of the DMA controller according to the first embodiment;
FIG. 3 is a diagram illustrating a circuit configuration of an A channel.
【図4】実施の形態1に係るDMAコントローラの転送
処理を説明する図である。FIG. 4 is a diagram illustrating a transfer process of a DMA controller according to the first embodiment.
【図5】本発明の実施の形態2に係るDMAコントロー
ラのDMAチャンネルの回路構成を示す図である。FIG. 5 is a diagram showing a circuit configuration of a DMA channel of a DMA controller according to a second embodiment of the present invention.
【図6】実施の形態2に係るDMAコントローラによる
転送処理を説明する図である。FIG. 6 is a diagram illustrating a transfer process by a DMA controller according to the second embodiment.
【図7】実施の形態2に係るDMAコントローラによる
転送処理を説明する図である。FIG. 7 is a diagram illustrating a transfer process by a DMA controller according to the second embodiment.
【図8】本発明の実施の形態3に係るDMAコントロー
ラのDMAチャンネルの回路構成を示す図である。FIG. 8 is a diagram showing a circuit configuration of a DMA channel of a DMA controller according to Embodiment 3 of the present invention.
【図9】実施の形態3に係るDMAコントローラによる
転送処理を説明する図である。FIG. 9 is a diagram illustrating a transfer process by a DMA controller according to the third embodiment.
【図10】実施の形態3に係るDMAコントローラによ
る転送処理を説明する図である。FIG. 10 is a diagram illustrating a transfer process by a DMA controller according to a third embodiment.
【図11】一般的なディジタル・スチル・カメラの概略
構成図である。FIG. 11 is a schematic configuration diagram of a general digital still camera.
ML0,ML1 内部モジュール SREG1,SREG2 レジスタ EREG1,EREG2 レジスタ OREG1,OREG2,CREG1 レジスタ LEREG1,LEREG2 レジスタ AD1,AD2 加算器 SEL1〜SEL4 セレクタ AC1 アドレスカウンター MC1 メモリコントロール回路 CMP1〜CMP3 比較器 LC1,LC2 ローカルカウンター CHn DMAチャンネル ML0, ML1 Internal module SREG1, SREG2 register EREG1, EREG2 register OREG1, OREG2, CREG1 register LEREG1, LEREG2 register AD1, AD2 Adder SEL1-SEL4 Selector AC1 Address counter MC1 Memory control circuit CMP1-CMP3 Comparator LC1, LC2 Local counter CH DMA channel
Claims (12)
納する主メモリと内部モジュール間のバスを介したデー
タ転送を制御するデータ転送制御装置であって、 前記主メモリにおける複数の記憶領域の各々の開始アド
レスと終了アドレスの組を複数格納するレジスタと、 前記複数の組の中から1組の開始アドレスと終了アドレ
スを選択する選択回路と、 前記選択回路から出力された開始アドレスを起点とし、
当該開始アドレスと対をなす終了アドレスに達するまで
順次変化する宛先アドレスを生成出力するアドレスカウ
ンターと、 前記主メモリを制御し且つ前記バスを獲得して当該宛先
アドレスに対応する前記主メモリの記憶領域と前記内部
モジュール間でデータ転送を実行させるメモリコントロ
ール回路と、 前記アドレスカウンターで生成された宛先アドレスが前
記終了アドレスと一致した時点で、前記複数の組の中か
ら次の1組の開始アドレスと終了アドレスを選択するよ
うに前記選択回路を制御するアドレス切換手段と、を備
えることを特徴とするデータ転送制御装置。1. A data transfer control device for controlling data transfer via a bus between a main memory for storing an image signal output from an image sensor and an internal module, wherein each of a plurality of storage areas in the main memory is provided. A register for storing a plurality of pairs of a start address and an end address, a selection circuit for selecting one set of a start address and an end address from the plurality of sets, and a start address output from the selection circuit as a starting point,
An address counter that generates and outputs a destination address that sequentially changes until reaching an end address that is paired with the start address; and a storage area of the main memory that controls the main memory and acquires the bus to correspond to the destination address. And a memory control circuit for executing data transfer between the internal modules, and when a destination address generated by the address counter matches the end address, a next set of start addresses from the plurality of sets Address transfer means for controlling the selection circuit so as to select an end address.
って、前記アドレス切換手段は、前記開始アドレスと終
了アドレスの組をサイクリック(循環的)に切り換え
る、データ転送制御装置。2. The data transfer control device according to claim 1, wherein the address switching means switches the set of the start address and the end address cyclically.
装置であって、 前記アドレスカウンターにおける前記宛先アドレスの変
化と同期して計数した計数値を算出する計数回路と、 前記計数回路から出力された計数値が所定値に達するま
では零値を選択し、当該計数値が前記所定値に達した時
点でオフセット値を選択する第2の選択回路と、 前記第2の選択回路から出力された前記オフセット値ま
たは前記零値と前記アドレスカウンターから出力された
宛先アドレスとを加減算した加減算値を前記アドレスカ
ウンターに出力する加減算回路と、を更に備え、 前記計数回路は当該計数値が前記所定値に達した時点で
当該計数値をリセットし、前記アドレスカウンターは前
記加減算値を起点として順次変化する宛先アドレスを生
成出力する、データ転送制御装置。3. The data transfer control device according to claim 1, wherein: a counting circuit that calculates a count value counted in synchronization with a change in the destination address in the address counter; A second selection circuit that selects a zero value until the counted value reaches a predetermined value, and selects an offset value when the counted value reaches the predetermined value; An addition / subtraction circuit that outputs an addition / subtraction value obtained by adding / subtracting the offset value or the zero value and a destination address output from the address counter to the address counter, wherein the counting circuit sets the count value to the predetermined value. When the count value is reached, the count value is reset, and the address counter generates and outputs a sequentially changing destination address starting from the addition / subtraction value. Data transfer control device.
って、 前記アドレスカウンターにおける宛先アドレスの変化と
同期して計数した計数値を算出する第2の計数回路と、 前記第2の計数回路から出力された計数値が所定値に達
するまでは零値を選択し、当該計数値が前記所定値に達
した時点で第2のオフセット値を選択する第3の選択回
路と、 前記第3の選択回路から出力された前記第2のオフセッ
ト値または前記零値と請求項3記載の前記加減算回路か
ら出力された前記加減算値とを加減算して前記アドレス
カウンターに出力する第2の加減算回路と、 を更に備え、 前記第2の計数回路は当該計数値が前記所定値に達した
時点で当該計数値をリセットし、前記アドレスカウンタ
ーは前記第2の加減算回路から出力された加減算値を起
点として順次変化する宛先アドレスを生成する、データ
転送制御装置。4. The data transfer control device according to claim 3, wherein: a second counting circuit that calculates a count value counted in synchronization with a change in a destination address in the address counter; and the second counting circuit. A third selection circuit that selects a zero value until the count value output from the counter reaches a predetermined value, and selects a second offset value when the count value reaches the predetermined value; A second addition / subtraction circuit for adding / subtracting the second offset value or the zero value output from the selection circuit and the addition / subtraction value output from the addition / subtraction circuit according to claim 3 and outputting the result to the address counter; The second counting circuit resets the count value when the count value reaches the predetermined value, and the address counter generates the addition / subtraction value output from the second addition / subtraction circuit. Sequentially generates a destination address changes as the data transfer control device.
納する主メモリと内部モジュールとの間でバスを介した
データ転送を制御するデータ転送制御装置であって、 前記主メモリの記憶領域の所定のアドレスを起点として
順次変化する宛先アドレスを生成出力するアドレスカウ
ンターと、 前記アドレスカウンターにおける前記宛先アドレスの変
化と同期して計数した計数値を算出する計数回路と、 前記計数回路から出力された計数値が所定値に達するま
では零値を選択し、当該計数値が前記所定値に達した時
点でオフセット値を選択する選択回路と、 前記選択回路から出力された前記オフセット値または前
記零値と前記アドレスカウンターから出力された宛先ア
ドレスとを加減算した加減算値を前記アドレスカウンタ
ーに出力する加減算回路と、 前記主メモリを制御し且つ前記バスを獲得して当該宛先
アドレスに対応する前記主メモリの記憶領域と前記内部
モジュールとの間でデータ転送を実行させるメモリコン
トロール回路と、を備え、 前記計数回路は当該計数値が前記所定値に達した時点で
当該計数値をリセットし、前記アドレスカウンターは前
記加減算値を起点として順次変化する宛先アドレスを生
成する、データ転送制御装置。5. A data transfer control device for controlling data transfer via a bus between a main memory for storing an image signal output from an image sensor and an internal module, the data transfer control device comprising: An address counter that generates and outputs a destination address that changes sequentially from the address of the address counter, a counting circuit that calculates a count value that is counted in synchronization with the change of the destination address in the address counter, and a counter that is output from the counting circuit. A selection circuit that selects a zero value until the numerical value reaches a predetermined value, and selects an offset value when the count value reaches the predetermined value, and the offset value or the zero value output from the selection circuit. An addition / subtraction circuit for outputting an addition / subtraction value obtained by adding / subtracting the destination address output from the address counter to the address counter. A memory control circuit that controls the main memory and acquires the bus to execute data transfer between a storage area of the main memory corresponding to the destination address and the internal module; A data transfer control device, wherein the circuit resets the count value when the count value reaches the predetermined value, and the address counter generates a sequentially changing destination address starting from the addition / subtraction value.
って、 前記アドレスカウンターにおける宛先アドレスの変化と
同期して所定値に達するまで計数した計数値を算出する
第2の計数回路と、 前記第2の計数回路から出力された計数値が所定値に達
するまでは零値を選択し、当該計数値が前記所定値に達
した時点で第2のオフセット値を選択する第3の選択回
路と、 前記第3の選択回路から出力された前記第2のオフセッ
ト値または前記零値と請求項5記載の前記加減算回路か
ら出力された前記加減算値とを加減算して前記アドレス
カウンターに出力する第2の加減算回路と、を更に備
え、 前記第2の計数回路は当該計数値が前記所定値に達した
時点で当該計数値をリセットし、前記アドレスカウンタ
ーは前記第2の加減算回路から出力された加減算値を起
点として順次変化する宛先アドレスを生成する、データ
転送制御装置。6. The data transfer control device according to claim 5, wherein a second counting circuit that calculates a count value counted until reaching a predetermined value in synchronization with a change in the destination address in the address counter; A third selection circuit that selects a zero value until the count value output from the second count circuit reaches a predetermined value, and selects a second offset value when the count value reaches the predetermined value; A second adding / subtracting unit for adding / subtracting the second offset value or the zero value output from the third selection circuit and the addition / subtraction value output from the addition / subtraction circuit according to claim 5, and outputting the result to the address counter. And the second counter circuit resets the count value when the count value reaches the predetermined value, and the address counter outputs from the second adder / subtractor circuit. The generating a destination address which sequentially changes the subtraction value as a starting point, the data transfer control device.
納する主メモリと内部モジュールとの間でバスを介して
データ転送を行うデータ転送方法であって、(a)前記
主メモリにおける複数の記憶領域の各々の開始アドレス
と終了アドレスの組を複数記憶する工程と、(b)前記
工程(a)で記憶した複数の組の中から1組の開始アド
レスと終了アドレスを選択する工程と、(c)前記工程
(b)で選択した開始アドレスを起点とし、当該開始ア
ドレスと対をなす終了アドレスに達するまで順次変化す
る宛先アドレスを生成する工程と、(d)前記主メモリ
を制御し且つ前記バスを獲得して前記宛先アドレスに対
応する前記主メモリの記憶領域と前記内部モジュールと
の間でデータ転送を実行する工程と、(e)前記工程
(c)で生成された宛先アドレスが前記終了アドレスと
一致した時点で、前記工程(b)において前記複数の組
の中から次の1組の開始アドレスと終了アドレスを選択
し、前記工程(c)および(d)を実行する工程と、を
備えることを特徴とするデータ転送方法。7. A data transfer method for transferring data via a bus between a main memory for storing an image signal output from an image sensor and an internal module, comprising: (a) a plurality of storages in the main memory; (B) selecting one set of start address and end address from the plurality of sets stored in step (a), and c) generating, starting from the start address selected in the step (b), a destination address that sequentially changes until reaching an end address paired with the start address; (d) controlling the main memory and Acquiring a bus and executing data transfer between the storage area of the main memory corresponding to the destination address and the internal module; and (e) the destination generated in the step (c). When the destination address matches the end address, the next set of start address and end address is selected from the plurality of sets in the step (b), and the steps (c) and (d) are executed. A data transfer method.
て、前記工程(e)において、前記次の1組が前記複数
の組の中からサイクリック(循環的)に選択される、デ
ータ転送方法。8. The data transfer method according to claim 7, wherein, in the step (e), the next set is cyclically selected from the plurality of sets. Method.
であって、(f)前記工程(c)で生成される宛先アド
レスの変化に同期して計数した計数値を算出する工程
と、(g)前記工程(f)で算出された計数値が所定値
に達するまでは零値を選択し、当該計数値が前記所定値
に達した時点でオフセット値を選択し且つ前記工程
(f)の計数値をリセットする工程と、(h)前記工程
(g)で選択した前記零値または前記オフセット値と前
記工程(c)で生成した宛先アドレスとを加減算した加
減算値を算出する工程と、を更に備え、 前記工程(c)において、前記工程(h)で算出された
加減算値を起点として順次変化する宛先アドレスを生成
する、データ転送方法。9. The data transfer method according to claim 7, wherein (f) calculating a count value in synchronization with a change in the destination address generated in the step (c); g) selecting a zero value until the count value calculated in the step (f) reaches a predetermined value, selecting an offset value when the count value reaches the predetermined value, and selecting the offset value in the step (f). Resetting a count value; and (h) calculating an addition / subtraction value obtained by adding / subtracting the zero value or the offset value selected in the step (g) and the destination address generated in the step (c). A data transfer method, further comprising: in the step (c), generating a destination address that sequentially changes starting from the addition / subtraction value calculated in the step (h).
て、(i)前記工程(c)で生成される宛先アドレスの
変化に同期して計数した第2の計数値を算出する工程
と、(j)前記工程(i)の第2の計数値が所定値に達
するまでは零値を選択し、当該計数値が前記所定値に達
した時点で第2のオフセット値を選択し且つ前記工程
(i)の第2の計数値をリセットする工程と、(k)前
記工程(j)で選択した前記零値または前記第2のオフ
セット値と前記工程(h)で算出した加減算値とを加算
した加減算値を算出する工程と、を更に備え、 前記工程(c)において、前記工程(k)で算出された
加減算値を起点として順次変化する宛先アドレスを生成
する、データ転送方法。10. The data transfer method according to claim 9, wherein (i) calculating a second count value counted in synchronization with a change in the destination address generated in the step (c); (J) selecting a zero value until the second count value of the step (i) reaches a predetermined value; selecting a second offset value when the count value reaches the predetermined value; (I) resetting the second count value, and (k) adding the zero value or the second offset value selected in the step (j) and the addition / subtraction value calculated in the step (h). Calculating the calculated addition / subtraction value, wherein in the step (c), a destination address that sequentially changes starting from the addition / subtraction value calculated in the step (k) is generated.
格納する主メモリと内部モジュールとの間でバスを介し
てデータ転送を行うデータ転送方法であって、(c−
1)前記主メモリの記憶領域の所定のアドレスを起点と
して順次変化する宛先アドレスを生成する工程と、(f
−1)前記工程(c−1)で生成される宛先アドレスの
変化と同期して計数した計数値を算出する工程と、(g
−1)前記工程(f−1)で算出された計数値が所定値
に達するまでは零値を選択し、当該計数値が前記所定値
に達した時点でオフセット値を選択し且つ前記工程(f
−1)の計数値をリセットする工程と、(h−1)前記
工程(g−1)で選択した前記零値または前記オフセッ
ト値と前記工程(c−1)で生成した宛先アドレスとを
加減算した加減算値を算出する工程と、(d−1)前記
主メモリを制御し且つ前記バスを獲得して前記宛先アド
レスに対応する前記主メモリの記憶領域と前記内部モジ
ュールとの間でデータ転送を実行する工程と、を備え、 前記工程(c−1)において、前記工程(h−1)で算
出された加減算値を起点として順次変化する宛先アドレ
スを生成することを特徴とするデータ転送方法。11. A data transfer method for transferring data via a bus between a main memory for storing an image signal output from an image sensor and an internal module, comprising:
1) generating a destination address that sequentially changes starting from a predetermined address in a storage area of the main memory;
-1) calculating a count value counted in synchronization with the change in the destination address generated in the step (c-1);
-1) A zero value is selected until the count value calculated in the step (f-1) reaches a predetermined value, and an offset value is selected when the count value reaches the predetermined value. f
-1) resetting the count value, and (h-1) adding or subtracting the zero value or the offset value selected in the step (g-1) and the destination address generated in the step (c-1). (D-1) controlling the main memory and acquiring the bus to transfer data between the storage area of the main memory corresponding to the destination address and the internal module. Performing the step (c-1), wherein in the step (c-1), a destination address that sequentially changes starting from the addition / subtraction value calculated in the step (h-1) is generated.
って、(i−1)前記工程(c−1)で生成される宛先
アドレスの変化に同期して計数した第2の計数値を算出
する工程と、(j−1)前記工程(i−1)の第2の計
数値が所定値に達するまでは零値を選択し、当該計数値
が前記所定値に達した時点で第2のオフセット値を選択
し且つ前記工程(i−1)の第2の計数値をリセットす
る工程と、(k−1)前記工程(j−1)で選択した前
記零値または前記第2のオフセット値と前記工程(h−
1)で算出した加減算値とを加減算した加減算値を算出
する工程と、を更に備え、 前記工程(c−1)において、前記工程(k−1)で算
出された加減算値を起点として順次変化する宛先アドレ
スを生成する、データ転送方法。12. The data transfer method according to claim 11, wherein (i-1) calculating a second count value in synchronization with a change in the destination address generated in the step (c-1). And (j-1) selecting a zero value until the second count value of the step (i-1) reaches a predetermined value, and selecting a second value when the count value reaches the predetermined value. Selecting an offset value and resetting the second count value in step (i-1); and (k-1) the zero value or the second offset value selected in step (j-1). And the step (h-
A step of calculating an addition / subtraction value obtained by adding / subtracting the addition / subtraction value calculated in 1), wherein the step (c-1) sequentially changes the addition / subtraction value calculated in the step (k-1) from a starting point. A data transfer method that generates a destination address to perform.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000382451A JP4677581B2 (en) | 2000-12-15 | 2000-12-15 | Data transfer control device and data transfer method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000382451A JP4677581B2 (en) | 2000-12-15 | 2000-12-15 | Data transfer control device and data transfer method |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010264986A Division JP5017601B2 (en) | 2010-11-29 | 2010-11-29 | Data transfer control device and data transfer method |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2002183080A true JP2002183080A (en) | 2002-06-28 |
JP2002183080A5 JP2002183080A5 (en) | 2008-01-24 |
JP4677581B2 JP4677581B2 (en) | 2011-04-27 |
Family
ID=18850273
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000382451A Expired - Fee Related JP4677581B2 (en) | 2000-12-15 | 2000-12-15 | Data transfer control device and data transfer method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4677581B2 (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014081760A (en) * | 2012-10-16 | 2014-05-08 | Ricoh Co Ltd | Information processing apparatus, image forming apparatus, and data processing method |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6294732B2 (en) | 2014-03-31 | 2018-03-14 | 株式会社メガチップス | Data transfer control device and memory built-in device |
Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6353681A (en) * | 1986-08-22 | 1988-03-07 | Fuji Xerox Co Ltd | Dma controller for image editing device |
JPS63159961A (en) * | 1986-12-24 | 1988-07-02 | Toshiba Corp | Transfer controller for direct memory access |
JPH03209546A (en) * | 1990-01-11 | 1991-09-12 | Matsushita Electric Ind Co Ltd | Fast data transfer processor |
JPH0496163A (en) * | 1990-08-08 | 1992-03-27 | Nec Corp | Dma controller |
JPH04236649A (en) * | 1991-01-21 | 1992-08-25 | Matsushita Electric Ind Co Ltd | Data transfer device |
JPH04277850A (en) * | 1991-03-06 | 1992-10-02 | Nec Corp | Descriptor control system |
JPH05204833A (en) * | 1992-01-28 | 1993-08-13 | Nec Kyushu Ltd | Direct memory access transfer controller |
JPH06332843A (en) * | 1992-06-24 | 1994-12-02 | Seiko Epson Corp | Moving image video data transfer device and computer system |
JPH0736819A (en) * | 1993-07-21 | 1995-02-07 | Sanyo Electric Co Ltd | Dma data transfer device |
JPH07302073A (en) * | 1994-03-07 | 1995-11-14 | Seiko Epson Corp | Video data transfer device and computer system |
JPH07306671A (en) * | 1994-05-13 | 1995-11-21 | Seiko Epson Corp | Image data transfer device |
JPH0888758A (en) * | 1994-09-20 | 1996-04-02 | Ricoh Co Ltd | Electronic filing device |
JPH10312356A (en) * | 1997-05-14 | 1998-11-24 | Matsushita Electric Ind Co Ltd | Data transfer device |
JPH11184799A (en) * | 1997-12-19 | 1999-07-09 | Toshiba Corp | Method for transferring memory data and device therefor |
JP2000236484A (en) * | 1999-02-15 | 2000-08-29 | Mega Chips Corp | Signal processing circuit in image input device |
-
2000
- 2000-12-15 JP JP2000382451A patent/JP4677581B2/en not_active Expired - Fee Related
Patent Citations (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6353681A (en) * | 1986-08-22 | 1988-03-07 | Fuji Xerox Co Ltd | Dma controller for image editing device |
JPS63159961A (en) * | 1986-12-24 | 1988-07-02 | Toshiba Corp | Transfer controller for direct memory access |
JPH03209546A (en) * | 1990-01-11 | 1991-09-12 | Matsushita Electric Ind Co Ltd | Fast data transfer processor |
JPH0496163A (en) * | 1990-08-08 | 1992-03-27 | Nec Corp | Dma controller |
JPH04236649A (en) * | 1991-01-21 | 1992-08-25 | Matsushita Electric Ind Co Ltd | Data transfer device |
JPH04277850A (en) * | 1991-03-06 | 1992-10-02 | Nec Corp | Descriptor control system |
JPH05204833A (en) * | 1992-01-28 | 1993-08-13 | Nec Kyushu Ltd | Direct memory access transfer controller |
JPH06332843A (en) * | 1992-06-24 | 1994-12-02 | Seiko Epson Corp | Moving image video data transfer device and computer system |
JPH0736819A (en) * | 1993-07-21 | 1995-02-07 | Sanyo Electric Co Ltd | Dma data transfer device |
JPH07302073A (en) * | 1994-03-07 | 1995-11-14 | Seiko Epson Corp | Video data transfer device and computer system |
JPH07306671A (en) * | 1994-05-13 | 1995-11-21 | Seiko Epson Corp | Image data transfer device |
JPH0888758A (en) * | 1994-09-20 | 1996-04-02 | Ricoh Co Ltd | Electronic filing device |
JPH10312356A (en) * | 1997-05-14 | 1998-11-24 | Matsushita Electric Ind Co Ltd | Data transfer device |
JPH11184799A (en) * | 1997-12-19 | 1999-07-09 | Toshiba Corp | Method for transferring memory data and device therefor |
JP2000236484A (en) * | 1999-02-15 | 2000-08-29 | Mega Chips Corp | Signal processing circuit in image input device |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014081760A (en) * | 2012-10-16 | 2014-05-08 | Ricoh Co Ltd | Information processing apparatus, image forming apparatus, and data processing method |
Also Published As
Publication number | Publication date |
---|---|
JP4677581B2 (en) | 2011-04-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3720268B2 (en) | Image processing device | |
JP4030605B2 (en) | Electronic imaging device | |
KR100618014B1 (en) | Image pickup device | |
US20060044420A1 (en) | Image pickup apparatus | |
US8269859B2 (en) | Photographing apparatus that performs distortion correction in association with digital and optical zoom, method of controlling the same, and recording medium having recorded thereon computer program to implement the method | |
US8345110B2 (en) | Image processing apparatus and storage medium | |
JP2017153156A (en) | Electronic camera | |
JP7004852B2 (en) | Image sensor, image sensor, operation method of image sensor, and program | |
US20100135644A1 (en) | Photographing apparatus and method of controlling the same | |
JP6996025B2 (en) | Image sensor, image sensor, operation method of image sensor, and program | |
JP2013175824A (en) | Electronic camera | |
US8654229B2 (en) | Photographing apparatus with random trigger operation | |
JP4677581B2 (en) | Data transfer control device and data transfer method | |
JP2003132007A (en) | Method for bus control, apparatus thereof and digital camera | |
JP2013135409A (en) | Imaging apparatus | |
CN113728613B (en) | Imaging element, imaging device, method for operating imaging element, and program | |
WO2020170904A1 (en) | Shake correction device, image-capturing device, monitoring system, and program | |
JP5017601B2 (en) | Data transfer control device and data transfer method | |
JP7292961B2 (en) | Imaging device and its control method | |
JP2003248165A (en) | Af evaluation value calculating apparatus | |
JP7004853B2 (en) | Image sensor, image sensor, operation method of image sensor, and program | |
JP3810699B2 (en) | Resolution conversion device and imaging device | |
JP7410088B2 (en) | Imaging device, imaging device, image data output method, and program | |
JP4211572B2 (en) | Imaging device | |
JP2000134550A (en) | Image pickup device, image picking up method and storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20071128 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20071128 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20071204 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100611 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100622 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100809 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20100831 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20101129 |
|
A911 | Transfer of reconsideration by examiner before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20101206 |
|
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: 20101221 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110111 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4677581 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140210 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |