UM ISP1181x Microcontroller Eval Kit. Document information. Keywords isp1181a, isp1181b, usb, universal serial bus, peripheral

Size: px
Start display at page:

Download "UM ISP1181x Microcontroller Eval Kit. Document information. Keywords isp1181a, isp1181b, usb, universal serial bus, peripheral"

Transcription

1 Rev. 0 February 007 User manual Document information Info Content Keywords ispa, ispb, usb, universal serial bus, peripheral Abstract This document explains the ISPx microcontroller eval kit. This kit enables you to evaluate the ISPx, and also perform firmware and product prototype development. Remark: The file name of the previous revision is _MCU_EVAL_KIT_MANUAL- 0.pdf. Remark: ISPx denotes the ISPA and the ISPB, and any future derivative.

2 Revision history Rev Date Description First release. Contact information For additional information, please visit: For sales office addresses, please send an to: salesaddresses@nxp.com _ User manual Rev. 0 February 007 of

3 . Introduction. System requirements Remark: ISPx denotes the ISPA and the ISPB, and any future derivative. The ISPx is a full-speed cost-optimized and feature-optimized Universal Serial Bus (USB) Peripheral Controller with up to configurable endpoints. It has a high-speed general-purpose parallel interface to communicate with many types of microcontrollers or microprocessors. It supports bus configurations and local Direct Memory Access (DMA) transfers of up to 6 bytes per cycle. To a microcontroller, the ISPx appears as a memory device with an -bit or 6-bit data bus and a -bit address bus. The ISPx supports both multiplexed and nonmultiplexed address and data bus. The ISPx can also be configured as a DMA slave device to allow more efficient data transfer. One of the endpoint FIFOs may directly transfer data to or from the local shared memory. Feature evaluation of the ISPx, firmware and product prototype development can easily be done with this set up. The ISPx microcontroller evaluation (eval) kit comes with the ISPx, microcontroller boards, test application program, USB driver, and sample firmware source codes. The firmware provided with the kit is written in the C language, allowing you to port it to other platforms for compilation. With this kit, you can develop your USB peripherals through firmware and hardware schematics. Running the kit only requires a new-generation PC, motherboard with the USB port, with Microsoft Windows or Windows 000 operating system.. Jumper settings on the ISPx board Jumpers JP and JP set bus configuration mode of the ISPx. Table shows Mode of the bus configuration as the default setting. Table. Default setting for the bus configuration JP and JP Jumper number Default setting JP Short pins and JP Short pin and Jumpers JP and JP are for debugging. When used, all the signals from the ISPx can be propagated. For the JP and JP pin outs, see Section 7. Table. Default setting for the bus configuration JP Jumper number Default setting JP Short pin and 0 The ISPx has four bus configuration modes, selected using pins BUS_CONF and BUS_CONF0: Mode 0: 6-bit port shared with the 6-bit DMA port Mode : reserved _ User manual Rev. 0 February 007 of

4 Mode : -bit port shared with the -bit DMA port Mode : reserved Table shows the bus configuration for each of these modes. Table. Bus configuration modes Mode BUS_CONF[:0] PIO data width DMA data width (DMAWD = 0) DMA data width (DMAWD = ) 0 00 DATA[:0], 6-bit - 6-bit on D[:0] = DMA DATA[:0] 0 reserved reserved reserved 0 DATA[7:0], -bit -bit on D[7:0] = DMA DATA [7:0] - reserved reserved reserved. Pin signal information of connectors Table. Pin description for JP and JP Pin Type Description Power V CC The connection between the ISPx microcontroller board and the ISPx board is through a 0-pin connector on the ISPx microcontroller board (JP) and the ISPx board (JP), respectively. Table shows the pin description of JP and JP. Power V CC DATA0 I ISPx EOT DATA 6 O ISPx DREQ: This line is an asynchronous channel request used by the peripheral to gain DMA service. Bringing the DRQ line to active HIGH generates a DMA request. 7 DATA I ISPx DACK: This line is used to acknowledge the DMA request and is active LOW. DATA 0 Power ISA-V DATA Power ISA-V DATA I ISPx CS# DATA6 6 I ISPx WR#: This command line instructs an device to read data on the data bus. The processor or the DMA controller may drive it. This signal is active LOW. _ User manual Rev. 0 February 007 of

5 Pin Type Description 7 DATA7 I ISPx RD#: This command line instructs an device to drive its data on the data bus. The processor or the DMA controller may drive it. This signal is active LOW. DATA 0 I ISPx WAKEUP DATA O ISPx READY DATA0 O ISPx SUSPEND DATA 6 O ISPx INT: This line is rising edge-triggered. Raising this line HIGH and holding until the processor acknowledges it generates an interrupt request. 7 DATA Power DATA 0 I DATA Power DATA I ISPx RESET# Power 6 Power 7 I ISPx A0 O ISPx CLKOUT Power 0 Power. Installation of hardware, firmware, INF and driver. Connect JP on the ISPx microcontroller board to JP on the ISPx board.. Connect the USB cable between J on the ISPx board and the host PC.. If it is the first time that the eval board is connected to the host PC, the host operating system Device Manager will prompt for the installation of INF and driver. _ User manual Rev. 0 February 007 of

