Dark Part Correction VDC5 DRC. Ether USB. JPG Others DRC

Size: px
Start display at page:

Download "Dark Part Correction VDC5 DRC. Ether USB. JPG Others DRC"

Transcription

1 APPLICATION NOTE RZ/A1H Group R01AN3897EJ0200 Rev.2.00 Introduction This software package is an add-on for Human Machine Interface (hereinafter referred to as HMI) software development kit for RZ/A1 call as SDK for Camera, and supports camera input, LCD output, and image adjustment. This package enables following functions using Dynamic Range Compression (hereafter referred to as DRC) which is installed in RZ/A1H and RZ/A1M: Adjustment of dark part or light part of an image. Getting histogram. In the case of the dark part correction, even if an image is backlighting, DRC can emphasize the contrast of target. The corrected image will be stored into memory. Therefor you can use the corrected image for the image processing such as face recognition. Figure below shows the example of the dark part correction. input image image stored in memory Dark Part Correction DRC VDC5 histogram RAM RZ/A1H or RZ/A1M Figure below shows the position of this add-on on the software diagram of SDK for Camera. SDK for Camera Applications SDK for Camera application SDK for Camera with DRC application Contrast Automatic Correction Ether USB JPG Others Development tools QE for Video Display Controller 5 OS RZ/A1 Framework Middleware Device Drivers DRC e 2 studio Renesas GCC J-Link LITE ADD ON Note: This software package is available upon non-disclosure agreement. For details, contact your local sales representatives or access R01AN3897EJ0200 Rev.2.00 Page 1 of 8

2 Target Board Renesas Starter Kit+ for RZ/A1H An example of operation of Contrast Automatic Correction sample program 1) Touch dark part of display. 2) Sample program displays a frame that shows the area to obtain histogram. And histogram in the frame will be obtained. 3) After this sample program analyze obtained histogram, whole screen will be brightened to emphasize the contrast of bright part. By this, the visibility in the frame will be improved. 4) Touch the light part (clipped white). 5) Sample program displays a frame that shows the area to obtain histogram will be moved. And histogram in the frame will be obtained. 6) After this sample program analyze obtained histogram, whole screen will be darkened to emphasize the contrast of dark part. By this, the visibility in the frame will be improved. 7) Touch a part of the screen which is wanted to improve the visibility. Continue these sequences. R01AN3897EJ0200 Rev.2.00 Page 2 of 8

3 Table of Contents 1. Package Contents Software Sample program Documents Folder Structure Applying procedure Confirmation of sample program operation... 7 R01AN3897EJ0200 Rev.2.00 Page 3 of 8

4 1. Package Contents 1.1 Software This package contains the following software. Table 1-1 Software of this package No Name Folder Explanation 1 RZ/A1H Group Contrast Automatic Correction Add-on (Package) Software DRC sample program and a set of drivers that run on SDK for Camera 1.2 Sample program This package contains the following sample program. Table 1-2 Sample program of this package No Name Folder Explanation 1 Contrast Automatic Correction Sample program Software\App\application_sample \ContrastAutomaticCorrection \sample1 This program displays the image which contrast of whole area is corrected automatically to emphasize dark part and light part of selected area using histogram of the selected area. 2 SDK for Camera with DRC Sample program Software\App\application_sample \SDKforCamera\sample2 This program changes the various settings of VDC 5 / DRC according to the command input from the terminal application and performs image quality adjustment,contrast correction, and getting histogram. R01AN3897EJ0200 Rev.2.00 Page 4 of 8

5 1.3 Documents This package contains the following documents. Table 1-3 Documents of this package No Type Title Rev File Name Path 1 Release Note 2 Applicat ion Note 3 Applicat ion Note 4 Applicat ion Note RZ/A1H Group Contrast Automatic Correction Add-on Release Note RZ/A1H Group Contrast Automatic Correction Sample Program Application Note RZ/A1H Group SDK for Camera with DRC Sample Program Application Note RZ/A1H Group RZ/A1 Framework DRC Driver Application Note 2.00 (Japanese) r01an3897jj0200-rza1h.pdf (English) r01an3897ej0200-rza1h.pdf (This document) Document\ReleaseNote 1.00 (Japanese) r01an4003jj0100-rza1h.pdf (English) r01an4003ej0100-rza1h.pdf Document\Specifications\App\application_sam ple\contrastautomaticcorrection 1.00 (Japanese) r01an3867jj0100-rza1h.pdf (English) r01an3867ej0100-rza1h.pdf Document\Specifications\App\application_sam ple\sdkforcamera 1.00 (Japanese) r01an3686jj0100-rza1h.pdf (English) r01an3686ej0100-rza1h.pdf Document\Specifications\Drv\drc R01AN3897EJ0200 Rev.2.00 Page 5 of 8

6 2. Folder Structure Folder structure of this package and outline of contents are shown as follow. Table 2-1 Folder Structure an-r0an3897ej0200-rza1h-fwp : top folder readme_j.txt : Overview of this package (Japanese) readme_e.txt : Overview of this package (English) Document : documents ReleaseNote : release Notes(refer to 1.2 section) r01an3897jj0200-rza1h.pdf r01an3897ej0200-rza1h.pdf (This document) Specifications : each documents(refer to 1.2 section) App application_sample ContrastAutomaticCorrection r01an4003jj0100-rza1h.pdf : Contrast Automatic Correction Sample Program Application Note(Japanese) r01an4003ej0100-rza1h.pdf : Contrast Automatic Correction Sample Program Application Note(English) sample1 readme.txt : Sample program (ContrastAutomaticCorrection_smp1) Path description file to readme. SDKforCamera r01an3867jj0100-rza1h.pdf : SDK for Camera with DRC Sample Program Application Note(Japanese) r01an3867ej0100-rza1h.pdf : SDK for Camera with DRC Sample Program Application Note(English) sample2 readme.txt : Sample program (SDKforCamera_smp2) Path description file to readme Drv drc r01an3686jj0100-rza1h.pdf : DRC driver application note(japanese) r01an3686ej0100-rza1h.pdf : DRC driver application note(english) Software : programs App application_sample ContrastAutomaticCorrection sample1 : Contrast Automatic Correction Sample Program readme_sfboot_j.txt : Contrast Automatic Correction Sample readme(japanese) readme_sfboot_e.txt : Contrast Automatic Correction Sample readme(english) SDKforCamera sample2 : SDK for Camera with DRC Sample Program readme_sfboot_j.txt : SDK for Camera with DRC Sample readme(japanese) readme_sfboot_e.txt : SDK for Camera with DRC Sample readme(english) CMSIS_RTOS_RTX : base OS and driver for peripheral IP RTOS RTX Boards Renesas RenesasBSP drv_src drc inc r_drc.h : header file of DRC driver r_drc_pl.h : header file of DRC porting layer function porting r_drc_pl.c : source file of DRC porting layer function R01AN3897EJ0200 Rev.2.00 Page 6 of 8

