PPC34C60 Tips Background, History, Design Issues and Recommendations IEEE 1284 Detailing Interrupt and DMA Considerations By Bob Gross

Size: px
Start display at page:

Download "PPC34C60 Tips Background, History, Design Issues and Recommendations IEEE 1284 Detailing Interrupt and DMA Considerations By Bob Gross"

Transcription

1 APPLICATION NOTE 7.4 PPC34C60 Tips Background, History, Design Issues and Recommendations IEEE 1284 Detailing Interrupt and DMA Considerations By Bob Gross General Background Circa , it became obvious that the Standard PC s, (SPP s), transfer rate was not at all adequate for the times. Several independent industry groups were formed in an effort to increase the performance of the. Of course any performance enhancements had to be compatible with all previous, legacy, devices. Eventually all of the Industry groups came together under the auspices of the IEEE Transfer rate was just one of many issues addressed by the IEEE In the end analysis, transfer rate had gone from 50 Kbytes/second, at best, to 2 MBytes/second. PPC34C60 Overview The PPC34C60, is an IEEE 1284 peripheral side controller. It is intended for use as a peripheral side companion to any IEEE 1284 Host Controller, including any of SMSC s many IEEE 1284 Compatible host I/O controllers. SMSC pioneered the implementation of an IEEE 1284 Host I/O controller in our FDC37C665. All of SMSC s Host I/O Controllers from the FDC37C665 forward, include IEEE 1284 compliant Parallel Ports. The PPC34C60 will work with any PC Compatible. There are many different types of s ranging from the Standard, (SPP), to full blown IEEE 1284 s and everything in between. The PPC34C60 will operate in several of the enhanced IEEE 1284 Host Modes. If these modes are available and utilized, a significant performance increase can be realized.

2 The PPC34C60 is intended for use in peripheral designs. It is designed to take advantage of some of the new IEEE1284 high speed modes. It allows for the design of high speed ISA peripherals and add on enhancement products. The PPC34C60 is unique in that unlike most such designs and products of this type, an internal adapter card is not required for peripheral products designed utilizing the PPC34C60. As such, the user is not required to open the box. Instead a simple Parallel Port or Printer Port cable is all that is required. This cable is connected externally just as a printer would be. This feature is most useful in the portable application where opening the box is usually not possible. PPC34C60 and the Daisy Chain The IEEE 1284 specifies the PC Compatible High Speed Port. The IEEE defines extensions to the original specification. The unratified and forever changing, IEEE defines the daisy chain. The PPC34C60 and peripherals designed with it, plug into the PC s. The PC s is generally used for printer connection and most PC s only have one. Adding a second kind of defeats the whole purpose of the PPC34C60 to begin with. The beauty of the PPC34C60 is that it enables the design of external attach peripherals. External attach means the end user does not have to open the box. The PPC34C60 supports the IEEE Daisy Chain and Pass Through Modes. Daisy Chaining is exactly what it sounds like. Multiple peripherals may be connected to the same port, in a Daisy Chain fashion. The printer, typically, in the past, a non IEEE 1284 device, is located at the end of the Daisy Chain. Presently, the printer, although, more and more so, an IEEE 1284 device will still not generally be an IEEE device and must still be located at the end of the IEEE Daisy Chain. A block diagram is presented in figure 1. 2

3 FIGURE 1 IEEE DAISY CHAIN BLOCK DIAGRAM H O S T PRINTER #1 #2 #3 #4 The Daisy Chain Protocol allows the use of multiple 1284 devices attached to the PC s while at the same time preserving the Port for it s legacy function. When multiple devices are connected to the, a selection process determines which device is active. Inactive devices Pass Through Status and Control signals not destined for them. The PPC34C60 dedicates nine (9) pins to Pass Through functionality. Please refer to the PPC34C60 data sheet for a complete description of these pins and their utilization. The eight Data lines, do not Pass Through, but rather, multi-drop to each device. Termination There are several termination issues involved with both host and peripheral Designs. Please refer to SMSC Application Note AN 5.10 (Printer Port Issues - Printer Chatter and Back Drive) for a discussion of Host related termination issues. Daisy Chain termination must be handled differently then the Host. Pull - Up resistors change from the Host 1-1.2k ohms to 4.7k ohms for multi-drop Data lines. The Daisy Chain devices must provide termination as any particular Daisy Chain device may be the only device on the. In the case of several attached devices, a high impedance must be presented to minimize loading. This is why multi-drop line termination is increased to 4.7k ohms. Interrupts 3

4 The PPC34C60 includes some non-published features that the designer should be aware of and take into consideration. If the PPC34C60 s interrupts are being utilized in a design, the following should be carefully noted. The PPC34C60, per original design specification, included in band data bus signaling to enable certain advanced features. Due to omissions in design, currently, this feature yields some undesirable results. If interrupts are being used, that is, enabled, a 50H on the peripheral data bus will generate a false interrupt. Of course interrupts can be enabled and a 50H will generate a false interrupt but if the host is not relying on, or using this interrupt, no harm will occur. DMA and Interrupts ( Bus) In the case of interrupt, Terminal Count (TC), driven DMA, if a 50H is transferred, a false interrupt will be generated. When using the PPC34C60, interrupt mode is not recommended. Polling techniques would be the preferred method. However, as some design situations dictate the use of interrupts, the following work arounds are recommended. Of course any fix is possible utilizing external hardware. In the DMA Interrupt driven transfer case, a painless, no hardware solution exists. This is possible due the fact that the DMA Interrupt is generated by a Terminal Count (TC). If an interrupt is generated and there is no TC present or active, then that interrupt was falsely generated. To check this does require a few extra instructions in the Interrupt Service Routine (ISR). By utilizing one of the PPC34C60 s General Purpose Input / Output (GPI/O) pins, the DMA Terminal Count (TC), may be read or checked against an interrupt. If TC is not asserted at the time of the interrupt, it is FALSE. The ISR clears the interrupt and returns, there has been no interruption of the DMA transfer. Registers There are two (2) main registers, detailed below, that are pertinent to the issues presented in this application note. Register bits of interest are: INPUT REGISTER Bits 0-3, for TC Input INPUT REGISTER Bits 5 and 6, for IRQ Control 4