6 6. Using the host applet. Select the location of TEST.INF and TEST.SYS from the ISPx evaluation CD, and complete the installation procedure. TEST.INF and TEST.SYS are located under ISP MCU Driver (Win&K) Ver..zip. After unzipping files, run the ISP MCU Driver (Win&K) Ver..exe and click through the install shield process to successfully install the driver on your PC. The default installation directory is C:\Program Files\NXP\ISP MCU Driver(Win_K) Ver.. Test applet TEST.EXE exercises all ISPx endpoints as shown in Fig. Fig. Applet TEST Further testing of control endpoints can be done using standard USB Chapter test programs. Table describes the endpoint operations on the ISPx eval board. _ User manual Rev. 0 February of

7 Table. Description of endpoint operations The test applet and the ISPx eval board support three test modes: loopback, print and scan. The firmware uses accesses on this endpoint Endpoint number Endpoint type Operations ISO-OUT This pipe is defined as an isochronous OUT pipe. ISO-IN This pipe is defined as an isochronous IN pipe. Bulk-OUT This pipe is defined as a bulk OUT pipe. Bulk-IN This pipe is defined as a bulk IN pipe. Three test modes: Scan mode: In this mode, the ISPx eval board acts like a scanner. It sends data packets to the host PC as fast as possible. Use this mode to evaluate the isochronous IN and bulk IN transfer rates. Print mode: In this mode, the ISPx eval board acts like a printer. It receives data packets from the host PC as fast as possible. Use this mode to evaluate the isochronous OUT and bulk OUT transfer rates. Loopback mode: In this mode, the ISPx eval board receives data packets on the isochronous OUT or bulk OUT endpoint and sends them back to the host PC on the isochronous IN or bulk IN endpoint. Use this mode to test the data integrity of transfers. The Buffer Size setting on the test applet is determined by firmware and hardware capability of the eval board. For the microcontroller eval kit, the maximum size is limited to 6000 for the bulk transfer. Remark: The DMA Enabled checkbox in the upper-right corner of TEST must be enabled. Repeat Times for the loopback test controls the numbers of iterations of loopback, which is useful for debugging. To run the test infinite times, set Repeat Times as. _ User manual Rev. 0 February of

8 7. Schematics RP kω RP.7 kω RESET MCU-X EA T ISP-INT ISP-RESET# LE LE IO-CS# ISP-WAKEUP ISP-READY 0 U RST XTAL EA/VPP RXD/P.0 INT0/P. INT/P. T0/P. T/P. P0.0/A P0./A 7 P0./A 6 P0.A P0./A P0./A P0.6/A P0.7/A P.0 P. P. 0 VSS 0C(0) 0 PSEN XTAL 7 RD/P.7 6 WR/P.6 TXD/P. /PROG 0 P.7/A 7 P.6/A 6 P./A P./A P./A P./A0 P./A P.0/A P. P.6 7 P. P. P. PSEN# MCU-X RD# WR# DMA-RESET# A A A A A A0 A A PB PB 6 7 RP.7 kω DMA-INTRANSFER DMA-START/ PAUSE T 6 0 R 0 kω MCU-X EA PSEN# A A A A A A0 A A JP HEADER 0X JP IO-CS# ISP-WAKEUP ISP-READY T DMA-START/ PAUSE 0 DMA-INTRANSFER PB PB RESET T 0 DMA-RESET# ISP-INT ISP-RESET# LE LE 0 WR# RD# MCU-X MCU-X 0 HEADER 0X R kω ISP-CLKOUT R * 0 Ω * do not mount Y MCU-X R 0 Ω PB PB S SW-PB S SW-PB 0-RST S SW-PB R 0 Ω C 0 μf/6 V R6. kω RESET C 0 pf MHz C6 0 pf R7 60 Ω LED R 60 Ω LED EV-CPLD EV-CPLD.sch EV-MEM EV-MEM.sch LE LE C 0 μf/6 V C Fig. Schematics _ User manual Rev. 0 February 00 of

9 SRAM can be 6K* or K* ns or higher speed grade SRAM-A6 SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A0 SRAM-A SRAM-A SRAM-A7 SRAM-A6 SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A U A6 A A A A A A0 A A A7 A6 A A A A A A0 0 7 NC 6 0 CE WE OE CE R0 0 kω SRAM-WR# SRAM-RD# SRAM-CS# R0 0 kω SRAM-A6 SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A0 SRAM-A SRAM-A SRAM-A7 SRAM-A6 SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A SRAM-A U A6 A A A A A A0 A A A7 A6 A A A A A A0 0 7 NC 6 CE 0 WE OE CE 0 D D R 0 kω SRAM-WR# SRAM-RD# SRAM-CS# R 0 kω SRAM K* (SOIC) SRAM K* (SOIC) C 0 μf/6 V C C 0 μf/6 V C Fig. Schematics _ User manual Rev. 0 February 007 of

10 D D 0 ISP-A0 JP ISP-EOT ISP-DREQ ISP-DACK ISA-V ISP-CS# ISP-WR# ISP-RD# ISP-WAKEUP ISP-READY ISP-SUSPEND ISP-INT ISP-RESET# ISP-CLKOUT (V) R6 0 Ω CPLD- R7 0 Ω TCK TDO TMS TDI * * do not mount R kω CPLD- R kω R kω R kω JP 0 HEADER X CPLD- HEADER 0X 7 6 SRAM-RD# RD# SRAM-RD# SRAM-A 6 DMA-START/PAUSE 7 SRAM-A SRAM-A 0 SRAM-A6 T CPLD-CLK 6 IO-CS# 7 CLKOUT SRAM-A ISP-EOT 0 SRAM-A0 SRAM-A7 WR# SRAM-WR# 7 ISP-CS# SRAM-A 6 XC7XL-0 TDI TMS TCK TDO U DMA-INTRANSFER SRAM-WR# ISP-A0 SRAM-CS# SRAM-CS# ISP-DACK SRAM-A T A ISP-SUSPEND SRAM-A ISP-DREQ SRAM-A SRAM-A SRAM-A SRAM-A ISP-RD# 0-RST SRAM-A SRAM-A0 SRAM-A ISP-WR# DMA-RESET# CPLD- C6 C7 C C 0 C 0 μf U LM7 IN OUT ADJ R 0 Ω / % C C7 0 μf R Ω / % TDI TMS TCK TDO (V) C C0 MHz OE CLOCK Y -CLKOUT R 0 Ω R 0 Ω CPLD-CLK * * do not mount Fig. Schematics _ User manual Rev. 0 February of

