Cypress Semiconductor

Size: px
Start display at page:

Download "Cypress Semiconductor"

Transcription

1 C3 Cypress Semiconductor USB3.0 Solution Ken Higashiyama June 13, 2012 Cypress Semiconductor

2 USB 3.0 Ecosystem USB 3.0 PC SHIPMENT 262 MU 525 MU 624 MU 673 MU USB 3.0 PENETRATION 50.3% 90.7% 99.6% 100% AMD SHIPPED ITS 1 ST USB 3.0 CHIPSET (A75, A70M) APRIL 2011 INTEL LAUNCHED ITS IVY BRIDGE CPU AND COMPANION USB 3.0 CHIPSET (Z77) APRIL 2012 Source: In-Stat Wired USB May, USB 3.0 SUPERSPEED PRODUCTS CERTIFIED TO DATE Cypress Semiconductor 2

3 USB 3.0 Interface Host Device D+ USB2.0 Signals D- VBUS USB3.0 GND Additional Signals SSTX SSRX USB 3.0 has two pairs of differential signals in addition to USB 2.0 signals Cypress Semiconductor 3 3

4 USB 3.0 Applications HP Fujitsu StarTech Gigabyte Buffalo Asus Asus Gigabyte Dell Sony Toshiba Acer Asus PC PCIX/XPRESS CARD MOTHERBOARD Ximea Visiosens Black Magic Point Grey VIDEO & IMAGING Rotac OTHER Buffalo STORAGE Dane-Elec Buffalo LaCie Western Digital Active Seagate DISPLAY ADAPTOR Samsung HUB LaCie IDS MONITOR RAID Super Talent Cypress Semiconductor 4

5 Video Compression USB 2.0, NO COMPRESSION USB 2.0, MJPEG COMPRESSION IMAGE SENSOR FPGA FX2 IMAGE SENSOR MJPEG FPGA FX2 LIMITED VIDEO QUALITY, LOW FRAME RATE LOW COST IMPLEMENTATION GOOD ENOUGH IMAGE QUALITY BUT LOSSY USB 2.0, H.264 COMPRESSION USB 3.0, NO COMPRESSION DRAM IMAGE SENSOR H.264 FPGA FX2 IMAGE SENSOR FPGA FX3 HIGHER BOM COST AND MORE BOARD SPACE BETTER IMAGE QUALITY FOR MOST APPLICATIONS LOWER BOM COST AND SMALLER BOARD HIGHEST IMAGE QUALITY Cypress Semiconductor 5

6 FX3 Overview: Target Applications CONSUMER CAMERAS GAMING INDUSTRIAL CAMERAS MEDICAL IMAGING SURVEILLANCE VIDEO CONFERENCING SCANNERS BIOMETRICS HD VIDEO CAPTURE DATA ACQUISITION AUDIO MIXER INSERT YOUR DESIGN HERE Cypress Semiconductor 6

7 PARTNERSHIPS TO HELP YOU SUCCEED 1. BUILDING STRONG USB 3.0 REPUTATION 2. WORKING WITH DISTRIBUTION AND PARTNERS Microsoft USB Test Tool (MUTT) using FX3 Avnet Kintex 7 Board Using FX3* Arrow/Nuvation Board Using FX3* Tokyo Electron Devices Board Using FX3* 3. BROADENING EVALUATION CHOICES Braintechnology FX3 Mezzanine Board* Enclustra FX3 Xilinx Adapter Board* 4. CREATING REFERENCE DESIGNS * ORDER BOARDS DIRECTLY FROM DISTRIBUTOR, SUPPLIER Aptina Demo 3 using FX3* Net Vision SVI-06 Image Sensor Adapter Board* Cypress Semiconductor 7

8 What is FX3? Add USB3.0 capability to any system General Programmable Interface (GPIF II) to any processor/asic Enable fast data processing and customization Fully accessible 32-bit ARM9 core with 512kB of embedded SRAM µp ASIC FPGA GPIF II JTAG ARM9 512kB SRAM 32 End Points USB 3.0 USB 2.0 OTG EZ-Dtect UART SPI I2C I2S Cypress Semiconductor 8

9 FX2LP vs. FX3 Feature EZ-USB FX2LP EZ-USB FX3 USB Controller USB 2.0 USB 3.0 USB 2.0 OTG Data Processing Capability 8051 ARM926 GPIF General Programmable Interface 16-bit 32-bit Clock Rate 48 MHz 100 MHz No. of States Supported Programmability GPIF Designer GPIF Designer II 10x Performance, With The Same Familiar Architecture Cypress Semiconductor 9

10 FX3 Booting FX3 can be the main processor or co-processor in a system PMODE[2:0] Configures the booting options FX3 booting options PMODE[2:0] F00 F01 F11 F0F F1F 1FF 0F1 Boot Option Sync ADMUX (16-bit) Async ADMUX (16-bit) USB Boot Async SRAM (16-bit) I 2 C* (on failure, USB Boot) I 2 C* Only SPI (on failure, USB Boot) * If EEPROM is used for I 2 C booting, 1 kohm pull up resistors should be placed on the SCL and SDA lines for 1 MHz EEPROM communication. Cypress Semiconductor 10

11 FX3 SDK Components FX3 Development Tools GPIF II Designer Integrated C/C++ Development Environment FX3 Firmware Stack Customer Firmware FX3 Firmware Examples FX3 Framework FX3 Host Software (Windows PC) Application Examples USB Control Center Compiler Assembler Linker Debugger FX3 API Library Cypress Generic USB Driver RTOS Windows USB DI Customer Software Cypress provided Software Third Party Software Available Today! Cypress Semiconductor 11 11

12 GPIF II Hardware: Overview Following diagram depicts the concept of internal and external inputs/outputs of the GPIF II Engine INTR_CPU CPU_IN ARM9 Internal Inputs and outputs of the GPIF II External Inputs and outputs of the GPIF II GPIFII Engine DMA System FX3 Cypress Semiconductor 12

