AN-810 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/

Size: px
Start display at page:

Download "AN-810 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/"

Transcription

1 APPLICATION TE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/ EDID and HDCP Controller User s Guide for the AD9889 by Del Jones INTRODUCTION This application note describes the AD9889 s EDID and HDCP controller and is intended to assist the system designer to specify the system software functions necessary to properly incorporate EDID and HDCP handling procedures when using the AD9889 HDMI transmitter. AD9889 EDID/HDCP SUPPORT FEATURES The AD9889 s EDID and HDCP controller performs four main functions to support the system s EDID and HDCP handling. These features are outlined here. A block diagram is illustrated in Figure Reads EDID segment 0 from the display as soon as Hot Plug is detected. The 256-byte EDID segment is stored in internal RAM and can be read via I 2 C and has its own I 2 C address. The I 2 C slave address of the EDID memory can be programmed in the EDID ID register (0x43). The default value for this register is 0x7E. 2. Reads additional EDID segments on demand. These segments are stored in the same location as the first segment. Therefore, the controller should store the first segment prior to initializing another EDID segment download. 3. Implements the HDCP transmitter state machine including handling of downstream repeaters. 4. Includes robust error reporting to report various error conditions to the system firmware. I 2 C SLAVE BUS SIGNALS TO/FROM OTHER PARTS OF THE AD9889 DDC BUS Figure 1. AD9889 HDCP Controller Block Diagram

2 STARTUP SEQUENCE PERFORMED BY AD9889 The AD9889 s EDID and HDCP controller is a state machine which is implemented in the AD9889 s hardware. The following list of instructions illustrates the sequence in which the state machine performs the EDID and HDCP handling. Note that in the following sequence, the term System always refers to the software that is in control of the system and is responsible for configuring the AD9889 through the I 2 C port. The term User refers to the end user of a product using an AD The AD9889 HDCP controller stays in reset until HPD is high. 1. When HPD is high, the AD9889 reads EDID segment 0 and sends an EDID Ready interrupt to the system. The EDID Ready flag (0xC5[4]) is set once the EDID has been read successfully. 2. After reading the EDID the AD9889 waits for the HDCP Desired bit (0xAF[7]) to go high. 3. System software evaluates the EDID, configures the AD9889 by setting the appropriate video and audio modes, and then sets the HDCP Desired bit to high (the status of this bit is also reflected in 0xC6[3]). The Frame Encode bit (0xAF[4]) should also be set to 1 1. The HDMI/DVI bit (0xAF[1]) should not be changed after setting the HDCP Requested bit. 4. Once HDCP Requested is high, the AD9889 initializes the HDCP system. The receiver s BKSV is reported in the BKSV registers (0xBF to 0xC3) and the BKSV flag is set (0x97[6]) (generates an interrupt) and the BKSV count (0xC7[6:0]) is set to 0. The BKSV flag is also reflected in 0xC7[7]. 5. The system must check the BKSV against the revocation list and clear the BKSV Flag (write 1 to 0x97[6]) interrupt if it is not on the revocation list. If not OK then the system should report this to the user in the video stream and not send protected content. Revocation lists are provided as part of the source media (i.e., on the DVD). 6. Once the BKSV flag is cleared, the AD9889 begins HDCP encryption and checks if the receiver is a repeater. The AD9889 checks the receiver s DDC register bit which indicates if it is a repeater. If not a repeater, then HDCP initialization is complete and the AD9889 begins HDCP management. The status of the HDCP encryption can be verified by reading 0xB8[6]. If the receiver is a repeater, the AD9889 must complete the HDCP repeater authentication: 7. AD9889 reads up to 13 KSVs from the downstream repeater (the AD9889 can only process 13 at a time). 8. AD9889 signals a BKSV Flag interrupt with the BKSV count (can be up to 13). 9. System firmware reads the BKSVs from the EDID memory and checks them against the revocation list. Note that the EDID and HDCP handling share the AD9889 s internal memory. EDID is reread at the end of HDCP initialization. System firmware clears the BKSV Flag interrupt. 10. AD9889 calculates the SHA-1 hash of the KSVs. If more KSVs remain (there are more than 13 downstream devices), then go back to Step 8. All of the SHA-1 hash values from each iteration (each set of 13 KSVs) are added before the comparion is done in Step AD9889 compares downstream SHA-1 hash to internal hash to verify KSV list. 12. Once all KSVs have been verified, the AD9889 begins HDCP management and protected content can now be transmitted. 1 In some applications, it may be desirable to initiate HDCP without encrypting the data (for example, if an unencrypted DVD is played). In this case, the Frame Encode bit does not need to be set. 2

3 EDID and HDCP Handling Flow Chart The EDID and HDCP handling sequence can also be summarized by the flow chart in Figure 2. HPD = RESET 11. SHA-1 HASH MATCH? HPD = BEGIN HDCP MANAGEMENT (PROTECTED CONTENT CAN W BE SENT) IF HDCP REQ = 0 2 HPD = 1 1. A) READ EDID B) EDID RDY = 1 2. WAIT FOR HDCP REQUEST MORE KSVs? 10. AD9889 CALCULATES SHA-1 HASH VALUE FOR KSVs BKSVs REVOKED? BKSV FLAG = 0 9. READ BKSVs FROM AD9889 AND EVALUATE ERROR INTERRUPT ERROR INTERRUPT (IF STATE > 6). OF BKV'S 7. A) READ DOWNSTREAM KSVs 8. B) SET BKSV FLAG C) REPORT KSV COUNT TES: 1. ANY OCCURANCE OF HPD = 0 WILL RESET THE AD9889 EDID/HDCP CONTROLLER. 2. IF BKSV IS REVOKED, THE SYSTEM SHOULD CLEAR THE HDCP REQUEST FLAG TO ENABLE A REAUTHENTICATION. 3. DETES FUNCTIONS CONTROLLED BY THE AD DETES FUNCTIONS CONTROLLED BY THE SYSTEM SOFTWARE. EDID READY INTERRUPT 3. A) EVALUATE EDID B) CONFIGURE A/V OF AD9889 C) SET HDCP REQUEST HDCP REQ = 1 4. A) INITIATE HDCP B) SET BKSV FLAG C) WRITE BKSV REGISTERS BKSV INT 5. READ BKSV FROM AD9889 ERROR INTERRUPT (IF STATE </= 6) A) REPORT TO USER B) DO T SEND PROTECTED CONTENT GO TO STATE 1 REPEATER? GO TO STATE 1 6. BEGIN HDCP ENCRYPTION BKSV FLAG = 0 BKSV REVOKED? A) REPORT TO USER B) DO T SEND PROTECTED CONTENT Figure 2. AD9889 EDID and HDCP Controller Functional Flow 3