7 3. Applying procedure The procedure for applying this package to the "SDK for Camera", HMI software development kit for RZ/A1 is described below. 1. Download the RZ/A1 Framework(*) and extract it. ( * RZ/A1 Framework URL: ) 2. Extract this package(an-r01an3897ej0200-rza1h-fwp.zip) 3. Overwrite the "Document" folder extracted in step 1, by same folder extracted in step Overwrite the "Software" folder extracted in step 1, by same folder extracted in step Confirmation of sample program operation Regarding the operation of sample program of this package, please replace "Blinky_smp1" with ContrastAutomaticCorrection_smp1 or "SDKforCamera_smp2" for the contents of chapter 2.4 of RZ/A1H Group, RZ/A1LU Group RZ/A1 Framework Quick Start Guide (R01AN3639) included in RZ/A1 Framework. Please implement Chapter 3 "How to apply this package to RZ/A1 Framework" before actual operation. R01AN3897EJ0200 Rev.2.00 Page 7 of 8

8 Website and Support Renesas Electronics Website Inquiries All trademarks and registered trademarks are the property of their respective owners. R01AN3897EJ0200 Rev.2.00 Page 8 of 8

9 Revision History Rev. Date Revised Contents No Type Description Remark Overall Updated supporting e2 studio to version Modification points:.cproject and.project of all sample project Aug 10, First Edition issued -

10 General Precautions in the Handling of Microprocessing Unit and Microcontroller Unit Products The following usage notes are applicable to all Microprocessing unit and Microcontroller unit products from Renesas. For detailed usage notes on the products covered by this document, refer to the relevant sections of the document as well as any technical updates that have been issued for the products. 1. Handling of Unused Pins Handle unused pins in accordance with the directions given under Handling of Unused Pins in the manual. The input pins of CMOS products are generally in the high-impedance state. In operation with an unused pin in the open-circuit state, extra electromagnetic noise is induced in the vicinity of LSI, an associated shoot-through current flows internally, and malfunctions occur due to the false recognition of the pin state as an input signal become possible. Unused pins should be handled as described under Handling of Unused Pins in the manual. 2. Processing at Power-on The state of the product is undefined at the moment when power is supplied. The states of internal circuits in the LSI are indeterminate and the states of register settings and pins are undefined at the moment when power is supplied. In a finished product where the reset signal is applied to the external reset pin, the states of pins are not guaranteed from the moment when power is supplied until the reset process is completed. In a similar way, the states of pins in a product that is reset by an on-chip power-on reset function are not guaranteed from the moment when power is supplied until the power reaches the level at which resetting has been specified. 3. Prohibition of Access to Reserved Addresses Access to reserved addresses is prohibited. The reserved addresses are provided for the possible future expansion of functions. Do not access these addresses; the correct operation of LSI is not guaranteed if they are accessed. 4. Clock Signals After applying a reset, only release the reset line after the operating clock signal has become stable. When switching the clock signal during program execution, wait until the target clock signal has stabilized. When the clock signal is generated with an external resonator (or from an external oscillator) during a reset, ensure that the reset line is only released after full stabilization of the clock signal. Moreover, when switching to a clock signal produced with an external resonator (or by an external oscillator) while program execution is in progress, wait until the target clock signal is stable. 5. Differences between Products Before changing from one product to another, i.e. to a product with a different part number, confirm that the change will not lead to problems. The characteristics of Microprocessing unit or Microcontroller unit products in the same group but having a different part number may differ in terms of the internal memory capacity, layout pattern, and other factors, which can affect the ranges of electrical characteristics, such as characteristic values, operating margins, immunity to noise, and amount of radiated noise. When changing to a product with a different part number, implement a system-evaluation test for the given product.

11 Notice 1. Descriptions of circuits, software and other related information in this document are provided only to illustrate the operation of semiconductor products and application examples. You are fully responsible for the incorporation or any other use of the circuits, software, and information in the design of your product or system. Renesas Electronics disclaims any and all liability for any losses and damages incurred by you or third parties arising from the use of these circuits, software, or information. 2. Renesas Electronics hereby expressly disclaims any warranties against and liability for infringement or any other claims involving patents, copyrights, or other intellectual property rights of third parties, by or arising from the use of Renesas Electronics products or technical information described in this document, including but not limited to, the product data, drawings, charts, programs, algorithms, and application examples. 3. No license, express, implied or otherwise, is granted hereby under any patents, copyrights or other intellectual property rights of Renesas Electronics or others. 4. You shall not alter, modify, copy, or reverse engineer any Renesas Electronics product, whether in whole or in part. Renesas Electronics disclaims any and all liability for any losses or damages incurred by you or third parties arising from such alteration, modification, copying or reverse engineering. 5. Renesas Electronics products are classified according to the following two quality grades: Standard and High Quality. The intended applications for each Renesas Electronics product depends on the product s quality grade, as indicated below. "Standard": Computers; office equipment; communications equipment; test and measurement equipment; audio and visual equipment; home electronic appliances; machine tools; personal electronic equipment; industrial robots; etc. "High Quality": Transportation equipment (automobiles, trains, ships, etc.); traffic control (traffic lights); large-scale communication equipment; key financial terminal systems; safety control equipment; etc. Unless expressly designated as a high reliability product or a product for harsh environments in a Renesas Electronics data sheet or other Renesas Electronics document, Renesas Electronics products are not intended or authorized for use in products or systems that may pose a direct threat to human life or bodily injury (artificial life support devices or systems; surgical implantations; etc.), or may cause serious property damage (space system; undersea repeaters; nuclear power control systems; aircraft control systems; key plant systems; military equipment; etc.). Renesas Electronics disclaims any and all liability for any damages or losses incurred by you or any third parties arising from the use of any Renesas Electronics product that is inconsistent with any Renesas Electronics data sheet, user s manual or other Renesas Electronics document. 6. When using Renesas Electronics products, refer to the latest product information (data sheets, user s manuals, application notes, General Notes for Handling and Using Semiconductor Devices in the reliability handbook, etc.), and ensure that usage conditions are within the ranges specified by Renesas Electronics with respect to maximum ratings, operating power supply voltage range, heat dissipation characteristics, installation, etc. Renesas Electronics disclaims any and all liability for any malfunctions, failure or accident arising out of the use of Renesas Electronics products outside of such specified ranges. 7. Although Renesas Electronics endeavors to improve the quality and reliability of Renesas Electronics products, semiconductor products have specific characteristics, such as the occurrence of failure at a certain rate and malfunctions under certain use conditions. Unless designated as a high reliability product or a product for harsh environments in a Renesas Electronics data sheet or other Renesas Electronics document, Renesas Electronics products are not subject to radiation resistance design. You are responsible for implementing safety measures to guard against the possibility of bodily injury, injury or damage caused by fire, and/or danger to the public in the event of a failure or malfunction of Renesas Electronics products, such as safety design for hardware and software, including but not limited to redundancy, fire control and malfunction prevention, appropriate treatment for aging degradation or any other appropriate measures. Because the evaluation of microcomputer software alone is very difficult and impractical, you are responsible for evaluating the safety of the final products or systems manufactured by you. 8. Please contact a Renesas Electronics sales office for details as to environmental matters such as the environmental compatibility of each Renesas Electronics product. You are responsible for carefully and sufficiently investigating applicable laws and regulations that regulate the inclusion or use of controlled substances, including without limitation, the EU RoHS Directive, and using Renesas Electronics products in compliance with all these applicable laws and regulations. Renesas Electronics disclaims any and all liability for damages or losses occurring as a result of your noncompliance with applicable laws and regulations. 9. Renesas Electronics products and technologies shall not be used for or incorporated into any products or systems whose manufacture, use, or sale is prohibited under any applicable domestic or foreign laws or regulations. You shall comply with any applicable export control laws and regulations promulgated and administered by the governments of any countries asserting jurisdiction over the parties or transactions. 10. It is the responsibility of the buyer or distributor of Renesas Electronics products, or any other party who distributes, disposes of, or otherwise sells or transfers the product to a third party, to notify such third party in advance of the contents and conditions set forth in this document. 11. This document shall not be reprinted, reproduced or duplicated in any form, in whole or in part, without prior written consent of Renesas Electronics. 12. Please contact a Renesas Electronics sales office if you have any questions regarding the information contained in this document or Renesas Electronics products. (Note 1) Renesas Electronics as used in this document means Renesas Electronics Corporation and also includes its directly or indirectly controlled subsidiaries. (Note 2) Renesas Electronics product(s) means any product developed or manufactured by or for Renesas Electronics. (Rev November 2017) SALES OFFICES Refer to " for the latest and detailed information. Renesas Electronics America Inc Murphy Ranch Road, Milpitas, CA 95035, U.S.A. Tel: , Fax: Renesas Electronics Canada Limited 9251 Yonge Street, Suite 8309 Richmond Hill, Ontario Canada L4C 9T3 Tel: Renesas Electronics Europe Limited Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, U.K Tel: , Fax: Renesas Electronics Europe GmbH Arcadiastrasse 10, Düsseldorf, Germany Tel: , Fax: Renesas Electronics (China) Co., Ltd. Room 1709 Quantum Plaza, No.27 ZhichunLu, Haidian District, Beijing, P. R. China Tel: , Fax: Renesas Electronics (Shanghai) Co., Ltd. Unit 301, Tower A, Central Towers, 555 Langao Road, Putuo District, Shanghai, P. R. China Tel: , Fax: Renesas Electronics Hong Kong Limited Unit , 16/F., Tower 2, Grand Century Place, 193 Prince Edward Road West, Mongkok, Kowloon, Hong Kong Tel: , Fax: Renesas Electronics Taiwan Co., Ltd. 13F, No. 363, Fu Shing North Road, Taipei 10543, Taiwan Tel: , Fax: Renesas Electronics Singapore Pte. Ltd. 80 Bendemeer Road, Unit #06-02 Hyflux Innovation Centre, Singapore Tel: , Fax: Renesas Electronics Malaysia Sdn.Bhd. Unit 1207, Block B, Menara Amcorp, Amcorp Trade Centre, No. 18, Jln Persiaran Barat, Petaling Jaya, Selangor Darul Ehsan, Malaysia Tel: , Fax: Renesas Electronics India Pvt. Ltd. No.777C, 100 Feet Road, HAL 2nd Stage, Indiranagar, Bangalore , India Tel: , Fax: Renesas Electronics Korea Co., Ltd. 17F, KAMCO Yangjae Tower, 262, Gangnam-daero, Gangnam-gu, Seoul, Korea Tel: , Fax: Renesas Electronics Corporation. All rights reserved. Colophon 7.0