13 GPIF II Hardware: Overview Cypress Semiconductor 13

14 GPIF II Hardware: Signal Types Alphas Outputs that depend on the transition 8 alphas (4 user defined) Example: sample_din Betas Outputs that depend on the state 31 Betas (4 user defined) Example: data_count_incr Lambdas Inputs that go into transition equations 32 Lambdas (16 user defined) Can use 4 per transition Example: data_comp Cypress Semiconductor 14

15 GPIF II Hardware: Control signals OE: Output Enable Provides control over the output drivers that determine if the bus is driven or tristate WE: Write Enable Disables output drivers DLE: Data Latch Enable Allows control over latching data from the data bus Normally combined with WE ALE: Address Latch Enable Allows control to latch address values DRQ: DMA Request Provides a DMA request output that is controlled by state machine and responds to DACK signal DACK: DMA Acknowledge Not a separate function but is used to control behaviour of DRQ Cypress Semiconductor 15

16 GPIF II Hardware: CPU Interrupts Triggered by INTR_CPU action and other GPIF events Handled in firmware with callback function Void CyFxGpifCB (CyU3PGpifEventType event,uint8_t currentstate) INTR_CPU generates a CYU3P_GPIF_EVT_SM_INTERRUPT event Passes a currentstate parameter which indicates the state of the State Machine State numbers are assigned to state names from GPIF II designer in H file Cypress Semiconductor 16

17 GPIF II Hardware: Counters Implemented in GPIF II hardware Can be reset or updated by state machine Can generate limit or match signals as a trigger Address Counter Can check if the counter matches the current address Control Counter Can check if the counter matches the current control inputs Data Counter Can check if counter matches current data Cypress Semiconductor 17

18 GPIF II Designer: Design Work Flow 1. Design State Machine 2. Setup GPIF II interface in GPIF II Designer 3. Create State Machine in GPIF II Designer 4. Build design into C header file 5. Simulate State Machine 6. Integrate design into C firmware application code Cypress Semiconductor 18

19 GPIF II Designer: Supplied interfaces 7 Cypress supplied interfaces Even with supplied interface it is still flexible Cypress Semiconductor 19

20 GPIF II Designer: Interface Settings Peripherals Enabling I2C, SPI, UART, and I2S will have effect on GPIF II port The peripheral selection is only used by the tool to calculate the available pin count. User is responsible for setting up the FX3 I/O Matrix in the firmware application code. Master and Slave Initiate transfer or respond to a transfer Interface clocking Synchronous or Asynchronous Internal or External Control Signals and GPIOs GPIF II state machine inputs/output Unused control signals can be override by firmware DMA flags Special hardware flags controlled by DMA engine not GPIF II Cypress Semiconductor 20

21 GPIF II Designer: Custom Interfaces State machine canvas allows you to drag and drop states and transitions Transition based upon internal GPIF II signals as well as user defined signals Actions are macros that simplify GPIF II outputs Cypress Semiconductor 21

22 GPIF II Designer: Actions Actions control internal and external outputs Relevant actions LOAD_DATA_COUNT Sets up a hardware counter Can be configured in a variety of ways We will use it to keep track of data in our buffer COUNT_DATA Increment data counter IN_DATA Sample data from data bus and send it to a socket or register INTR_CPU Generates CPU interrupt to alert FX3 FX3 can query which state the GPIF is in when it receives the interrupt Details about more actions can be found in the GPIF II guide Cypress Semiconductor 22

23 GPIF II Designer: API Calls CyU3PGpifLoad Load GPIF II waveform descriptor into FX3 memory CyU3PGpifSMStart Start GPIF II from initial state CyU3PGpifSMSwitch Transitions state machine into a new state without stopping the machine CyU3PGpifSMControl Pause and Resume GPIF II Cypress Semiconductor 23

24 GPIF II Designer: Simulation State Machine Path: The path that is followed through the state machine due to a series of inputs Cypress Semiconductor 24

25 GPIF II Designer: Simulation Define State Machine Path not inputs GPIF II Designer creates input signals based on path Displays output signals Determines Current State Cypress Semiconductor 25

26 Tour of GPIF II Designer Tour completed outside of powerpoint Cypress Semiconductor 26

27 Lab 1 : Objectives Setup IO configuration in GPIF II Designer Layout complex state machine in GPIF II Designer Run timing simulation in GPIF II Designer Build GPIF II Designer project Integrate GPIF II header file into FX3 firmware Image Sensor Module Cypress Semiconductor 27

28 Lab 1: Physical Interface 3 inputs Handled by GPIF II so no firmware intervention necessary on these signals Data bus Goes directly into DMA through the GPIF II Hardware 1 output Handled in firmware not GPIF descriptor I2C control lines Control image sensor configuration Handled in firmware PCLK Frame Valid GPIF II Line Valid USB3 FX3 GPIO Data bus Reset# Image Sensor I2C Master I2C control Cypress Semiconductor 28

29 Lab 1: Timing Diagram Frame valid (FV) high during active frame Line valid (LV) high during active line Pixel Clock (PCLK) always running PCLK can be used as clock source for GPIF II Data only valid when LV and FV are both high Data latched on positive clock edge of PCLK Active Frame FV Vertical Blanking Line 1 Line 2 Line R-1 Line R LV Zoomed in Active Line LV Horizontal Blanking PCLK DATA D0 D1 D2 Dc Cypress Semiconductor 29

30 Lab 1: Design Considerations FX3 Image Sensor Module GPIF II Socket #1 GPIF II Socket #2 USB Socket Buffer Chain UVC Header UVC Payload Cypress Semiconductor 30

31 Lab 1: Interface Definition I2C enabled for communications FX3 is in a slave role Synchronous because we will be using a clock External Clock source since clock is coming from image sensor Data format is little endian out of image sensor 8 bit data bus width from image sensor with no address lines 2 input: FV, LV 1 output: nreset Cypress Semiconductor 31