4 HDCP Management Once the authentication is complete, the AD9889 will manage the ongoing HDCP link authentication. Every 128 frames, the Ri on the receiver is checked against the Ri on the transmitter. Ri is the video transmit and receive synchronization verification value. This informs the user that the transmitter and receiver are synchronized. A failure will generate an HDCP/EDID Controller Error interrupt and restart the HDCP authentication. If the receiver supports HDCP 1.1, the AD9889 will check Pj on the receiver against Pj on the transmitter every 16 frames. Pj is the link synchronization verification value computed every 16 frames xor ed with the first pixel. This also informs the user that the transmitter and receiver are synchronized. A failure will generate an HDCP/EDID Controller Error interrupt and restart the HDCP authentication. The system firmware should periodically check the state of the Encryption On status bit (0xB8 [6]) while sending protected audio or video to ensure that HDCP is enabled. This should be checked with a frequency of no less than once every two seconds. Checking this bit protects against third party meddling with the AD9889 s register settings to defeat HDCP. In the case where a BKSV is revoked, the system software still needs to periodically try to reauthenticate. To do this, clear the HDCP request bit, enable the EDID interrupt, and clear the BKSV flag. Once the AD9889 reaches state 1 (0xC8[3:0] = 2), set the HDCP request flag back to 1. This will allow the AD9889 to try reauthenticating (transition from Step 12 to Step 4). Handling a BKSV Flag Interrupt Table I lists the interrupt conditions that are generated by the AD9889 s HDCP controller engine. The appropriate system software response and other comments are also noted. Additional HDCP Controls Frame Encrypt Bit (0xAF [4]) The Frame Encode bit can be used to temporarily disable HDCP encryption while maintaining HDCP synchronization. When this bit is set to 0, encryption is disabled. Setting it back to 1 will re-enable encryption. While disabled, the status is reported by the Encryption On bit (0xB8 [6]), which goes low while Frame Encrypt = 0. Synchronization checks continue if receiver supports that feature. AV Mute Bits (0x45 [7:6]) The AV Mute may be used to keep HDCP synchronization during a TMDS clock frequency change (if, for example, the user wants to change from 480 p to 720 p or from 480 p to 480 p with 2x pixel repetition). To use the AV Mute function: 1. Set the Set AV Mute bit (0x45 [6]) to 1 and the Clear AV Mute bit (0x45 [7]) to Enable the General Control Packet (set 0x40 [7] to 1). 3. Wait for at least 15 video fields to be sent. 4. Change to the new video mode. 5. Wait for at least 1 video field to be sent. 6. Set the Set AV Mute bit to 0 (0x45 [6]) and the Clear AV Mute bit to 1 (0x45 [7]). 7. Wait for 4 Vsyncs to be sent. 8. Set Clear AV Mute bit to 0 (0x45 [7]). Table I. HDCP Interrupt Conditions Interrupt Condition System Software Response Notes If BKSV Count (reg. 0xC7 [6:0]) equals 0 Read the BKSV register (0xBF to 0xC3) and check against revocation list If BKSV Count is greater than 0 Read the BKSVs from the EDID memory Each BKSV is 5 bytes so you must read at address 0 5 BKSV Count bytes If a BKSV is on the revocation list May be result of I 2 C error so reset AD9889 After checking the BKSV(s), the system and restart HDCP (set HDCP requested to 1) should clear the BKSV Flag interrupt so the AD9889 can continue HDCP authentication 4

5 State Register The current state of the HDCP controller can be read from the HDCP Controller State I 2 C register (0xC8 [3:0]). The codes for this register are shown in Table II. Table II. HCDP Controller Status Reg 0xC8 [3:0] HDCP Controller State 0000 In Reset (No Hot Plug Detected) 0001 Reading EDID 0010 IDLE (Waiting for HDCP Requested) 0011 Initializing HDCP 0100 HDCP Enabled 0101 Initializing HDCP Repeater Error Reporting If an error occurs, the AD9889 will set the error flag (0xC5[7]), causing an interrupt. An error code is then reported in the HDCP Controller Error register (0xC8 [7:4]). Table III lists the possible error conditions and the corresponding 4-bit error code. Error Code Table III. Error Code Definitions Error Condition 0000 No Error 0001 Bad Receiver BKSV 0010 Ri Mismatch 0011 Pj Mismatch 0100 I 2 C Error (usually a no-ack) 0101 Timed Out Waiting for Downstream Repeater DONE 0110 Max Cascade of Repeaters Exceeded 0111 SHA-1 Hash Check of KSV List Failed 1000 Too Many Devices Connected to Repeater Tree Error Handling The AD9889 s HDCP engine will automatically restart the authentication process on any error. As long as the HDCP requested bit remains high, the HDCP engine will continue to reauthenticate the HDCP link. The system should not set the HDCP requested bit low as an HDCP error could be caused by the receiver not being enabled or selected. It should be noted that on two-port display, a disabled port may not acknowledge an HDCP request until the user selects that input port to be active. Other Notes The system software should always clear the HDCP Error interrupt after it has been serviced so that subsequent errors will generate a new interrupt. The error code always shows the last error even if the error interrupt has been cleared. In other words, the error code is only cleared by a power-on reset or replaced by a new error code. ADDITIONAL EDID CONTROL EDID Definitions Extended EDID (E-EDID) supports up to 256 segments. A segment is a 256-byte segment of EDID containing one or two EDID blocks. A normal HDMI system will have only two EDID blocks and so will only use segment 0. The first EDID block is always a base EDID 1.3 structure; the second EDID block is usually CEA 861B block defined for HDMI systems. EDID Tries Register (0xC9 [3:0]) The number of times the HDCP/EDID controller will try to read the EDID is limited by the EDID Tries register. Each time an EDID read fails, this value is decremented. The default start-up value of this register is 3. Once the EDID Tries register is 0, the controller will not attempt to read the EDID until this register is set to something other than 0. EDID Segment Register (0xC4) If it is necessary to read a segment other than 0, the system software should set the EDID Segment register to the desired segment and wait for the EDID Ready flag to return to high. This will generate an interrupt. EDID/HDCP Shared Memory The EDID and HDCP controllers use shared memory space. During HDCP Repeater initialization, the EDID memory is overwritten and the EDID Ready flag goes low. After initialization, the EDID is reread and the EDID Ready flag is set to 1. The setting of EDID Ready flag to 1 will cause an interrupt if this interrupt is enabled. If an interrupt is not desired, the EDID interrupt should be disabled after the EDID has been processed by the system software. The I 2 C slave address of the EDID memory can be programmed in the EDID ID register (0x43). The default value for this register is 0x7E. 5