11 User manual Rev. 0 February 007 of _ R R.7 kω.7 kω R.7 kω R R.7 kω.7 kω R6.7 kω JP JUMPER JP JUMPER Fig. Schematics R 0 Ω D D 0 ISP-WR# ISP-RD# ISP-CS# ISP-READY ISP-A0 ISP-INT ISP-WAKEUP ISP-SUSPEND ISP-DREQ ISP-DACK ISP-EOT BUS-CONF0 BUS-CONF R 0 kω R 0 kω SDRD# SDWR# U A DATA DATA DATA DATA DATA DATA6 DATA7 DATA DATA DATA0 DATA DATA DATA DATA DATA WR RD CS TEST A0 INT WAKEUP SUSPEND DREQ DACK EOT BUS_CONF0 BUS_CONF TEST TEST ISP _p _p.sch RESET VBUS D+ D VREG(.) 6 (.) 6 REG D+ D ISP-X ISP-X ISP-GL# ISP-CLKOUT VREG(V) bus-power ISP-RESET# R 0 kω 6 VBUS-SENSE XTAL XTAL 7 GL 7 CLKOUT 7 V REF 6 (V) VREF C C0 C C7 R0 kω R MΩ ISP-GL# JP ISP-X ISP-X ISP-CLKOUT ISP-RESET# 0 ISP-CS# ISP-WR# ISP-RD# ISP-A0 0 (V) 0 0 D D VREF 6 C 0 μf LED R7 60 Ω VREG(V) HEADER X C μf/ 6 V ISP-X 6 MHz ISP-X C pf Y VREG(V) VREF pf C VREG(V) D D+ VBUS-SENSE ISP-GL# ISP-WAKEUP ISP-SUSPEND ISP-EOT ISP-DREQ ISP-DACK SDWR# SDRD# ISP-INT ISP-READY BUS-CONF0 BUS-CONF 0 JP6 HEADER X (V) JP HEADER X (V) JP HEADER X NXP Semiconductors

12 JP7 VREG(V) R. kω * R6 MΩ D D 0 ISP-A ISP-EOT ISP-DREQ ISP-DACK ISA-V ISP-CS# ISP-WR# ISP-RD# ISP-WAKEUP ISP-READY ISP-SUSPEND ISP-INT ISP-RESET# ISP-CLKOUT HEADER 0X D+ D R Ω / ± % R Ω / ± % C6 pf C7 pf R7 MΩ bus-power R0 R L BLMA0 0 Ω 0 Ω BLMA0 C L bus-power USBD USBD+ USB J VBUS D D+ CHASSIS C USB_UPCON 0.07 μf, kv D D 0 ISP-A0 JP ISP-EOT ISP-DREQ ISP-DACK ISA-V ISP-CS# ISP-WR# ISP-RD# ISP-WAKEUP ISP-READY ISP-INT ISP-RESET# ISP-CLKOUT S ISA-V CONN 0X LED C C 0 μf /6 V SW DPDT self-power bus-power C6 0 μf L BLMA0 C C C 0 μf S POWER-RCA R 60 Ω * do not mount Fig 6. Schematics _ User manual Rev. 0 February 007 of

13 . References ISPA Full-speed Universal Serial Bus peripheral controller data sheet ISPB Full-speed Universal Serial Bus peripheral controller data sheet Universal Serial Bus Specification Rev..0. _ User manual Rev. 0 February 007 of

14 . Legal information. Definitions Draft The document is a draft version only. The content is still under internal review and subject to formal approval, which may result in modifications or additions. NXP Semiconductors does not give any representations or warranties as to the accuracy or completeness of information included herein and shall have no liability for the consequences of use of such information.. Disclaimers General Information in this document is believed to be accurate and reliable. However, NXP Semiconductors does not give any representations or warranties, expressed or implied, as to the accuracy or completeness of such information and shall have no liability for the consequences of use of such information. Right to make changes NXP Semiconductors reserves the right to make changes to information published in this document, including without limitation specifications and product descriptions, at any time and without notice. This document supersedes and replaces all information supplied prior to the publication hereof. Suitability for use NXP Semiconductors products are not designed, authorized or warranted to be suitable for use in medical, military, aircraft, space or life support equipment, nor in applications where failure or malfunction of a NXP Semiconductors product can reasonably be expected to result in personal injury, death or severe property or environmental damage. NXP Semiconductors accepts no liability for inclusion and/or use of NXP Semiconductors products in such equipment or applications and therefore such inclusion and/or use is for the customer s own risk. Applications Applications that are described herein for any of these products are for illustrative purposes only. NXP Semiconductors makes no representation or warranty that such applications will be suitable for the specified use without further testing or modification.. Trademarks Notice: All referenced brands, product names, service names and trademarks are property of their respective owners. _ User manual Rev. 0 February 007 of