32 Lab 1: State Machine Cypress Semiconductor 32

33 Collaterals FX3 Data Sheet Application Notes AN EZ-USB FX3 I2C Boot Option AN Booting EZ-USB FX3 over High-Speed USB AN Booting EZ-USB FX3 over Synchronous ADMux Interfaces AN EZ-USB FX3 SPI Boot Option AN EZ-USB FX3 Hardware Design Guidelines and Schematic Checklist AN Designing with the EZ-USB FX3 Slave FIFO Interface AN Slave FIFO Interface for EZ-USB FX3: 5-Bit Address Mode AN Getting Started with FX3 AN USB 3.0 EZ-USB FX3 Orientation AN Migrating from EZ-USB FX2LP Based Design to EZ-USB FX3 Based Design Cypress Semiconductor 33

34 Collaterals Videos Cypress EZ-USB FX3 Technology Overview EZ-USB FX3 Maximum Throughput Demo GPIF II Designer Introduction Software Development Kit FX3 DVK Cypress Semiconductor 34

35 Cypress Semiconductor 35

EZ-USB FX3 Development Kit Guide

EZ-USB FX3 Development Kit Guide CYUSB3KIT-001 EZ-USB FX3 Development Kit Guide Doc. #: 001-70237 Rev. *A Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com

More information

GPIF II Designer 1.0. Doc. No Rev. **

GPIF II Designer 1.0. Doc. No Rev. ** GPIF II Designer 1.0 Doc. No. 001-75664 Rev. ** Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights

More information

AN EZ-USB FX3 I 2 C Boot Option. Application Note Abstract. Introduction. FX3 Boot Options

AN EZ-USB FX3 I 2 C Boot Option. Application Note Abstract. Introduction. FX3 Boot Options EZ-USB FX3 I 2 C Boot Option Application Note Abstract AN68914 Author: Shruti Maheshwari Associated Project: No Associated Part Family: EZ-USB FX3 Software Version: None Associated Application Notes: None

More information

AN How to Implement an Image Sensor Interface Using EZ-USB FX3 in a USB Video Class (UVC) Framework

AN How to Implement an Image Sensor Interface Using EZ-USB FX3 in a USB Video Class (UVC) Framework AN75779 How to Implement an Image Sensor Interface Using EZ-USB FX3 in a USB Video Class (UVC) Framework Author: Karnik Shah Associated Project: Yes Software Version: FX3 SDK1.2.3 Related Application Notes:

More information

How to Implement an Image Sensor Interface Using EZ-USB FX3 in a USB Video Class (UVC) Framework

How to Implement an Image Sensor Interface Using EZ-USB FX3 in a USB Video Class (UVC) Framework AN75779 How to Implement an Image Sensor Interface Using EZ-USB FX3 in a USB Video Class (UVC) Framework Author: Karnik Shah Associated Part Family: CYUSB301X, CYUSB201X Related Application Notes: AN75705,

More information

EZ-USB Suite User Guide

EZ-USB Suite User Guide Cypress EZ-USB FX3 SDK EZ-USB Suite User Guide Version 1.3.3 Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intl): 408.943.2600 http://www.cypress.com

More information

AN EZ-USB FX3 Hardware Design Guidelines and Schematic Checklist. Introduction. Booting. Schematic Design Checklist.

AN EZ-USB FX3 Hardware Design Guidelines and Schematic Checklist. Introduction. Booting. Schematic Design Checklist. AN70707 Author: Rizwan Afridi, Hussein Osman Associated Project: No Associated Part Family: CYUSB3014 Software Version: N/A Related Application Notes: None Abstract AN70707 discusses recommended practices

More information

Lecture 5: Computing Platforms. Asbjørn Djupdal ARM Norway, IDI NTNU 2013 TDT

Lecture 5: Computing Platforms. Asbjørn Djupdal ARM Norway, IDI NTNU 2013 TDT 1 Lecture 5: Computing Platforms Asbjørn Djupdal ARM Norway, IDI NTNU 2013 2 Lecture overview Bus based systems Timing diagrams Bus protocols Various busses Basic I/O devices RAM Custom logic FPGA Debug

More information

Developing a simple UVC device based on i.mx RT1050

Developing a simple UVC device based on i.mx RT1050 NXP Semiconductors Document Number: AN12103 Application Note Rev. 0, 12/2017 Developing a simple UVC device based on i.mx RT1050 1. Introduction USB Video Class (UVC) describes the capabilities and characteristics

More information

EZ-USB CX3 Technical Reference Manual. (Supplement to the EZ-USB FX3 Technical Reference Manual) Doc. No Rev. *B

EZ-USB CX3 Technical Reference Manual. (Supplement to the EZ-USB FX3 Technical Reference Manual) Doc. No Rev. *B EZ-USB CX3 Technical Reference Manual (Supplement to the EZ-USB FX3 Technical Reference Manual) Doc. No. 001-91492 Rev. *B Cypress EZ-USB CX3 1.1 Introduction Cypress EZ-USB CX3 is a USB 3.0 camera controller

More information

An Universal USB 3.0 FIFO Interface For Data Acquisition

An Universal USB 3.0 FIFO Interface For Data Acquisition 434 Measurement Automation Monitoring, Dec. 2016, no. 12, vol. 62, ISSN 2450-2855 Krzysztof MROCZEK INSTITUTE OF RADIOELECTRONICS AND MULTIMEDIA TECHNOLOGY, WARSAW UNIVERSITY OF TECHNOLOGY Warsaw, Nowowiejska

More information

PCI to SH-3 AN Hitachi SH3 to PCI bus

PCI to SH-3 AN Hitachi SH3 to PCI bus PCI to SH-3 AN Hitachi SH3 to PCI bus Version 1.0 Application Note FEATURES GENERAL DESCRIPTION Complete Application Note for designing a PCI adapter or embedded system based on the Hitachi SH-3 including:

More information

EZ-USB FX3S SuperSpeed USB Controller