APPLICATION NOTE. Introduction [1] 625-Line PAL and SECAM Systems. Widescreen Signaling (WSS)

APPLICATION NOTE. Introduction [1] 625-Line PAL and SECAM Systems. Widescreen Signaling (WSS) APPLICATION NOTE Widescreen Signaling (WSS) AN9716 Rev 1.00 Introduction [1] To facilitate the handling of various aspect ratios of program material received by TVs, a widescreen signalling (WSS) system

More information

ISL COMPOSITE SYNC OUT EL4581C ODD/ EVEN OUTPUT VIDEO IN REST VERTICAL SYNC OUT 4 BURST/BACK 5 PORCH OUTPUT TIMING PULSE FIGURE 1.

ISL COMPOSITE SYNC OUT EL4581C ODD/ EVEN OUTPUT VIDEO IN REST VERTICAL SYNC OUT 4 BURST/BACK 5 PORCH OUTPUT TIMING PULSE FIGURE 1. COMMON INFORMATION Simple Circuit Removes Sync or has TB4 Rev..00 Jul 0, 00 As the digital world encroaches into analog territory, signal conditioning circuits are required to prepare analog signals for

More information

APPLICATION NOTE. Bandwidth Enhancement. Introduction. Solution. Circuit Biasing. Cross Coupling. Video Sync. Video Fader With DCP-Digital Control

APPLICATION NOTE. Bandwidth Enhancement. Introduction. Solution. Circuit Biasing. Cross Coupling. Video Sync. Video Fader With DCP-Digital Control APPLICATION NOTE Video Fader With DCP-Digital Control AN566 Rev 0.00 Jun 7, 0 Introduction There are times when a digital video fade control is needed. DCPs are often overlooked for this application as

More information

90MHz. A/D CONVERTER CLK 45MHz HALFBAND FILTER. 45MHz. R = 2 45MHz HI/LO LEVEL DETECT. 45MHz

90MHz. A/D CONVERTER CLK 45MHz HALFBAND FILTER. 45MHz. R = 2 45MHz HI/LO LEVEL DETECT. 45MHz APPLICATION NOTE Implementation of a High Rate Radio Receiver (HSP43124, HSP43168, HSP43216, HSP50110, HSP50210) AN9658 Rev 1.00 Features Modulation Formats: BPSK, QPSK, SQPSK, 8-PSK, FM, FSK Symbol Rates:

More information

PDC Capture LCD Display Application

PDC Capture LCD Display Application Application Note Renesas Synergy Platform R12AN0053EU0101 Rev.1.01 Introduction This application note describes how to install, build, and run an example Parallel Data Capture (PDC) LCD display application

More information

APPLICATION NOTE. Description: General procedure for loading and running a configuration: Tracing out a filter response:

APPLICATION NOTE. Description: General procedure for loading and running a configuration: Tracing out a filter response: APPLICATION NOTE CDMA2 and W-CDMA on the Converter AN114 Rev.. Description: This document demonstrates how to use Intersil s ISL5416 3G Quad Programmable Down Converter for CDMA2 and W-CDMA (UMTS) cellular

More information

START OF DIGITAL ACTIVE LINE CO-SITED C B FIGURE 1. TYPICAL VMI 8-BIT DATA FORMAT FOR RECTANGULAR PIXEL 525/60 VIDEO SYSTEMS

START OF DIGITAL ACTIVE LINE CO-SITED C B FIGURE 1. TYPICAL VMI 8-BIT DATA FORMAT FOR RECTANGULAR PIXEL 525/60 VIDEO SYSTEMS APPLIATION NOTE Video Module Interface (VMI) for Is AN973 ev.. Sep 997 Introduction VMI was developed in cooperation with several multimedia I companies in order to standardize the video interfaces between

More information

DK-S128 v1.1 Out-of-Box Demonstration Programming Guidelines

DK-S128 v1.1 Out-of-Box Demonstration Programming Guidelines Application Note Renesas Synergy Platform DK-S128 v1.1 Out-of-Box Demonstration Programming Guidelines R12AN0061EU0102 Rev.1.02 Introduction The DK-S128 Out-Of-Box (OOB) Demonstration Kit shows a multithreaded