5 OPERATION REGISTER Bits 6 AND 7, for INT Handling INPUT REGISTER (Read Only) Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 LOBATT IRQ IRQ LATCH QIC-80 IN3 IN2 IN1 IN0 OPERATION REGISTER (Read / Write) Bit 7 Bit 6 Bit 5 Bit 4 Bit 3 Bit 2 Bit 1 Bit 0 INTCLR INTEN AUTO - INC PDMA DIREC DMA EN D16 F16 Physical Pin References Terminal Count (TC) is PPC34C60 Pin # 46 General Purpose Input / Output (GPI/O) are PPC34C60 Pins # 36, 37, 82 and 83. IN(0) - Pin # 82 IN(1) - Pin # 83 IN(2) - Pin # 37 IN(3) - Pin # 36 Please refer to Figure 2 for a for a block diagram detailing the peripheral side. Included in the diagram : PPC34C60 IEEE 1284 DRAM Data Bus DMA DMA Control Lines Bus Device Customer Circuitry 5

6 FIGURE 2 HOST PPC43C60 DMA 'fix' BLOCK DIAGRAM DRAM PPC34C60 TC IN(X) 46 X X = 0, 1, 2 or 3 = 82, 83, 37 or 36 DMA TC Bus Device 6

7 80 Arkay Drive Hauppauge, NY (631) FAX (631) Copyright SMSC All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently, complete information sufficient for construction purposes is not necessarily given. Although the information has been checked and is believed to be accurate, no responsibility is assumed for inaccuracies. SMSC reserves the right to make changes to specifications and product descriptions at any time without notice. Contact your local SMSC sales office to obtain the latest specifications before placing your product order. The provision of this information does not convey to the purchaser of the described semiconductor devices any licenses under any patent rights or other intellectual property rights of SMSC or others. All sales are expressly conditional on your agreement to the terms and conditions of the most recently dated version of SMSC's standard Terms of Sale Agreement dated before the date of your order (the "Terms of Sale Agreement"). The product may contain design defects or errors known as anomalies which may cause the product's functions to deviate from published specifications. Anomaly sheets are available upon request. SMSC products are not designed, intended, authorized or warranted for use in any life support or other application where product failure could cause or contribute to personal injury or severe property damage. Any and all such uses without prior written approval of an Officer of SMSC and further testing and/or modification will be fully at the risk of the customer. Copies of this document or other SMSC literature, as well as the Terms of Sale Agreement, may be obtained by visiting SMSC s website at SMSC is a registered trademark of Standard Microsystems Corporation ( SMSC ). Product names and company names are the trademarks of their respective holders. SMSC DISCLAIMS AND EXCLUDES ANY AND ALL WARRANTIES, INCLUDING WITHOUT LIMITATION ANY AND ALL IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND AGAINST INFRINGEMENT AND THE LIKE, AND ANY AND ALL WARRANTIES ARISING FROM ANY COURSE OF DEALING OR USAGE OF TRADE. IN NO EVENT SHALL SMSC BE LIABLE FOR ANY DIRECT, INCIDENTAL, INDIRECT, SPECIAL, PUNITIVE, OR CONSEQUENTIAL DAMAGES; OR FOR LOST DATA, PROFITS, SAVINGS OR REVENUES OF ANY KIND; REGARDLESS OF THE FORM OF ACTION, WHETHER BASED ON CONTRACT; TORT; NEGLIGENCE OF SMSC OR OTHERS; STRICT LIABILITY; BREACH OF WARRANTY; OR OTHERWISE; WHETHER OR NOT ANY REMEDY OF BUYER IS HELD TO HAVE FAILED OF ITS ESSENTIAL PURPOSE, AND WHETHER OR NOT SMSC HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 7

HIGH PERFORMANCE ECP/EPP PRINTER INTERFACE USING THE PPC34C60 PPIC

HIGH PERFORMANCE ECP/EPP PRINTER INTERFACE USING THE PPC34C60 PPIC APPLICATION NOTE 4.17 PRELIMINARY Rev. 1/13/94 HIGH PERFORMANCE ECP/EPP INTERFACE USING THE PPIC NOTE: This application note describes a paper design which has not been confirmed by a hardware implementation.

More information

FDC37C6XX SUPER I/O UNIVERSAL DESIGN-IN APPLICATION NOTE

FDC37C6XX SUPER I/O UNIVERSAL DESIGN-IN APPLICATION NOTE APPLICATION NOTE 4.11 FDC37C6XX SUPER I/O UNIVERSAL DESIGN-IN APPLICATION NOTE This note discusses the proper way to lay out a printed circuit board to accept any one of six different chips in SMSC's Super

More information

USB2507. Integrated USB 2.0 Compatible 7-Port Hub PRODUCT FEATURES. Data Brief

USB2507. Integrated USB 2.0 Compatible 7-Port Hub PRODUCT FEATURES. Data Brief USB2507 Integrated USB 2.0 Compatible 7-Port Hub PRODUCT FEATURES Data Brief Integrated USB 2.0 Compatible 7-Port Hub 7 Transaction Translators for highest performance High-Speed (480Mbits/s), Full-Speed

More information

EMC2113. RPM-Based Fan Controller with Multiple Temperature Zones & Hardware Thermal Shutdown PRODUCT FEATURES. General Description.

EMC2113. RPM-Based Fan Controller with Multiple Temperature Zones & Hardware Thermal Shutdown PRODUCT FEATURES. General Description. EMC2113 RPM-Based Fan Controller with Multiple Temperature Zones & Hardware Thermal Shutdown PRODUCT FEATURES Data Brief General Description The EMC2113 is an SMBus compliant fan controller. The fan driver

More information

For the LAN91C111 TQFP package, the Vdd and AVdd pins are located as follows: Pin #1, #11, #16, #33, #44, #62, #77, #98, #110, #120.

For the LAN91C111 TQFP package, the Vdd and AVdd pins are located as follows: Pin #1, #11, #16, #33, #44, #62, #77, #98, #110, #120. AN 11.2 1 Purpose Current Measurements and Measurement Procedures for the LAN91C111 and LAN91C111 Evaluation Board This application note provides measurements of the current (ICC) consumed by the LAN91C111

More information

EVB-USB2640 Evaluation Board Revision A

EVB-USB2640 Evaluation Board Revision A Copyright 2008 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently,

More information

EVB-USB82640 Evaluation Board Revision A User Manual