EZ-USB FX3S SuperSpeed USB Controller EZ-USB FX3S SuperSpeed USB Controller EZ-USB FX3S SuperSpeed USB Controller Features Universal serial bus (USB) integration USB 3.0 and USB 2.0 peripherals compliant with USB 3.0 specification 1.0 5-Gbps

More information

USB3-FRM01. User s Manual

USB3-FRM01. User s Manual USB3-FRM01 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

More information

New System Solutions for Laser Printer Applications by Oreste Emanuele Zagano STMicroelectronics

New System Solutions for Laser Printer Applications by Oreste Emanuele Zagano STMicroelectronics New System Solutions for Laser Printer Applications by Oreste Emanuele Zagano STMicroelectronics Introduction Recently, the laser printer market has started to move away from custom OEM-designed 1 formatter

More information

Release Notes. Cypress EZ-USB FX3 SDK. Version 1.2.2

Release Notes. Cypress EZ-USB FX3 SDK. Version 1.2.2 Cypress EZ-USB FX3 SDK Release Notes Version 1.2.2 Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intl): 408.943.2600 http://www.cypress.com Cypress EZ-USB

More information

EZ-USB FX3: SuperSpeed USB Controller

EZ-USB FX3: SuperSpeed USB Controller EZ-USB FX3: SuperSpeed USB Controller Features Universal serial bus (USB) integration USB 3.0 and USB 2.0 peripherals compliant with USB 3.0 specification 1.0 5-Gbps USB 3.0 PHY compliant with PIPE 3.0

More information

Cypress EZ-USB FX3 SDK Release Notes

Cypress EZ-USB FX3 SDK Release Notes Cypress EZ-USB FX3 SDK Release Notes Version 1.3.4, May 8, 2018 Thank you for your interest in the EZ-USB FX3 Software Development Kit (SDK). This SDK supports all products in the FX3 family (FX3, CX3,

More information

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info.

Intelop. *As new IP blocks become available, please contact the factory for the latest updated info. A FPGA based development platform as part of an EDK is available to target intelop provided IPs or other standard IPs. The platform with Virtex-4 FX12 Evaluation Kit provides a complete hardware environment

More information

TIM-UP 19k-S3-Spartan 6

TIM-UP 19k-S3-Spartan 6 TIM-UP 19k-S3-Spartan 6 Software User Manual Contact Bluetechnix Waidhausenstraße 3/19 A-1140 Vienna AUSTRIA office@bluetechnix.com http://www.bluetechnix.com Date: 2014-05-27 Template No.: 900-306 / A

More information

)8-,768'HY.LW 2YHUYLHZ. )XMLWVX0LNURHOHNWURQLN*PE+ Am Siebenstein Dreieich-Buchschlag, Germany

)8-,768'HY.LW 2YHUYLHZ. )XMLWVX0LNURHOHNWURQLN*PE+ Am Siebenstein Dreieich-Buchschlag, Germany )8-,768'HY.LW 2YHUYLHZ )XMLWVX0LNURHOHNWURQLN*PE+ Am Siebenstein 6-10 63303 Dreieich-Buchschlag, Germany Revision: V1.0 Date: 05.08.1999 Introduction to FUJITSU Development Kit for 16LX CPU family DevKit16

More information

Unlocking the Potential of Your Microcontroller

Unlocking the Potential of Your Microcontroller Unlocking the Potential of Your Microcontroller Ethan Wu Storming Robots, Branchburg NJ, USA Abstract. Many useful hardware features of advanced microcontrollers are often not utilized to their fullest

More information

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University Prof. Sunil P Khatri (Lab exercise created and tested by Ramu Endluri, He Zhou, Andrew Douglass

More information

Release Notes. Cypress EZ-USB FX3 SDK. Version 1.3.1

Release Notes. Cypress EZ-USB FX3 SDK. Version 1.3.1 Cypress EZ-USB FX3 SDK Release Notes Version 1.3.1 Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intl): 408.943.2600 http://www.cypress.com Cypress EZ-USB

More information

STM32 MICROCONTROLLER

STM32 MICROCONTROLLER STM32 MICROCONTROLLER Lecture 2 Prof. Yasser Mostafa Kadah Harvard and von Neumann Architectures Harvard Architecture a type of computer architecture where the instructions (program code) and data are

More information

Excalibur Solutions Using the Expansion Bus Interface. Introduction. EBI Characteristics

Excalibur Solutions Using the Expansion Bus Interface. Introduction. EBI Characteristics Excalibur Solutions Using the Expansion Bus Interface October 2002, ver. 1.0 Application Note 143 Introduction In the Excalibur family of devices, an ARM922T processor, memory and peripherals are embedded

More information

Engineer To Engineer Note. Interfacing the ADSP-BF535 Blackfin Processor to Single-CHIP CIF Digital Camera "OV6630" over the External Memory Bus

Engineer To Engineer Note. Interfacing the ADSP-BF535 Blackfin Processor to Single-CHIP CIF Digital Camera OV6630 over the External Memory Bus Engineer To Engineer Note EE-181 a Technical Notes on using Analog Devices' DSP components and development tools Contact our technical support by phone: (800) ANALOG-D or e-mail: dsp.support@analog.com

More information

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670

PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 PXA270 EPIC Computer with Power Over Ethernet & Six Serial Protocols SBC4670 Features RoHS 520MHz Low-power ARM processor w/ 800 x 600 Color LCD Power Over Ethernet and 10/100BASE-T Ethernet GPS module

More information

EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG

EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG EMBEDDED SYSTEMS WITH ROBOTICS AND SENSORS USING ERLANG Adam Lindberg github.com/eproxus HARDWARE COMPONENTS SOFTWARE FUTURE Boot, Serial console, Erlang shell DEMO THE GRISP BOARD SPECS Hardware & specifications

More information

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used

Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used Hello, and welcome to this presentation of the STM32 I²C interface. It covers the main features of this communication interface, which is widely used to connect devices such as microcontrollers, sensors,

More information