More information

Simple PMOD Display Application Example for DK-S128

Simple PMOD Display Application Example for DK-S128 Application Note Renesas Synergy Platform Simple PMOD Display Application Example for DK-S128 R12AN0071EU0101 Rev.1.01 Introduction This application note describes a Pmod -based display application on

More information

APPLICATION NOTE. Introduction. Composite Video Separation Techniques. AN9644 Rev Page 1 of 9. Oct AN9644 Rev

APPLICATION NOTE. Introduction. Composite Video Separation Techniques. AN9644 Rev Page 1 of 9. Oct AN9644 Rev APPLICATION NOTE Composite Video Separation AN9644 Rev. 0.00 Introduction The most fundamental job of a video decoder is to separate the color from the black and white information for video composite signals.

More information

This document describes a program for 7-segment LED display (dynamic lighting).

This document describes a program for 7-segment LED display (dynamic lighting). R8C/25 Group 1. Abstract This document describes a program for 7-segment LED display (dynamic lighting). 2. Introduction The application example described in this document applies to the following MCU

More information

Low Cost Digital Panel Meter Designs and Complete Instructions for LCD and LED Kits C 3 BUFF A-Z INT POL AB4

Low Cost Digital Panel Meter Designs and Complete Instructions for LCD and LED Kits C 3 BUFF A-Z INT POL AB4 APPLICATION NOTE Low Cost Digital Panel Meter Designs and AN023 Rev 0.00 Introduction The and ICL707 are the first ICs to contain all the active circuitry for a 3 / 2 digit panel meter on a single chip.

More information

0.5 to 6.0 GHz SPDT SWITCH

0.5 to 6.0 GHz SPDT SWITCH DESCRIPTION 0.5 to 6.0 GHz SPDT SWITCH GaAs INTEGRATED CIRCUIT The is a GaAs MMIC SPDT (Single Pole Double Throw) switch for 0.5 to 6.0 GHz applications, including dual-band wireless LAN. This device operates

More information

WITH INTERNAL PRE-AMPLIFIER

WITH INTERNAL PRE-AMPLIFIER RECEIVER NR4510UR 50 m InGaAs APD RECEIVER FOR 2.5 Gb/s ROSA WITH INTERNAL PRE-AMPLIFIER DESCRIPTION The NR4510UR is a InGaAs APD ROSA with an internal pre-amplifier in a receptacle type package designed

More information

This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input.

This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input. R8C/25 Group 1. Abstract This document describes a program for 7-segment LED display (dynamic lighting) and key matrix and input. 2. Introduction The application example described in this document applies

More information

User's Manual. V850 JTAG OCD Checker. User s Manual. Supported Devices: V850 Family

User's Manual. V850 JTAG OCD Checker. User s Manual. Supported Devices: V850 Family User's Manual V850 JTAG OCD Checker User s Manual Supported Devices: V850 Family All information contained in these materials, including products and product specifications, represents information on the

More information

Features TEMP. RANGE ( C) ICM7244AIM44ZT ICM7244 AIM44Z -25 C to +85 C 44 Ld MQFP (Tape and Reel) Q44.10x10

Features TEMP. RANGE ( C) ICM7244AIM44ZT ICM7244 AIM44Z -25 C to +85 C 44 Ld MQFP (Tape and Reel) Q44.10x10 OBSOLETE PRODUCT POSSIBLE SUBSTITUTE PRODUCT ICM7244B 8-Character, Microprocessor Compatible, LED Display Decoder Driver DATASHEET FN6675 Rev.1.00 The ICM7244 is an 8-character, alphanumeric display driver

More information

APPLICATION NOTE. Introduction. Video Example - SXGA. CAT-5 Cable Characteristics. CAT-5 Video Transmission: Troubleshooting and Equalization

APPLICATION NOTE. Introduction. Video Example - SXGA. CAT-5 Cable Characteristics. CAT-5 Video Transmission: Troubleshooting and Equalization APPLICATION NOTE CAT5 Video Transmission: AN137 Rev. August 2, 27 Introduction CAT5 cable provides an enormous cost benefit over coax. The average cost of 1 meters of CAT5 cable is $2 while the average

More information

TA48M025F,TA48M03F,TA48M033F TA48M0345F,TA48M04F,TA48M05F

TA48M025F,TA48M03F,TA48M033F TA48M0345F,TA48M04F,TA48M05F TOSHIBA Bipolar Linear Integrated Silicon Monolithic TA48M025F,TA48M03F,TA48M033F TA48M0345F,TA48M04F,TA48M05F 2.5, 3, 3.3, 3.45, 4, 5 Three-Terminal Low Dropout oltage Regulator The TA48M**F series consists

More information

APPLICATION NOTE. Video Formats. Basics of Video: From Simple Analog to HDTV. AN1695 Rev 0.00 Page 1 of 10. March 12, AN1695 Rev 0.

APPLICATION NOTE. Video Formats. Basics of Video: From Simple Analog to HDTV. AN1695 Rev 0.00 Page 1 of 10. March 12, AN1695 Rev 0. APPLICATION NOTE Basics of Video: From Simple Analog AN1695 Rev 0.00 Video signals can be divided into two categories; analog and digital. Both use a variety of standards, formats, and available interfaces.

More information

STEVAL-ICB004V1. Advanced resistive touchscreen controller demonstration board based on the STMPE811. Features. Description

STEVAL-ICB004V1. Advanced resistive touchscreen controller demonstration board based on the STMPE811. Features. Description Advanced resistive touchscreen controller demonstration board based on the STMPE811 Data brief Features Four-wire resistive touch-sensing demonstration GUI Configurable touch-sensing parameters STMPE811

More information

STEVAL-ILL037V1. Demonstration board for the HVLED805 IC for LED power supply. Features. Description

STEVAL-ILL037V1. Demonstration board for the HVLED805 IC for LED power supply. Features. Description Demonstration board for the HVLED805 IC for LED power supply Data brief Features Input voltage: 90 Vac - 265 Vac Input frequency: 50 Hz - 60 Hz Output power: 3.2 W Expected efficiency: 85% Output voltage:

More information

Multi-channel LED driver with integrated boost controller for medium, large LCD panel backlight based on LED7708 and STM32F103C6T6A

Multi-channel LED driver with integrated boost controller for medium, large LCD panel backlight based on LED7708 and STM32F103C6T6A Multi-channel LED driver with integrated boost controller for medium, large LCD panel backlight based on LED7708 and STM32F103C6T6A Features Data brief Wide DC input voltage: 10 V to 28 V Integrated boost

More information

GaAs MULTI-CHIP MODULE MC-7883

GaAs MULTI-CHIP MODULE MC-7883 DATA SHEET GaAs MULTI-CHIP MODULE MC-7883 870 MHz CATV 22 db POWER DOUBLER AMPLIFIER DESCRIPTION The MC-7883 is a GaAs Multi-chip Module designed for use in CATV applications up to 870 MHz. This unit has

More information

STEVAL-IHM043V1. 6-step BLDC sensorless driver board based on the STM32F051 and L6234. Features. Description

