JP6565567B2 - Image processing apparatus, imaging apparatus, image processing method, and program - Google Patents

Image processing apparatus, imaging apparatus, image processing method, and program Download PDF

Info

Publication number
JP6565567B2
JP6565567B2 JP2015198212A JP2015198212A JP6565567B2 JP 6565567 B2 JP6565567 B2 JP 6565567B2 JP 2015198212 A JP2015198212 A JP 2015198212A JP 2015198212 A JP2015198212 A JP 2015198212A JP 6565567 B2 JP6565567 B2 JP 6565567B2
Authority
JP
Japan
Prior art keywords
effective length
image processing
information
length information
unit
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.)
Active
Application number
JP2015198212A
Other languages
Japanese (ja)
Other versions
JP2017073621A (en
Inventor
神田 好道
好道 神田
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2015198212A priority Critical patent/JP6565567B2/en
Publication of JP2017073621A publication Critical patent/JP2017073621A/en
Application granted granted Critical
Publication of JP6565567B2 publication Critical patent/JP6565567B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Studio Devices (AREA)

Description

本発明は、画像処理装置、撮像装置、画像処理方法及びプログラムに関し、詳細には、画像データを、その画像データの有効長を示す有効長特定情報を付加してシリアル転送する画像処理装置、撮像装置、画像処理方法及びプログラムに関する。   The present invention relates to an image processing apparatus, an imaging apparatus, an image processing method, and a program, and more specifically, an image processing apparatus that serially transfers image data with effective length specifying information indicating the effective length of the image data, and imaging The present invention relates to an apparatus, an image processing method, and a program.

デジタルカメラ等の画像処理装置は、内部に、画像処理関係の回路モジュール、外部との通信を行う回路モジュール等の複数の回路モジュールを有する。外部と通信するための回路モジュールは、内部のCPU(Central Processing Unit)と通信を行うSPI(Serial Peripheral Interface)や高速シリアルのインターフェイス等がある。   An image processing apparatus such as a digital camera has a plurality of circuit modules such as a circuit module related to image processing and a circuit module that performs communication with the outside. Circuit modules for communicating with the outside include an SPI (Serial Peripheral Interface) that communicates with an internal CPU (Central Processing Unit), a high-speed serial interface, and the like.

画像処理装置は、画像データを高速シリアルインターフェイスを用いて回路モジュール間で転送するが、有効な画像データの範囲を示すための同期コードを画像データとともに転送することが、従来から行われている。   An image processing apparatus transfers image data between circuit modules using a high-speed serial interface, and conventionally, a synchronization code for indicating a range of valid image data is transferred together with the image data.

そして、各回路モジュールは、同期コード等の動作制御の制御情報が設定されるレジスタを有しており、外部のCPUからこのレジスタへのアクセスは、SPIが多く用いられている。   Each circuit module has a register in which operation control control information such as a synchronization code is set, and SPI is often used to access this register from an external CPU.

また、SPIを用いてシングル転送で制御情報をライトすると時間がかかりパフォーマンスに影響するため、頻繁にライトが必要なレジスタについては、バーストでライトできるように、制御情報のアドレスが連続配置される。   Also, writing control information by single transfer using SPI takes time and affects performance. Therefore, for registers that require frequent writing, control information addresses are continuously arranged so that they can be written in bursts.

ここで、シングル転送とは、データ転送を1サイクル実行するたびにバス制御権を解放する転送方式をいう。また、バースト転送とは、データ転送を開始すると、指定転送回数だけ転送が完了するまで連続でデータ転送を実行して、バス制御権を解放しない転送方式をいう。   Here, the single transfer refers to a transfer method in which the bus control right is released every time one cycle of data transfer is executed. Burst transfer refers to a transfer method in which when data transfer is started, data transfer is continuously executed until the transfer is completed a specified number of times, and the bus control right is not released.

ところが、高速シリアルインターフェイスの回路モジュールでは、画像サイズの変更のたびに有効画像データの範囲を設定するレジスタに有効長情報を設定する必要がある。したがって、頻繁にライト処理が必要なレジスタとは異なるアドレスに、有効長情報が配置されているため、有効長情報をシングル転送することが必要になる。その結果、画像データの有効長が頻繁に変化すると、有効長情報を、SPIのシングル転送により行うこととなり、画像データの転送速度が低下するという問題があった。   However, in the circuit module of the high-speed serial interface, it is necessary to set effective length information in a register that sets a range of effective image data every time the image size is changed. Therefore, since the effective length information is arranged at an address different from that of a register that frequently requires write processing, it is necessary to transfer the effective length information as a single transfer. As a result, if the effective length of the image data changes frequently, the effective length information is performed by single transfer of the SPI, and there is a problem that the transfer speed of the image data decreases.

そして、従来、複数のデバイスと接続されて前記デバイスとの間での情報伝送を制御する伝送制御回路であって、前記複数のデバイスのうち情報伝送を行うデバイスを選択する信号及び情報伝送の種類を識別する信号を出力する信号出力部と、前記情報伝送の種類に応じた伝送周波数を示すレジスタ値を、前記情報伝送を行うデバイスから取得するレジスタ値取得部と、前記取得されたレジスタ値に応じた伝送周波数を決定する周波数決定部と、前記決定された伝送周波数のクロック信号を出力するクロック生成部とを含む伝送制御回路が提案されている(特許文献1参照)。   Conventionally, a transmission control circuit that is connected to a plurality of devices and controls information transmission between the devices, and a signal for selecting a device that performs information transmission among the plurality of devices and a type of information transmission A signal output unit that outputs a signal for identifying, a register value indicating a transmission frequency according to the type of information transmission, a register value acquisition unit that acquires from a device that performs the information transmission, and the acquired register value There has been proposed a transmission control circuit including a frequency determining unit that determines a corresponding transmission frequency and a clock generating unit that outputs a clock signal of the determined transmission frequency (see Patent Document 1).

しかしながら、上記公報記載の従来技術にあっては、画像サイズの変更のたびに有効画像データの範囲を設定するレジスタに、SPIで有効長情報をシングル転送することについては考慮されておらず、改良の必要があった。   However, the prior art described in the above publication does not consider the single transfer of effective length information using SPI to a register that sets the range of effective image data every time the image size is changed. There was a need for.

そこで、本発明は、低速シリアルインターフェイスで転送されてくる制御情報に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることを目的としている。   Therefore, an object of the present invention is to improve the transfer efficiency of image data by a high-speed serial interface based on control information transferred by a low-speed serial interface.

上記目的を達成するために、請求項1記載の画像処理装置は、入力される画像データを外部からの制御情報に基づいて画像処理手段で画像処理して、処理済みの画像データを、該画像データの有効長を示す有効長特定情報とともに、シリアル転送手段によって外部へ転送する画像処理装置であって、前記有効長特定情報を生成可能な有効長情報を記憶する第1の記憶手段と、前記有効長情報を含む制御情報を記憶する第2の記憶手段と、前記外部から送信されてくる前記有効長情報を含む前記制御情報を受け取って前記第2の記憶手段へ記憶させる記憶制御手段と、前記第2の記憶手段の前記制御情報から前記有効長情報を取得して、前記第1の記憶手段の前記有効長情報を更新する有効長情報更新手段と、を備えていることを特徴としている。   In order to achieve the above object, the image processing apparatus according to claim 1 performs image processing on input image data by image processing means based on control information from the outside, and the processed image data is converted into the image data. An image processing apparatus that transfers the effective length specifying information indicating the effective length of the data to the outside by a serial transfer unit, the first storage unit storing effective length information capable of generating the effective length specifying information; Second storage means for storing control information including effective length information; storage control means for receiving the control information including the effective length information transmitted from the outside and storing the control information in the second storage means; Effective length information updating means for obtaining the effective length information from the control information of the second storage means and updating the effective length information of the first storage means. .

本発明によれば、低速シリアルインターフェイスで転送されてくる制御情報に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   According to the present invention, it is possible to improve the transfer efficiency of image data by a high-speed serial interface based on control information transferred by a low-speed serial interface.

本発明の一実施例を適用した撮像装置の要部ブロック図。1 is a block diagram of a main part of an imaging apparatus to which an embodiment of the present invention is applied. 画像処理ASICの要部構成図。The principal part block diagram of image processing ASIC. モジュール毎のレジスタ空間割り当てを示す図。The figure which shows the register space allocation for every module. SPIのレジスタライトシーケンスとレジスタリードシーケンスを示す図。The figure which shows the register write sequence and register read sequence of SPI. SPIのbyte単位の転送順番を示す図。The figure which shows the transfer order of the byte unit of SPI. SPIの通信終了から開始までのオーバーヘッドを示す図。The figure which shows the overhead from the communication end of SPI to the start. LLEN設定レジスタの配置を示す図。The figure which shows arrangement | positioning of a LLEN setting register. LLEN設定レジスタ領域の空間割り当ての一例を示す図。The figure which shows an example of the space allocation of a LLEN setting register area. 画像処理ASICの信号関係と有効長情報取り込み処理の説明図。Explanatory drawing of the signal relationship of an image processing ASIC and an effective length information taking-in process. 画像処理ASICの機能ブロック図。The functional block diagram of image processing ASIC. 画像処理ASICにおける主要信号のタイミングを示す図。The figure which shows the timing of the main signal in image processing ASIC. データ転送処理を示すフローチャート。The flowchart which shows a data transfer process.

以下、本発明の好適な実施例を添付図面に基づいて詳細に説明する。なお、以下に述べる実施例は、本発明の好適な実施例であるので、技術的に好ましい種々の限定が付されているが、本発明の範囲は、以下の説明によって不当に限定されるものではなく、また、本実施の形態で説明される構成の全てが本発明の必須の構成要件ではない。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In addition, since the Example described below is a suitable Example of this invention, various technically preferable restrictions are attached | subjected, However, The range of this invention is unduly limited by the following description. However, not all the configurations described in the present embodiment are essential constituent elements of the present invention.

図1〜図12は、本発明の画像処理装置、撮像装置、画像処理方法及びプログラムの一実施例を示す図であり、図1は、本発明の画像処理装置、撮像装置、画像処理方法及びプログラムの一実施例を適用した撮像装置1の要部ブロック図である。   1 to 12 are diagrams illustrating an embodiment of an image processing apparatus, an imaging apparatus, an image processing method, and a program according to the present invention. FIG. 1 illustrates an image processing apparatus, an imaging apparatus, an image processing method, and an image processing apparatus according to the present invention. It is a principal part block diagram of the imaging device 1 to which one Example of the program is applied.

図1において、撮像装置1は、撮像センサ2、画像処理ASIC(Application Specific Integrated Circuit)3及びDSP(Digital Signal Processor)4等を備えている。撮像装置1は、撮像センサ2と画像処理ASIC3が信号ライン5で接続されており、画像処理ASIC3とDSP4が、高速シリアルバス6と低速シリアルバス7で接続されている。本実施例の撮像装置1は、高速シリアルバス6としては、subLVDSインターフェイスのバスが用いられており、低速シリアルバス7としては、SPIバスが用いられている。なお、撮像装置1は、図示しないが、SD(Secure Digital)カード、メモリカード、LCD(Liquid Crystal Display)モニタ、各種操作ボタン等を備えている。   In FIG. 1, an imaging apparatus 1 includes an imaging sensor 2, an image processing ASIC (Application Specific Integrated Circuit) 3, a DSP (Digital Signal Processor) 4, and the like. In the imaging apparatus 1, the imaging sensor 2 and the image processing ASIC 3 are connected by a signal line 5, and the image processing ASIC 3 and the DSP 4 are connected by a high-speed serial bus 6 and a low-speed serial bus 7. In the imaging apparatus 1 of the present embodiment, a subLVDS interface bus is used as the high-speed serial bus 6, and an SPI bus is used as the low-speed serial bus 7. Although not shown, the imaging device 1 includes an SD (Secure Digital) card, a memory card, an LCD (Liquid Crystal Display) monitor, various operation buttons, and the like.

撮像センサ(撮像手段)2は、例えば、CCD(Charge Coupled Device )等が用いられており、被写体の映像を撮影して、該被写体の画像データを、信号ライン5を通して画像処理ASIC3へ出力する。   For example, a CCD (Charge Coupled Device) or the like is used as the imaging sensor (imaging means) 2, and an image of a subject is captured and image data of the subject is output to the image processing ASIC 3 through the signal line 5.

画像処理ASIC3は、撮像センサ2から送られてきた画像データに対して、DSP4から低速シリアルバス7を通して転送されてくる制御情報に基づいて画像処理を施して、高速シリアルバス6を通してDSP4へ転送する。   The image processing ASIC 3 performs image processing on the image data sent from the image sensor 2 based on control information transferred from the DSP 4 through the low-speed serial bus 7, and transfers the image data to the DSP 4 through the high-speed serial bus 6. .

DSP4は、基本的に内部に信号処理部(ALU(算術論理演算器)等からなるプロセッサ部)と信号処理部を動作させるプログラム格納部(メモリ)から構成され、ハード及びソフトウェアの両面を有している。DSP4は、このALUを複数個持ち、一連の画像データに対してこれら複数のALUが並列に同時に実行するSIMD(Single Instruction-stream Multiple Data-stream)構造及び並列処理に不向きな誤差拡散等の処理に対しては専用のハードウェアを持つことにより、高速かつ柔軟性よく処理を行なう。   The DSP 4 is basically composed of a signal processing unit (processor unit comprising an ALU (Arithmetic Logic Unit)) and a program storage unit (memory) for operating the signal processing unit, and has both hardware and software. ing. The DSP 4 has a plurality of ALUs, a SIMD (Single Instruction-stream Multiple Data-stream) structure in which the plurality of ALUs execute simultaneously in parallel on a series of image data, and processing such as error diffusion unsuitable for parallel processing. By using dedicated hardware, high-speed and flexible processing is performed.

DSP4は、CPU8を搭載しており、また、DSP4内のメモリには、撮像装置1としての基本プログラム及び本発明の画像処理方法を実行するプログラムが格納される。   The DSP 4 is equipped with a CPU 8, and a memory in the DSP 4 stores a basic program as the imaging device 1 and a program for executing the image processing method of the present invention.

CPU8は、プログラムに基づいて、撮像装置1の各部を制御して、撮像装置1としての基本処理動作を制御し、また、上記SDカード、メモリカード、LCDモニタ、各種操作ボタンの処理を実行する。   The CPU 8 controls each part of the imaging device 1 based on the program, controls basic processing operations as the imaging device 1, and executes processing of the SD card, memory card, LCD monitor, and various operation buttons. .

そして、CPU8は、低速シリアルバス7により画像処理ASIC3と接続されている。CPU8は、本発明のプログラムに基づいて、SPI等の低速シリアルバス7を用いた制御情報の設定に基づく高速シリアルインターフェイスの高速シリアルバス6による画像データの転送効率を向上させる画像処理方法を実行する。すなわち、画像処理ASIC3の動作における制御情報を、SPIの低速シリアルバス7を通して画像処理ASIC3へ転送し、画像処理ASIC3は、低速シリアルバス7のインターフェイス、例えば、SPIを備えている。   The CPU 8 is connected to the image processing ASIC 3 via the low-speed serial bus 7. Based on the program of the present invention, the CPU 8 executes an image processing method for improving the transfer efficiency of image data by the high-speed serial bus 6 of the high-speed serial interface based on the setting of control information using the low-speed serial bus 7 such as SPI. . That is, control information in the operation of the image processing ASIC 3 is transferred to the image processing ASIC 3 through the SPI low-speed serial bus 7, and the image processing ASIC 3 includes an interface of the low-speed serial bus 7, for example, SPI.

画像処理装置である画像処理ASIC3は、撮像センサ2から送られてくる画像データに、CPU8から設定される制御情報に基づいて、必要な画像処理を施して、処理済みの画像データを有効長情報を付加して、高速シリアルバス6でDSP4へ転送する。画像処理ASIC3は、撮像装置1としての必要な画像処理を画像データに施すために、複数の回路モジュールを搭載している。画像処理ASIC3は、本発明の画像処理方法に必要な回路モジュールとして、図2に示すように、レジスタアクセス部11、システム部12、画像処理部13及び高速シリアルインターフェイス14等を搭載している。なお、画像処理ASIC3は、図2には図示しない各回路モジュールも搭載している。   The image processing ASIC 3 that is an image processing device performs necessary image processing on the image data sent from the imaging sensor 2 based on control information set by the CPU 8, and converts the processed image data to effective length information. Is transferred to the DSP 4 via the high-speed serial bus 6. The image processing ASIC 3 is equipped with a plurality of circuit modules in order to perform image processing necessary for the imaging device 1 on the image data. As shown in FIG. 2, the image processing ASIC 3 includes a register access unit 11, a system unit 12, an image processing unit 13, a high-speed serial interface 14 and the like as circuit modules necessary for the image processing method of the present invention. Note that the image processing ASIC 3 also includes circuit modules (not shown in FIG. 2).

システム部12、画像処理部13、高速シリアルインターフェイス14は、それぞれ、その動作制御用のレジスタ12a、13a、14aを搭載しており、レジスタアクセス部11とAPB(Advanced Peripheral Bus)15、16、17で接続されている。   The system unit 12, the image processing unit 13, and the high-speed serial interface 14 are equipped with operation control registers 12a, 13a, and 14a, respectively, and the register access unit 11 and APB (Advanced Peripheral Bus) 15, 16, and 17 are mounted. Connected with.

レジスタアクセス部11は、DSP4の搭載するCPU8と、SPI等の低速シリアルインターフェイスの低速シリアルバス7で接続されている。レジスタアクセス部11は、CPU8からシリアル転送されてくる制御情報を、予めアドレス割り当てされている各部12、13、14のレジスタ12a、13a、14aに、APB15、16、17を通して、転送して書き込む。   The register access unit 11 is connected to the CPU 8 mounted on the DSP 4 via a low-speed serial bus 7 of a low-speed serial interface such as SPI. The register access unit 11 transfers and writes the control information serially transferred from the CPU 8 to the registers 12a, 13a, and 14a of the units 12, 13, and 14 to which addresses are assigned in advance through the APBs 15, 16, and 17, respectively.

システム部12は、レジスタ12aに設定される制御情報に基づいて、画像処理ASIC3の各回路モジュールの動作を制御する。   The system unit 12 controls the operation of each circuit module of the image processing ASIC 3 based on the control information set in the register 12a.

画像処理部13は、システム部12の制御下で、レジスタ13aに設定される制御情報に基づいて、撮像センサ2から送られてくる画像データに対して必要な画像処理を施し、高速シリアルインターフェイス14へ渡す。   Under the control of the system unit 12, the image processing unit 13 performs necessary image processing on the image data sent from the imaging sensor 2 based on control information set in the register 13 a, and performs a high-speed serial interface 14. To pass.

高速シリアルインターフェイス14は、レジスタ14aに設定される画像処理部13で処理済みの画像データの有効長を示す有効長情報に基づいて、該画像データに該有効長情報を示す有効長特定情報である同期コードを、該画像データの前後に付加して転送する。   The high-speed serial interface 14 is effective length specifying information indicating the effective length information in the image data based on effective length information indicating the effective length of the image data processed by the image processing unit 13 set in the register 14a. A synchronization code is added before and after the image data and transferred.

そして、一般的に、画像処理ASIC3のシステム部12、画像処理部13、その他のモジュール及び高速シリアルインターフェイス14の各レジスタ12a、13a、14aは、図3に示すように空間割り当てが行われている。なお、図3において、18は、その他の回路モジュールを示しており、18aは、該他の回路モジュールのレジスタを示している。   In general, the system unit 12 of the image processing ASIC 3, the image processing unit 13, other modules, and the registers 12 a, 13 a, and 14 a of the high-speed serial interface 14 are allocated as shown in FIG. 3. . In FIG. 3, reference numeral 18 denotes another circuit module, and 18a denotes a register of the other circuit module.

すなわち、システム部12及び画像処理部13のレジスタ12a、13aは、そのアドレス値が、連続したアドレス空間に配置されているが、高速シリアルインターフェイス14のレジスタ14aのアドレス値は、連続したアドレス空間には配置されていない。これは、システム部12及び画像処理部13のレジスタ12a、13aは、1枚の画像毎に、制御情報が設定される必要のあるレジスタである。したがって、これらのレジスタ12a、13aのアドレス値は、低速シリアルバス7で制御情報をバースト転送によって高速転送して設定が可能なように、連続したアドレス空間に配置されている。ところが、高速シリアルインターフェイス14のレジスタ14aは、転送する画像データの有効長情報が設定されるため、一般的には、初期化時に設定されて、頻繁に書き換えられることが少ない。したがって、高速シリアルインターフェイス14のレジスタ14aの制御情報は、低速シリアルバス7によるシングル転送でCPU8から転送されて、レジスタアクセス部11によりレジスタ14aに設定される。   That is, the registers 12a and 13a of the system unit 12 and the image processing unit 13 have their address values arranged in a continuous address space, but the address values of the register 14a of the high-speed serial interface 14 are in a continuous address space. Is not arranged. The registers 12a and 13a of the system unit 12 and the image processing unit 13 are registers in which control information needs to be set for each image. Accordingly, the address values of these registers 12a and 13a are arranged in a continuous address space so that the control information can be transferred at high speed by burst transfer on the low-speed serial bus 7 and set. However, since the register 14a of the high-speed serial interface 14 is set with the effective length information of the image data to be transferred, it is generally set at the time of initialization and is not frequently rewritten. Therefore, the control information of the register 14 a of the high-speed serial interface 14 is transferred from the CPU 8 by single transfer using the low-speed serial bus 7 and set in the register 14 a by the register access unit 11.

ところが、撮像装置1は、ズーム処理等を伴う画像撮影が行われ、画像処理部13で処理された画像データの有効長範囲が変化することがよくある。このような場合に、シングル転送によって有効長情報が低速シリアルバス7を通してCPU8から転送されて、高速シリアルインターフェイス14のレジスタ14aに設定されると、高速シリアルインターフェイス14の画像データの転送効率が低下する。なお、以下の説明では、低速シリアルバス7は、SPIが用いられているものとして説明するが、SPIに限るものではなく、転送するデータのアドレス空間によって、バースト転送とシングル転送を切り替えて行うシリアルインターフェイスであればよい。ここで、低速シリアルバス7は、SPIの場合、信号線は、SCK(Serial Clock)、MISO(Master In Slave Out)、MOSI(Master Out Slave In)及びSS(Slave Select)の4本が用いられる。以下、SCKを流れるクロックを、SCS信号、MISOを流れる信号を、SDI信号、MOSIを流れる信号を、SDO信号という。   However, the image capturing apparatus 1 often performs image capturing with zoom processing or the like, and the effective length range of the image data processed by the image processing unit 13 often changes. In such a case, if the effective length information is transferred from the CPU 8 through the low-speed serial bus 7 by single transfer and set in the register 14a of the high-speed serial interface 14, the transfer efficiency of the image data of the high-speed serial interface 14 is lowered. . In the following description, the low-speed serial bus 7 is described as using the SPI. However, the low-speed serial bus 7 is not limited to the SPI, but is a serial that switches between burst transfer and single transfer according to the address space of the data to be transferred. Any interface can be used. Here, when the low-speed serial bus 7 is SPI, four signal lines of SCK (Serial Clock), MISO (Master In Slave Out), MOSI (Master Out Slave In), and SS (Slave Select) are used. . Hereinafter, a clock flowing through SCK is referred to as an SCS signal, a signal flowing through MISO is referred to as an SDI signal, and a signal flowing through MOSI is referred to as an SDO signal.

すなわち、SPIを用いた低速シリアルバス7によるデータ転送は、図4(a)及び図4(b)に示すようなレジスタライトシーケンスとレジスタリードシーケンスにより行われ、そのbyte単位の転送順番は、図5のように示される。そして、レジスタライトシーケンスを示す図4(a)において、破線で囲んで示すSDI信号は、図5のSDIに対応していて、レジスタライト信号であり、SCS信号がロー(Low)のときに、CPU8からレジスタアクセス部11へ転送される。レジスタリードシーケンスを示す図4(b)において、破線で囲んで示すSDO信号は、図5のSDOに対応していて、レジスタリード信号であり、SCS信号がロー(Low)のときに、レジスタアクセス部11からCPU8へ転送される。   That is, data transfer by the low-speed serial bus 7 using SPI is performed by a register write sequence and a register read sequence as shown in FIGS. 4A and 4B, and the transfer order in units of bytes is shown in FIG. It is shown as 5. In FIG. 4A showing the register write sequence, an SDI signal surrounded by a broken line corresponds to the SDI in FIG. 5 and is a register write signal, and when the SCS signal is low (Low), The data is transferred from the CPU 8 to the register access unit 11. In FIG. 4B showing the register read sequence, the SDO signal surrounded by a broken line corresponds to the SDO in FIG. 5 and is a register read signal. When the SCS signal is low, register access is performed. The data is transferred from the unit 11 to the CPU 8.

そして、SPIによるバースト転送においては、ライト転送の場合、図4(a)及び図5に示すように、CPU8は、最初にライトを示すバイト(MD、MD)を転送し、次にアクセスするレジスタのアドレスを先頭ADR3から最後ADR0まで転送する。次に、CPU8は、画像処理ASIC3側の応答準備時間を考慮して、データ準備期間を2byte分(00、00)転送した後、ライトのアクセスを、転送アドレスの先頭から順番に行う。CPU8は、SCS信号がハイ(High)になった時点で、バースト転送によるライト転送を終了する。   In burst transfer by SPI, in the case of write transfer, as shown in FIGS. 4A and 5, the CPU 8 first transfers a byte (MD, MD) indicating write, and then accesses a register. Are transferred from the first ADR3 to the last ADR0. Next, the CPU 8 considers the response preparation time on the image processing ASIC 3 side, transfers the data preparation period by 2 bytes (00, 00), and then accesses the write sequentially from the beginning of the transfer address. The CPU 8 ends the write transfer by the burst transfer when the SCS signal becomes high.

同様に、リード転送の場合、図4(b)及び図5に示すように、最初にリードを示すバイト(0、0)を転送し、次にアクセスするDSP4のIDをIDの下位、上位の順で転送する。次に、CPU8は、画像処理ASIC3側の応答準備時間を考慮して、データ準備期間を2byte分(00、00)転送した後、リードのアクセスを、行う。CPU8は、SCS信号がハイ(High)になった時点で、バースト転送によるリード転送を終了する。   Similarly, in the case of read transfer, as shown in FIG. 4B and FIG. 5, the byte (0, 0) indicating the read is transferred first, and the ID of the DSP 4 to be accessed next is the lower and upper IDs. Transfer in order. Next, considering the response preparation time on the image processing ASIC 3 side, the CPU 8 transfers the data preparation period by 2 bytes (00, 00), and then performs read access. The CPU 8 ends the read transfer by the burst transfer when the SCS signal becomes high.

そして、SPIは、図6に示すように、一回の転送終了でSCS信号を「1」してから次のコマンドのためにSCS信号を「0」にするまで、ソフト都合で約1msのオーバーヘッドを必要とする。   Then, as shown in FIG. 6, the SPI has an overhead of about 1 ms for software reasons, from “1” at the end of one transfer until the SCS signal is set to “0” for the next command. Need.

SPIによるシングル転送においては、データ転送を1サイクル実行するたびにバス制御権を解放する必要がある。したがって、シングル転送で制御情報の転送される高速シリアルインターフェイス14のレジスタ14aは、画像データの有効長情報が変更になる度に、シングル転送で有効長情報を転送する必要があり、転送効率が悪い。   In single transfer by SPI, it is necessary to release the bus control right every time data transfer is executed for one cycle. Therefore, the register 14a of the high-speed serial interface 14 to which the control information is transferred by single transfer needs to transfer the effective length information by single transfer every time the effective length information of the image data is changed, and the transfer efficiency is low. .

そこで、本発明の画像処理ASIC3は、図3に示したモジュール毎のレジスタ空間において、図7に示すように、システム部12のレジスタ12aに、LLEN設定レジスタ領域12aaが設けられている。このLLEN設定レジスタ領域12aaは、図8に示すように、有効長情報が格納され、システム部12用の制御情報のレジスタに連続したアドレス領域に形成されている。すなわち、システム部12のレジスタ12aは、LLEN設定レジスタ領域12aaを含めてそのアドレス値が、連続したアドレス空間に形成されている。   Therefore, the image processing ASIC 3 of the present invention is provided with the LLEN setting register area 12aa in the register 12a of the system unit 12 as shown in FIG. 7 in the register space for each module shown in FIG. As shown in FIG. 8, the LLEN setting register area 12aa stores effective length information and is formed in an address area continuous with the control information register for the system unit 12. That is, the register 12a of the system unit 12 has its address value formed in a continuous address space including the LLEN setting register area 12aa.

LLEN設定レジスタ領域12aaは、図8に示すように、bit13〜0に、有効長情報([13:0])が設定され、bit15には、取得可否情報であるLLEN_EN(以下、取得可否情報LLEN_ENという。)として、「1」、「0」が設定される。   In the LLEN setting register area 12aa, as shown in FIG. 8, effective length information ([13: 0]) is set in bits 13 to 0, and LLEN_EN (hereinafter, acquisition availability information LLEN_EN) that is acquisition availability information is set in bit 15. "1" and "0" are set.

したがって、CPU8は、有効長情報を含めた制御情報を、SPIである低速シリアルバス7を通して、バースト転送することができ、高速かつ効率的に転送することができる。   Therefore, the CPU 8 can perform burst transfer of control information including effective length information through the low-speed serial bus 7 that is an SPI, and can transfer the control information at high speed and efficiently.

そして、画像処理ASIC3は、図9(a)に示すように、システム部12が、有効長情報であるLLEN[13:0]と取得可否情報であるLLEN_ENを、高速シリアルインターフェイス14へ出力する。また、画像処理ASIC3は、画像処理部13が、垂直同期信号VD、水平同期信号HD及び画像データDATAを、高速シリアルインターフェイス14へ出力し、高速シリアルインターフェイス14には、さらに、クロックCLKが入力される。   Then, in the image processing ASIC 3, as shown in FIG. 9A, the system unit 12 outputs LLEN [13: 0] as effective length information and LLEN_EN as availability information to the high-speed serial interface 14. In the image processing ASIC 3, the image processing unit 13 outputs the vertical synchronization signal VD, the horizontal synchronization signal HD, and the image data DATA to the high-speed serial interface 14, and the clock CLK is further input to the high-speed serial interface 14. The

高速シリアルインターフェイス14は、図9(b)に示すように、システム部12からの取得可否情報LLEN_ENが「1」であり、画像処理部13からの水平同期信号HDが立ち上がった後の立ち下がりのタイミングに、有効長情報LLEN[13:0]の値を取得する。なお、高速シリアルインターフェイス14は、図9(b)に示すように、取得可否情報LLEN_ENが「0」であると、水平同期信号HDが立ち上がった後に立ち下がっても、有効長情報LLEN[13:0]の値の取り込みを行わない。   In the high-speed serial interface 14, as shown in FIG. 9B, the acquisition permission information LLEN_EN from the system unit 12 is “1”, and the falling edge after the horizontal synchronization signal HD from the image processing unit 13 rises. At the timing, the value of the effective length information LLEN [13: 0] is acquired. Note that, as shown in FIG. 9B, the high-speed serial interface 14 has the effective length information LLEN [13: when the acquisition possibility information LLEN_EN is “0”, even if it falls after the horizontal synchronization signal HD rises. [0] value is not captured.

そして、画像処理ASIC3は、図示しない内部メモリに、または、撮像装置1のメモリに、ROM、EEPROM(Electrically Erasable and Programmable Read Only Memory )、EPROM、フラッシュメモリ、フレキシブルディスク、CD−ROM(Compact Disc Read Only Memory )、CD−RW(Compact Disc Rewritable )、DVD(Digital Versatile Disk)、USB(Universal Serial Bus)メモリ、SDカード、MO(Magneto-Optical Disc)等のコンピュータが読み取り可能な記録媒体に記録されている本発明の画像処理方法を実行するプログラムを読み込んで導入することで、後述する低速シリアルインターフェイスで転送されてくる制御情報の設定に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させる画像処理方法を実行する画像処理装置として構築されている。そして、撮像装置1は、この画像処理装置である画像処理ASIC3を搭載した撮像装置として構築されている。このプログラムは、アセンブラ、C、C++、C#、Java(登録商標)等のレガシープログラミング言語やオブジェクト指向プログラミング言語等で記述されたコンピュータ実行可能なプログラムであり、上記記録媒体に格納して頒布することができる。   The image processing ASIC 3 is stored in an internal memory (not shown) or in the memory of the imaging apparatus 1. ROM, EEPROM (Electrically Erasable and Programmable Read Only Memory), EPROM, flash memory, flexible disk, CD-ROM (Compact Disc Read) Recorded on a computer-readable recording medium, such as Only Memory), CD-RW (Compact Disc Rewritable), DVD (Digital Versatile Disk), USB (Universal Serial Bus) memory, SD card, MO (Magneto-Optical Disc), etc. Image processing that improves the transfer efficiency of image data by a high-speed serial interface based on the setting of control information transferred by a low-speed serial interface, which will be described later, by loading and introducing a program that executes the image processing method of the present invention As an image processing apparatus for executing the method It is built. And the imaging device 1 is constructed | assembled as an imaging device carrying image processing ASIC3 which is this image processing device. This program is a computer-executable program written in a legacy programming language such as assembler, C, C ++, C #, Java (registered trademark), an object-oriented programming language, or the like, and is stored in the recording medium and distributed. be able to.

画像処理装置である画像処理ASIC3は、上記プログラムが導入されることで、図10に示す機能ブロックが構築される。すなわち、画像処理ASIC3は、上記プログラムが導入されることで、図10に示すように、第1の記憶部21と有効長情報更新部22を有する高速シリアル転送部23、第2の記憶部24を有する制御部25、画像処理部26及び記憶制御部27が構築される。   The image processing ASIC 3 that is an image processing apparatus is configured with the functional blocks shown in FIG. 10 by introducing the program. That is, the image processing ASIC 3 is installed with the above-described program, so that the high-speed serial transfer unit 23 having the first storage unit 21 and the effective length information update unit 22 and the second storage unit 24 are provided as shown in FIG. A control unit 25, an image processing unit 26, and a storage control unit 27 are constructed.

第1の記憶部21は、レジスタ14aで構築され、有効長特定情報である同期コードを生成可能な有効長情報を記憶する。したがって、第1の記憶部21は、第1の記憶手段として機能している。   The first storage unit 21 stores effective length information that is constructed by the register 14a and that can generate a synchronization code that is effective length specifying information. Therefore, the first storage unit 21 functions as a first storage unit.

第2の記憶部24は、システム部12のレジスタ12aで構築され、前記有効長情報を含む制御情報を記憶する。したがって、第2の記憶部24は、第2の記憶手段として機能している。   The second storage unit 24 is constructed by the register 12a of the system unit 12, and stores control information including the effective length information. Therefore, the second storage unit 24 functions as a second storage unit.

記憶制御部27は、レジスタアクセス部11により構築されており、外部であるDSP4のCPU4から送信されてくる処理済み画像データの有効長情報を含む制御情報を受け取って第2の記憶部24へ記憶させる。したがって、記憶制御部27は、記憶制御手段として機能している。   The storage control unit 27 is constructed by the register access unit 11, receives control information including effective length information of processed image data transmitted from the CPU 4 of the external DSP 4 and stores it in the second storage unit 24. Let Therefore, the storage control unit 27 functions as a storage control unit.

有効長情報更新部22は、高速シリアルインターフェイス14により構築されており、第2の記憶部24の制御情報から有効長情報を取得して、第1の記憶部21の有効長情報を更新する。したがって、有効長情報更新部22は、有効長情報更新手段として機能している。   The effective length information update unit 22 is constructed by the high-speed serial interface 14, acquires the effective length information from the control information in the second storage unit 24, and updates the effective length information in the first storage unit 21. Therefore, the effective length information updating unit 22 functions as effective length information updating means.

制御部25は、システム部12で構築されており、第2の記憶部24の有効長情報LLEN[13:0]と該有効長情報LLEN[13:0]の取得可否を示す取得可否情報LLEN_ENを高速シリアル転送部23へ出力する。したがって、制御部25は、制御手段として機能している。   The control unit 25 is constructed by the system unit 12, and the availability information LLEN_EN indicating availability of the effective length information LLEN [13: 0] and the effective length information LLEN [13: 0] in the second storage unit 24. Is output to the high-speed serial transfer unit 23. Therefore, the control unit 25 functions as a control unit.

画像処理部26は、画像処理部13で構築されており、レジスタ13aに設定される制御情報に基づいて撮像センサ2からの画像データに対して必要な画像処理を施す。画像処理部26は、処理済みの画像データと該画像データに関する水平同期信号HD及び垂直同期信号VDをシリアル転送部23へ出力する。したがって、画像処理部26は、画像処理手段として機能している。   The image processing unit 26 is constructed by the image processing unit 13 and performs necessary image processing on the image data from the imaging sensor 2 based on control information set in the register 13a. The image processing unit 26 outputs the processed image data and the horizontal synchronization signal HD and the vertical synchronization signal VD related to the image data to the serial transfer unit 23. Therefore, the image processing unit 26 functions as an image processing unit.

高速シリアル転送部23は、高速シリアルインターフェイス14で構築されており、第1の記憶部21と有効長情報更新部22とを有している。高速シリアル転送部23は、該有効長情報更新部22が、取得可否情報LLEN_ENが取得許可を示し、かつ、水平同期信号HDが出力されているときに、有効長情報LLEN[13:0]を取得する。有効長情報更新部22は、取得した該有効長情報LLEN[13:0]で、該第1の記憶部21の有効長情報LLEN[13:0]を更新する。したがって、高速シリアル転送部23は、シリアル転送手段として機能している。   The high-speed serial transfer unit 23 is constructed by the high-speed serial interface 14 and includes a first storage unit 21 and an effective length information update unit 22. The high-speed serial transfer unit 23 receives the effective length information LLEN [13: 0] when the effective length information updating unit 22 indicates that the acquisition permission information LLEN_EN indicates acquisition permission and the horizontal synchronization signal HD is output. get. The effective length information update unit 22 updates the effective length information LLEN [13: 0] in the first storage unit 21 with the acquired effective length information LLEN [13: 0]. Therefore, the high-speed serial transfer unit 23 functions as a serial transfer unit.

次に、本実施例の作用を説明する。本実施例の撮像装置1は、その画像処理ASIC3が、低速シリアルインターフェイスで転送されてくる制御情報の設定に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させる。   Next, the operation of this embodiment will be described. In the image pickup apparatus 1 of the present embodiment, the image processing ASIC 3 improves the transfer efficiency of image data by the high-speed serial interface based on the setting of control information transferred by the low-speed serial interface.

すなわち、撮像装置1は、撮像センサ2の撮像した画像データを画像処理する画像処理ASIC3を備え、画像処理ASIC3は、DSP4のCPU8から低速シリアルバス7を通して設定される制御情報に基づいて画像処理を施す。画像処理ASIC3は、高速シリアルバス6の高速シリアルインターフェイス14を備えている。高速シリアルインターフェイス14は、そのレジスタ14aに格納されている有効長情報に基づいて転送対象の画像データの有効長特定情報である同期コードを生成して、該画像データに付加する。高速シリアルインターフェイス14は、同期コードを付加した画像データを、高速シリアルバス6を通してDSP4へ転送する。   That is, the imaging apparatus 1 includes an image processing ASIC 3 that performs image processing on image data captured by the imaging sensor 2. The image processing ASIC 3 performs image processing based on control information set through the low-speed serial bus 7 from the CPU 8 of the DSP 4. Apply. The image processing ASIC 3 includes a high-speed serial interface 14 of the high-speed serial bus 6. The high-speed serial interface 14 generates a synchronization code that is effective length specifying information of image data to be transferred based on the effective length information stored in the register 14a, and adds the synchronization code to the image data. The high-speed serial interface 14 transfers the image data to which the synchronization code is added to the DSP 4 through the high-speed serial bus 6.

すなわち、画像処理ASIC3は、図11(a)に示すように、画像処理部13から高速シリアルインターフェイス14へ、水平同期信号HD、垂直同期信号VD及び画像データDATA[15:0]の信号で画像データDATAを転送する。画像処理部13から高速シリアルインターフェイス14への画像データの転送では、垂直同期信号VDで、ページ単位の有効画像データの転送の開始が示され、水平同期信号HDでライン単位の有効画像データの転送の開始が示される。   That is, as shown in FIG. 11A, the image processing ASIC 3 sends an image from the image processing unit 13 to the high-speed serial interface 14 using the signals of the horizontal synchronization signal HD, the vertical synchronization signal VD, and the image data DATA [15: 0]. Data DATA is transferred. In the transfer of image data from the image processing unit 13 to the high-speed serial interface 14, the start of transfer of effective image data in units of pages is indicated by the vertical synchronization signal VD, and effective image data in units of lines is transferred by the horizontal synchronization signal HD. The start of is indicated.

高速シリアルインターフェイス14は、図11(b)に示すように、DATA_PとDATA_Nのシリアルの差動信号で画像データDATAを転送する。高速シリアルインターフェイス14は、垂直同期信号VDが入力される前は、水平同期信号HDに同期して同期コードHBS、有効長情報LLEN[13:0]の示す転送期間の後、同期コードHBEを転送する。高速シリアルインターフェイス14は、垂直同期信号VDが入力された後は、水平同期信号HDに同期して、同期コードHVS、有効長情報LLEN[13:0]の転送期間中はvalidで示す有効画像データ、有効長情報LLEN[13:0]の転送期間の後に、同期コードHVEを転送する。   As shown in FIG. 11B, the high-speed serial interface 14 transfers the image data DATA with a serial differential signal of DATA_P and DATA_N. The high-speed serial interface 14 transfers the synchronization code HBE after the transfer period indicated by the synchronization code HBS and the effective length information LLEN [13: 0] in synchronization with the horizontal synchronization signal HD before the vertical synchronization signal VD is input. To do. After the vertical synchronization signal VD is input, the high-speed serial interface 14 is synchronized with the horizontal synchronization signal HD, and the valid image data indicated by valid during the transfer period of the synchronization code HVS and the effective length information LLEN [13: 0]. Then, after the transfer period of the valid length information LLEN [13: 0], the synchronization code HVE is transferred.

DSP4は、DATA_PとDATA_Nのシリアル差動信号の有効画像データvalid及び同期コードHVS、HVEに基づいて、有効な画像データが転送されている期間を判別し、有効な画像データを取り込む。   The DSP 4 determines a period during which valid image data is transferred based on the valid image data valid of the serial differential signals DATA_P and DATA_N and the synchronization codes HVS and HVE, and takes in valid image data.

すなわち、画像処理ASIC3は、図12に示すデータ転送処理を行って、画像データの効率的な転送を行う。すなわち、画像処理ASIC3は、図12に示すように、記憶制御部27が、外部であるCPU8から低速シリアルバス7を通して、有効長情報を含む制御情報を受信したかチェックする(ステップS101)。ステップS101で、制御信号を受信すると(ステップS101で、YESのとき)、記憶制御部27は、制御情報を記憶部、特に、第2の記憶部24に、有効長情報を含む制御情報を記憶する(ステップS102)。   That is, the image processing ASIC 3 performs the data transfer process shown in FIG. 12 to efficiently transfer the image data. That is, as shown in FIG. 12, the image processing ASIC 3 checks whether the storage control unit 27 has received control information including effective length information from the external CPU 8 through the low-speed serial bus 7 (step S101). When the control signal is received in step S101 (when YES in step S101), the storage control unit 27 stores the control information including the effective length information in the storage unit, particularly the second storage unit 24. (Step S102).

このとき、記憶制御部27は、第2の記憶部24を構築しているレジスタ12aが、図7に示したように、制御情報と連続するアドレス空間となる有効長情報を記憶するLLEN設定レジスタ領域12aaを備えている。したがって、記憶制御部27は、制御部25からの有効長情報LLEN[13:0]を連続するアドレス空間に記憶させることができ、CPU8から低速シリアルバス7で、高速なバースト転送によって転送されてくる。   At this time, the storage control unit 27 uses the LLEN setting register in which the register 12a constructing the second storage unit 24 stores effective length information serving as an address space continuous with the control information, as shown in FIG. A region 12aa is provided. Therefore, the storage control unit 27 can store the effective length information LLEN [13: 0] from the control unit 25 in a continuous address space, and is transferred from the CPU 8 by the high-speed burst transfer by the low-speed serial bus 7. come.

次に、高速シリアル転送部23の有効長情報更新部22は、制御部25から入力される取得可否情報LLEN_ENが取得許可を示す「1」であるかチェックする(ステップS103)。   Next, the valid length information update unit 22 of the high-speed serial transfer unit 23 checks whether or not the acquisition permission information LLEN_EN input from the control unit 25 is “1” indicating acquisition permission (step S103).

ステップS103で、有効長情報更新部22は、取得可否情報LLEN_ENが「1」であると(ステップS103で、YESのとき)、水平同期信号HDが入力するのを待つ(ステップS104)。   In step S103, the effective length information update unit 22 waits for the horizontal synchronization signal HD to be input if the acquisition permission / inhibition information LLEN_EN is “1” (YES in step S103) (step S104).

ステップS104で、水平同期信号HDが入力されると(ステップS104で、YESのとき)、有効長情報更新部22は、有効長情報LLEN[13:0]を取得する(ステップS105)。すなわち、有効長情報更新部22は、取得可否情報LLEN_ENが「1」のときに、水平同期信号HDが入力されると、制御部25から入力されている有効長情報LLEN[13:0]を取得する。   When the horizontal synchronization signal HD is input in step S104 (YES in step S104), the effective length information update unit 22 acquires effective length information LLEN [13: 0] (step S105). That is, when the horizontal synchronization signal HD is input when the availability information LLEN_EN is “1”, the effective length information update unit 22 receives the effective length information LLEN [13: 0] input from the control unit 25. get.

有効長情報更新部22は、取得した有効長情報LLEN[13:0]で、高速シリアル転送部23の第1の記憶部21に記憶されている有効長情報LLEN[13:0]を更新する(ステップS106)。   The effective length information update unit 22 updates the effective length information LLEN [13: 0] stored in the first storage unit 21 of the high-speed serial transfer unit 23 with the acquired effective length information LLEN [13: 0]. (Step S106).

高速シリアル転送部23は、更新されている第1の記憶部21の有効長情報LLEN[13:0]に基づいて、同期コードHVS、HVEを生成する(ステップS107)。高速シリアル転送部21は、この同期コードHVS、HVEを付加したDATA_PとDATA_Nのシリアル差動信号の有効画像データをDSP4へ高速シリアルバス6を通して転送する(ステップS108)。   The high-speed serial transfer unit 23 generates the synchronization codes HVS and HVE based on the updated effective length information LLEN [13: 0] in the first storage unit 21 (step S107). The high-speed serial transfer unit 21 transfers the valid image data of the serial differential signals DATA_P and DATA_N to which the synchronization codes HVS and HVE are added to the DSP 4 through the high-speed serial bus 6 (step S108).

そして、ステップS103で、取得可否情報LLEN_ENが「0」であると(ステップS103で、NOのとき)、有効長情報更新部22は、水平同期信号HDが入力しても、有効長情報LLEN[13:0]を取得することなく、ステップS107へ移行する。高速シリアル転送部21は、更新されていない第1の記憶部21の有効長情報LLEN[13:0]に基づいて、同期コードHVS、HVEを生成する(ステップS107)。高速シリアル転送部21は、この同期コードHVS、HVEを付加したDATA_PとDATA_Nのシリアル差動信号の有効画像データをDSP4へ高速シリアルバス6を通して転送する(ステップS108)。   In step S103, if the availability information LLEN_EN is “0” (NO in step S103), the effective length information update unit 22 does not receive the effective length information LLEN [ 13: 0] is acquired, and the process proceeds to step S107. The high-speed serial transfer unit 21 generates the synchronization codes HVS and HVE based on the valid length information LLEN [13: 0] in the first storage unit 21 that has not been updated (step S107). The high-speed serial transfer unit 21 transfers the valid image data of the serial differential signals DATA_P and DATA_N to which the synchronization codes HVS and HVE are added to the DSP 4 through the high-speed serial bus 6 (step S108).

したがって、画像処理ASIC3は、外部であるCPU8から低速シリアルバス7を通してバースト転送されてくる有効長情報を含む制御情報を効率的に受け取って、第1の記憶部21へ記憶させることができる。その結果、低速シリアルインターフェイスで転送されてくる制御情報に基づいて高速シリアルインターフェイス14による画像データの転送効率を向上させることができる。   Accordingly, the image processing ASIC 3 can efficiently receive control information including effective length information burst-transferred from the external CPU 8 through the low-speed serial bus 7 and store it in the first storage unit 21. As a result, the transfer efficiency of image data by the high-speed serial interface 14 can be improved based on the control information transferred by the low-speed serial interface.

このように、本実施例の撮像装置1は、その画像処理ASIC3が、入力される画像データを外部からの制御情報に基づいて画像処理手段である画像処理部26で画像処理して、処理済みの画像データを、該画像データの有効長を示す同期コード(有効長特定情報)とともに、高速シリアル転送部(シリアル転送手段)23によって外部であるDSP4へ転送する画像処理装置であって、前記同期コードを生成可能な有効長情報LLEN[13:0]を記憶する第1の記憶部(第1の記憶手段)21と、前記有効長情報LLEN[13:0]を含む制御情報を記憶する第2の記憶部(第2の記憶手段)24と、前記外部であるCPU8から送信されてくる前記有効長情報LLEN[13:0]を含む前記制御情報を受け取って前記第2の記憶部24へ記憶させる記憶制御部(記憶制御手段)27と、前記第2の記憶部24の前記制御情報から前記有効長情報LLEN[13:0]を取得して、前記第1の記憶部21の前記有効長情報LLEN[13:0]を更新する有効長情報更新部(有効長情報更新手段)22と、を備えている。   As described above, in the imaging apparatus 1 of this embodiment, the image processing ASIC 3 performs image processing on the input image data by the image processing unit 26 that is an image processing unit based on control information from the outside. Is an image processing apparatus that transfers the image data together with a synchronization code (effective length specifying information) indicating the effective length of the image data to the DSP 4 that is external by the high-speed serial transfer unit (serial transfer means) 23. A first storage unit (first storage means) 21 that stores effective length information LLEN [13: 0] capable of generating a code, and a first storage unit that stores control information including the effective length information LLEN [13: 0]. Two storage units (second storage means) 24 and the control information including the effective length information LLEN [13: 0] transmitted from the external CPU 8 and receiving the control information. The effective length information LLEN [13: 0] is acquired from the control information stored in the storage control unit (storage control means) 27 and the second storage unit 24, and stored in the first storage unit 21. An effective length information updating unit (effective length information updating means) 22 for updating the effective length information LLEN [13: 0].

したがって、画像処理ASIC3は、外部であるCPU8からSPIのような低速シリアルインターフェイスによって転送されてくる制御情報、特に、有効長情報LLEN[13:0]を効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   Therefore, the image processing ASIC 3 can efficiently receive control information transferred from the external CPU 8 through a low-speed serial interface such as SPI, particularly effective length information LLEN [13: 0]. As a result, it is possible to improve the transfer efficiency of the image data by the high-speed serial interface based on the effective length information LLEN [13: 0].

また、本実施例の撮像装置1は、入力される画像データを外部であるCPU8からの制御情報に基づいて画像処理手段である画像処理部26で画像処理して、処理済みの画像データを、該画像データの有効長を示す同期コード(有効長特定情報)とともに、シリアル転送手段である高速シリアル転送部23によって外部であるDSP4へ転送する画像処理ASIC3が、前記同期コードを生成可能な有効長情報LLEN[13:0]を第1の記憶部(第1の記憶手段)21へ記憶する第1の記憶処理ステップと、前記有効長情報LLEN[13:0]を含む制御情報を第2の記憶部(第2の記憶手段)24へ記憶する第2の記憶処理ステップと、前記外部であるCPU8から送信されてくる前記有効長情報LLEN[13:0]を含む前記制御情報を受け取って前記第2の記憶部24へ記憶させる記憶制御処理ステップと、前記第2の記憶部24の前記制御情報から前記有効長情報LLEN[13:0]を取得して、前記第1の記憶部21の前記有効長情報LLEN[13:0]を更新する有効長情報更新処理ステップと、を有する画像処理方法を実行する。   In addition, the imaging apparatus 1 according to the present exemplary embodiment performs image processing on input image data using an image processing unit 26 that is an image processing unit based on control information from an external CPU 8, and processes processed image data. Along with the synchronization code (effective length specifying information) indicating the effective length of the image data, the image processing ASIC 3 that transfers to the external DSP 4 by the high-speed serial transfer unit 23 that is serial transfer means can generate the synchronization code. A first storage processing step of storing information LLEN [13: 0] in the first storage unit (first storage means) 21; and control information including the effective length information LLEN [13: 0] A second storage processing step stored in the storage unit (second storage means) 24 and the control length including the effective length information LLEN [13: 0] transmitted from the external CPU 8. A storage control processing step for receiving information and storing the information in the second storage unit 24; obtaining the effective length information LLEN [13: 0] from the control information in the second storage unit 24; The effective length information update processing step of updating the effective length information LLEN [13: 0] in the storage unit 21 is executed.

したがって、画像処理ASIC3は、外部であるCPU8からSPIのような低速シリアルインターフェイスによって転送されてくる制御情報、特に、有効長情報LLEN[13:0]を効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   Therefore, the image processing ASIC 3 can efficiently receive control information transferred from the external CPU 8 through a low-speed serial interface such as SPI, particularly effective length information LLEN [13: 0]. As a result, it is possible to improve the transfer efficiency of the image data by the high-speed serial interface based on the effective length information LLEN [13: 0].

さらに、本実施例の撮像装置1は、入力される画像データを外部であるCPU8からの制御情報に基づいて画像処理部26で画像処理して、処理済みの画像データを、該画像データの有効長を示す同期コード(有効長特定情報)とともに、高速シリアル転送部23によって外部であるDSP4へ転送する画像処理装置である画像処理ASIC3が、制御プロセッサに、前記同期コードを生成可能な有効長情報LLEN[13:0]を第1の記憶部(第1の記憶手段)21へ記憶する第1の記憶処理と、前記有効長情報LLEN[13:0]を含む制御情報を第2の記憶部(第2の記憶手段)24へ記憶する第2の記憶処理と、前記外部であるCPU8から送信されてくる前記有効長情報LLEN[13:0]を含む前記制御情報を受け取って前記第2の記憶部24へ記憶させる記憶制御処理と、前記第2の記憶部24の前記制御情報から前記有効長情報LLEN[13:0]を取得して、前記第1の記憶部21の前記有効長情報LLEN[13:0]を更新する有効長情報更新処理と、を実行させるプログラムを搭載している。   Further, the image pickup apparatus 1 according to the present embodiment performs image processing on input image data based on control information from the external CPU 8 by the image processing unit 26, and converts the processed image data to the validity of the image data. Along with the synchronization code indicating the length (effective length specifying information), the image processing ASIC 3 which is an image processing device that transfers to the external DSP 4 by the high-speed serial transfer unit 23 enables the control processor to generate the synchronization code. First storage processing for storing LLEN [13: 0] in the first storage unit (first storage unit) 21 and control information including the effective length information LLEN [13: 0] in the second storage unit (Second storage means) Upon receiving the control information including the second storage process stored in 24 and the effective length information LLEN [13: 0] transmitted from the external CPU 8 The effective length information LLEN [13: 0] is obtained from the storage control process to be stored in the second storage unit 24 and the control information in the second storage unit 24, and the first storage unit 21 A program for executing effective length information update processing for updating the effective length information LLEN [13: 0] is installed.

したがって、画像処理ASIC3は、外部であるCPU8からSPIのような低速シリアルインターフェイスによって転送されてくる制御情報、特に、有効長情報LLEN[13:0]を効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   Therefore, the image processing ASIC 3 can efficiently receive control information transferred from the external CPU 8 through a low-speed serial interface such as SPI, particularly effective length information LLEN [13: 0]. As a result, it is possible to improve the transfer efficiency of the image data by the high-speed serial interface based on the effective length information LLEN [13: 0].

また、本実施例の撮像装置1の画像処理ASIC3は、前記記憶制御部27が、前記有効長情報LLEN[13:0]とその他の前記制御情報を、それぞれ前記第2の記憶部24の連続するアドレスに記憶させる。   Further, in the image processing ASIC 3 of the imaging apparatus 1 according to the present embodiment, the storage control unit 27 continuously transmits the effective length information LLEN [13: 0] and the other control information to the second storage unit 24, respectively. Store it at the address you want.

したがって、画像処理ASIC3は、外部であるCPU8からSPIのような低速シリアルインターフェイスによって転送されてくる制御情報、特に、有効長情報LLEN[13:0]をバースト転送でより一層効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率をより一層向上させることができる。   Therefore, the image processing ASIC 3 receives the control information transferred from the external CPU 8 through the low-speed serial interface such as SPI, in particular, the effective length information LLEN [13: 0] more efficiently by burst transfer. Can do. As a result, the image data transfer efficiency by the high-speed serial interface based on the effective length information LLEN [13: 0] can be further improved.

さらに、本実施例の撮像装置1は、前記画像処理ASIC3が、前記第2の記憶部24を有し、該第2の記憶部24の前記有効長情報LLEN[13:0]と該有効長情報LLEN[13:0]の取得可否を示す取得可否情報LLEN_ENを前記シリアル転送手段である高速シリアル転送部23へ出力する制御部(制御手段)25を、さらに備え、前記画像処理手段である画像処理部26は、処理済みの前記画像データと該画像データに関する水平同期信号HDを高速シリアル転送部23へ出力し、前記高速シリアル転送部23は、前記第1の記憶部21と前記有効長情報更新部22を有し、該有効長情報更新部22が、前記取得可否情報LLEN_ENが取得許可(「1」)を示し、かつ、前記水平同期信号HDが出力されているときに、前記有効長情報LLEN[13:0]を取得して、取得した該有効長情報LLEN[13:0]で該第1の記憶部21の前記有効長情報LLEN[13:0]を更新する。   Furthermore, in the imaging apparatus 1 of the present embodiment, the image processing ASIC 3 includes the second storage unit 24, and the effective length information LLEN [13: 0] and the effective length of the second storage unit 24 are included. The image processing unit further includes a control unit (control unit) 25 that outputs acquisition availability information LLEN_EN indicating whether the information LLEN [13: 0] can be acquired to the high-speed serial transfer unit 23 serving as the serial transfer unit. The processing unit 26 outputs the processed image data and the horizontal synchronization signal HD related to the image data to the high-speed serial transfer unit 23, and the high-speed serial transfer unit 23 includes the first storage unit 21 and the effective length information. An update unit 22, and when the effective length information update unit 22 indicates that the acquisition permission information LLEN_EN indicates acquisition permission (“1”) and the horizontal synchronization signal HD is output The effective length information LLEN [13: 0] to get the acquired the effective length information LLEN [13: 0] in the effective length information LLEN of the first storage unit 21 [13: 0] Update.

したがって、画像処理ASIC3は、外部であるCPU8からSPIのような低速シリアルインターフェイスによって転送されてくる制御情報、特に、有効長情報LLEN[13:0]を効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   Therefore, the image processing ASIC 3 can efficiently receive control information transferred from the external CPU 8 through a low-speed serial interface such as SPI, particularly effective length information LLEN [13: 0]. As a result, it is possible to improve the transfer efficiency of the image data by the high-speed serial interface based on the effective length information LLEN [13: 0].

また、本実施例の撮像装置1は、前記記憶制御部27が、SPIにより前記外部であるCPU8から前記有効長情報LLEN[13:0]を含む前記制御情報を受信する。   In the imaging apparatus 1 according to the present embodiment, the storage control unit 27 receives the control information including the effective length information LLEN [13: 0] from the external CPU 8 by SPI.

したがって、画像処理ASIC3は、外部であるCPU8からSPIを用いた制御情報、特に、有効長情報LLEN[13:0]を効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   Therefore, the image processing ASIC 3 can efficiently receive control information using the SPI from the external CPU 8, in particular, the effective length information LLEN [13: 0]. As a result, it is possible to improve the transfer efficiency of the image data by the high-speed serial interface based on the effective length information LLEN [13: 0].

さらに、本実施例の撮像装置1は、撮像手段としての撮像センサ2の撮像した画像データを、画像処理部26で画像処理してシリアル転送する撮像装置であって、前記画像処理部として、上記画像処理ASIC3を備えている。   Furthermore, the imaging apparatus 1 according to the present embodiment is an imaging apparatus that serially transfers image data captured by the imaging sensor 2 serving as an imaging unit by performing image processing on the image processing unit 26. An image processing ASIC 3 is provided.

したがって、撮像装置1は、画像処理ASIC3が、外部であるCPU8からSPIのような低速シリアルインターフェイスによって転送されてくる制御情報、特に、有効長情報LLEN[13:0]を効率的に受信することができる。その結果、有効長情報LLEN[13:0]に基づく高速シリアルインターフェイスによる画像データの転送効率を向上させることができる。   Therefore, in the imaging apparatus 1, the image processing ASIC 3 efficiently receives control information transferred from the external CPU 8 through a low-speed serial interface such as SPI, particularly effective length information LLEN [13: 0]. Can do. As a result, it is possible to improve the transfer efficiency of the image data by the high-speed serial interface based on the effective length information LLEN [13: 0].

以上、本発明者によってなされた発明を好適な実施例に基づき具体的に説明したが、本発明は上記実施例で説明したものに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることはいうまでもない。   The invention made by the present inventor has been specifically described based on the preferred embodiments. However, the present invention is not limited to that described in the above embodiments, and various modifications can be made without departing from the scope of the invention. It goes without saying that it is possible.

1 撮像装置
2 撮像センサ
3 画像処理ASIC
4 DSP
5 信号ライン
6 高速シリアルバス
7 低速シリアルバス
8 CPU
11 レジスタアクセス部
12 システム部
13 画像処理部
14 高速シリアルインターフェイス
12a、13a、14a レジスタ
12aa LLEN設定レジスタ領域
15、16、17 APB
18 他の回路モジュール
18a レジスタ
21 第1の記憶部
22 有効長情報更新部
23 高速シリアル転送部
24 第2の記憶部
25 制御部
26 画像処理部
27 記憶制御部
DESCRIPTION OF SYMBOLS 1 Imaging device 2 Imaging sensor 3 Image processing ASIC
4 DSP
5 Signal line 6 High-speed serial bus 7 Low-speed serial bus 8 CPU
11 Register Access Unit 12 System Unit 13 Image Processing Unit 14 High-Speed Serial Interface 12a, 13a, 14a Register 12aa LLEN Setting Register Area 15, 16, 17 APB
18 Other circuit modules 18a Register 21 First storage unit 22 Effective length information update unit 23 High-speed serial transfer unit 24 Second storage unit 25 Control unit 26 Image processing unit 27 Storage control unit

特開2012−134841号公報JP 2012-134841 A

Claims (7)

入力される画像データを外部からの制御情報に基づいて画像処理手段で画像処理して、処理済みの画像データを、該画像データの有効長を示す有効長特定情報とともに、シリアル転送手段によって外部へ転送する画像処理装置であって、
前記有効長特定情報を生成可能な有効長情報を記憶する第1の記憶手段と、
前記有効長情報を含む制御情報を記憶する第2の記憶手段と、
前記外部から送信されてくる前記有効長情報を含む前記制御情報を受け取って前記第2の記憶手段へ記憶させる記憶制御手段と、
前記第2の記憶手段の前記制御情報から前記有効長情報を取得して、前記第1の記憶手段の前記有効長情報を更新する有効長情報更新手段と、
を備えていることを特徴とする画像処理装置。
The input image data is subjected to image processing by the image processing unit based on control information from the outside, and the processed image data is sent to the outside by the serial transfer unit together with effective length specifying information indicating the effective length of the image data. An image processing apparatus for transferring,
First storage means for storing effective length information capable of generating the effective length specifying information;
Second storage means for storing control information including the effective length information;
Storage control means for receiving the control information including the effective length information transmitted from the outside and storing it in the second storage means;
Effective length information updating means for obtaining the effective length information from the control information of the second storage means and updating the effective length information of the first storage means;
An image processing apparatus comprising:
前記記憶制御手段は、
前記有効長情報とその他の前記制御情報を、それぞれ前記第2の記憶手段の連続するアドレスに記憶させることを特徴とする請求項1記載の画像処理装置。
The storage control means
2. The image processing apparatus according to claim 1, wherein the effective length information and the other control information are stored in successive addresses of the second storage unit.
前記画像処理装置は、
前記第2の記憶手段を有し、該第2の記憶手段の前記有効長情報と該有効長情報の取得可否を示す取得可否情報を前記シリアル転送手段へ出力する制御手段を、
さらに備え、
前記画像処理手段は、
処理済みの前記画像データと該画像データに関する水平同期信号を前記シリアル転送手段へ出力し、
前記シリアル転送手段は、
前記第1の記憶手段と前記有効長情報更新手段を有し、該有効長情報更新手段が、前記取得可否情報が取得許可を示し、かつ、前記水平同期信号が出力されているときに、前記有効長情報を取得して、取得した該有効長情報で該第1の記憶手段の前記有効長情報を更新することを特徴とする請求項1または請求項2記載の画像処理装置。
The image processing apparatus includes:
A control unit that has the second storage unit and outputs the effective length information of the second storage unit and acquisition availability information indicating whether or not the effective length information can be acquired to the serial transfer unit;
In addition,
The image processing means includes
Output the processed image data and a horizontal synchronization signal related to the image data to the serial transfer means,
The serial transfer means includes
The effective length information update means, the effective length information update means, when the acquisition permission information indicates acquisition permission, and the horizontal synchronization signal is output, The image processing apparatus according to claim 1, wherein the effective length information is acquired, and the effective length information of the first storage unit is updated with the acquired effective length information.
前記記憶制御手段は、
SPIにより前記外部から前記有効長情報を含む前記制御情報を受信することを特徴とする請求項1から請求項3のいずれかに記載の画像処理装置。
The storage control means
The image processing apparatus according to claim 1, wherein the control information including the effective length information is received from the outside by an SPI.
撮像手段の撮像した画像データを、画像処理部で画像処理してシリアル転送する撮像装置であって、
前記画像処理部として、請求項1から請求項4のいずれかに記載の画像処理装置を備えていることを特徴とする撮像装置。
An image pickup apparatus that serially transfers image data captured by an image pickup unit by performing image processing on an image processing unit,
An imaging apparatus comprising the image processing apparatus according to claim 1 as the image processing unit.
入力される画像データを外部からの制御情報に基づいて画像処理手段で画像処理して、処理済みの画像データを、該画像データの有効長を示す有効長特定情報とともに、シリアル転送手段によって外部へ転送する画像処理装置による画像処理方法であって、
前記有効長特定情報を生成可能な有効長情報を第1の記憶手段へ記憶する第1の記憶処理ステップと、
前記有効長情報を含む制御情報を第2の記憶手段へ記憶する第2の記憶処理ステップと、
前記外部から送信されてくる前記有効長情報を含む前記制御情報を受け取って前記第2の記憶手段へ記憶させる記憶制御処理ステップと、
前記第2の記憶手段の前記制御情報から前記有効長情報を取得して、前記第1の記憶手段の前記有効長情報を更新する有効長情報更新処理ステップと、
を有することを特徴とする画像処理方法。
The input image data is subjected to image processing by the image processing unit based on control information from the outside, and the processed image data is sent to the outside by the serial transfer unit together with effective length specifying information indicating the effective length of the image data. An image processing method by an image processing apparatus to transfer,
A first storage processing step of storing effective length information capable of generating the effective length specifying information in a first storage means;
A second storage processing step of storing control information including the effective length information in a second storage means;
A storage control processing step of receiving the control information including the effective length information transmitted from the outside and storing it in the second storage means;
An effective length information update processing step of acquiring the effective length information from the control information of the second storage means and updating the effective length information of the first storage means;
An image processing method comprising:
入力される画像データを外部からの制御情報に基づいて画像処理手段で画像処理して、処理済みの画像データを、該画像データの有効長を示す有効長特定情報とともに、シリアル転送手段によって外部へ転送する画像処理装置の搭載するプログラムであって、
制御プロセッサに、
前記有効長特定情報を生成可能な有効長情報を第1の記憶手段へ記憶する第1の記憶処理と、
前記有効長情報を含む制御情報を第2の記憶手段へ記憶する第2の記憶処理と、
前記外部から送信されてくる前記有効長情報を含む前記制御情報を受け取って前記第2の記憶手段へ記憶させる記憶制御処理と、
前記第2の記憶手段の前記制御情報から前記有効長情報を取得して、前記第1の記憶手段の前記有効長情報を更新する有効長情報更新処理と、
を実行させることを特徴とするプログラム。
The input image data is subjected to image processing by the image processing unit based on control information from the outside, and the processed image data is sent to the outside by the serial transfer unit together with effective length specifying information indicating the effective length of the image data. A program installed in the image processing apparatus to be transferred,
To the control processor,
A first storage process for storing effective length information capable of generating the effective length specifying information in a first storage means;
A second storage process for storing control information including the effective length information in a second storage means;
A storage control process for receiving the control information including the effective length information transmitted from the outside and storing it in the second storage means;
An effective length information update process for obtaining the effective length information from the control information of the second storage means and updating the effective length information of the first storage means;
A program characterized by having executed.
JP2015198212A 2015-10-06 2015-10-06 Image processing apparatus, imaging apparatus, image processing method, and program Active JP6565567B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015198212A JP6565567B2 (en) 2015-10-06 2015-10-06 Image processing apparatus, imaging apparatus, image processing method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015198212A JP6565567B2 (en) 2015-10-06 2015-10-06 Image processing apparatus, imaging apparatus, image processing method, and program

Publications (2)

Publication Number Publication Date
JP2017073621A JP2017073621A (en) 2017-04-13
JP6565567B2 true JP6565567B2 (en) 2019-08-28

Family

ID=58537464

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015198212A Active JP6565567B2 (en) 2015-10-06 2015-10-06 Image processing apparatus, imaging apparatus, image processing method, and program

Country Status (1)

Country Link
JP (1) JP6565567B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002236659A (en) * 2001-02-08 2002-08-23 Denso Corp Electronic control device for vehicle
JP5100489B2 (en) * 2008-04-28 2012-12-19 キヤノン株式会社 Imaging apparatus and signal processing method in the apparatus
JP2011049901A (en) * 2009-08-27 2011-03-10 Panasonic Corp Solid-state imaging unit, and imaging apparatus

Also Published As

Publication number Publication date
JP2017073621A (en) 2017-04-13

Similar Documents

Publication Publication Date Title
TWI679539B (en) Master-slave system, command execution method and data access method
JP6387711B2 (en) Data transfer apparatus and data transfer method
CN108304334B (en) Application processor and integrated circuit including interrupt controller
JP2009271724A (en) Hardware engine controller
JP5097973B2 (en) Data processing device
JP4855864B2 (en) Direct memory access controller
JP6565567B2 (en) Image processing apparatus, imaging apparatus, image processing method, and program
EP3176701A1 (en) Systems and methods for transmitting an access request via a flexible register access bus
JP5327482B2 (en) Image processing apparatus and image processing method
JP2003281074A (en) Direct access memory device
US8176290B2 (en) Memory controller
JP6385761B2 (en) Bus bridge and bus bridge group
US6483753B1 (en) Endianess independent memory interface
JP4723334B2 (en) DMA transfer system
JP5196946B2 (en) Parallel processing unit
JP2003216950A (en) Simd type microprocessor for performing pattern matching or the like
SU1176339A1 (en) Interface for linking digital computer with image input device
JP4292218B2 (en) Image processing apparatus and image processing system
JP4835872B2 (en) Image processing device
TW200805069A (en) Memory controller
JP2007334600A (en) Semiconductor integrated circuit device
JP2015034891A (en) Register setting control device
JP2005209224A (en) Direct memory access device
JPH09305530A (en) Dma controller
JP2001195350A (en) Data transfer device and data transfer method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180910

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20180911

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190618

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20190715

R151 Written notification of patent or utility model registration

Ref document number: 6565567

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151