EZ-PD CCG2: USB Type-C Cable Controller With PD

EZ-PD CCG2: USB Type-C Cable Controller With PD Quick Presentation: EZ-PD CCG: USB Type-C Cable Controller With PD CCG = Type-C Controller Gen Type-C = Reversible Slim USB Connector PD = Power Delivery Build Your USB Type-C Cable With EZ-PD CCG, An

More information

Digital Blocks Semiconductor IP

Digital Blocks Semiconductor IP Digital Blocks Semiconductor IP TFT Controller General Description The Digital Blocks TFT Controller IP Core interfaces a microprocessor and frame buffer memory via the AMBA 2.0 to a TFT panel. In an FPGA,

More information

High speed USB interface for digital processor system

High speed USB interface for digital processor system EE318 Electronic Design Lab Project Report, EE Dept, IIT Bombay, April 2007 High speed USB interface for digital processor system Group No: B1 Siddharth Tallur (04007020) Akshay

More information

FX3 Programmers Manual. Doc. # Rev. *C

FX3 Programmers Manual. Doc. # Rev. *C FX3 Programmers Manual Doc. # 001-64707 Rev. *C Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone (USA): 800.858.1810 Phone (Intnl): 408.943.2600 http://www.cypress.com Copyrights

More information

USB300Rev2-RDK RevW User Manual

USB300Rev2-RDK RevW User Manual USB300Rev2-RDK RevW User Manual LucidPort Technology 335 Pioneer Way Mountain View, CA 94041 www.lucidport.com support@lucidport.com 1 1 Introduction The USB300-RDK kit converts your SATA disk drive into

More information

CY3663 Hardware User s Manual

CY3663 Hardware User s Manual CY3663 Hardware User s Manual Version 1.5 Cypress Semiconductor 3901 North First Street San Jose, CA 95134 Tel.: (800) 858-1810 (toll-free in the U.S.) (408) 943-2600 www.cypress.com Warranty Disclaimer

More information

User Manual. LPC-StickView V3.0. for LPC-Stick (LPC2468) LPC2478-Stick LPC3250-Stick. Contents

User Manual. LPC-StickView V3.0. for LPC-Stick (LPC2468) LPC2478-Stick LPC3250-Stick. Contents User Manual LPC-StickView V3.0 for LPC-Stick (LPC2468) LPC2478-Stick LPC3250-Stick Contents 1 What is the LPC-Stick? 2 2 System Components 2 3 Installation 3 4 Updates 3 5 Starting the LPC-Stick View Software

More information

RL78 Serial interfaces

RL78 Serial interfaces RL78 Serial interfaces Renesas Electronics 00000-A Introduction Purpose This course provides an introduction to the RL78 serial interface architecture. In detail the different serial interfaces and their

More information

User Manual. LPC-StickView V1.1. for LPC-Stick. Contents

User Manual. LPC-StickView V1.1. for LPC-Stick. Contents User Manual LPC-StickView V1.1 for LPC-Stick Contents 1 What is LPC-Stick? 2 2 System Components 2 3 Installation 2 4 Updates 3 5 Starting the LPC-Stick View Software 4 6 Operating the LPC-Stick 6 7 Start

More information

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

USB-to-I2C. Ultra Hardware User s Manual.

USB-to-I2C. Ultra Hardware User s Manual. USB-to-I2C Ultra Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Ultra product from SB Solutions, Inc. SB Solutions, Inc. reserves

More information

Digital System Design

Digital System Design Digital System Design by Dr. Lesley Shannon Email: lshannon@ensc.sfu.ca Course Website: http://www.ensc.sfu.ca/~lshannon/courses/ensc350 Simon Fraser University i Slide Set: 15 Date: March 30, 2009 Slide

More information

Programming in the MAXQ environment

Programming in the MAXQ environment AVAILABLE The in-circuit debugging and program-loading features of the MAXQ2000 microcontroller combine with IAR s Embedded Workbench development environment to provide C or assembly-level application

More information

Zatara Series ARM ASSP High-Performance 32-bit Solution for Secure Transactions

Zatara Series ARM ASSP High-Performance 32-bit Solution for Secure Transactions 1 ARM-BASED ASSP FOR SECURE TRANSACTIONS ZATARA SERIES 32-BIT ARM ASSP PB022106-1008 ZATARA SERIES ADVANTAGE SINGLE-CHIP SOLUTION BEST FEATURE SET IN POS PCIPED PRE-CERTIFIED EMV L1 CERTIFIED TOTAL SOLUTION

More information

CY7C Errata Revision: *A. June 25, 2004 Errata Document for CY7C Part Numbers Affected. CY7C67200 Qualification Status

CY7C Errata Revision: *A. June 25, 2004 Errata Document for CY7C Part Numbers Affected. CY7C67200 Qualification Status Errata Revision: *A June 25, 2004 for This document describes the errata for the. Details include errata trigger conditions, available workarounds, and silicon revision applicability. This document should

More information

Unit DMA CONTROLLER 8257

Unit DMA CONTROLLER 8257 DMA CONTROLLER 8257 In microprocessor based system, data transfer can be controlled by either software or hardware. To transfer data microprocessor has to do the following tasks: Fetch the instruction

More information

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite.

The industrial technology is rapidly moving towards ARM based solutions. Keeping this in mind, we are providing a Embedded ARM Training Suite. EMBEDDED ARM TRAINING SUITE ARM SUITE INCLUDES ARM 7 TRAINER KIT COMPILER AND DEBUGGER THROUGH JTAG INTERFACE PROJECT DEVELOPMENT SOLUTION FOR ARM 7 e-linux LAB FOR ARM 9 TRAINING PROGRAM INTRODUCTION

More information

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University

ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University ECEN 449: Microprocessor System Design Department of Electrical and Computer Engineering Texas A&M University Prof. Sunil Khatri TA: Monther Abusultan (Lab exercises created by A. Targhetta / P. Gratz)

More information

S2C K7 Prodigy Logic Module Series