6 6

7 7

8 AN /06(0) Purchase of licensed I 2 C components of Analog Devices or one of its sublicensed Associated Companies conveys a license for the purchaser under the Philips I 2 C Patent Rights to use these components in an I 2 C system, provided that the system conforms to the I 2 C Standard Specification as defined by Philips Analog Devices, Inc. All rights reserved. Trademarks and registered trademarks are the property of their respective owners. 8

HDMI 1.4 Source Compliance Tests ( ) (Pre-required hardware: or , Prerequired software: if is used)

HDMI 1.4 Source Compliance Tests ( ) (Pre-required hardware: or , Prerequired software: if is used) HDMI 1.4 Source Compliance Tests (95-00062) (Pre-required hardware: 95-00083 or 95-00137, Prerequired software: 95-00138 if 95-00137 is used) Section 7.4: Source Protocol Tests Test ID 7-16: Legal Codes

More information

HT-180 Handshake Tester for Quick Start Guide

HT-180 Handshake Tester for Quick Start Guide HT-180 Handshake Tester for Quick Start Guide HT-180 assists in troubleshooting and trouble resolution of HDMI-related connection problems: Localizes HDCP interoperability failures Identifies bad EDIDs

More information

Guide to DP CTS Tool Options

Guide to DP CTS Tool Options Unigraf DisplayPort CTS Tools Guide to Product Options Copyright This manual Unigraf Oy. All rights reserved Reproduction of this manual in whole or in part without written permission of Unigraf Oy is

More information

ADV7541. Low Power HDMI/DVI Transmitter with De-Interlacer and CEC FUNCTIONAL BLOCK DIAGRAM FEATURES GENERAL DESCRIPTION APPLICATIONS

ADV7541. Low Power HDMI/DVI Transmitter with De-Interlacer and CEC FUNCTIONAL BLOCK DIAGRAM FEATURES GENERAL DESCRIPTION APPLICATIONS Low Power HDMI/DVI Transmitter with De-Interlacer and CEC ADV7541 FEATURES General Low power HDMI/DVI transmitter ideal for portable applications De-interlacer operates from 480i to 1080i with no external

More information

Quantum Data Inc. 780B Video Generator/Analyzer Check out the new HDMI 2.0 features and Auto EDID test option!

Quantum Data Inc. 780B Video Generator/Analyzer Check out the new HDMI 2.0 features and Auto EDID test option! Quantum Data Inc. 780B Video Generator/Analyzer Check out the new HDMI 2.0 features and Auto EDID test option! Quantum Data 780B - Overview Quantum Data Inc. 780B Video Generator/Analyzer Overview Quantum

More information

Agilent Digital Measurement Forum

Agilent Digital Measurement Forum Agilent Digital Measurement Forum HMDI 1.3 Agilent Solution Overview Media Agilent HDMI Solution Solution Overview Solution Specifics Agilent Total Solutions Test Point Access Assemblies (TPAs) Source

More information

User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS

User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS User Guide 980 HDMI Protocol Analyzer Module HDMI & MHL Source Compliance Tests NEED TO UPDATE FOR MHL TEST RESULTS Rev: A4 Page 1 August 5, 2013 Table of Contents 1 About the 980 HDMI Protocol Analyzer

More information

AN-799 APPLICATION NOTE

AN-799 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106 Tel: 781/329-4700 Fax: 781/461-3113 www.analog.com ADV202 Test Modes by Christine Bako INTRODUCTION This application note applies

More information

Unigraf DisplayPort CTS Tools

Unigraf DisplayPort CTS Tools Unigraf DisplayPort CTS Tools Guide to Product Options Copyright This manual Unigraf Oy. All rights reserved Reproduction of this manual in whole or in part without written permission of Unigraf Oy is

More information

AN-895 APPLICATION NOTE

AN-895 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ADuC702x MicroConverter I 2 C -Compatible Interface by Michael Looney

More information

HDMI Electrical, Protocol Audio Video ( PAV ) and Content Protection, HDCP

HDMI Electrical, Protocol Audio Video ( PAV ) and Content Protection, HDCP HDMI Electrical, Protocol Audio Video ( PAV ) and Content Protection, HDCP Application of ZX200 ZX201 ZX201L HDMI electrical testing Zebax offers high quality HDMI breakout adapters ( aka test boards )

More information

165 MHz, High Performance HDMI Transmitter ADV7511W

165 MHz, High Performance HDMI Transmitter ADV7511W Data Sheet FEATURES General Incorporates HDMI v.1.4a features 3D video support Extended colorimetry 165 MHz supports all video formats up to 1080p and UXGA Supports gamut metadata packet transmission Integrated

More information

Terminal Command VA Instruction Manual. Ver.1.02

Terminal Command VA Instruction Manual. Ver.1.02 Terminal Command -83 Instruction Manual Ver..02 Terminal Command -83 Instruction Manual 202.3 Ver..02 ASTRODESIGN,Inc Contents Contents...i Concerning the configuration of this manual... iii Concerning

More information

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI 2.0 devices @ 50/60Hz (Note: Above image shown with optional 4-port board to support ACA passive monitoring.) The is a portable multimedia generator

More information

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz

780B Video Generator/Analyzer. 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI /60Hz 780B VIDEO GENERATOR/ANALYZER Test 4K Ultra HD HDMI 2.0 devices @ 50/60Hz (Note: Above image shown with optional 4-port board to support ACA passive monitoring.) The 780B Video Generator/Analyzer is a

More information

HDMI Protocol Analyzer VA Terminal Command Instruction Manual. Ver.1.00

HDMI Protocol Analyzer VA Terminal Command Instruction Manual. Ver.1.00 HDMI Protocol Analyzer -82 Terminal Command Instruction Manual Ver..00 HDMI Protocol Analyzer -82 Terminal Command Instruction Manual 207.3 Ver..00 ASTRODESIGN,Inc. Contents Contents... i Configuration

More information

780 Handheld Test Instrument