STEVAL-IHM043V1. 6-step BLDC sensorless driver board based on the STM32F051 and L6234. Features. Description 6-step BLDC sensorless driver board based on the STM32F051 and L6234 Features Input voltage range: 7 to 42 V dc Output current: 2 A (5 A peak) Can operate up to 100% duty cycle RoHS compliant Description

More information

STEVAL-ISB008V1. Standalone USB Li-Ion battery charger demonstration board based on the STw4102 and STM32F103C6. Features.

STEVAL-ISB008V1. Standalone USB Li-Ion battery charger demonstration board based on the STw4102 and STM32F103C6. Features. Features Standalone USB Li-Ion battery charger demonstration board based on the STw4102 and STM32F103C6 Data brief The STw4102 Li-Ion battery charger IC: supports battery charging by USB or external DC

More information

STEVAL-IFN003V1. PMSM FOC motor driver based on the L6230 and STM32F103. Features. Description

STEVAL-IFN003V1. PMSM FOC motor driver based on the L6230 and STM32F103. Features. Description STEVAL-IFN003V1 Features PMSM FOC motor driver based on the L6230 and STM32F103 Data brief Input range: 8 V up to 48 V (up to 45 W) STMicroelectronics ARM Cortex-M3 corebased STM32F103 microcontroller

More information

6GHz Medium Power SPDT Switch

6GHz Medium Power SPDT Switch 6GHz Medium Power SPDT Switch RF SWITCH CG2185X2 DESCRIPTION The CG2185X2 is a phemt GaAs FET SPDT (Single Pole Double Throw) Switch. This device can operate from 2.0GHz to 6.0GHz, with low insertion loss

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Power over ethernet 10 W module Preliminary data Features Input voltage range: 38.5 V to 60 V 10 W output Based on ST devices integrating standard PoE interface and current mode PVM controller IEEE 802.3af

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Features Camera with ZigBee connectivity based on the STM32 STM32-based camera with ZigBee connectivity Includes microsd card and ZigBee module Works with monitoring unit (order code STEVAL-CCM003V1) Camera

More information

L, S-band Medium Power SPDT Switch

L, S-band Medium Power SPDT Switch RF SWITCH CG2179M2 L, S-band Medium Power SPDT Switch DESCRIPTION The CG2179M2 is a phemt GaAs SPDT (Single Pole Double Throw) switch. This device can operate from 0.05 GHz to 3.0GHz, having low insertion

More information

General purpose low noise wideband amplifier for frequencies between DC and 2.2 GHz

General purpose low noise wideband amplifier for frequencies between DC and 2.2 GHz Rev. 5 29 May 2015 Product data sheet 1. Product profile 1.1 General description Silicon Monolitic Microwave Integrated Circuit (MMIC) wideband amplifier with internal matching circuit in a 6-pin SOT363

More information

L, S-band Medium Power SPDT Switch

L, S-band Medium Power SPDT Switch RF SWITCH CG2214M6 L, S-band Medium Power SPDT Switch DESCRIPTION The CG2214M6 is a phemt GaAs SPDT (Single Pole Double Throw) switch. This device can operate from 0.05 to 3.0 GHz, having low insertion

More information

STEVAL-ILL015V1. High brightness RGB LED array with LED error detection based on the STP24DP05 and STM32. Features. Description

STEVAL-ILL015V1. High brightness RGB LED array with LED error detection based on the STP24DP05 and STM32. Features. Description High brightness RGB LED array with LED error detection based on the STP24DP05 and STM32 Data Brief Features Two STP24DP05 devices (TQFP48 package) connected to 3 X 16 RGB high brightness LEDs STM32 microcontroller

More information

IEC compliant smart meter system for AMI applications based on STM32, ST7570 PLM, and STPMC1/STPMS1 chipset

IEC compliant smart meter system for AMI applications based on STM32, ST7570 PLM, and STPMC1/STPMS1 chipset IEC 61334-5-1 compliant smart meter system for AMI applications based on STM32, ST7570 PLM, and STPMC1/STPMS1 chipset Features Data brief Energy measurement by an external metrology board S-FSK Power line

More information

STEVAL-IHM021V W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives. Features.

STEVAL-IHM021V W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives. Features. 100 W, 3-phase inverter based on the L6390 and UltraFASTmesh MOSFET for speed FOC of 3-phase PMSM motor drives Features Data brief Wide range input voltage Maximum power: up to 100 W at 230 Vac input STD5N52U

More information

General purpose low noise wideband amplifier for frequencies between DC and 2.2 GHz

General purpose low noise wideband amplifier for frequencies between DC and 2.2 GHz Rev. 1 20 October 2011 Product data sheet 1. Product profile 1.1 General description Silicon Monolithic Microwave Integrated Circuit (MMIC) wideband amplifier with internal matching circuit in a 6-pin

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Bluetooth low energy development kit based on the STBLC01 Features STBLC01 Bluetooth low energy controller in a standalone RF module STM32L Discovery board, including STLINK Associated STBLC01 development

More information

STEVAL-SPBT2ATV2. USB Dongle for the Bluetooth class 2 SPBT2532C2.AT module. Features. Description

STEVAL-SPBT2ATV2. USB Dongle for the Bluetooth class 2 SPBT2532C2.AT module. Features. Description USB Dongle for the Bluetooth class 2 SPBT2532C2.AT module Data brief Features Bluetooth V2.1 board USB connection SMD antenna onboard RoHS compliant Description The demonstration board is a design tool

More information

STEVAL-CCM003V1. Graphic panel with ZigBee features based on the STM32 and SPZBE260 module. Features. Description

STEVAL-CCM003V1. Graphic panel with ZigBee features based on the STM32 and SPZBE260 module. Features. Description Graphic panel with ZigBee features based on the STM32 and SPZBE260 module Data brief Features Microsoft FAT16/FAT32 compatible library JPEG decoder algorithm S-Touch -based touch keys for menu navigation

More information

EVALPM8803-FWD. EVALPM8803-FWD: IEEE802.3at compliant demonstration kit with synchronous active clamp forward PoE converter. Features.

EVALPM8803-FWD. EVALPM8803-FWD: IEEE802.3at compliant demonstration kit with synchronous active clamp forward PoE converter. Features. : IEEE802.3at compliant demonstration kit with synchronous active clamp forward PoE converter Features EEE 802.3at compliant Support for Gigabit Ethernet Data pass-through for the ethernet data Works with

More information

Data Sheet of SAW Components

Data Sheet of SAW Components Data Sheet of SAW Components Note : Murata SAW Component is applicable for Cellular /Cordless phone (Terminal) relevant market only. Please also read caution at the end of this document. Package Dimensions

More information

STEVAL-CCH002V2. HDMI and video switches demonstration board. Features. Description

STEVAL-CCH002V2. HDMI and video switches demonstration board. Features. Description HDMI and video switches demonstration board Data brief Features 16-character x 2-line alphanumeric backlit LCD VGA input and output connectors S-video input and output connectors Y Pb Pr input and output

More information

STEVAL-ILL029V1. Front panel demonstration board based on the STLED325 and STM8S. Features. Description