S2C K7 Prodigy Logic Module Series S2C K7 Prodigy Logic Module Series Low-Cost Fifth Generation Rapid FPGA-based Prototyping Hardware The S2C K7 Prodigy Logic Module is equipped with one Xilinx Kintex-7 XC7K410T or XC7K325T FPGA device

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

White-Rabbit NIC Gateware

White-Rabbit NIC Gateware White-Rabbit NIC Gateware 14 Dec. 2012 Javier Díaz Univ. of Granada, Rafael Rodriguez Seven Solutions Contents Contents 1 Introduction 2 2 Gateware elements 2 2.1 WRPC (White Rabbit PTP Core)............................

More information

An Introduction to Universal Serial Bus

An Introduction to Universal Serial Bus An Introduction to Universal Serial Bus Neil Scott June 27, 2008 NEIL SCOTT JUNE 27, 2008 1 Overview Introduction History Hierarchy Enumeration Demonstration Circuit Conclusions Questions NEIL SCOTT JUNE

More information

WS_CCESSH5-OUT-v1.01.doc Page 1 of 7

WS_CCESSH5-OUT-v1.01.doc Page 1 of 7 Course Name: Course Code: Course Description: System Development with CrossCore Embedded Studio (CCES) and the ADI ADSP- SC5xx/215xx SHARC Processor Family WS_CCESSH5 This is a practical and interactive

More information

Overview of Microcontroller and Embedded Systems

Overview of Microcontroller and Embedded Systems UNIT-III Overview of Microcontroller and Embedded Systems Embedded Hardware and Various Building Blocks: The basic hardware components of an embedded system shown in a block diagram in below figure. These

More information

Developing a Camera Application with i.mx RT Series

Developing a Camera Application with i.mx RT Series NXP Semiconductors Document Number: AN12110 Application Note Rev. 0, 12/2017 Developing a Camera Application with i.mx RT Series 1. Introduction This application note describes how to develop an HD camera

More information

Parallel to HDMI / USB Video Output Board [SVM-03] Hardware Specification

Parallel to HDMI / USB Video Output Board [SVM-03] Hardware Specification Parallel to HDMI / USB Video Output Board [SVM-03] Hardware Specification Rev. NetVision Co., Ltd. Update History Revision Date Note 4.0 2016/06/27 All Renewal H. Yamada 4.0en 2016/06/27 Translated from

More information

MIPI Input Video Capture /Conversion Board [SVM-MIPI] Hardware Specification

MIPI Input Video Capture /Conversion Board [SVM-MIPI] Hardware Specification MIPI Input Video Capture /Conversion Board [SVM-MIPI] Hardware Specification Rev. NetVision Co., Ltd. Update History Revision Date Note 2018/04/24 New File(Equivalent to Japanese version 2.4) i Index 1.

More information

esi-risc Development Suite Getting Started Guide

esi-risc Development Suite Getting Started Guide 1 Contents 1 Contents 2 2 Overview 3 3 Starting the Integrated Development Environment 4 4 Hello World Tutorial 5 5 Next Steps 8 6 Support 10 Version 2.5 2 of 10 2011 EnSilica Ltd, All Rights Reserved

More information

ArduCAM USB Camera Shield

ArduCAM USB Camera Shield ArduCAM USB Camera Shield User Guide Rev 1.0, April 2017 Table of Contents 1 Introduction... 2 2 Hardware Installation... 2 2.1 Primary Camera Interface... 2 2.2 Secondary Camera Interface... 3 3 Device

More information

Symphony SoundBite Reference Manual

Symphony SoundBite Reference Manual Symphony SoundBite Reference Manual Document Number: SNDBITERM Rev. 2.0 09/2008 Contents Section 1, Introduction page 2 Section 2, Functional Blocks page 3 Section 3, Configuration and Connections page

More information

Raspberry Pi. Hans-Petter Halvorsen, M.Sc.

Raspberry Pi. Hans-Petter Halvorsen, M.Sc. Raspberry Pi Hans-Petter Halvorsen, M.Sc. Raspberry Pi https://www.raspberrypi.org https://dev.windows.com/iot Hans-Petter Halvorsen, M.Sc. Raspberry Pi - Overview The Raspberry Pi 2 is a low cost, credit-card

More information

USER GUIDE EDBG. Description

USER GUIDE EDBG. Description USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel

More information

386EX PC/104 Computer with CompactFlash and PCMCIA SBC1390

386EX PC/104 Computer with CompactFlash and PCMCIA SBC1390 386EX PC/104 Computer with CompactFlash and PCMCIA SBC1390 Features Small, low cost, ready to run 386EX, 25 or 33MHz Up to 32MB DRAM CompactFlash connector Optional PC Card interface for Wi-Fi, modem,

More information

Emulating I2C Bus Master by using FlexIO

Emulating I2C Bus Master by using FlexIO Freescale Semiconductor, Inc. Document Number: AN5133 Application Notes Rev. 0, 06/2015 Emulating I2C Bus Master by using FlexIO 1. Introduction This application note lists the steps to use the FlexIO

More information

3.3V regulator. JA H-bridge. Doc: page 1 of 7

3.3V regulator. JA H-bridge. Doc: page 1 of 7 Digilent Cerebot Board Reference Manual Revision: 11/17/2005 www.digilentinc.com 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Digilent Cerebot Board is a useful tool for

More information

Design of Embedded Hardware and Firmware

Design of Embedded Hardware and Firmware Design of Embedded Hardware and Firmware Introduction on "System On Programmable Chip" NIOS II Avalon Bus - DMA Andres Upegui Laboratoire de Systèmes Numériques hepia/hes-so Geneva, Switzerland Embedded

More information

H O S T. FX2 SX2 Back - to - Back Setup. Project Objective. Overview

H O S T. FX2 SX2 Back - to - Back Setup. Project Objective. Overview FX2 SX2 Back - to - Back Setup Project Objective Project Name: FX2_SX2 Programming Language: C Associated Part Families: CY7C68013A,CY7C68001 Software Version: Keil µvision2 Related Hardware: CY3682/CY3684