EVB-USB82640 Evaluation Board Revision A User Manual EVB-USB82640 Evaluation Board Revision A User Manual Copyright 2009 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means

More information

APPLICATION NOTE 9.15

APPLICATION NOTE 9.15 APPLICATION NOTE 9.15 U2DP Driver Development Specification Rev. 02/14/2002 80 Arkay Drive Hauppauge, NY 11788 (631) 435-6000 FAX (631) 273-3123 Copyright SMSC 2004. All rights reserved. Circuit diagrams

More information

CAP1114. Multiple Channel Capacitive Touch Sensor and LED Driver PRODUCT FEATURES PRODUCT PREVIEW

CAP1114. Multiple Channel Capacitive Touch Sensor and LED Driver PRODUCT FEATURES PRODUCT PREVIEW CAP1114 Multiple Channel Capacitive Touch Sensor and LED Driver PRODUCT FEATURES Data Brief General Description The CAP1114, which incorporates SMSC s RightTouch TM1 technology, is a multiple channel Capacitive

More information

LPC47N217N. 56-Pin Super I/O with LPC Interface PRODUCT FEATURES. Data Brief

LPC47N217N. 56-Pin Super I/O with LPC Interface PRODUCT FEATURES. Data Brief LPC47N217N 56-Pin Super I/O with LPC Interface PRODUCT FEATURES Data Brief 3.3 Volt Operation (5V tolerant) Programmable Wakeup Event Interface (IO_PME# Pin) SMI Support (IO_SMI# Pin) GPIOs (13) Two IRQ

More information

AN Migrating the USB97CFDC to the USB97CFDC2

AN Migrating the USB97CFDC to the USB97CFDC2 AN 11.19 Migrating the USB97CFDC to the USB97CFDC2 Preface 1 Audience 2 Overview Application note for migrating a USB97CFDC based design to an updated design using the USB97CFDC2. This application note

More information

LAN9512 Evaluation Board User Manual

LAN9512 Evaluation Board User Manual Copyright 2012 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently,

More information

USB Port USB 2.0 Hub Controller PRODUCT FEATURES. Data Brief

USB Port USB 2.0 Hub Controller PRODUCT FEATURES. Data Brief USB2502 2-Port USB 2.0 Hub Controller PRODUCT FEATURES Data Brief Integrated USB 2.0 Compatible 2-Port Hub High-Speed (480Mbits/s), Full-Speed (12Mbits/s) and Low-Speed (1.5Mbits/s) compatible Full power

More information

LAN bit Non-PCI Small Form Factor 10/100 Ethernet Controller with Variable Voltage I/O & HP Auto-MDIX Support PRODUCT FEATURES.

LAN bit Non-PCI Small Form Factor 10/100 Ethernet Controller with Variable Voltage I/O & HP Auto-MDIX Support PRODUCT FEATURES. LAN9220 16-bit Non-PCI Small Form Factor 10/100 Ethernet Controller with Variable Voltage I/O & HP Auto-MDIX Support PRODUCT FEATURES Highlights Efficient architecture with low CPU overhead Easily interfaces

More information

ORDERING INFORMATION. Order Numbers: COM20019ILJP for 28 pin PLCC package; COM20019I-DZD for 28 pin PLCC lead-free RoHS Compliant package

ORDERING INFORMATION. Order Numbers: COM20019ILJP for 28 pin PLCC package; COM20019I-DZD for 28 pin PLCC lead-free RoHS Compliant package COM20019I Cost Competitive ARCNET (ANSI 878.1) Controller with 2K x 8 On-Chip RAM Product Features New Features: Data Rates up to 312.5 Kbps Programmable Reconfiguration Times 28 Pin PLCC and 48 Pin TQFP

More information

Please visit SMSC's website at for the latest updated documentation.

Please visit SMSC's website at   for the latest updated documentation. AN 10.13 Migrating from the LAN83C180 10/100 PHY to the 10/100 PHY 1 Introduction 1.1 Overview This application note discusses how to migrate from an existing design using the SMSC LAN83C180 PHY to SMSC's

More information

EVB-USB2250 User Manual Revision B

EVB-USB2250 User Manual Revision B Copyright 2009 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently,

More information

This application note is written for a reader that is familiar with Ethernet hardware design.

This application note is written for a reader that is familiar with Ethernet hardware design. AN 14.8 LAN8700/LAN8700I and LAN8187/LAN8187I Ethernet PHY Layout Guidelines 1 Introduction 1.1 Audience 1.2 Overview The LAN8700/LAN8700I and LAN8187/LAN8187I are highly-integrated devices designed for

More information

Programmable USB Port Power Controller with Charger Emulation

Programmable USB Port Power Controller with Charger Emulation UCS1002 Programmable USB Port Power Controller with Charger Emulation PRODUCT FEATURES Data Brief General Description The UCS1002 provides a USB port power switch for precise control of up to 2.5 amperes

More information

Complete USB2.0 Digital Wireless Audio Dongle

Complete USB2.0 Digital Wireless Audio Dongle DWUSB83 Complete USB2.0 Digital Wireless Audio Dongle PRODUCT FEATURES Data Brief High Quality Audio Up to four stereo audio channels, fully bidirectional, uncompressed audio Low latency

More information

SIO1000. Super I/O with LPC Interface with FIR and Consumer IR Support PRODUCT FEATURES. Data Brief

SIO1000. Super I/O with LPC Interface with FIR and Consumer IR Support PRODUCT FEATURES. Data Brief SIO1000 Super I/O with LPC Interface with FIR and Consumer IR Support PRODUCT FEATURES Data Brief 3.3 Volt Operation (5V tolerant) Programmable Wakeup Event Interface (IO_PME# Pin) SMI Support (IO_SMI#

More information

USB2512. USB 2.0 High-Speed 2-Port Hub Controller PRODUCT FEATURES

USB2512. USB 2.0 High-Speed 2-Port Hub Controller PRODUCT FEATURES USB2512 USB 2.0 High-Speed 2-Port Hub Controller PRODUCT FEATURES General Description The SMSC 2-Port Hub is a low power, OEM configurable, STT (Single transaction translator) hub controller IC with 2

More information

EVB-USB2517 Evaluation Board User Manual (Revision A)

EVB-USB2517 Evaluation Board User Manual (Revision A) EVB-USB2517 Evaluation Board User Manual (Revision A) Copyright 2009 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means

More information

AN USB332x Transceiver Layout Guidelines

AN USB332x Transceiver Layout Guidelines AN 17.19 USB332x Transceiver Layout Guidelines 1 Introduction SMSC s USB332x comes in a 25 ball Wafer-Level Chip-Scale Package (WLCSP) lead-free RoHS compliant package; (1.95 mm X 1.95 mm, 0.4mm pitch

More information

KBC1122/KBC1122P. Mobile KBC with Super I/O, SFI, ADC and DAC with SMSC SentinelAlert! TM PRODUCT FEATURES. Data Brief

KBC1122/KBC1122P. Mobile KBC with Super I/O, SFI, ADC and DAC with SMSC SentinelAlert! TM PRODUCT FEATURES. Data Brief KBC1122/KBC1122P Mobile KBC with Super I/O, SFI, ADC and DAC with SMSC SentinelAlert! TM PRODUCT FEATURES Data Brief 3.3V Operation with 5V Tolerant Buffers ACPI 1.0b/2.0 and PC99a/PC2001 Compliant LPC

More information

EVB-USB2514Q36-BAS, USB2513 and USB Pin QFN Evaluation Board User Manual

EVB-USB2514Q36-BAS, USB2513 and USB Pin QFN Evaluation Board User Manual EVB-USB2514Q36-BAS, USB2513 and USB2512 36-Pin QFN Evaluation Board User Manual Copyright 2008 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products

More information

EVB-USB2514Q36-BAS, USB2513 and USB Pin QFN Evaluation Board, Revision C User Manual

EVB-USB2514Q36-BAS, USB2513 and USB Pin QFN Evaluation Board, Revision C User Manual EVB-USB2514Q36-BAS, USB2513 and USB2512 36-Pin QFN Evaluation Board, Revision C User Manual Copyright 2009 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating

More information

LAN9420/LAN9420i. Single-Chip Ethernet Controller with HP Auto-MDIX Support and PCI Interface PRODUCT FEATURES PRODUCT PREVIEW.

LAN9420/LAN9420i. Single-Chip Ethernet Controller with HP Auto-MDIX Support and PCI Interface PRODUCT FEATURES PRODUCT PREVIEW. LAN9420/LAN9420i Single-Chip Ethernet Controller with HP Auto-MDIX Support and PCI Interface PRODUCT FEATURES Data Brief Highlights Optimized for embedded applications with 32-bit RISC CPUs Integrated

More information

EVB-USB2240-IND User Manual Revision B

EVB-USB2240-IND User Manual Revision B Copyright 2009 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently,

More information

LAN9303 Evaluation Board User Manual

LAN9303 Evaluation Board User Manual Copyright 2009 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently,

More information

LAN bit Non-PCI 10/100 Ethernet Controller with HP Auto-MDIX Support PRODUCT FEATURES. Highlights. Target Applications.

LAN bit Non-PCI 10/100 Ethernet Controller with HP Auto-MDIX Support PRODUCT FEATURES. Highlights. Target Applications. LAN9215 16-bit Non-PCI 10/100 Ethernet Controller with HP Auto-MDIX Support PRODUCT FEATURES Highlights Optimized for medium performance applications Efficient architecture with low CPU overhead Easily

More information

LAN9513/LAN9513i. USB 2.0 Hub and 10/100 Ethernet Controller PRODUCT FEATURES PRODUCT PREVIEW. Highlights. Target Applications.

LAN9513/LAN9513i. USB 2.0 Hub and 10/100 Ethernet Controller PRODUCT FEATURES PRODUCT PREVIEW. Highlights. Target Applications. LAN9513/LAN9513i 2.0 Hub and 10/100 Ethernet Controller PRODUCT FEATURES Data Brief Highlights Three downstream ports, one upstream port Three integrated downstream 2.0 PHYs One integrated upstream 2.0

More information

Smart Card Bridge to Full-Speed USB, SPI, and UART Interfaces

Smart Card Bridge to Full-Speed USB, SPI, and UART Interfaces SEC00/SEC200 Bridge to Full-Speed USB, SPI, and UART Interfaces PRODUCT FEATURES Data Brief General Description The SEC00 and SEC200 provide a single-chip solution for a bridge to USB, SPI, and UART interfaces.

More information

AN Conversion from USB251x to USB251xB. 1 Introduction. 1.1 References. 1.2 Objective. 1.3 Overview. 2 Package and Pin Layout

AN Conversion from USB251x to USB251xB. 1 Introduction. 1.1 References. 1.2 Objective. 1.3 Overview. 2 Package and Pin Layout AN 20.20 Conversion from USB251x to USB251xB 1 Introduction This application note provides information on how to convert an existing design from the SMSC USB2512/13/14 USB hubs to the new generation SMSC

More information

USB2640i/USB2641i. Industrial Temperature USB 2.0 Flash Media Controller and Hub Combo PRODUCT FEATURES PRODUCT PREVIEW. General Description.

USB2640i/USB2641i. Industrial Temperature USB 2.0 Flash Media Controller and Hub Combo PRODUCT FEATURES PRODUCT PREVIEW. General Description. USB2640i/USB2641i Industrial Temperature USB 2.0 Flash Media Controller and Hub Combo PRODUCT FEATURES General Description The SMSC USB2640i/USB2641i is a USB 2.0 compliant, Hi-Speed hub for USB port expansion

More information

Frequently Asked Questions

Frequently Asked Questions LAN91C111 Frequently Asked Questions 10/100 Non-PCI Ethernet Single Chip MAC and PHY IMPLEMENTATION Q: What is the minimum cycle time for each read and write access (synchronous, asynchronous, burst, non-burst)?

More information

USB3319. Hi-Speed USB Transceiver with 1.8V ULPI Interface - 13MHz Reference Clock PRODUCT FEATURES. Applications. Data Brief

USB3319. Hi-Speed USB Transceiver with 1.8V ULPI Interface - 13MHz Reference Clock PRODUCT FEATURES. Applications. Data Brief USB3319 Hi-Speed USB Transceiver with 1.8V ULPI Interface - 13MHz Reference Clock PRODUCT FEATURES Data Brief USB-IF Hi-Speed compliant to the Universal Serial Bus Specification Rev 2.0 Interface compliant

More information

USB3740. High Speed Switch for Mobile and Portable Applications USB3740 PRODUCT FEATURES DATASHEET. USB3740 Block Diagram

USB3740. High Speed Switch for Mobile and Portable Applications USB3740 PRODUCT FEATURES DATASHEET. USB3740 Block Diagram USB3740 High Speed Switch for Mobile and Portable Applications PRODUCT FEATURES High Speed USB Mux for multiplexing the USB lanes between different functions Switch the USB connector between two different

More information

LAN9500/LAN9500i LAN9500A/LAN9500Ai USB 2.0 to 10/100 Ethernet Controller

LAN9500/LAN9500i LAN9500A/LAN9500Ai USB 2.0 to 10/100 Ethernet Controller LAN9500/LAN9500i LAN9500A/LAN9500Ai USB 2.0 to 10/100 PRODUCT FEATURES Highlights Single Chip Hi-Speed USB 2.0 to 10/100 Integrated 10/100 MAC with Full-Duplex Support Integrated 10/100 PHY with HP Auto-MDIX

More information

Table 1.1 summarizes the changes needed to migrate from the LAN8700 to the LAN8710A/LAN8720A. Table 1.1 Summary of Changes Required

Table 1.1 summarizes the changes needed to migrate from the LAN8700 to the LAN8710A/LAN8720A. Table 1.1 Summary of Changes Required AN 18.20 Migrating from the LAN8700 to the LAN8710A/LAN8720A 1 Objective SMSC is pleased to announce its latest industry leading solution for the 10/100 Ethernet transceiver market. This application note

More information

EVB8720 Evaluation Board User Manual

EVB8720 Evaluation Board User Manual Copyright 2011 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical applications. Consequently,

More information

USB3740 Evaluation Board User Manual

USB3740 Evaluation Board User Manual USB0 Evaluation Board User Manual Copyright 0 SMSC or its subsidiaries. All rights reserved. Circuit diagrams and other information relating to SMSC products are included as a means of illustrating typical

More information

USB334x. Enhanced Single Supply Hi-Speed USB ULPI Transceiver PRODUCT FEATURES PRODUCT PREVIEW. Applications. Data Brief

USB334x. Enhanced Single Supply Hi-Speed USB ULPI Transceiver PRODUCT FEATURES PRODUCT PREVIEW. Applications. Data Brief 334x Enhanced Single Supply Hi-Speed Transceiver PRODUCT FEATURES -IF Battery Charging 1.2 Specification Compliant Link Power Management (LPM) Specification Compliant ESD protection circuits Up to ±25kV

More information

AN LAN9xxx Series Migration

AN LAN9xxx Series Migration AN 24.16 LAN9xxx Series Migration 1 Introduction This application note details the differences one should be aware of when migrating from older to newer generation SMSC Ethernet Controllers. The discussion

More information

EVB-USB2514Q48 48-Pin QFN Evaluation Board Revision A1

EVB-USB2514Q48 48-Pin QFN Evaluation Board Revision A1 EVB-USB2514Q48 48-Pin QFN Evaluation Board Revision A1 Copyright 2007 SMSC or its subsidiaries. All rights reserved. The information contained herein is proprietary to SMSC and shall be used solely in

More information

TMC2072. Peripheral Mode CircLink TM Controller PRODUCT FEATURES. Data Brief

TMC2072. Peripheral Mode CircLink TM Controller PRODUCT FEATURES. Data Brief TMC2072 Peripheral Mode CircLink TM Controller PRODUCT FEATURES Data Brief Low Power CMOS, 3.3 Volt Power Supply with 5 Volt Tolerant I/O Supports 8/16-Bit Data Bus Both 86xx and 68hxx Platforms 1K On-chip

More information

USB2533 USB 2.0 Hi-Speed 3-Port Hub Controller

USB2533 USB 2.0 Hi-Speed 3-Port Hub Controller 2533 2.0 Hi-Speed 3-Port Hub Controller PRODUCT FEATURES Data Brief Highlights Hub Controller IC with 3 downstream ports -IF Battery Charger revision 1.2 support on up & downstream ports (DCP, CDP, SDP)

More information

LAN9303/LAN9303i. Small Form Factor Three Port 10/100 Managed Ethernet Switch with Single MII/RMII/Turbo MII PRODUCT FEATURES.

LAN9303/LAN9303i. Small Form Factor Three Port 10/100 Managed Ethernet Switch with Single MII/RMII/Turbo MII PRODUCT FEATURES. LAN9303/LAN9303i Small Form Factor Three Port Managed Ethernet Switch with Single /R/Turbo PRODUCT FEATURES Highlights Up to 200Mbps via Turbo Interface High performance, full featured 3 port switch with

More information

USB3300. Hi-Speed USB Host or Device PHY with ULPI Low Pin Interface PRODUCT FEATURES. Data Brief

USB3300. Hi-Speed USB Host or Device PHY with ULPI Low Pin Interface PRODUCT FEATURES. Data Brief Hi-Speed USB Host or Device PHY with ULPI Low Pin Interface PRODUCT FEATURES USB-IF Hi-Speed certified to the Universal Serial Bus Specification Rev 2.0 Interface compliant with the ULPI Specification

More information

*X13186* Multimedia and Control Networking Technology. MOST Media Oriented Systems Transport. MediaLB Analyzer Hardware Manual

*X13186* Multimedia and Control Networking Technology. MOST Media Oriented Systems Transport. MediaLB Analyzer Hardware Manual Multimedia and Control Networking Technology MediaLB Analyzer MediaLB Monitor USB V1.0.1 3-pin Active-Pod Low Speed V1.0.1 6-pin Active-Pod High Speed V1.0.0 Document Information Version: V2.0.X-2 Date:

More information

LAN9313/LAN9313i. Three Port 10/100 Managed Ethernet Switch with MII PRODUCT FEATURES PRODUCT PREVIEW. Highlights. Target Applications.

LAN9313/LAN9313i. Three Port 10/100 Managed Ethernet Switch with MII PRODUCT FEATURES PRODUCT PREVIEW. Highlights. Target Applications. LAN9313/LAN9313i Three Port Managed Ethernet Switch with MII PRODUCT FEATURES Highlights High performance and full featured 3 port switch with VLAN, QoS packet prioritization, Rate Limiting, IGMP monitoring

More information

4th Generation USB 2.0 Flash Media Controller with Integrated Card Power FETs and HS Hub

4th Generation USB 2.0 Flash Media Controller with Integrated Card Power FETs and HS Hub USB2601/USB2602 4th Generation USB 2.0 Flash Media Controller with Integrated Card Power FETs and HS Hub PRODUCT FEATURES Hub Controller Provides Three USB 2.0 Downstream Ports via internal USB 2.0 Hub

More information

USB2227/USB th Generation USB 2.0 Flash Media Controller with Integrated Card Power FETs PRODUCT FEATURES. Data Brief

USB2227/USB th Generation USB 2.0 Flash Media Controller with Integrated Card Power FETs PRODUCT FEATURES. Data Brief USB2227/USB2228 4th Generation USB 2.0 Flash Media Controller with Integrated Card Power FETs PRODUCT FEATURES Complete System Solution for interfacing SmartMedia TM (SM) or xd Picture Card TM (xd) 1,

More information

EVB-USB3300 User Manual

EVB-USB3300 User Manual EVB-USB00 User Manual Copyright 006 SMSC or its subsidiaries. All rights reserved. SMSC is a registered trademark of Standard Microsystems Corporation ( SMSC ). The information contained herein is proprietary

More information

Wireless Audio Processor with Tri-Band Support and Embedded Multi-Channel USB 2.0 Audio Controller

Wireless Audio Processor with Tri-Band Support and Embedded Multi-Channel USB 2.0 Audio Controller DARR83 Wireless Audio Processor with Tri-Band Support and Embedded Multi-Channel USB 2.0 Audio Controller PRODUCT FEATURES Data Brief Highlights Single, dual and tri-band (2.4/5.2/5.8 GHz) 22 Mbps wireless

More information

USB3316. Hi-Speed USB Transceiver with 1.8V ULPI Interface MHz Reference Clock PRODUCT FEATURES. Applications. Data Brief

USB3316. Hi-Speed USB Transceiver with 1.8V ULPI Interface MHz Reference Clock PRODUCT FEATURES. Applications. Data Brief USB3316 Hi-Speed USB Transceiver with 1.8V ULPI Interface - 19.2MHz Reference Clock PRODUCT FEATURES Data Brief USB-IF Hi-Speed compliant to the Universal Serial Bus Specification Rev 2.0 Interface compliant

More information

UM NVT2008PW and NVT2010PW demo boards. Document information

UM NVT2008PW and NVT2010PW demo boards. Document information Rev. 1 March 20 User manual Document information Info Keywords Abstract Content NVT, voltage translator, level translator, level shift, passive voltage translator, passive level translator, passive level

More information

UM NVT2001GM and NVT2002DP demo boards. Document information

UM NVT2001GM and NVT2002DP demo boards. Document information Rev. 7 March 202 User manual Document information Info Keywords Abstract Content NVT, voltage translator, level translator, level shift, passive voltage translator, passive level translator, passive level

More information

AN PCB Layout Guide for USB2502. Introduction. Two Layer PCB

AN PCB Layout Guide for USB2502. Introduction. Two Layer PCB AN.9 PCB Layout Guide for USB2502 Introduction Two Layer PCB This application note provides information on designing a printed circuit board (PCB) for SMSC USB2502 USB Hub Controller. The PCB requires

More information

AN NTAG I²C plus memory configuration options. Application note COMPANY PUBLIC. Rev June Document information

AN NTAG I²C plus memory configuration options. Application note COMPANY PUBLIC. Rev June Document information Document information Info Content Keywords NTAG I²C plus, memory configuration, NDEF, read-only, EEPROM Abstract Describe how to configure the NTAG I²C plus in the different use case for read/write, read-only

More information

PCM-2074 EVB User Manual

PCM-2074 EVB User Manual SMSC PCM-2074 USER MANUAL Revision 1.0 (03-31-06) 1 General Description The PCM-2074 allows users to evaluate the CircLink TM protocol using a TMC2074 CircLink TM controller configured for operation in

More information

AN Home Power Line Support for the LAN91C Introduction APPLICATION NOTE

AN Home Power Line Support for the LAN91C Introduction APPLICATION NOTE AN 10.17 Home Power Line Support for the LAN91C111 1 Introduction This document describes how SMSC's family of 10/100 Ethernet MAC/PHY solutions can be configured to allow both Ethernet "10/100Base-t"

More information

UM PR533 - PCSC Tool. User manual COMPANY PUBLIC. Rev November Document information

UM PR533 - PCSC Tool. User manual COMPANY PUBLIC. Rev November Document information PR533 - PCSC Tool Document information Info Content Keywords PR533, CCID, PCSC, APDU Abstract This document describes the PCSC Tool software which demonstrates the capabilities of PR533 device. Revision

More information

OM bit GPIO Daughter Card User Manual

OM bit GPIO Daughter Card User Manual OM13489 16-bit GPIO Daughter Card User Manual Rev. 2.0 09 January 2014 User manual Document information Info Content Keywords Fm+ Development Kit, OM13320, GPIO, OM13303 Abstract Installation guide and

More information

Using the NEMA SHADER-Edit

Using the NEMA SHADER-Edit Using the NEMA SHADER-Edit A Comprehensive Overview Version 1.1 February 8, 2018 History Version Date Description 1.1 07-2-2018 NemaP mode included 1.0 10-5-2017 Initial Version v1.1 External Confidential

More information

LAN9311/LAN9311i Two Port 10/100 Managed Ethernet Switch with 16-Bit Non-PCI CPU Interface

LAN9311/LAN9311i Two Port 10/100 Managed Ethernet Switch with 16-Bit Non-PCI CPU Interface LAN9311/LAN9311i Two Port 10/100 Managed Ethernet Switch with 16-Bit Non-PCI CPU Interface PRODUCT FEATURES Highlights High performance and full featured 2 port switch with VLAN, QoS packet prioritization,

More information

UM OM bit GPIO Daughter Card User Manual. Document information. Keywords Abstract

UM OM bit GPIO Daughter Card User Manual. Document information. Keywords Abstract OM13488 8-bit GPIO Daughter Card User Manual Rev. 1.0 11 October 2013 User manual Document information Info Keywords Abstract Content Fm+ Development Kit, OM13320, GPIO, OM13303 Installation guide and

More information

DATASHEET. Synchronous Serial Interface (SPI)

DATASHEET. Synchronous Serial Interface (SPI) DATASHEET Synchronous Serial Interface (SPI) Arasan Chip Systems, Inc. 2010 North First Street, Suite #510 San Jose, CA 95131 Ph:408-282-1600 Fx:408-282-7800 www.arasan.com June, 2018 i DISCLAIMER This

More information

How to use the NTAG I²C plus for bidirectional communication. Rev June

How to use the NTAG I²C plus for bidirectional communication. Rev June How to use the NTAG I²C plus for bidirectional communication Document information Info Content Keywords NTAG I 2 C plus, pass-through mode, bidirectional communication, SRAM Abstract This document describes

More information

FDC37C672. Enhanced Super I/O Controller with Fast IR PRODUCT PREVIEW. Product Features. Data Brief. Serial Ports

FDC37C672. Enhanced Super I/O Controller with Fast IR PRODUCT PREVIEW. Product Features. Data Brief. Serial Ports FDC37C672 Enhanced Super I/O Controller with Fast IR Product Features 5 Volt Operation PC98/99 and ACPI 1.0 Compliant ISA Plug-and-Play Compatible Register Set Intelligent Auto Power Management Shadowed

More information

500 Business Center Drive Pittsburgh, PA USA CAGE 1BGJ7. SwitchMaster R5000 Series Ultra-Compact Ganged A/B Switching System

500 Business Center Drive Pittsburgh, PA USA CAGE 1BGJ7. SwitchMaster R5000 Series Ultra-Compact Ganged A/B Switching System Market Central www.secureswitch.com 500 Business Center Drive Pittsburgh, PA 15205 USA 412.494.2800 CAGE 1BGJ7 SwitchMaster R5000 Series Ultra-Compact Ganged A/B Switching System July, 2014 COMPLETE 2

More information

SIO10N268. Advanced Notebook I/O for ISA or LPC Designs with X-Bus Interface for I/O, Memory, and FWH Emulation and Four Serial Ports PRODUCT FEATURES

SIO10N268. Advanced Notebook I/O for ISA or LPC Designs with X-Bus Interface for I/O, Memory, and FWH Emulation and Four Serial Ports PRODUCT FEATURES SIO10N268 Advanced Notebook I/O for ISA or LPC Designs with X-Bus Interface for I/O, Memory, and FWH Emulation and Four Serial Ports PRODUCT FEATURES Data Brief 3.3 Volt Operation (5 Volt Tolerant) PC99,

More information

QUICK START GUIDE. SMS 2500iX Appliance.

QUICK START GUIDE. SMS 2500iX Appliance. QUICK START GUIDE SMS 2500iX Appliance www.24onlinebilling.com QUICK START GUIDE SMS 25iX Appliance www.24onlinebilling.com 1 DEFAULTS The sales packet of 24online includes following list of contents.

More information

UM LPC General Purpose Shield (OM13082) Rev November Document information. Keywords

UM LPC General Purpose Shield (OM13082) Rev November Document information. Keywords Rev. 1.0 17 November 2015 User manual Document information Info Content Keywords LPCXpresso, LPC General Purpose Shield, OM13082 Abstract LPC General Purpose Shield User Manual Revision history Rev Date

More information

QPP Proprietary Profile Guide

QPP Proprietary Profile Guide Rev. 04 April 2018 Application note Document information Info Content Keywords Proprietary Profile, Server, Client Abstract The Proprietary Profile is used to transfer the raw data between BLE devices.

More information

OptoLyzer Suite Start-up Guide V1.6.X

OptoLyzer Suite Start-up Guide V1.6.X Multimedia and Control Networking Technology OptoLyzer Suite V1.6.X Document Information Version: V1.0.X-5 Date: 2011-09-22 MOST Media Oriented Systems Transport Legend Copyright 2008-2011. All rights

More information

GRF AN003. GRF4003 Broadband Performance Optimization

GRF AN003. GRF4003 Broadband Performance Optimization GRF4003 has been developed with the RF system designer in mind. The device offers simple configuration handles which, when adjusted, suit a wide range of applications. The standard evaluation board (EVB)

More information

Using LPC11Axx EEPROM (with IAP)

Using LPC11Axx EEPROM (with IAP) Rev. 2 1 July 2012 Application note Document information Info Content Keywords LPC11A02UK ; LPC11A04UK; LPC11A11FHN33; LPC11A12FHN33; LPC11A12FBD48; LPC11A13FHI33; LPC11A14FHN33; LPC11A14FBD48; LPC11Axx,

More information

SDLC INTELLECTUAL PROPERTY POLICY

SDLC INTELLECTUAL PROPERTY POLICY SDLC INTELLECTUAL PROPERTY POLICY Last Revised: 11/14/17 1. Introduction. This Intellectual Property Policy ( Policy ) governs intellectual property rights of the SDL Consortium ( SDLC ) and its Members

More information

A Complete Discussion of the S 2 Cwire Single-Wire Interface With tlat Specification

A Complete Discussion of the S 2 Cwire Single-Wire Interface With tlat Specification APPLICATION NOTE A Complete Discussion of the S 2 Cwire Single-Wire Interface With tlat Specification Introduction The S 2 Cwire single-wire interface offers the simplest control possible for programmable

More information

INIC Explorer / INIC Remote Viewer Start-up Guide V1.6.X

INIC Explorer / INIC Remote Viewer Start-up Guide V1.6.X Multimedia and Control Networking Technology INIC Explorer / INIC Remote Viewer V1.6.X Document Information Version: V1.6.X-1 Date: 2009-12-15 MOST Media Oriented Systems Transport Legend Copyright 2009.

More information

UM PCAL6524 demonstration board OM Document information

UM PCAL6524 demonstration board OM Document information Rev. 1 23 September 2015 User manual Document information Info Content Keywords OM13320 Fm+ development kit, OM13260 Fm+ I2C bus development board, OM13303 GPIO target board Abstract Installation guide

More information

UM NXP USB PD shield board user manual COMPANY PUBLIC. Document information

UM NXP USB PD shield board user manual COMPANY PUBLIC. Document information Rev. 0.3 19 June 2017 User manual COMPANY PUBLIC Document information Information Content Keywords Abstract OM13588, USB Type-C, PD (power delivery), Alt-mode-DP, Host, Dock This user manual presents demonstration

More information

AN10955 Full-duplex software UART for LPC111x and LPC13xx

AN10955 Full-duplex software UART for LPC111x and LPC13xx Rev. 1 13 July 2010 Application note Document information Info Content Keywords LPC111X, LPC13XX, UART, software Abstract This application note illustrates how software running on an LPC111X or LPC13XX

More information

Entrust WAP Server Certificate Relying Party Agreement

Entrust WAP Server Certificate Relying Party Agreement Entrust WAP Server Certificate Relying Party Agreement The WAP/WTLS specification v1.1 does not provide a means for certificate revocation checking. The following Relying Party Agreement" provides further

More information

UM EEPROM Management of PN746X and PN736X. User manual COMPANY PUBLIC. Rev February Document information

UM EEPROM Management of PN746X and PN736X. User manual COMPANY PUBLIC. Rev February Document information Document information Info Content Keywords Abstract PN7462, PN7362, PN7360; EEPROM This document describes how to manage EEPROM of PN7462 family. Revision history Rev Date Description 1.0 20170202 First

More information

SAM4 Reset Controller (RSTC)

SAM4 Reset Controller (RSTC) APPLICATION NOTE AT06864: SAM4 Reset Controller (RSTC) ASF PROGRAMMERS MANUAL SAM4 Reset Controller (RSTC) This driver for SAM devices provides an interface for the configuration and management of the

More information

Customer Support: For more information or support, please visit or at Product Release Information...

Customer Support: For more information or support, please visit   or  at Product Release Information... Product Release Information Product: Cyberoam Release Number: 9.3.0 build 5 Release Date: 19th July 2006 Compatible versions: 9.2.0 build 2 Upgrade Mode: Manual 1 Important note Upgrade removes all the

More information

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix Comtrade OMi Management Pack for Citrix : 2.0 Product release date: December 2016 Document release date: July 2017 Legal notices Copyright notice 2017 Comtrade Software. All rights reserved. This document

More information

End User License Agreement

End User License Agreement End User License Agreement Kyocera International, Inc. ( Kyocera ) End User License Agreement. CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS ( AGREEMENT ) BEFORE USING OR OTHERWISE ACCESSING THE SOFTWARE

More information

EVB Industrial ARCNET AT Adapter Card

EVB Industrial ARCNET AT Adapter Card EV-20022 Industrial ARNET AT Adapter ard SMS UG - EV-20022 Rev. /5/00 2000 STANAR MIROSYSTEMS ORPORATION (SMS) 80 Arkay rive Hauppauge, NY 788 (63) 435-6000 FAX (63) 273-323 ircuit diagrams utilizing SMS

More information

The Next-generation Sensor Networking Units That Revolutionize the Workplace from Introduction and Startup though Operation. Fiber Units.

The Next-generation Sensor Networking Units That Revolutionize the Workplace from Introduction and Startup though Operation. Fiber Units. Sensor Communications Unit CSM DS_E_1_1 The Next-generation Sensor Networking Units That Revolutionize the Workplace from Introduction and Startup though Operation Low initial cost achieved by distributed

More information

Workshop 4 Installation INSTALL GUIDE. Document Date: February 4 th, Document Revision: 1.1

Workshop 4 Installation INSTALL GUIDE. Document Date: February 4 th, Document Revision: 1.1 INSTALL GUIDE Workshop 4 Installation Document Date: February 4 th, 2013 Document Revision: 1.1 Description This document describes how to install and configure Workshop 4, and how to install the driver

More information

Mile Terms of Use. Effective Date: February, Version 1.1 Feb 2018 [ Mile ] Mileico.com

Mile Terms of Use. Effective Date: February, Version 1.1 Feb 2018 [ Mile ] Mileico.com Mile Terms of Use Effective Date: February, 2018 Version 1.1 Feb 2018 [ Mile ] Overview The following are the terms of an agreement between you and MILE. By accessing, or using this Web site, you acknowledge

More information

UltraAV DisplayPort to HDMI Display MST Hub

UltraAV DisplayPort to HDMI Display MST Hub UltraAV DisplayPort to HDMI Display MST Hub Connect up to 3 HDMI Displays to a Single DisplayPort Output UltraAV DisplayPort 1.2 to 3 HDMI Multi-Display MST Hub - Set-Up Instructions These instructions

More information

Release Information. Revision History. Version: build 018 Release Date: 23 rd November 2011

Release Information. Revision History. Version: build 018 Release Date: 23 rd November 2011 Version: 02.00.2 build 018 Release Date: 23 rd November 2011 Release Date Version 02.00.2 Build 018 23 rd November 2011 Release Information Release Type: General Availability Supported Cyberoam Versions:

More information

AhnLab Software License Agreement

AhnLab Software License Agreement AhnLab Software License Agreement IMPORTANT - READ CAREFULLY BEFORE USING THE SOFTWARE. This AhnLab Software License Agreement (this "Agreement") is a legal agreement by and between you and AhnLab, Inc.

More information

LPC47B27x. 100 Pin Enhanced Super I/O Controller with LPC Interface PRODUCT FEATURES. Data Brief

LPC47B27x. 100 Pin Enhanced Super I/O Controller with LPC Interface PRODUCT FEATURES. Data Brief LPC47B27x 100 Pin Enhanced Super I/O Controller with LPC Interface PRODUCT FEATURES Data Brief 3.3 Volt Operation, 5 Volt Tolerant LPC Interface Fan Control Fan Speed Control Outputs (2) Fan Tachometer

More information

CAUTION This device is sensitive to ElectroStatic Discharge (ESD). Therefore care should be taken during transport and handling.

CAUTION This device is sensitive to ElectroStatic Discharge (ESD). Therefore care should be taken during transport and handling. Rev. 2 28 September 2010 Product data sheet 1. Product profile 1.1 General description Hybrid high dynamic range amplifier module operating at a supply voltage of 24 V (DC) in an SOT115J package. The module

More information

ipaq Networking 5 Port 10/100 Fast Ethernet Auto Sensing Switch

ipaq Networking 5 Port 10/100 Fast Ethernet Auto Sensing Switch ipaq Networking 5 Port 10/100 Fast Ethernet Auto Sensing Switch User and Setup Guide IPAQ NETWORKING 5 PORT 10/100 FAST ETHERNET AUTO SENSING SWITCH 1 Copyrights, Trademarks, and Disclaimer 2001 Compaq

More information