STEVAL-ILL029V1. Front panel demonstration board based on the STLED325 and STM8S. Features. Description Front panel demonstration board based on the STLED325 and STM8S Data brief Features 4-digit, 7-segment (with decimal point) LED display 8 discrete LEDs 8 front panel keys for control of channel, brightness

More information

PRODUCT INFORMATION LETTER

PRODUCT INFORMATION LETTER PRODUCT INFORMATION LETTER PIL MMS-MIC/13/7751 Dated 26 Mar 2013 STM32F40x and STM32F41x products LQFP176 package - Pinout modification 1/4 PIL MMS-MIC/13/7751 - Dated 26 Mar 2013 Sales Type/product family

More information

ROBOT-M24LR16E-A. Evaluation board for the M24LR16E-R dual interface EEPROM. Features. Description

ROBOT-M24LR16E-A. Evaluation board for the M24LR16E-R dual interface EEPROM. Features. Description Features Evaluation board for the M24LR16E-R dual interface EEPROM 20 mm x 40 mm 13.56 MHz inductive antenna etched on PCB M24LR16E-R dual interface EEPROM I²C connector Energy harvesting output (V OUT

More information

STEVAL-IHM024V W 3-phase inverter using the L6390 and STGDL6NC60DI for vector control. Features. Applications. Description

STEVAL-IHM024V W 3-phase inverter using the L6390 and STGDL6NC60DI for vector control. Features. Applications. Description 100 W 3-phase inverter using the L6390 and STGDL6NC60DI for vector control Data brief Features Wide-range input voltage (110 Vac and 230 Vac) Maximum power-up to 100 W at 230 Vac input voltage Hyper-fast

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) DC-DC step down power supply Features Module DC-DC step down single output Wide range input voltage: 100 370 V dc Output power: 4.0 W typ. Output voltage precision 5% Output short-circuit protection No

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Adapter board (daughter board for the STM3210C_EVAL) for a thermal printer based on the L293DD Data brief Features This application is designed for a connectivity line demonstration board. The thermal

More information

STEVAL-ILH004V1. 70 W electronic ballast for metal halide lamp (HID) based on the L6382D5 and ST7FLITE49K2. Features. Description

STEVAL-ILH004V1. 70 W electronic ballast for metal halide lamp (HID) based on the L6382D5 and ST7FLITE49K2. Features. Description 70 W electronic ballast for metal halide lamp (HID) based on the L6382D5 and ST7FLITE49K2 Data brief Features Minimum mains voltage (rms value): 85 V Maximum mains voltage (rms value) : 265 V Minimum mains

More information

L7208. Portable consumer electronics spindle and VCM motor controller. General features. Spindle driver. Description. VCM driver.

L7208. Portable consumer electronics spindle and VCM motor controller. General features. Spindle driver. Description. VCM driver. Portable consumer electronics spindle and VCM motor controller General features Register Based Architecture 3 wire serial port up to 50MHz Ultra-thin package Data Brief Spindle driver 0.5A peak current

More information

March 2012 Doc ID Rev 1 1/4

March 2012 Doc ID Rev 1 1/4 2 x 28 W electronic ballast with active PFC based on the STD3N62K3 and STD845DN40 BJT devices Data brief production data Features Input voltage range: 180 Vac to 264 Vac Nominal output voltage: 400 V Nominal

More information

STEVAL-CCA043V1. 25 Watt mono BTL class-d audio amplifier demonstration board based on the TDA7491MV. Features. Description

STEVAL-CCA043V1. 25 Watt mono BTL class-d audio amplifier demonstration board based on the TDA7491MV. Features. Description 25 Watt mono BTL class-d audio amplifier demonstration board based on the TDA7491MV Features High output-power capability: 25 W / 6 Ω at 16 V, 1 KHz,THD = 10% 20 W / 8 Ω at 18 V, 1 KHz, THD = 10% Wide-range,

More information

APPLICATION NOTE. Introduction. Advantages of IC Drivers. Non-Multiplexed Displays

APPLICATION NOTE. Introduction. Advantages of IC Drivers. Non-Multiplexed Displays APPLICATION NOTE Display Driver Family Combines Convenience of Use with Microprocessor Interfaceability AN054 Rev 0.00 Introduction For some time now Intersil has manufactured a line of display drivers

More information

STEVAL-IHM025V1. 1 kw 3-phase motor control demonstration board featuring the IGBT SLLIMM STGIPL14K60. Features. Description

STEVAL-IHM025V1. 1 kw 3-phase motor control demonstration board featuring the IGBT SLLIMM STGIPL14K60. Features. Description Features 1 kw 3-phase motor control demonstration board featuring the IGBT SLLIMM STGIPL14K60 Data brief Min. input voltage: 125 VDC or 90 VAC Max. input voltage: 400 VDC or 285 VAC Max. output power for

More information

Order code Package Connection. SPDC400FC12M0.60 Open frame Comb. October 2007 Rev 1 1/9

Order code Package Connection. SPDC400FC12M0.60 Open frame Comb. October 2007 Rev 1 1/9 DC-DC step down power supply Preliminary Data Features Module DC-DC step down single output Wide range input voltage 100 370 V dc Output power 8W max Output voltage precision 5% Output short circuit protection

More information

STEVAL-ILL043V1. High end, 75 W high power factor flyback LED driver based on the L6562A with two dimmable strings. Features.

STEVAL-ILL043V1. High end, 75 W high power factor flyback LED driver based on the L6562A with two dimmable strings. Features. High end, 75 W high power factor flyback LED driver based on the L6562A with two dimmable strings Features Data brief Mains voltage range V ACmin = 165V ac, V ACmax = 277 V ac Minimum mains frequency f

More information

STEVAL-IHM008V1. BLDC & AC motor control Power board SEMITOP 2 1kW. Features. Applications

STEVAL-IHM008V1. BLDC & AC motor control Power board SEMITOP 2 1kW. Features. Applications Features Quick to set up, to install and easy to run Inverter stage IGBT short circuit rugged based Design is re-usable (the ORCAD source files are available for free) Several kinds of applications with

More information

DATA SHEET. 870 MHz CATV 22 db POWER DOUBLER AMPLIFIER

DATA SHEET. 870 MHz CATV 22 db POWER DOUBLER AMPLIFIER DATA SHEET GaAs MULTI-CHIP MODULE MC-7846 870 MHz CATV 22 db POWER DOUBLER AMPLIFIER DESCRIPTION The MC-7846 is a GaAs Multi-chip Module designed for use in CATV applications up to 870 MHz. This unit has

More information

STEVAL-IME002V1. Multi-lead electrocardiogram (ECG) and body impedance demonstration board. Features. Description

STEVAL-IME002V1. Multi-lead electrocardiogram (ECG) and body impedance demonstration board. Features. Description Multi-lead electrocardiogram (ECG) and body impedance demonstration board Data brief Features Two power supply options: USB connector and external power connector Up to three HM301D: 12-lead ECG with bioimpedance

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) L6563 80W High performancetm PFC with active tracking boost function General description Data Brief L6563 is a current-mode PFC controller operating in Transition Mode (TM). Based on the core of a standard

More information

STEVAL-TDR007V1. 3 stage RF power amplifier demonstration board using: PD57002-E, PD57018-E, 2 x PD57060-E. Features. Description