More information

CE95314 PSoC 3, PSoC 4, and PSoC 5LP EZI2C

CE95314 PSoC 3, PSoC 4, and PSoC 5LP EZI2C CE95314 PSoC 3, PSoC 4, and PSoC 5LP EZI2C Objective These code examples demonstrate the usage of the EZI2C slave and I 2 C master Components in PSoC 3, PSoC 4, and PSoC 5LP. Overview These code examples

More information

EPIC board ensures reliability in the toughest environment

EPIC board ensures reliability in the toughest environment EPIC board ensures reliability in the toughest environment The XE 800 SBC is a high performance single board computer (SBC) with a rich family of essential I/O functions. It integrates video, serial ports,

More information

Xynergy It really makes the difference!

Xynergy It really makes the difference! Xynergy It really makes the difference! STM32F217 meets XILINX Spartan-6 Why Xynergy? Very easy: There is a clear Synergy achieved by combining the last generation of the most popular ARM Cortex-M3 implementation

More information

PSIM Tutorial. How to Use SPI in F2833x Target. February Powersim Inc.

PSIM Tutorial. How to Use SPI in F2833x Target. February Powersim Inc. PSIM Tutorial How to Use SPI in F2833x Target February 2013-1 - Powersim Inc. With the SimCoder Module and the F2833x Hardware Target, PSIM can generate ready-to-run codes for DSP boards that use TI F2833x

More information