780 Handheld Test Instrument Key features + benefits HDMI 1.3 video/audio output Pattern testing including deep color for HDMI inputs on HDTVs 24/30/36 bit at 1080p. HDMI 1.4a 3D Pattern Generation Supports Side-by-Side, Top-and-Bottom

More information

780A Handheld Test Instrument. 780A HANDHELD TEST INSTRUMENT Now you can test 4K Ultra HD HDMI /60Hz

780A Handheld Test Instrument. 780A HANDHELD TEST INSTRUMENT Now you can test 4K Ultra HD HDMI /60Hz 780A HANDHELD TEST INSTRUMENT Now you can test 4K Ultra HD HDMI 2.0 devices @ 50/60Hz (Note: Above image shown with optional 4-port board to support ACA passive monitoring.) The 780A Handheld Test Instrument

More information

HDMI_TX_HSMC. Terasic HDMI Video Transmitter Daughter Board User Manual

HDMI_TX_HSMC. Terasic HDMI Video Transmitter Daughter Board User Manual HDMI_TX_HSMC Terasic HDMI Video Transmitter Daughter Board User Manual 1 CONTENTS Chapter 1 Introduction... 2 1.1 About the KIT... 2 1.2 Assemble the HDMI_TX_HSMC Board... 3 1.3 Getting Help... 4 Chapter

More information

280 Test Set Video Generator / Analyzer Quick Start Guide

280 Test Set Video Generator / Analyzer Quick Start Guide 280 Test Set Quick Start Guide Page 1 280 Test Set Video Generator / Analyzer Quick Start Guide Rev: 3 280 Test Set Quick Start Guide Page 2 Table of Contents 1 Overview of the 280G & 280A Test Set 3 1.1

More information

780A APPLICATION NOTE HDBaseT FUNCTIONAL TESTING IN THE FIELD

780A APPLICATION NOTE HDBaseT FUNCTIONAL TESTING IN THE FIELD 780A APPLICATION NOTE HDBaseT FUNCTIONAL TESTING IN THE FIELD One of the most vexing problems facing A/V professionals is distributing high quality HD video throughout a residence, corporate enterprise,

More information

Managing the Digital Connection

Managing the Digital Connection Managing the Digital Connection Strategies to Build Successful Systems 09 May 2013 Biju Pillai Senior Technical Manager, Middle East Extron Electronics Analog AV Signals Composite Video Y/C VGA / RGBHV

More information

High Performance HDMI/DVI Transmitter AD9389B

High Performance HDMI/DVI Transmitter AD9389B High Performance HDMI/DVI Transmitter AD9389B FEATURES General HDMI/DVI transmitter compatible with HDMI 1.3, DVI 1.0, and HDCP 1.2 Internal key storage for HDCP Single 1.8 V power supply Video/audio inputs

More information

AN-881 APPLICATION NOTE

AN-881 APPLICATION NOTE APPLICATION TE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Flash/EE Memory Programming via LIN Protocol 4 by Aude Richard INTRODUCTION

More information

DP RefSink CTS Tool User Manual

DP RefSink CTS Tool User Manual DisplayPort Reference Sink CTS Tool User Manual DP RefSink CTS Tool User Manual Copyright This manual Unigraf Oy. All rights reserved Reproduction of this manual in whole or in part without written permission

More information

UHD2-140 Owner s Manual

UHD2-140 Owner s Manual UHD2-140 Owner s Manual 1 x 4 HDMI 2.0 Distribution Amplifier PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446, USA Tel: 201.488.3232 Fax: 201.621.6118 E-mail: info@purelinkav.com www.purelinkav.com

More information

Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization

Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization Hall Research Technologies, Inc. Model DVS-2A 2-Port DVI Switch with Audio, Serial Control & Long Cable Equalization UMA1127 Rev B Copyright 2007. Hall Research Technologies, Inc. All rights 1163 Warner

More information

CH7036 User Guide. For hardware configuration guide, please refer to the AN-B009 in detail and contact Chrontel Application Group if necessary.

CH7036 User Guide. For hardware configuration guide, please refer to the AN-B009 in detail and contact Chrontel Application Group if necessary. Chrontel Application Notes CH7036 User Guide 1.0 INTRODUCTION Chrontel CH7036 are specifically designed for consumer electronics device and PC markets for which multiple high definition content display

More information

980 HDMI 2.0 Protocol Analyzer User Guide Rev: A7

980 HDMI 2.0 Protocol Analyzer User Guide Rev: A7 980 HDMI 2.0 Protocol Analyzer User Guide Rev: A7 Page 1 November 7, 2016 Table of Contents 1 About the 980 HDMI 2.0 Protocol Analyzer Module 4 1.1 What makes the 980 HDMI 2.0 Protocol Analyzer Module

More information

Converting to Digital Video

Converting to Digital Video Converting to Digital Video Why converting to Digital? Isn t all Video Displayed Evidence digital? Crime Scene Pictures Animations Video Images Imaged Documents Imaged Documents Forensics Technology

More information

Specification E2 Interface

Specification E2 Interface Specification E2 Interface Version 4.1 Name Date Created: Robert Mayr. 15.04.2011 Checked: Haider A. 15.04.2011 Approved: Reason for change: Text corrections TABLE OF CONTENTS 1 INTRODUCTION... 3 1.1 Overview..................................................................................................................

More information

CH7117 HDMI to SDTV/HDTV/BT656/VGA Converter with Flexible Scaler

CH7117 HDMI to SDTV/HDTV/BT656/VGA Converter with Flexible Scaler Chrontel Brief Datasheet HDMI to SDTV/HDTV/BT656/VGA Converter with Flexible Scaler FEATURES Multiple input formats supported: HDMI Receiver compliant with HDMI 1.4 specification and DVI 1.0 specification.

More information

High Performance HDMI/DVI Transmitter AD9889B

High Performance HDMI/DVI Transmitter AD9889B High Performance HDMI/DVI Transmitter AD9889B FEATURES General HDMI /DVI transmitter compatible with HDMI v. 1.3, DVI v. 1.0, and HDCP v. 1.2 Single 1.8 V power supply Video/audio inputs accept logic levels

More information

EDID Manager. User's Manual

EDID Manager. User's Manual User's Manual Page 2 / 19 User s Manual Rev. 1.0 SAFETY INSTRUCTIONS Class II apparatus construction. This equipment should be operated only from the power source indicated on the product. To disconnect

More information

Evaluation Board User Guide UG-604