STEVAL-TDR007V1. 3 stage RF power amplifier demonstration board using: PD57002-E, PD57018-E, 2 x PD57060-E. Features. Description 3 stage RF power amplifier demonstration board using: PD57002-E, PD57018-E, 2 x PD57060-E Features N-channel enhancement-mode lateral MOSFETs Excellent thermal stability Frequency: 1030 MHz Supply voltage:

More information

General purpose low noise wideband amplifier for frequencies between DC and 2.2 GHz

General purpose low noise wideband amplifier for frequencies between DC and 2.2 GHz Rev. 5 3 October 2016 Product data sheet 1. Product profile 1.1 General description Silicon Monolithic Microwave Integrated Circuit (MMIC) wideband amplifier with internal matching circuit in a 6-pin SOT363

More information

General purpose low noise wideband amplifier for frequencies between DC and 750 MHz

General purpose low noise wideband amplifier for frequencies between DC and 750 MHz Rev. 3 13 July 2015 Product data sheet 1. Product profile 1.1 General description Silicon Monolithic Microwave Integrated Circuit (MMIC) wideband amplifier with internal matching circuit in a 6-pin SOT363

More information

STEVAL-IKR001V7D. Sub Ghz transceiver daughterboard with power amplifier based on the SPIRIT1. Features. Description

STEVAL-IKR001V7D. Sub Ghz transceiver daughterboard with power amplifier based on the SPIRIT1. Features. Description Sub Ghz transceiver daughterboard with power amplifier based on the SPIRIT1 Data brief Features SPIRIT1 low power sub GHz transceiver in a standalone RF module tuned for 169 MHz band with external power

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MN3S PAL-Compatible CCD Video Signal Delay Element Overview The MN3S is a CCD signal delay element for video signal processing applications. It contains such components as a shift

More information

Maintenance/ Discontinued

Maintenance/ Discontinued Delay Line Series MN33S Full Multi-AL-Compatible Video Signal Delay Element Overview The MN33S is a signal delay element for video signal processing applications. It contains such components as a shift

More information

HCS08 SG Family Background Debug Mode Entry

HCS08 SG Family Background Debug Mode Entry Freescale Semiconductor Application Note Document Number: AN3762 Rev. 0, 08/2008 HCS08 SG Family Background Debug Mode Entry by: Carl Hu Sr. Field Applications Engineer Kokomo, IN, USA 1 Introduction The

More information

STEVAL-ISA121V1. Wide range single-output demonstration board based on the VIPER37LE. Features. Description

STEVAL-ISA121V1. Wide range single-output demonstration board based on the VIPER37LE. Features. Description Wide range single-output demonstration board based on the VIPER37LE Data brief Features Universal input mains range: input voltage 90-264 V AC frequency 45-65 Hz Single-output voltage: 5 V @ 3 A continuous

More information

STEVAL-ILH005V W electronic ballast for HID lamps based on the L6562A and ST7LITE39F2. Features. Description

STEVAL-ILH005V W electronic ballast for HID lamps based on the L6562A and ST7LITE39F2. Features. Description 150 W electronic ballast for HID lamps based on the L6562A and ST7LITE39F2 Data brief Features Minimum mains voltage: V ac(min) = 185 V Maximum mains voltage: V ac(min) = 265 V Minimum mains frequency:

More information

M24LR04E-R, M24LR16E-R, M24LR64E-R Errata sheet

M24LR04E-R, M24LR16E-R, M24LR64E-R Errata sheet M24LR04E-R, M24LR16E-R, M24LR64E-R Errata sheet M24LR04E-R, M24LR16E-R and M24LR64E-R device limitations Silicon identification This errata sheet applies to STMicroelectronics M24LR04E-R, M24LR16E-R and

More information

General purpose low noise wideband amplifier for frequencies between DC and 750 MHz

General purpose low noise wideband amplifier for frequencies between DC and 750 MHz Rev. 3 3 October 2016 Product data sheet 1. Product profile 1.1 General description Silicon Monolithic Microwave Integrated Circuit (MMIC) wideband amplifier with internal matching circuit in a 6-pin SOT363

More information

+25 dbm MATCHED POWER AMPLIFIER FOR Bluetooth TM Class 1

+25 dbm MATCHED POWER AMPLIFIER FOR Bluetooth TM Class 1 GaAs INTEGRATED CIRCUIT µpg51t6m +5 dbm MATCHED POWER AMPLIFIER FOR Bluetooth TM Class 1 DESCRIPTION The µpg51t6m is a fully matched, +5 dbm GaAs MMIC power amplifier for Bluetooth Class 1. This device

More information

GM68020H. DisplayPort receiver. Features. Applications

GM68020H. DisplayPort receiver. Features. Applications DisplayPort receiver Data Brief Features DisplayPort 1.1a compliant receiver HDCP 1.3 support DisplayPort link comprising four main lanes and one auxiliary channel Input bandwidth sufficient to receive

More information

Video Accessory IC Series Sync Separation ICs with Built-in AFC BA7046F, BA7071F Rev.A 1/9

Video Accessory IC Series Sync Separation ICs with Built-in AFC BA7046F, BA7071F Rev.A 1/9 Video Accessory IC Series Sync Separation ICs with Built-in AFC BA7046F, BA7071F No.10069EAT03 Description The BA7046F and BA7071F perform synchronization signal separation of a NTSC mode or PAL mode video

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) STEVAL-IPP001V2 Complete solution for power line communication in metering applications Data brief Features Energy consumption measured by external metering board Power line communication up to 28.8 kbps

More information

GM60028H. DisplayPort transmitter. Features. Applications

GM60028H. DisplayPort transmitter. Features. Applications DisplayPort transmitter Data Brief Features DisplayPort 1.1a compliant transmitter HDCP 1.3 support DisplayPort link comprising four main lanes and one auxiliary channel Output bandwidth sufficient to

More information

STW High voltage fast-switching NPN power transistor. Features. Application. Description

STW High voltage fast-switching NPN power transistor. Features. Application. Description High voltage fast-switching NPN power transistor Features Low spread of dynamic parameters High voltage capability Minimum lot-to-lot spread for reliable operation ery high switching speed Application

More information

Is Now Part of To learn more about ON Semiconductor, please visit our website at

Is Now Part of To learn more about ON Semiconductor, please visit our website at Is Now Part of To learn more about ON Semiconductor, please visit our website at ON Semiconductor and the ON Semiconductor logo are trademarks of Semiconductor Components Industries, LLC dba ON Semiconductor

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MN390S NTSC-Compatible CCD H Video Signal Delay Element Overview The MN390S is a H image delay element of a f SC CMOS CCD and suitable for video signal processing applications. It

More information

LASER DIODE NX8346TS nm AlGaInAs MQW-DFB LASER DIODE FOR 10 Gb/s APPLICATION DESCRIPTION APPLICATIONS FEATURES

LASER DIODE NX8346TS nm AlGaInAs MQW-DFB LASER DIODE FOR 10 Gb/s APPLICATION DESCRIPTION APPLICATIONS FEATURES LASER DIODE NX8346TS 1 310 nm AlGaInAs MQW-DFB LASER DIODE FOR 10 Gb/s APPLICATION DESCRIPTION The NX8346TS is a 1 310 nm Multiple Quantum Well (MQW) structured Distributed Feed-Back (DFB) laser diode