acret Ameya Centre for Robotics & Embedded Technology Syllabus for Diploma in Embedded Systems (Total Eight Modules-4 Months -320 Hrs.

acret Ameya Centre for Robotics & Embedded Technology Syllabus for Diploma in Embedded Systems (Total Eight Modules-4 Months -320 Hrs. acret Ameya Centre for Robotics & Embedded Technology Syllabus for Diploma in Embedded Systems (Total Eight Modules-4 Months -320 Hrs.) Module 0 Introduction Introduction to Embedded Systems, Real Time

More information

Designing with ALTERA SoC Hardware

Designing with ALTERA SoC Hardware Designing with ALTERA SoC Hardware Course Description This course provides all theoretical and practical know-how to design ALTERA SoC devices under Quartus II software. The course combines 60% theory

More information

USB 3.0 A Cost Effective High Bandwidth Solution for FPGA Host Interface Introduction

USB 3.0 A Cost Effective High Bandwidth Solution for FPGA Host Interface Introduction USB 3.0 A Cost Effective High Bandwidth Solution for FPGA Host Interface Introduction The USB 3.0 has revolutionized the world of desktops and mobile devices by bringing much higher bandwidth and better

More information

C8051F700 Serial Peripheral Interface (SPI) Overview

C8051F700 Serial Peripheral Interface (SPI) Overview C8051F700 Serial Peripheral Interface (SPI) Overview Agenda C8051F700 block diagram C8051F700 device features SPI operation overview SPI module overview Where to learn more 2 Introducing The C8051F700

More information

MICROPROCESSOR BASED SYSTEM DESIGN

MICROPROCESSOR BASED SYSTEM DESIGN MICROPROCESSOR BASED SYSTEM DESIGN Lecture 5 Xmega 128 B1: Architecture MUHAMMAD AMIR YOUSAF VON NEUMAN ARCHITECTURE CPU Memory Execution unit ALU Registers Both data and instructions at the same system

More information

USB3-DIO01. User s Manual

USB3-DIO01. User s Manual USB3-DIO01 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

More information

User s Manual. PCIe-FRM11 User s Manual (Rev 1.4)

User s Manual. PCIe-FRM11 User s Manual (Rev 1.4) PCIe-FRM11 User s Manual Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned in this document

More information

Diploma in Embedded Systems

Diploma in Embedded Systems Diploma in Embedded Systems Duration: 5 Months[5 days a week,3 hours a day, Total 300 hours] Module 1: 8051 Microcontroller in Assemble Language Characteristics of Embedded System Overview of 8051 Family

More information

Universal Serial Bus Host Interface on an FPGA

Universal Serial Bus Host Interface on an FPGA Universal Serial Bus Host Interface on an FPGA Application Note For many years, designers have yearned for a general-purpose, high-performance serial communication protocol. The RS-232 and its derivatives

More information

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0

Multifunction Serial Interface (PDL_MFS) Features. General Description. When to Use a PDL_MFS Component. Quick Start 1.0 1.0 Features Configures the Multi-Function Serial (MFS) Interface to one of the following modes: UART (Asynchronous normal serial interface) Clock synchronous serial interface (SPI and I 2 S can be supported)

More information

SERDESUB 913ROS DS90UB913Q Serializer and DS90UB914Q Deserializer Evaluation Kit User s Manual

SERDESUB 913ROS DS90UB913Q Serializer and DS90UB914Q Deserializer Evaluation Kit User s Manual SERDESUB 913ROS DS90UB913Q Serializer and DS90UB914Q Deserializer Evaluation Kit User s Manual Rev 2.1 1 Texas Instruments 11/19/2012 Contents SERDESUB 913ROS... 1 DS90UB913Q Serializer and DS90UB914Q

More information

Development and research of different architectures of I 2 C bus controller. E. Vasiliev, MIET

Development and research of different architectures of I 2 C bus controller. E. Vasiliev, MIET Development and research of different architectures of I 2 C bus controller E. Vasiliev, MIET I2C and its alternatives I²C (Inter-Integrated Circuit) is a multi-master serial computer bus invented by Philips

More information

Raspberry Pi - I/O Interfaces

Raspberry Pi - I/O Interfaces ECE 1160/2160 Embedded Systems Design Raspberry Pi - I/O Interfaces Wei Gao ECE 1160/2160 Embedded Systems Design 1 I/O Interfaces Parallel I/O and Serial I/O Parallel I/O: multiple input/output simultaneously

More information

AN6010. Using the Host Port Interface (HPI) in Cypress OTG-Host. Application Note Abstract. Introduction. HPI Overview

AN6010. Using the Host Port Interface (HPI) in Cypress OTG-Host. Application Note Abstract. Introduction. HPI Overview Using the Host Port Interface (HPI) in Cypress OTG-Host Application Note Abstract AN6010 Author: Scott Swanbeck Associated Project: No Associated Part Family: CY7C67200/CY7C67300 Software Version: None

More information

EZ-PD CCG4: Two-Port Type-C Controller With Power Delivery

EZ-PD CCG4: Two-Port Type-C Controller With Power Delivery Quick Presentation: EZ-PD CCG4: Two-Port Type-C With Power Delivery CCG4 = Type-C Gen 4 Type-C = Reversible Slim USB Connector Design Your Desktop and Notebook PCs With Two Type-C Ports Using CCG4 00-0987

More information

FEATURES. APPLICATIONS Machine Vision Embedded Instrumentation Motion Control Traffic Monitoring Security

FEATURES. APPLICATIONS Machine Vision Embedded Instrumentation Motion Control Traffic Monitoring Security FEATURES High-performance CMOSIS sensors - Sensitivity: 5.56 V/lux.s - Dynamic range: 60 db - Dark Noise: 8.6 e - - High speed: 95* fps - 8M Pixel: 3360(H) x 2496(V) - Monochrome / Color - Global Shutter

More information

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits

Product Datasheet: DWM1001-DEV DWM1001 Module Development Board. Key Features and Benefits Product Datasheet: DWM1001-DEV DWM1001 Module Development Board Plug-and-Play Development Board for evaluating the performance of the Decawave DWM1001 module Easily assemble a fully wireless RTLS system,

More information

Advanced 486/586 PC/104 Embedded PC SBC1491

Advanced 486/586 PC/104 Embedded PC SBC1491 Advanced 486/586 PC/104 Embedded PC SBC1491 Features Ready to run 486/586 computer Small PC/104 format DiskOnChip, 64MB RAM On-board accelerated VGA COM1, COM2, KBD, mouse 10BASE-T Ethernet port PC/104

More information

WS_CCESBF7-OUT-v1.00.doc Page 1 of 8

WS_CCESBF7-OUT-v1.00.doc Page 1 of 8 Course Name: Course Code: Course Description: System Development with CrossCore Embedded Studio (CCES) and the ADSP-BF70x Blackfin Processor Family WS_CCESBF7 This is a practical and interactive course

More information

EDBG. Description. Programmers and Debuggers USER GUIDE

EDBG. Description. Programmers and Debuggers USER GUIDE Programmers and Debuggers EDBG USER GUIDE Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging

More information

EZ-USB SX2 Development Kit Manual Getting Started. Rev 2.0

EZ-USB SX2 Development Kit Manual Getting Started. Rev 2.0 EZ-USB SX2 Development Kit Manual Getting Started Rev 2.0 Cypress Semiconductor Personal Communication Division 3901 North First Street San Jose, CA 95134 (408) 943-2600 www.cypress.com Cypress Disclaimer

More information

4.1 Design Concept Demonstration for Altera DE2-115 FPGA Board Demonstration for Cyclone III Development Board...

4.1 Design Concept Demonstration for Altera DE2-115 FPGA Board Demonstration for Cyclone III Development Board... CONTENTS CHAPTER 1 INTRODUCTION OF THE AHA-HSMC... 1 1.1 Features...1 1.2 About the KIT...2 1.3 Getting Help...3 CHAPTER 2 AHA CARD ARCHITECTURE... 4 2.1 Layout and Components...4 2.2 Block Diagram of

More information

USB-to-I2C. Professional Hardware User s Manual.

USB-to-I2C. Professional Hardware User s Manual. USB-to-I2C Professional Hardware User s Manual https://www.i2ctools.com/ Information provided in this document is solely for use with the USB-to-I2C Professional product from SB Solutions, Inc. SB Solutions,

More information

4I68 ANYTHING I/O MANUAL

4I68 ANYTHING I/O MANUAL 4I68 ANYTHING I/O MANUAL 1.8 This page intentionally not blank - 24 LOOPBACK Table of Contents GENERAL.......................................................... 1 DESCRIPTION.................................................

More information

Real-Time Embedded Systems. CpE-450 Spring 06

Real-Time Embedded Systems. CpE-450 Spring 06 Real-Time Embedded Systems CpE-450 Spring 06 Class 5 Bruce McNair bmcnair@stevens.edu 5-1/42 Interfacing to Embedded Systems Distance 100 m 10 m 1 m 100 cm 10 cm "Transmission line" capacitance ( C) Distance

More information

Microcontroller basics

Microcontroller basics FYS3240 PC-based instrumentation and microcontrollers Microcontroller basics Spring 2017 Lecture #4 Bekkeng, 30.01.2017 Lab: AVR Studio Microcontrollers can be programmed using Assembly or C language In

More information

Product Technical Brief S3C2413 Rev 2.2, Apr. 2006

Product Technical Brief S3C2413 Rev 2.2, Apr. 2006 Product Technical Brief Rev 2.2, Apr. 2006 Overview SAMSUNG's is a Derivative product of S3C2410A. is designed to provide hand-held devices and general applications with cost-effective, low-power, and

More information

INTRODUCTION TO FLEXIO

INTRODUCTION TO FLEXIO INTRODUCTION TO FLEXIO Osvaldo Romero Applications Engineer EXTERNAL USE Agenda Introduction to FlexIO FlexIO Main Features FlexIO Applications Freescale Products with FlexIO Collaterals\Tools for FlexIO

More information

Introduction to Zynq

Introduction to Zynq Introduction to Zynq Lab 2 PS Config Part 1 Hello World October 2012 Version 02 Copyright 2012 Avnet Inc. All rights reserved Table of Contents Table of Contents... 2 Lab 2 Objectives... 3 Experiment 1:

More information