Evaluation Board User Guide UG-604 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com FEATURES Advantiv EVAL-ADV8003-SMZ-P Video Evaluation Board Inputs: 1 HDMI (non-hdcp),

More information

UHD-120 Owner s Manual 1 x 2 4K HDMI Distribution Amplifier

UHD-120 Owner s Manual 1 x 2 4K HDMI Distribution Amplifier UHD-120 Owner s Manual 1 x 2 4K HDMI Distribution Amplifier PureLink TM 535 East Crescent Avenue Ramsey, NJ 07446, USA Tel: 201.488.3232 Fax: 201.621.6118 E-mail: info@purelinkav.com www.purelinkav.com

More information

CH7107B Brief Datasheet

CH7107B Brief Datasheet Chrontel HDMI to CVBS Converter Brief Datasheet FEATURES HDMI Receiver compliant with HDMI 1.4 specification Support CVBS output in format of NTSC or PAL On-chip Audio encoder which support 2 channel IIS/

More information

CH7101B Brief Datasheet

CH7101B Brief Datasheet Chrontel HDMI to VGA Converter Brief Datasheet FEATURES HDMI Receiver compliant with HDMI 1.4 specification Analog RGB output for VGA with Triple 9-bit DAC up to 200MHz pixel rate. Sync signals can be

More information

Test & Troubleshoot HDbaseT Systems with Quantum Data 780A Handheld Test Instrument for HDMI

Test & Troubleshoot HDbaseT Systems with Quantum Data 780A Handheld Test Instrument for HDMI Control Your Video VIDEO WALLS VIDEO PROCESSORS VIDEO MATRIX SWITCHES EXTENDERS SPLITTERS WIRELESS CABLES & ACCESSORIES Test & Troubleshoot HDbaseT Systems with Quantum Data 780A Handheld Test Instrument

More information

USER MANUAL. DV-HXT-1 HDMI to CAT5e /6 EXTENDERS LIT1375A

USER MANUAL. DV-HXT-1 HDMI to CAT5e /6 EXTENDERS LIT1375A USER MANUAL DV-HXT-1 HDMI to CAT5e /6 EXTENDERS 244 Bergen Boulevard, Woodland Park, NJ 07424 Tel 973-785-4347 FAX 973-785-3318 Web: www.fsrinc.com LIT1375A 2 Proprietary Information All information in

More information

USB Type-C Connector Specification

USB Type-C Connector Specification HDMI Over Alt USB Mode Type-C for USB Type-C Connector Specification HDMI Licensing, LLC 2016 1 Copyright HDMI Licensing, LLC 2016 All Rights Reserved What is HDMI Alt Mode for USB Type-C? HDMI Alt Mode

More information

DM-TXRX-100-STR HD Streaming Transmitter/Receiver. Supplemental Guide Crestron Electronics, Inc.

DM-TXRX-100-STR HD Streaming Transmitter/Receiver. Supplemental Guide Crestron Electronics, Inc. DM-TXRX-100-STR HD Streaming Transmitter/Receiver Supplemental Guide Crestron Electronics, Inc. The product warranty can be found at www.crestron.com/warranty. The specific patents that cover Crestron

More information

Modbus TCP + Ethernet EN

Modbus TCP + Ethernet EN Version 0.10 2015 dieentwickler Elektronik GmbH Linzer Straße 4, 4283 Bad Zell / AUSTRIA Telefon: +43 7263 20900-0, Telefax: +43 7263 20900-4 office@dieentwickler.at, www.dieentwickler.at Preface Table

More information

1 Introduction Input and Output TMDS Control Pin Control Mode I2C Control Mode Sink Application Schematic...

1 Introduction Input and Output TMDS Control Pin Control Mode I2C Control Mode Sink Application Schematic... PI3HDMI412AD PI3HDMI412AD HDMI Splitter Application Table of Contents 1 Introduction... 2 2 Input and Output TMDS Control... 2 2.1 Pin Control Mode... 2 2.2 I2C Control Mode... 3 3 Sink Application Schematic...

More information

GIGAVAC Contactors I 2 C Communication

GIGAVAC Contactors I 2 C Communication Document Revision: 3 GIGAVAC Contactors I 2 C Communication Product models: MXST15/16-mm-ss, delay on break contactors. Attention: Read this instruction entirely for a top-level-feel of what you prefer

More information

CH7035B DVI Transmitter

CH7035B DVI Transmitter Chrontel DVI Transmitter Brief Datasheet FEATURES DVI encoder support up to 1080p SPDIF audio interface supports either 16-bit or 20- bit stereo data for up to 192kHz/2ch Support 2 channel I2S digital

More information

THDB-HDMI. Terasic HDMI Video Daughter Board User Manual

THDB-HDMI. Terasic HDMI Video Daughter Board User Manual THDB-HDMI Terasic HDMI Video Daughter Board User Manual 1 CONTENTS Chapter 1 Introduction... 2 1.1 About the KIT... 2 1.2 Assemble the HDMI Board... 3 1.3 Getting Help... 3 Chapter 2 HDMI Board... 4 2.1

More information

Integration Note. Manufacturer: OVERVIEW AND SUPPORTED FEATURES