15 0. Contents. Introduction.... System requirements.... Jumper settings on the ISPx board.... Pin signal information of connectors.... Installation of hardware, firmware, INF and driver Using the host applet Schematics.... References.... Legal information.... Definitions.... Disclaimers.... Trademarks Contents... Please be aware that important notices concerning this document and the product(s) described herein, have been included in the section Legal information. For more information, please visit: For sales office addresses, to: Date of release: February 007 Document identifier: _

UM ISP1183 Microcontroller Eval Kit. Document information. isp1183, usb, peripheral, universal serial bus

UM ISP1183 Microcontroller Eval Kit. Document information. isp1183, usb, peripheral, universal serial bus Rev. 04 6 February 007 User manual Document information Info Keywords Abstract Content isp83, usb, peripheral, universal serial bus This document explains the ISP83 microcontroller eval kit. Revision history

More information

AN Automatic RS-485 address detection. Document information

AN Automatic RS-485 address detection. Document information Rev. 01 2 June 2006 Application note Document information Info Keywords Abstract Content SC16IS740, SC16IS750, SC16IS760, SC16IS752, SC16IS762, I2C UART, SPI UART, RS-485, 9-bit mode, multi-drop mode This

More information

Installation Manual Installation Manual for the MicroWave Office design kit version v1.0

Installation Manual Installation Manual for the MicroWave Office design kit version v1.0 for the MicroWave Office design kit version v1.0 Rev. 1.1 24 November 2009 Document information Info Keywords Abstract Content MicroWave Office Design kit Linux/Unix and Windows Instruction Manual RF small

More information

AN Sleep programming for NXP bridge ICs. Document information