More information

2 x 58 W high frequency ballast for T8 fluorescent tubes based on L6562A, L6569, and STL11NM60N in PowerFlat HV package

2 x 58 W high frequency ballast for T8 fluorescent tubes based on L6562A, L6569, and STL11NM60N in PowerFlat HV package 2 x 58 W high frequency ballast for T8 fluorescent tubes based on L6562A, L6569, and STL11NM60N in PowerFlat HV package Data brief light for the same input power when driven above 20 khz, instead of 50/60

More information

NSR0130P2. Schottky Barrier Diode 30 V SCHOTTKY BARRIER DIODE

NSR0130P2. Schottky Barrier Diode 30 V SCHOTTKY BARRIER DIODE NSR3P Schottky Barrier Diode These Schottky barrier diodes are designed for highspeed switching applications, circuit protection, and voltage clamping. Extremely low forward voltage reduces conduction

More information

QSB34GR / QSB34ZR / QSB34CGR / QSB34CZR Surface-Mount Silicon Pin Photodiode

QSB34GR / QSB34ZR / QSB34CGR / QSB34CZR Surface-Mount Silicon Pin Photodiode QSB34GR / QSB34ZR / QSB34CGR / QSB34CZR Surface-Mount Silicon Pin Photodiode Features Daylight Filter (QSB34GR and QSB34ZR Only) Surface-Mount Packages: QSB34GR / QSB34CGR for Over-Mount Board QSB34ZR

More information

TOSHIBA CCD LINEAR IMAGE SENSOR CCD(Charge Coupled Device) TCD132D

TOSHIBA CCD LINEAR IMAGE SENSOR CCD(Charge Coupled Device) TCD132D TOSHIBA CCD LINEAR IMAGE SENSOR CCD(Charge Coupled Device) TCD132D The TCD132D is a 1024 elements linear image sensor which includes CCD drive circuit and signal processing circuit. The CCD drive circuit

More information

AN3075 Application note

AN3075 Application note Application note Demonstration board user guidelines for the STC3100 battery monitor for gas gauge applications Introduction This application note describes the STEVAL-ISB009V1, a demonstration board specifically

More information

STDP4020. DisplayPort receiver. Features. Applications

STDP4020. DisplayPort receiver. Features. Applications DisplayPort receiver Data brief Features Enhanced DisplayPort (DP) receiver DP 1.1a compliant Embedded DisplayPort (edp) compliant 1, 2, or 4 lanes Higher bandwidth Turbo mode (3.24 Gbps per lane), supports:

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Delay Line Series MNS NTSC-Compatible CCD Video Signal Delay Element Overview The MNS is a CCD signal delay element for video signal processing applications. It contains such components as a shift

More information

TN0885 Technical note

TN0885 Technical note TN0885 Technical note New I 2 PAKFP (TO-281) package, practical approach for compact and slim product design needs Introduction STMicroelectronics has introduced a new package family, I 2 PAKFP, which

More information

IMPORTANT NOTICE. Company name - STMicroelectronics NV is replaced with ST-NXP Wireless.

IMPORTANT NOTICE. Company name - STMicroelectronics NV is replaced with ST-NXP Wireless. IMPORTANT NOTICE Dear customer, As from August 2 nd 2008, the wireless operations of STMicroelectronics have moved to a new company, ST-NXP Wireless. As a result, the following changes are applicable to

More information

BAS40-04LT1G, SBAS40-04LT1G. Dual Series Schottky Barrier Diode 40 VOLTS SCHOTTKY BARRIER DIODES

BAS40-04LT1G, SBAS40-04LT1G. Dual Series Schottky Barrier Diode 40 VOLTS SCHOTTKY BARRIER DIODES BAS4-4LTG, SBAS4-4LTG Dual Series Schottky Barrier Diode These Schottky barrier diodes are designed for high speed switching applications, circuit protection, and voltage clamping. Extremely low forward

More information

STV6110A. 8PSK/QPSK low-power 3.3 V satellite tuner IC. Description. Features

STV6110A. 8PSK/QPSK low-power 3.3 V satellite tuner IC. Description. Features 8PSK/QPSK low-power 3.3 V satellite tuner IC Data Brief Features RF to baseband 8PSK/QPSK direct conversion Single 3.3 V DC supply Input frequency range 950 MHz to 2150 MHz Supports 1 to 45 Msymbol/s On-chip

More information

AN2421 Application note

AN2421 Application note Application note Using the STMPE801 as a keypad controller Introduction STMPE801 is an 8-bit general purpose port expander device in the STMicroelectronics Port Expander Logic family. Its eight GPIOs (General

More information

Golf ball tracker. Instruction manual

Golf ball tracker. Instruction manual Golf ball tracker Instruction manual General Intended use The Prazza golf ball finder is intended for use on the golf course only and should never be used inside the home or any other enclosed environment.the

More information

Maintenance/ Discontinued

Maintenance/ Discontinued For Video Equipment Color Video Camera Synchronizing Signal Generator LSI Overview The generates color video camera synchronizing signals for the NTSC, PAL, and SECAM video systems. It divides the reference

More information

STDP2650 Advanced DisplayPort to HDMI converter Features Applications

STDP2650 Advanced DisplayPort to HDMI converter Features Applications Advanced DisplayPort to HDMI converter Data brief Features DisplayPort (DP) receiver DP 1.2 compliant Link rate HBR2/HBR/RBR 1, 2, or 4 lanes AUX CH 1 Mbps HDMI 1.4 transmitter Max data rate up to 2.97

More information

Obsolete Product(s) - Obsolete Product(s)

Obsolete Product(s) - Obsolete Product(s) Single-chip digital video format converter Data Brief Features Package: 208-pin PQFP Digital input Interlaced/progressive output Motion Adaptive Noise Reduction Cross Color Suppressor (CCS) Per-pixel MADi/patented

More information

M24SR-DISCOVERY. Discovery kit for the M24SR series Dynamic NFC/RFID tag. Features

M24SR-DISCOVERY. Discovery kit for the M24SR series Dynamic NFC/RFID tag. Features Discovery kit for the M24SR series Dynamic NFC/RFID tag Data brief Features Ready-to-use printed circuit board (PCB) including: M24SR64-Y Dynamic NFC/RFID tag 31 mm x 30 mm 13.56 MHz double layer inductive

More information

STEVAL-ILL019V1. 32 W offline RGGB LED driver with individual LED channel brightness regulation. Features. Description

STEVAL-ILL019V1. 32 W offline RGGB LED driver with individual LED channel brightness regulation. Features. Description STEVAL-ILL09V W offline RGGB LED driver with individual LED channel brightness regulation Data brief Features Line voltage range: to VAC -channel LED driver Constant LED current: 0 ma Load: to LEDs per

More information

NS8050U MICROWIRE PLUSTM Interface

NS8050U MICROWIRE PLUSTM Interface NS8050U MICROWIRE PLUSTM Interface National Semiconductor Application Note 358 Rao Gobburu James Murashige April 1984 FIGURE 1 Microwire Mode Functional Configuration TRI-STATE is a registered trademark

More information