Integration Note. Manufacturer: OVERVIEW AND SUPPORTED FEATURES Manufacturer: Model Number(s): Minimum Core Module Version: Document Revision Date: ELAN Integration Note EL-4KPM-V66-A1812 (Device Ver 3.06; Web Module Ver 6.20) EL-4KPM-V88-A2416 (Device Ver 3.06; Web

More information

User Manual MHD44. HDMI Matrix Switcher. All Rights Reserved. Version: MHD44_2014V1.0

User Manual MHD44. HDMI Matrix Switcher. All Rights Reserved. Version: MHD44_2014V1.0 User Manual MHD44 HDMI Matrix Switcher All Rights Reserved Version: MHD44_2014V1.0 HDMI 4x4 Matrix Switcher NOTICE: Please read this user manual carefully before using this product. This manual is only

More information

50M single Cat5e/6 HDMI wall plate extender with bi-direction IR (HLHC050E)

50M single Cat5e/6 HDMI wall plate extender with bi-direction IR (HLHC050E) 50M single Cat5e/6 HDMI wall plate extender with bi-direction IR (HLHC050E) Transmitter HDMI IN Receiver HDMI OUT DV 12V DV 12V IR Input IR Input IR Output IR Output Status Power Status Power User manual

More information

TIP SERCOS IP with 2 Encoder Interfaces. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 September 2006 D

TIP SERCOS IP with 2 Encoder Interfaces. User Manual. The Embedded I/O Company. Version 1.0. Issue 1.3 September 2006 D The Embedded I/O Company TIP812-20 SERCOS IP with 2 Encoder Interfaces Version 1.0 User Manual Issue 1.3 September 2006 D75812820 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 Phone: +49-(0)4101-4058-0 25469 Halstenbek,

More information

Terasic THDB-SUM THDB-HDMI. Terasic HDMI Video Daughter Board User Manual

Terasic THDB-SUM THDB-HDMI. Terasic HDMI Video Daughter Board User Manual Terasic THDB-SUM THDB-HDMI Terasic HDMI Video Daughter Board User Manual Document Version 1.1 APR. 06, 2009 by Terasic Introduction Page Index INTRODUCTION... 1 1.1 ABOUT THE KIT... 1 1.2 ASSEMBLE THE

More information

HDMI2.0a Protocol Analyzer VA March 2016 ASTRODESIGN, Inc.

HDMI2.0a Protocol Analyzer VA March 2016 ASTRODESIGN, Inc. HDMI2.0a Protocol Analyzer VA-1842 March 2016 ASTRODESIGN, Inc. What do you need? 1. Want to check Video Timing 2. Want to check Video Data 3. Want to check Audio 4. Want to check InfoFrame and Packet

More information

MAG3110 Frequently Asked Questions

MAG3110 Frequently Asked Questions Freescale Semiconductor Frequently Asked Questions Document Number: Rev 1, 05/2012 MAG3110 Frequently Asked Questions Applications Collateral for the MAG3110 to Aid Customer Questions Data Sheet, Fact

More information

1. Digital extender logo is our own trademark of RTcom USA.,Inc.

1. Digital extender logo is our own trademark of RTcom USA.,Inc. Total Digital Connectivity Solutions User s Manual 1x2 HDMI Distribution Amplifier HD-D102N Cautions: 1. Digital extender logo is our own trademark of RTcom USA.,Inc. 2. Any of the products may be changed

More information

ADV7610 SOFTWARE MANUAL SOFTWARE MANUAL. Documentation of the Register Maps. Rev. 0

ADV7610 SOFTWARE MANUAL SOFTWARE MANUAL. Documentation of the Register Maps. Rev. 0 ADV7610 SOFTWAE MANUAL Documentation of the egister Maps SOFTWAE MANUAL ev. 0 April 2013 egister Map TABLE OF CONTENTS Introduction... 3 Legal Terms and Conditions... 3 1 egister Tables... 4 1.1 IO...

More information

Modbus/TCP is supported on some controllers. See QCI-AN028 Modbus TCP.

Modbus/TCP is supported on some controllers. See QCI-AN028 Modbus TCP. Date: 9 October 2007 www.quicksilvercontrols.com Modbus Protocol Included files: Modbus Protocol.qcp Modbus CRC.xls The Modbus protocol may be implemented in either an ASCII format or RTU format. QuickSilver

More information

HDMI EDID Emulator In a Nutshell

HDMI EDID Emulator In a Nutshell 1163 Warner Ave Tustin, CA 92780 (714) 641-6607 www.hallresearch.com HDMI EDID Emulator In a Nutshell The EM-HD-NCP is a HDMI EDID emulator. It passes all the video signals across with the exception of

More information

MHL What is it? Quantum Data Inc Big Timber Road Elgin, IL USA Phone: (847)

MHL What is it? Quantum Data Inc Big Timber Road Elgin, IL USA Phone: (847) MHL What is it? Mobile High-Definition Link (MHL) is a video interface derived from HDMI but targeted to provide an interface from mobile devices like smart phones to TVs or other displays. The MHL standard

More information

Valens Colligo Product Brief

Valens Colligo Product Brief Valens Colligo VS2000 Product Brief Overview The Colligo VS2000 is Valens second generation chip, fully compliant with the 2.0 Specification. The Colligo VS2000 chip supports the 5Play feature set for

More information

HDMI_RX_HSMC. Terasic HDMI Video Receiver Daughter Board User Manual

HDMI_RX_HSMC. Terasic HDMI Video Receiver Daughter Board User Manual HDMI_RX_HSMC Terasic HDMI Video Receiver Daughter Board User Manual 1 CONTENTS Chapter 1 Introduction... 2 1.1 About the KIT... 2 1.2 Assemble the HDMI_RX_HSMC Board... 3 1.3 Getting Help... 4 Chapter

More information

EMX-HD-AUD HDMI Audio Extractor w/ EDID Management

EMX-HD-AUD HDMI Audio Extractor w/ EDID Management User s Manual EMX-HD-AUD HDMI Audio Extractor w/ EDID Management Extracts Digital and Analog Audio from HDMI input Equalizes and Extends HDMI video signals to 50 ft Learns and Emulates EDID USB Port for

More information

Overview. Installation Instructions. Teledyne LeCroy: quantumdata 980 Firmware Release 4.27 April 16, 2018 Release Notes

Overview. Installation Instructions. Teledyne LeCroy: quantumdata 980 Firmware Release 4.27 April 16, 2018 Release Notes Teledyne LeCroy: quantumdata 980 Firmware Release 4.27 April 16, 2018 Release Notes Overview This document provides information on Release 4.27 of the firmware and External Manager software release for

More information

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A

RS232 User Guide. Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K. Simplicity Series 4K Displays User Guide A RS232 User Guide Planar Simplicity Series 4K Displays SL4364K SL5564K SL6564K SL7564K SL8664K 020-1344-00A Page 1 Copyright March 2018 by Leyard Optoelectronics Co., Ltd. and Planar Systems, Inc. All rights

More information

Chapter 1 HDMI-FMC Development Kit Package Contents HDMI-FMC System CD Getting Help... 3

Chapter 1 HDMI-FMC Development Kit Package Contents HDMI-FMC System CD Getting Help... 3 Chapter 1 HDMI-FMC Development Kit... 2 1-1 Package Contents... 3 1-2 HDMI-FMC System CD... 3 1-3 Getting Help... 3 Chapter 2 Introduction of the HDMI-FMC Card... 4 2-1 Features... 5 2-2 Block Diagram

More information

AND8386/D. Bootloading BelaSigna 250 Using the I 2 C Interface APPLICATION NOTE

AND8386/D. Bootloading BelaSigna 250 Using the I 2 C Interface APPLICATION NOTE Bootloading BelaSigna 250 Using the I 2 C Interface APPLICATION NOTE INTRODUCTION This application note describes how to bootload BelaSigna 250 through its I 2 C interface when it does not have an EEPROM

More information

UHBX-3S/6S and UHBX-6S

UHBX-3S/6S and UHBX-6S Software GUI User s Manual EDID & Configuration Manager Software UHBX-3S/6S and UHBX-6S CUSTOMER SUPPORT INFORMATION FREE support, Call 714-641-6607 or email support@hallresearch.com Hall Research, 1163

More information

CH7517 Brief Datasheet

CH7517 Brief Datasheet Chrontel DisplayPort to VGA Converter Brief Datasheet FEATURES Compliant with DisplayPort specification version 1.2 and Embedded DisplayPort (edp) specification version 1.3. Support 2 Main Link Lanes at

More information

TPMC x ADC, 16x/0x DAC and 8x Digital I/O. Version 1.0. User Manual. Issue May 2018

TPMC x ADC, 16x/0x DAC and 8x Digital I/O. Version 1.0. User Manual. Issue May 2018 The Embedded I/O Company TPMC533 32x ADC, 16x/0x DAC and 8x Digital I/O Version 1.0 User Manual Issue 1.0.1 May 2018 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany Phone: +49 (0) 4101 4058

More information

AN-1435 APPLICATION NOTE

AN-1435 APPLICATION NOTE APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Implementing UART Using the ADuCM3027/ADuCM3029 Serial Ports INTRODUCTION

More information

DVI Extra Long Range Extender

DVI Extra Long Range Extender DVI Extra Long Range Extender EXT-DVI-ELR User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM

More information

HD Audio Converter Incorporates HDMI technology

HD Audio Converter Incorporates HDMI technology HD Audio Converter Incorporates HDMI technology HDMI input HDMI, Optical, Coaxial and 3.5mm audio output MODEL : HA-110SA OWNERS MANUAL 1 INTRODUCTION Congratulations on your purchase of the HD Audio Converter.

More information

SRS WOW HD Processor. : I 2 C bus (standard-mode/100kbps, fast-mode/400kbps), 4-Wire Serial Bus (4-Wire: clock, enable, input data, output data)

SRS WOW HD Processor. : I 2 C bus (standard-mode/100kbps, fast-mode/400kbps), 4-Wire Serial Bus (4-Wire: clock, enable, input data, output data) SRS WOW HD Processor General Description The NJU26040-09B is a digital audio signal processor that provides the function WOW HD (function limited edition of NJU29040-09A). The NJU26040-09B processes a

More information

VS-LC101/ VS-LC102 RS-232 command set

VS-LC101/ VS-LC102 RS-232 command set VS-LC101/ VS-LC102 RS-232 command set No Issue Date Description Apply Firmware 1 2015/09/14 First version. v3.1.5.28 2 2018/04/27 1. RS-232 command(control Protocol) will respond ACK 2. RC pass-through

More information

CH7210 Preliminary Brief Datasheet

CH7210 Preliminary Brief Datasheet Chrontel Preliminary Brief Datasheet DisplayPort to HDMI 2.0 Converter on USB Type C FEATURES Compliant with DisplayPort Alternate Mode on USB Type C standard Compliant with DisplayPort Specification version

More information

A. This Errata sheet represents the known bugs, anomalies and work-arounds for the ADuC812 MicroConverter.

A. This Errata sheet represents the known bugs, anomalies and work-arounds for the ADuC812 MicroConverter. a MicroConverter, Multi-Channel 12-bit ADC with Embedded FLASH MCU ADuC812 A. This Errata sheet represents the known bugs, anomalies and work-arounds for the ADuC812 MicroConverter. B. The Errata listed,

More information

AN-795 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/

AN-795 APPLICATION NOTE One Technology Way P.O. Box 9106 Norwood, MA Tel: 781/ Fax: 781/ APPLICATION NOTE One Technology Way P.O. Box 96 Norwood, MA 262-96 Tel: 78/329-47 Fax: 78/46-33 www.analog.com AD988 Color Space Converter User s Guide by Del Jones COLOR SPACE CONVERSION MATRIX The color

More information

IP-AD Channel 500 khz Simultaneous IndustryPack Module REFERENCE MANUAL Version 1.4 June 2003

IP-AD Channel 500 khz Simultaneous IndustryPack Module REFERENCE MANUAL Version 1.4 June 2003 IP-AD4500 4 Channel 500 khz Simultaneous IndustryPack Module REFERENCE MANUAL 799-14-000-4000 Version 1.4 June 2003 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ 85283 USA Tel: (480)

More information

DVIKVM Extra Long Range Extender

DVIKVM Extra Long Range Extender DVIKVM Extra Long Range Extender GTB-DVIKVM-ELR GTB-DVIKVM-ELR-BLK User Manual www.gefentoolbox.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 Fax (818) 772-9120 Technical Support

More information

Serial Communications Guide

Serial Communications Guide M-5000 Smart Ultrasonic Sensor Serial Communications Guide Page 1 of 14 Serial Communications Guide MassaSonic TM M-5000 Smart Ultrasonic Sensors MASSA PRODUCTS CORPORATION 280 Lincoln Street Hingham,

More information

: In Master mode, MCK = 256fs, MCK2 = 512fs

: In Master mode, MCK = 256fs, MCK2 = 512fs SRS CS Auto & CSII 5.1 & TruSurround XT Decoder General Description The NJU26208 is a digital signal processor that provides the function of Circle Surround Automotive / Circle SurroundII5.1 / TruSurroundXT

More information

PLENA matrix API Table of contents en 3

PLENA matrix API Table of contents en 3 PLENA matrix API en PLENA matrix API Table of contents en 3 Table of contents 1 PLENA Matrix Network API 4 1.1 Protocol Information 4 1.2 Network Discovery 5 1.3 Connection Initiation 5 1.4 Parameter

More information

January 2014 Rev FEATURES

January 2014 Rev FEATURES January 2014 Rev. 1.2.0 GENERAL DESCRIPTION Some Exar Programmable Power products include an I 2 C serial command interface for performing numerous common tasks. This document covers details on the command

More information

October 2012 Rev FEATURES

October 2012 Rev FEATURES October 2012 Rev. 1.0.0 GENERAL DESCRIPTION The XRP7724 controller includes an I2C serial command interface for performing numerous common tasks. This document covers details on the command types and their

More information

1:3 Splitter for HDMI 1.3

1:3 Splitter for HDMI 1.3 1:3 Splitter for HDMI 1.3 EXT-HDMI1.3-143 User Manual www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM

More information

Atlona products will be preconfigured for plug-n-play compatibility with Bang & Olufsen systems

Atlona products will be preconfigured for plug-n-play compatibility with Bang & Olufsen systems Atlona and B&O ATLONA / BANG & OLUFSEN GLOBAL PARTNERSHIP Atlona products will be preconfigured for plug-n-play compatibility with Bang & Olufsen systems Bang & Olufsen dealers can purchase Atlona products

More information

VSA-HA-DP HDMI input Wall Plate for VSA Series with HDMI Audio Extraction and Separate Audio Input

VSA-HA-DP HDMI input Wall Plate for VSA Series with HDMI Audio Extraction and Separate Audio Input User s Manual VSA-HA-DP HDMI input Wall Plate for VSA Series with HDMI Audio Extraction and Separate Audio Input Extracts audio from HDMI input for the power amp in VSA Receiver Separate 3.5 mm L/R stereo

More information

AvnetCore: Datasheet

AvnetCore: Datasheet AvnetCore: Datasheet CAN Controller with / FIFO Intended Use: Automotive Industry Engine Control Unit Sensors Version 1.0, July 2006 xcan_clk (>8 MHz) pclk reset_n APB Interrupts System Control APB Interface

More information

HL-2S. Installation Manual. HDMI Extender System with HDBaseT-Lite and ARC. Power In. Firmware Update. In IR. HDBaseT. Out HL-2S TX.

HL-2S. Installation Manual. HDMI Extender System with HDBaseT-Lite and ARC. Power In. Firmware Update. In IR. HDBaseT. Out HL-2S TX. HL-2S HDMI Extender System with HDBaseT-Lite and ARC Installation Manual HDBaseT Firmware Update In IR HDBT HDMI Power Power In +24VDC Only HL-2S TX HDMI Extender with HDBaseT-Lite Transmitter HDMI In

More information

PMC-DA Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL Version 1.0 June 2001

PMC-DA Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL Version 1.0 June 2001 PMC-DA816 8 Channel 16 Bit D/A for PMC Systems REFERENCE MANUAL 796-10-000-4000 Version 1.0 June 2001 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ 85283 USA Tel: (480) 838-2428 Fax:

More information

EDID & Configuration Manager Software for the UHBX-3S

EDID & Configuration Manager Software for the UHBX-3S Software GUI User s Manual EDID & Configuration Manager Software for the UHBX-3S CUSTOMER SUPPORT INFORMATION FREE support, Call 714-641-6607 or email support@hallresearch.com Hall Research, 1163 Warner

More information

XTENDEX Series. ST-IPHD-LC HDMI Over IP Extender Installation and Operation Manual

XTENDEX Series. ST-IPHD-LC HDMI Over IP Extender Installation and Operation Manual XTENDEX Series ST-IPHD-LC HDMI Over IP Extender Installation and Operation Manual MAN181 Rev Date 10/30/2017 TRADEMARK XTENDEX is a registered trademark of Network Technologies Inc in the U.S. and other

More information

An Efficient Verification Framework for Audio/Video Interface Protocols

An Efficient Verification Framework for Audio/Video Interface Protocols An Efficient Verification Framework for Audio/Video Interface Protocols Noha Shaarawy 1, Mustafa Khairallah, Khaled Khalifa, Hany Salah, Amr Salah and Maged Ghoneima 2 1 Boost Valley, Cairo 11361, Egypt,

More information

5 V Charge Pump HDMI Tx Companion Chip AD9394

5 V Charge Pump HDMI Tx Companion Chip AD9394 Data Sheet FEATURES 5 V at 55 ma output for an HDMI +5 V requirement For hot plug detect with HDMI Tx 3.3 V at 60 ma output Lithium battery input: 2.5 V to 4.5 V Short-circuit limitation: 00 ma 3 4 array

More information

MIPI/DSI Receiver with HDMI Transmitter ADV7533

MIPI/DSI Receiver with HDMI Transmitter ADV7533 FEATURES General Low power MIPI/DSI receiver Low power HDMI/DVI transmitter ideal for portable applications CEC controller and expanded message buffer (3 messages) reduces system overhead Incorporates

More information

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314

Low Voltage, 10-Bit Digital Temperature Sensor in 8-Lead MSOP AD7314 a FEATURES 10-Bit Temperature-to-Digital Converter 35 C to +85 C Operating Temperature Range 2 C Accuracy SPI and DSP Compatible Serial Interface Shutdown Mode Space-Saving MSOP Package APPLICATIONS Hard

More information

HDMI 1.4 1x4 Splitter with HDCP. User Manual

HDMI 1.4 1x4 Splitter with HDCP. User Manual HDMI 1.4 1x4 Splitter with HDCP User Manual 1 1. About Introduction HDMI 1.4 1x4 Splitter with HDCP can split single ultra HD HDMI input signal to 4 full HD HDMI output signal without compression. Support

More information

Mask Set Errata for Mask 2N27B

Mask Set Errata for Mask 2N27B Freescale Semiconductor COLDFIREPLUS_2N27B Mask Set Errata Rev 29 JUL 2013 Mask Set Errata for Mask 2N27B Introduction This report applies to mask 2N27B for these products: COLDFIREPLUS Errata ID Errata

More information

Video Data processing & Decoder LVDS Tx LVDS Output formatting. Device Configuration & Status Registers. Figure 1: ANX3111 Block Diagram

Video Data processing & Decoder LVDS Tx LVDS Output formatting. Device Configuration & Status Registers. Figure 1: ANX3111 Block Diagram ANX3111 Low Power DisplayPort to LVDS Converter with Single Channel 18-bpp Output Features All software compatible with AMD platform driver/bios stacks - Designed and fully tested with extensive APU-based

More information

ATC-AD8100K. 8 Channel 100 khz Simultaneous Burst A/D in 16 bits IndustryPack Module REFERENCE MANUAL Version 1.

ATC-AD8100K. 8 Channel 100 khz Simultaneous Burst A/D in 16 bits IndustryPack Module REFERENCE MANUAL Version 1. ATC-AD8100K 8 Channel 100 khz Simultaneous Burst A/D in 16 bits IndustryPack Module REFERENCE MANUAL 791-16-000-4000 Version 1.6 May 2003 ALPHI TECHNOLOGY CORPORATION 6202 S. Maple Avenue #120 Tempe, AZ

More information