AN Sleep programming for NXP bridge ICs. Document information Rev. 01 5 January 2007 Application note Document information Info Keywords Abstract Content SC16IS750, Bridge IC, Sleep programming The sleep programming of NXP Bridge ICs such as SC16IS750 (I 2 C-bus/SPI

More information

Installation Manual. Installation Manual for the ADS design kit version v2.1. ADS Design kit Windows Linux Unix Instruction Manual RF small signal

Installation Manual. Installation Manual for the ADS design kit version v2.1. ADS Design kit Windows Linux Unix Instruction Manual RF small signal for the ADS design kit version v2.1 Rev. 2.1 7 November 2011 Document information Info Keywords Abstract Content ADS Design kit Windows Linux Unix Instruction Manual RF small signal Installation manual

More information

IMPORTANT NOTICE. As a result, the following changes are applicable to the attached document.

IMPORTANT NOTICE. As a result, the following changes are applicable to the attached document. IMPORTANT NOTICE Dear customer, As from August 2 nd 2008, the wireless operations of NXP have moved to a new company, ST-NXP Wireless. As a result, the following changes are applicable to the attached

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

UM QN908x Quick Start. Document information. QN908x, Quick Start, Development Kit, QN9080 DK, QN9080 Development Kit

UM QN908x Quick Start. Document information. QN908x, Quick Start, Development Kit, QN9080 DK, QN9080 Development Kit QN908x Quick Start Rev.2.0 21 March 2018 User manual Document information Info Keywords Abstract Content QN908x, Quick Start, Development Kit, QN9080 DK, QN9080 Development Kit This Quick Start document

More information

PCA9633 demonstration board OM6282

PCA9633 demonstration board OM6282 Rev. 01 15 December 2008 User manual Document information Info Keywords Abstract Content I2C, PCA9633, RGB, RGBA, 2 x 8-bit PWM The OM6282 is an add-on to NXP s I2C 2005-1 demo board. This daughter board

More information

Installation Manual Installation Manual for the Ansoft Designer v5.0 design kit version v1.0

Installation Manual Installation Manual for the Ansoft Designer v5.0 design kit version v1.0 for the Ansoft Designer v5.0 design kit version v1.0 Rev. 1.0 22 December 2009 Document information Info Keywords Abstract Content Ansoft Designer Design kit Windows Linux Unix Instruction Manual RF small

More information

OM13071 LPCXpresso824-MAX Development board

OM13071 LPCXpresso824-MAX Development board LPCXpresso824-MAX Development board Rev. 1 29 September 2014 User manual Document information Info Content Keywords, LPC82x, development board, mbed, arduino Abstract This user manual describes the LPCXpresso824-MAX

More information

uip, TCP/IP Stack, LPC1700

uip, TCP/IP Stack, LPC1700 Rev. 01 30 June 2009 Application note Document information Info Keywords Content uip, TCP/IP Stack, LPC1700 Abstract This application note describes the steps and details of porting uip (a light-weight

More information

AN Interfacing Philips Bridge IC with Philips microcontroller. Document information

AN Interfacing Philips Bridge IC with Philips microcontroller. Document information AN0 Rev. 0 May 00 Application note Document information Info Keywords Abstract Content SCIS0 to PLPC, Bridge IC to microcontroller, serial interface The operation and description of Philips LPC00 Series

More information

AN10917 Memory to DAC data transfers using the LPC1700's DMA

AN10917 Memory to DAC data transfers using the LPC1700's DMA Memory to DAC data transfers using the LPC1700's DMA Rev. 01 8 March 2010 Application note Document information Info Keywords Abstract Content LPC1700, DMA, DAC, ADC, Timer 0, Memory-to-Peripheral This

More information

AN LPC1700 secondary USB bootloader. Document information. LPC1700, Secondary USB Bootloader, ISP, IAP

AN LPC1700 secondary USB bootloader. Document information. LPC1700, Secondary USB Bootloader, ISP, IAP LPC1700 secondary USB bootloader Rev. 01 8 September 2009 Application note Document information Info Keywords Abstract Content LPC1700, Secondary USB Bootloader, ISP, IAP This application note describes

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 LPC1700 Ethernet MII Management (MDIO) via software. Document information. LPC1700, Ethernet, MII, RMII, MIIM, MDIO

AN LPC1700 Ethernet MII Management (MDIO) via software. Document information. LPC1700, Ethernet, MII, RMII, MIIM, MDIO Rev. 01 6 August 2009 Application note Document information Info Keywords Abstract Content LPC1700, Ethernet, MII, RMII, MIIM, MDIO This code example demonstrates how to emulate an Ethernet MII Management

More information

AN10688_1. PN532C106 demoboard. Document information. NFC, PN532, PN532C106, demoboard. This document describes PN532C106 demoboard.

AN10688_1. PN532C106 demoboard. Document information. NFC, PN532, PN532C106, demoboard. This document describes PN532C106 demoboard. AN10688_1 Rev.0.1 February 1, 2008 Application note Document information Info Keywords Abstract Content NFC, PN532, PN532C106, demoboard This document describes. Revision history Rev Date Description 0.1

More information

LPC1300, FM+, Fast-mode Plus, I 2 C, Cortex-M3

LPC1300, FM+, Fast-mode Plus, I 2 C, Cortex-M3 Rev. 01 17 December 2009 Application note Document information Info Keywords Abstract Content LPC1300, FM+, Fast-mode Plus, I 2 C, Cortex-M3 This application note introduces how to use the Fast-mode Plus

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

MF1 MOA4 S50. Contactless Chip Card Module Specification. This document gives specifications for the product MF1 MOA4 S50.

MF1 MOA4 S50. Contactless Chip Card Module Specification. This document gives specifications for the product MF1 MOA4 S50. Rev. 3.2 19 December 2006 Product data sheet 083032 PUBLIC 1. General description 1.1 Addendum This document gives specifications for the product. The is the integrated circuit MF1 ICS50 in the package

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

AN Entering ISP mode from user code. Document information. ARM ISP, bootloader

AN Entering ISP mode from user code. Document information. ARM ISP, bootloader Rev. 03 13 September 2006 Application note Document information Info Keywords Abstract Content ARM ISP, bootloader Entering ISP mode is normally done by sampling a pin during reset. This application note

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

AN LPC82x Touch Solution Quick Start Guide. Document information. Keywords

AN LPC82x Touch Solution Quick Start Guide. Document information. Keywords Rev. 1.0 22 December 2014 Application Note Document information Info Keywords Abstract Content Capacitive Touch, Touchpad, Sensor, Electrode, Drive/Sensing lines, Dielectric, Overlay panel, Sensitivity,

More information

UM LPC54018 IoT module. Document information. LPC54018, OM40007, Amazon FreeRTOS, AWS, GT1216 LPC54018 IoT module user manual

UM LPC54018 IoT module. Document information. LPC54018, OM40007, Amazon FreeRTOS, AWS, GT1216 LPC54018 IoT module user manual Rev. 1.2 20 March 2018 User manual Document information Info Content Keywords LPC54018, OM40007, Amazon FreeRTOS, AWS, GT1216 Abstract user manual Revision history Rev Date Description 1.0 20171206 Initial

More information

AN10428 UART-SPI Gateway for Philips SPI slave bridges

AN10428 UART-SPI Gateway for Philips SPI slave bridges UART-SPI Gateway for Philips SPI slave bridges Rev. 01 7 March 2006 Application note Document information Info Keywords Abstract Content UART-SPI Gateway, UART to SPI, RS-232 to SPI The UART-SPI Gateway

More information

UM User Manual for LPC54018 IoT Module. Rev November Document information

UM User Manual for LPC54018 IoT Module. Rev November Document information UM11078 for Rev. 1.01 27 November 2017 Document information Info Content Keywords LPC54018, OM40007, GT1216, UM11078 Abstract Revision history Rev Date Description 1.0 20171122 First draft 1.01 20171127

More information

AN SC16IS760/762 Fast IrDA mode. Document information

AN SC16IS760/762 Fast IrDA mode. Document information Rev. 01 8 June 2006 Application note Document infmation Info Keywds Abstract Content, Fast, 1.152 Mbit/s, SC16C760/762, MIR, SIR This application note details the operation of the 1.152 Mbit/s mode suppted

More information

IMPORTANT NOTICE. use

IMPORTANT NOTICE.   use Rev. 05 2 January 2008 Product data sheet IMPORTANT NOTICE Dear customer, As from October 1st, 2006 Philips Semiconductors has a new trade name -, which will be used in future data sheets together with

More information

UM PCA9698 demonstration board OM6281. Rev September Document information

UM PCA9698 demonstration board OM6281. Rev September Document information Rev. 0 4 September 008 User manual Document information Info Keywords Abstract Content IC, PCA9698, GPIO The OM68 is an add-on to NXP s I C 005- demo board. This daughter board makes it easy to test and

More information

PRTR5V0U2X Ultra low capacitance double rail-to-rail ESD protection diode Rev January 2008 Product data sheet

PRTR5V0U2X Ultra low capacitance double rail-to-rail ESD protection diode Rev January 2008 Product data sheet Rev. 02 14 January 2008 Product data sheet 1. Product profile 1.1 General description Ultra low capacitance rail-to-rail ElectroStatic Discharge (ESD) protection diode in a small SOT143B Surface-Mounted

More information

PESD5V0U2BT. 1. Product profile. Ultra low capacitance bidirectional double ESD protection diode. 1.1 General description. 1.

PESD5V0U2BT. 1. Product profile. Ultra low capacitance bidirectional double ESD protection diode. 1.1 General description. 1. Ultra low capacitance bidirectional double ESD protection diode Rev. 01 27 March 2007 Product data sheet 1. Product profile 1.1 General description Ultra low capacitance bidirectional double ElectroStatic

More information

QSG DAC1x08D+ECP3 DB

QSG DAC1x08D+ECP3 DB Rev. 1.1 28 July 2010 Quick Start Guide Document information Info Content Keywords DAC1x08D, ECP3 FPGA Abstract NXP has designed a USB powered demo board, to demonstrate the interoperability of Lattice

More information

Total power dissipation: 500 mw Small plastic package suitable for surface-mounted design Wide working voltage range Low differential resistance

Total power dissipation: 500 mw Small plastic package suitable for surface-mounted design Wide working voltage range Low differential resistance Rev. 01 27 January 2010 Product data sheet 1. Product profile 1.1 General description General-purpose Zener diodes in a SOD123F small and flat lead Surface-Mounted Device (SMD) plastic package. 1.2 Features

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

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

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

PESD5V0U1BA; PESD5V0U1BB; PESD5V0U1BL

PESD5V0U1BA; PESD5V0U1BB; PESD5V0U1BL PESD5V0U1BA; PESD5V0U1BB; PESD5V0U1BL Rev. 01 25 April 2007 Product data sheet 1. Product profile 1.1 General description Ultra low capacitance bidirectional ElectroStatic Discharge (ESD) protection diodes

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

AN BGA301x Wideband Variable Gain Amplifier Application. Document information. Keywords

AN BGA301x Wideband Variable Gain Amplifier Application. Document information. Keywords Rev. 2 3 February 2014 Application note Document information Info Content Keywords BGA3015, BGA3018, BAP70Q, CATV, Line-up, VGA, Evaluation board Abstract This application note describes the schematic

More information

ES_LPC81xM. Errata sheet LPC81xM. Document information

ES_LPC81xM. Errata sheet LPC81xM. Document information Rev. 3.2 3 April 2018 Errata sheet Document information Info Keywords Abstract Content LPC810M021FN8; LPC811M001JDH16; LPC812M101JDH16; LPC812M101JD20; LPC812M101JDH20, LPC812M101JTB16, LPC81xM errata

More information

AN10942 MFRX852 Evaluation Board- Quick start up Guide

AN10942 MFRX852 Evaluation Board- Quick start up Guide MFRX852 Evaluation Board- Quick start up Guide Document information Info Content Keywords MIFARE SAM AV1, RC523, MFRX852, misam-x, MFRX623. Abstract This application note provides the guidance of using

More information

AN Design guidelines for COG modules with NXP monochrome LCD drivers. Document information

AN Design guidelines for COG modules with NXP monochrome LCD drivers. Document information Design guidelines for COG modules with NXP monochrome LCD drivers Rev. 03 11 June 2009 Application note Document information Info Content Keywords ITO layout, LCD driver Abstract This application note

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

550 MHz, 34 db gain push-pull amplifier

550 MHz, 34 db gain push-pull amplifier Rev. 01 31 May 2006 Product data sheet 1. Product profile 1.1 General description Hybrid high dynamic range amplifier module in SOT115BA package operating at a supply voltage of 24 V (DC). CAUTION This

More information

Dual back-to-back Zener diode

Dual back-to-back Zener diode Rev. 01 28 January 2008 Product data sheet 1. Product profile 1.1 General description in a SOD323 (SC-76) very small Surface-Mounted Device (SMD) plastic package. 1.2 Features Non-repetitive peak reverse

More information

PESD3V3L1UA; PESD3V3L1UB; PESD3V3L1UL

PESD3V3L1UA; PESD3V3L1UB; PESD3V3L1UL PESD3V3L1UA; PESD3V3L1UB; PESD3V3L1UL Rev. 01 17 June 2009 Product data sheet 1. Product profile 1.1 General description Low capacitance unidirectional ElectroStatic Discharge (ESD) protection diodes in

More information

UM10766 User manual for the I2C-bus RTC PCF85263A demo board OM13510

UM10766 User manual for the I2C-bus RTC PCF85263A demo board OM13510 User manual for the I2C-bus RTC PCF85263A demo board OM13510 Rev. 1 15 November 2013 User manual Document information Info Content Keywords PCF85263, OM13510, demo board, how to get started, I 2 C-bus,

More information

NXP AN11528 sensor Application note

NXP AN11528 sensor Application note NXP sensor Application note http://www.manuallib.com/nxp/an11528-sensor-application-note.html This application note will illustrate the new features of the LPC11U6x device family compared to the LPC11U3x

More information

AC/DC. Adapter. Ribbon. Cable Serial. Serial. Adapter. Figure 1. Hardware Setup using an EC2 Serial Adapter

AC/DC. Adapter. Ribbon. Cable Serial. Serial. Adapter. Figure 1. Hardware Setup using an EC2 Serial Adapter C8051F32X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F32x Development Kit contains the following items: C8051F320 Target Board C8051Fxxx Development Kit Quick-Start Guide C8051F32x Development

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

UM OM13500 & OM13500A, PCA9620 & PCx8537 demo board. Document information. Keywords

UM OM13500 & OM13500A, PCA9620 & PCx8537 demo board. Document information. Keywords OM13500 & OM13500A, PCA9620 & PCx8537 demo board Rev. 1 23.September 2013 User manual Document information Info Content Keywords LCD, Liquid Crystal Display, LCD driver, segment driver, PCA9620, PCF8537,

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

AN BGA GHz 18 db gain wideband amplifier MMIC. Document information. Keywords. BGA3018, Evaluation board, CATV, Drop amplifier.

AN BGA GHz 18 db gain wideband amplifier MMIC. Document information. Keywords. BGA3018, Evaluation board, CATV, Drop amplifier. Rev. 2 8 January 2013 Application note Document information Info Keywords Abstract Content BGA3018, Evaluation board, CATV, Drop amplifier This application note describes the schematic and layout requirements

More information

IoT Sensing SDK. Getting started with IoT Sensing SDK (ISSDK) v1.7 middleware. Document information. IoT Sensing SDK, ISSDK, MCUXpresso, middleware

IoT Sensing SDK. Getting started with IoT Sensing SDK (ISSDK) v1.7 middleware. Document information. IoT Sensing SDK, ISSDK, MCUXpresso, middleware Getting started with (ISSDK) v1.7 middleware Document information Information Content Keywords, ISSDK, MCUXpresso, middleware Abstract 1 Prerequisites This document assumes completion of the following

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 07 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic and

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

USB Hub Controllers USB Host Controllers USB Dual-Role (Host/ Peripheral) Controllers. Carkit

USB Hub Controllers USB Host Controllers USB Dual-Role (Host/ Peripheral) Controllers. Carkit NXP USB products Application Matrix Application Carkit UTMI+ Low Pin Interface (ULPI) Transceivers USB On-The-Go (OTG) Controllers USB Hub Controllers USB Host Controllers USB Dual-Role (Host/ Peripheral)

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

Low forward voltage Ultra small SMD plastic package Low capacitance Flat leads: excellent coplanarity and improved thermal behavior

Low forward voltage Ultra small SMD plastic package Low capacitance Flat leads: excellent coplanarity and improved thermal behavior Rev. 02 15 January 2010 Product data sheet 1. Product profile 1.1 General description Planar Schottky barrier triple diode with an integrated guard ring for stress protection. Three electrically isolated

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

ES_LPC5410x. Errata sheet LPC5410x. Document information

ES_LPC5410x. Errata sheet LPC5410x. Document information Rev. 2.3 21 November 2017 Errata sheet Document information Info Keywords Abstract Content LPC54102J512UK49; LPC54102J256UK49; LPC54101J512UK49; LPC54101J256UK49; LPC54102J512BD64; LPC54102J256BD64; LPC54101J512BD64;

More information

SL2ICS5311EW/V7. Name Description. Diameter: 8 Thickness: Material: ground + stress releave. Roughness: R t max. 5 μm. Chip size: 940 x 900 μm 2

SL2ICS5311EW/V7. Name Description. Diameter: 8 Thickness: Material: ground + stress releave. Roughness: R t max. 5 μm. Chip size: 940 x 900 μm 2 Wafer addendum Rev. 3.0 8 May 2008 Product data sheet 131030 PUBLIC 1. General description 2. Ordering information This specification describes the electrical, physical and dimensional properties of Au-bumped

More information

UM10760 User manual for the I²C-bus RTC PCF8523 demo board OM13511

UM10760 User manual for the I²C-bus RTC PCF8523 demo board OM13511 User manual for the I²C-bus RTC PCF8523 demo board OM13511 Rev. 1 2 February 2015 User manual Document information Info Content Keywords PCF8523, OM13511, ultra-low power, evaluation, demo board, how to

More information

UM PCSerial. Document information. PCSerial, MFRD52x development board, MFRC52x, PN51x design-in kit

UM PCSerial. Document information. PCSerial, MFRD52x development board, MFRC52x, PN51x design-in kit UM 119221 Rev. 2.1 07 July 2007 User manual Document information Info Keywords Abstract Content, MFRD52x development board, MFRC52x, PN51x design-in kit This document describes the demo program. The demo

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

PMEG2010EH; PMEG2010EJ; PMEG2010ET

PMEG2010EH; PMEG2010EJ; PMEG2010ET PMEG200EH; PMEG200EJ; PMEG200ET Rev. 04 20 March 2007 Product data sheet. Product profile. General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifiers with an integrated

More information

NOR- FLASH (16-bit) Parallel NAND (8-bit) Buffers (32-bit databus)

NOR- FLASH (16-bit) Parallel NAND (8-bit) Buffers (32-bit databus) LPC2478-32 OEM Board Feature Highlights The LPC2478-32 OEM Board provides a quick and easy solution for implementing a high-performance ARM7TDMI based design around the LPC2478 from NXP. Build around NXP's

More information

MF1ICS General description. Functional specification. 1.1 Key applications. 1.2 Anticollision. Energy. MIFARE card contacts La, Lb.

MF1ICS General description. Functional specification. 1.1 Key applications. 1.2 Anticollision. Energy. MIFARE card contacts La, Lb. Rev. 1.1 29 January 2008 Product data sheet 132211 PUBLIC 1. General description NXP has developed the MIFARE to be used in a contactless smart card according to ISO/IEC 14443 Type A. The MIFARE IC is

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

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 207 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

AN CBTL08GP053 Programmer's Guide. Document information. Keywords Abstract

AN CBTL08GP053 Programmer's Guide. Document information. Keywords Abstract Rev. 1 18 June 2015 Application note Document information Info Content Keywords Abstract USB Type-C, multiplexer, switch, USB 3.1, DP 1.3, DP++, PCIe 3.0, I 2 C This document describes the application

More information

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter C8051F38X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F38x Development Kit contains the following items: C8051F380 Target Board C8051Fxxx Development Kit Quick-start Guide Silicon Laboratories

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

UM Gaming suitcase demo system. Document information

UM Gaming suitcase demo system. Document information Rev. 1 9 August 2012 User manual Document information Info Keywords Abstract Content I2C-bus, I2C, PCU9669, bus controllers, LED driver, stepper motor, Fast-mode Plus, Fm+, Ultra Fast-mode, UFm The Gaming

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

The USB Debug Adapter package contains the following items: USB Debug Adapter (USB to Debug Interface) with attached 7 Ribbon Cable

The USB Debug Adapter package contains the following items: USB Debug Adapter (USB to Debug Interface) with attached 7 Ribbon Cable USB DEBUG ADAPTER USER S GUIDE 1. Contents The USB Debug Adapter package contains the following items: USB Debug Adapter (USB to Debug Interface) with attached 7 Ribbon Cable 2. USB Debug Adapter Specifications

More information

UM0792 User manual. Demonstration firmware for the DMX-512 communication protocol transmitter based on the STM32F103Zx.

UM0792 User manual. Demonstration firmware for the DMX-512 communication protocol transmitter based on the STM32F103Zx. User manual Demonstration firmware for the DMX-512 communication protocol transmitter based on the STM32F103Zx Introduction This document describes how to use the demonstration firmware for the DMX-512

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter C8051F2XX DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F2xx Development Kits contain the following items: C8051F206 or C8051F226 Target Board C8051Fxxx Development Kit Quick-Start Guide Silicon

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below.

In data sheets and application notes which still contain NXP or Philips Semiconductors references, use the references to Nexperia, as shown below. Important notice Dear Customer, On 7 February 2017 the former NXP Standard Product business became a new company with the tradename Nexperia. Nexperia is an industry leading supplier of Discrete, Logic

More information

Document status: Preliminary

Document status: Preliminary LPC1788-32 OEM Board Feature Highlights The LPC1788-32 OEM Board provides a quick and easy solution for implementing a high-performance ARM Cortex-M3 based design around the LPC1788 from NXP. Build around

More information

Table 1. RS232 Serial Adapter DEBUG Connector Pin Descriptions

Table 1. RS232 Serial Adapter DEBUG Connector Pin Descriptions RS232 SERIAL ADAPTER (EC2) USER S GUIDE 1. Contents The RS232 Serial Adapter (EC2) package contains the following items: RS232 Serial Adapter (RS232 to Debug Interface) 7 Ribbon Cable 2. RS232 Serial Adapter

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

ISP General description. 2. Features. Full-speed Universal Serial Bus interface device

ISP General description. 2. Features. Full-speed Universal Serial Bus interface device Full-speed Universal Serial Bus interface device Rev. 04 30 October 2001 Product data 1. General description 2. Features The is a Universal Serial Bus (USB) interface device which complies with Universal

More information

Broadband system applications i.e. WCDMA, CATV, etc. General purpose Voltage Controlled Attenuators for high linearity applications

Broadband system applications i.e. WCDMA, CATV, etc. General purpose Voltage Controlled Attenuators for high linearity applications Rev. 2 6 March 2012 Product data sheet 1. Product profile 1.1 General description Quad PIN diode in a SOT753 package. 1.2 Features and benefits 4 PIN diodes in a SOT753 package 300 khz to 4 GHz High linearity

More information

USB evaluation kits and reference tools

USB evaluation kits and reference tools evaluation kits and reference tools NXP product summary Page UTMI+ Low Pin Interface (ULPI) transceivers.................................... ISP10 ULPI transceiver for systems with dual-role (host/peripheral)

More information

IP4221CZ6-S. 1. Product profile. Dual USB 2.0 integrated quad with ESD protection to IEC , level 4 (Pb-free) 1.1 General description

IP4221CZ6-S. 1. Product profile. Dual USB 2.0 integrated quad with ESD protection to IEC , level 4 (Pb-free) 1.1 General description Dual USB.0 integrated quad with ESD protection to IEC 000--, level (Pb-free) Rev. 0 9 April 008 Product data sheet. Product profile. General description The is designed to protect Input/Output (I/O) ports

More information

PMEG3015EH; PMEG3015EJ

PMEG3015EH; PMEG3015EJ Rev. 03 13 January 2010 Product data sheet 1. Product profile 1.1 General description Planar Maximum Efficiency General Application (MEGA) Schottky barrier rectifiers with an integrated guard ring for

More information

UM NXP USB Type-C Shield 2 Demo Kit User Manual COMPANY PUBLIC. Document information

UM NXP USB Type-C Shield 2 Demo Kit User Manual COMPANY PUBLIC. Document information Document information Information Content Keywords USB Type-C, PD (power delivery), Alt-mode-DP, Host, Dock, Shield, PTN5110, PTN5110N Abstract This user manual presents demonstration / application kit

More information