Nifty Type-C Features and Optimizations

Size: px
Start display at page:

Download "Nifty Type-C Features and Optimizations"

Transcription

1 Nifty Type-C Features and Optimizations Mark Hayter & David Schneider Hardware Engineering, Chrome OS, Google Inc Taipei, Taiwan October 24 25,

2 Chromebook/USB-C: State of the union is good All new chromebooks (even low cost ones) have USB-C TM Power sink: wide input range (5-20V on most, 5V-PDP limit on others) Power source: min 7.5W, some 15W USB Data DP Alt mode video Most devices have 2xUSB-C: normally one on each side Good to also have USB-A if it fits in the device Still mostly USB PD 2.0: focus has been on adoption and cost Just started on PD 3.0: FRS, PPS, Power adapter info, Battery info 2

3 Nifty New USB-C Features Feature: Fast Role Swap Architecture: Mux and TCPC integration Architecture: Power Integration Part Feature: Programmable Power Source Feature: Vconn-powered Devices (VPDs) 3

4 Fast role swap and TCPC integration drive the need for a power front-end chip 4

5 Fast Role Swap Fast Role Swap added to USB-C / PD 3.0 to improve user experience Problem (in 1000 words): Solution: FRS Detect on accessory Signal on CC Device switches sink to 5V source in 150µs Protocol catches up Sinking DFP Post-FRS DFP Multi-port accessory Multi-port accessory AC adapter Bus-powered USB device AC adapter Bus-powered USB device Vconn makes surviving the transition a bit simpler, but it s not mandatory Supporting parts becoming available for laptop and accessory 5

6 Integration already here: IT8320 ITE integrated in EC 2x TCPC Non-integrated SoC ITE 8320 EC with dual TCPC Buck-boost Charger 5-20V 3A in/out 5V 3A VBUS 4-lane DisplayPort MLx, AUX SSTX/RX Passive USB-C Mux CC/Vconn (1.5W) SBU Four SS pairs USB Type-C USB 3.1 Gen 1 DM/DP BC1.2 Detect DM/DP 6

7 Integration already here: RK3399 Rock-Chip integrated in SoC Superspeed Mux TCPC Android makes good use USB PD in kernel RK3399 USB-C port (chip has 2 ports) EC TCPC Buck-boost Charger 5-20V 3A in/out 5V 3A VBUS 5V 0.3A 4-lane DisplayPort MLx, AUX SSTX/RX Muxing PHY CC/Vconn (1.5W) SBU Four SS pairs USB Type-C USB 3.1 Gen 1 DM/DP BC1.2 Detect DM/DP 7

8 Integration already here: RK3399 Rock-Chip integrated in SoC Buck-boost Charger ChromeOS today controls TCPC from the EC Mux is controlled from kernel RK3399 USB-C port (chip has 2 ports) EC TCPC 5-20V 3A in/out 5V 3A VBUS 5V 0.3A 4-lane DisplayPort MLx, AUX SSTX/RX Muxing PHY TCPC CC/Vconn (1.5W) SBU Four SS pairs USB Type-C USB 3.1 Gen 1 DM/DP BC1.2 Detect DM/DP 8

9 Consequence: move more code to OS kernel Today on Chrome OS EC runs TCPM, Power policy and uses TCPC Integrated mux is already controlled by kernel: system up when mux useful Good division for laptop where EC controls power states and battery charge Different from Android phones, which have USB-PD in the kernel Heavily limited code space ECs are disappearing as device form factors converge and prices drop Many factors point to TCPM ending up in the OS kernel Needed as the number of Quirks increases Needed for PDFU and Auth where internet searches may be involved Allows integrated TCPC and Muxes to be used easily Allows for much more involved power management between ports Downside: complexities handling low-power chargers and low battery 9

10 Consequence: Type-C Power Integration Part Frontend chip that sits next to the port Power path to/from charger Power path for 5V out FRS detect, charge in -> 5V out Vconn load switch Need 5V low Rds(on) process Present dead battery pulldown Protect host CC from > 3V Allows TCPC in process without 5V Also protects from CC-Vbus short Several vendors sample now/soon 3.xV 3.xV 5-20V 3A in/out w/discharge 5V 1.5A/3A out FRS Vconn out DeadBat (TCPIP?) VBUS CC1 CC2 USB Type-C 10

11 Programmable Power Source is for laptops too! 11

12 PPS: Laptops have the same issue as phones PPS added to USB-C / PD to allow sink to control source voltage Many think this is for phones -- but it is for laptops too! Problem: laptops are getting thin (thus USB-C) and thermally limited The CPU can max out the thermal dissipation of the enclosure In practice 15V -> 8V buck-boost is 90-92% efficient, at 40W get ~4W heat The CPU must reduce power by 4W Connecting charger causes slower machine Pixel-C tablet had this problem too Solution was to switch to 5V PDO (15W max) when screen is turned on 12

13 PPS can work for 2S Laptops Solution for 2S devices: Buck-boost for existing 5/9/15/20V adapters Super-efficient switched capacitor 2:1 conversion ~98% efficiency measured PPS to get 2x voltage needed to charge battery (~12-18V) Allows use of 3A cables for ~40W charging (1C) Charger chip has buck-boost and switched capacitor Control loops match, switch-over seamless Parts for 1S (phones) are becoming available, no 2S yet Hopefully by next year we can show data! Vbus Buck-Boost Vbus 2*Vbat Vbus=2*Vbat 2:1 Switched cap Vbat 13

14 Vconn-Powered USB Devices 14

15 Does this look familiar? Phone Accessory 3.2~4.5V 5V Boost (discrete or battery charger) 5V VBUS 3.3V LDO 1.8V LDO USB device µc This is how many USB accessories (especially compact audio devices) work with phones today Generously assuming boost is ~90% efficient, USB device s core power is coming in at 33% efficiency. Yikes! A USB2 device at 0.5A could consume 2.7W at battery 15

16 Ideal 3.2~4.5V Phone 3~5.5V Vconn 3.0V LDO 1.8V LDO Accessory USB device µc Now we re at 40~56% efficiency, without really changing the accessory Limiting maximum current in this mode to 100mA brings the worst-case battery load to 450mW (320mW at low battery) Your headphones can no longer ruin your phone s battery life! 16

17 VPDs enable the ideal, but keep compatibility VPD must be able to run from both VBUS ( V) and Vconn (3-5.5V), so it works with any kind of host VPD adds an emarker (simplest PD silicon possible) to advertise its capability. Host can probe SOP to find out it can remove VBUS Vconn is only available on cable plugs, so accessory must be direct-attach or have a captive cable Optimizing power for VPDs in a phone (or any other PD-capable source or DRP) does not require additional hardware! VPD DiscoverIdentity VDO is only defined in PD3, but PD2 devices can safely use PD3 just to query emarkers (minor header change) 17

18 VPDs enable something else (Soon ) The VPD architecture leaves room for adding charge-through to a future Type-C / PD spec This charge-through approach would be dramatically simpler and cheaper than what s required of multi-port adapters today Most DRP implementations out now would be able to support it with a software update...but it s not fully specified yet, so I ll have something to talk about next year 18

19 Q&A 19

USB Type-C TM, IEEE CSNV

USB Type-C TM, IEEE CSNV USB Type-C TM, IEEE CSNV Ken Shoemaker 10 May, 2016 Credits, Trademarks, Disclaimers USB Type-C TM and USB-C TM are trademarks of the Universal Serial Bus Implementers Forum (USB-IF). DisplayPort TM is

More information

Designing Type-C + PD Systems

Designing Type-C + PD Systems Designing Type-C + PD Systems Gregory Watkins Texas Instruments USB Developer Days 2017 Taipei, Taiwan October 24-25, 2017 1 Agenda System Components Data Switching Power Switching System Examples 2 Agenda

More information

STM32G0. World s 1st USB-C TM & Power Delivery 3.0 MCU

STM32G0. World s 1st USB-C TM & Power Delivery 3.0 MCU STM32G0 World s 1st TM & Power Delivery 3.0 MCU Why to use and Power Delivery Technology? 2 USB Type-C connector enhances user experience It s a 24-pin miniature and reversible connector. cable has same

More information

USB-C and DP Alt Mode Testing with Unigraf UCD

USB-C and DP Alt Mode Testing with Unigraf UCD USB-C and DP Alt Mode Testing with Unigraf UCD-340 2017-07-13 Data, Power and Display in One Interface USB Type-C USB Type-C High Speed Data Power Management Display Connection Superior Features in USB-C

More information

The USB Type-C Connector: A Brave New World for the PC Industry. Howard Heck April 17, 2015

The USB Type-C Connector: A Brave New World for the PC Industry. Howard Heck April 17, 2015 The USB Type-C Connector: A Brave New World for the PC Industry Howard Heck April 17, 2015 Introduction User Experience Vision Key Design Aspects Port Behaviors User Experience Driven Challenges Challenges

More information

Windows 10 s USB-C and Power Delivery Architecture

Windows 10 s USB-C and Power Delivery Architecture Windows 10 s USB-C and Power Delivery Architecture Jr-Chiang, Jaw Microsoft Corporation, Senior Software Engineer Developer Days 2016 Hong Kong October 19-20, 2016 October 19 ShenZhen Legendary USB Implementers

More information

USB-C and Power Delivery Architecture in Windows 10 Jr-Chiang (JC) Jaw Microsoft Corporation, Senior Software Engineer

USB-C and Power Delivery Architecture in Windows 10 Jr-Chiang (JC) Jaw Microsoft Corporation, Senior Software Engineer 1 USB-C and Power Delivery Architecture in Windows 10 Jr-Chiang (JC) Jaw Microsoft Corporation, Senior Software Engineer USB Developer Days 2017 Taipei, Taiwan October 24-25, 2017 2 Agenda: USB-C and PD

More information

QuadraMAX USB Type-C and PD Tests

QuadraMAX USB Type-C and PD Tests 2/13/2019 QuadraMAX USB Type-C and PD Tests Testing Manual Introduction The USB-IF Compliance Program uses the QuadraMAX hardware unit for USB Type-C and PD Source Power Tests (Source Tests), USB Type-C

More information

Lattice USB Type-C Solution Design Document

Lattice USB Type-C Solution Design Document October 2016 Introduction Reference Design RD1210 This design document describes the implementation details of the following Lattice FPGA based USB Type-C solutions: CD/PD for Hosts/Devices Dual Role Port

More information

TA0357. Overview of USB Type-C and Power Delivery technologies. Technical article. Introduction

TA0357. Overview of USB Type-C and Power Delivery technologies. Technical article. Introduction Technical article Overview of USB Type-C and Power Delivery technologies Introduction The USB Type-C and Power Delivery technologies have revolutionized cable connectivity with the ability to carry all

More information

USB Technical Overview

USB Technical Overview USB Technical Overview Brad Saunders USB-IF/USB PG Chair (Sponsored by Intel Corporation) USB Developer Days 2017 Taipei, Taiwan October 24 25, 2017 1 Topic Agenda System Level Overview USB 3.2 USB Type-C

More information

USB Type-C Active Cable ECN

USB Type-C Active Cable ECN USB Type-C Active Cable ECN Christine Krause Active Cable WG Chair (Sponsored by Intel Corporation) USB Developer Days 2017 Taipei, Taiwan October 24 25, 2017 1 Introduction Scope Requirements for active

More information

Design Considerations for USB type C Power Delivery Brian King

Design Considerations for USB type C Power Delivery Brian King Design Considerations for USB type C Power Delivery Brian King 1 What will I get out of this session? Purpose: 1. Learn more about USB C Power Delivery (PD) requirements. 2. Understand architecture of

More information

Make the User Happy: Interoperability Do's and Don'ts

Make the User Happy: Interoperability Do's and Don'ts Make the User Happy: Interoperability Do's and Don'ts Benson Leung Software Engineer, Chrome OS, Google Inc Taipei, Taiwan October 24 25, 2017 1 Session Agenda Don't Start With Legacy Turn Off Unused Features

More information

USB-C Bridge for PDUSB Hubs and Charge-Through

USB-C Bridge for PDUSB Hubs and Charge-Through USB- Bridge for PDUSB Hubs and harge-through Terrance Shih terranceshih@via-labs.com.tw Developer Days 2017 Taipei 1 Agenda: USB- Bridge for PDUSB Hubs and harge-through USB Type- Bridge Specification

More information

USB Type-C TM and Power Delivery Technology Overview. Karl Fleischmann Product Marketing Engineer

USB Type-C TM and Power Delivery Technology Overview. Karl Fleischmann Product Marketing Engineer USB Type-C TM and Power Delivery Technology Overview Karl Fleischmann Product Marketing Engineer Universal Serial Bus (USB) The interface of choice by billions 2000 2000 2001 2008 2013 USB USB2.0 LS/FS

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

Automotive USB Type-C Charging Trends and Challenges

Automotive USB Type-C Charging Trends and Challenges Automotive USB Type-C Charging Trends and Challenges Power Interface Jim Bird (james_bird@ti.com) Tina Liang (tina-liang@ti.com) TI Training TI Training - Summary Automotive USB Type-C Charging Trends

More information

CH7214C Brief Datasheet

CH7214C Brief Datasheet Chrontel Brief Datasheet USB Type C Logic Controller FEATURES GENERAL DESCRIPTION Compliant with USB Type-C Cable and Connector Specification Revision 1.2 Compliant with the latest Power Delivery Specification

More information

Introduction to USB Type-C & Power Delivery

Introduction to USB Type-C & Power Delivery Introduction to USB Type-C & Power Delivery Focus on Charging Applications Deric Waters, System Engineer Agenda Introduction to USB Type-C and Power Delivery Detailed discussion of a USB Type-C universal

More information

DISPLAYPORT TECHNOLOGY UPDATE. Jim Choate VESA Compliance Program Manager June 15, 2017

DISPLAYPORT TECHNOLOGY UPDATE. Jim Choate VESA Compliance Program Manager June 15, 2017 DISPLAYPORT TECHNOLOGY UPDATE Jim Choate VESA Compliance Program Manager June 15, 2017 Agenda VESA Overview DisplayPort 1.4 Early Certification DisplayPort over USB-CTM Certification Summary 2 VESA OVERVIEW

More information

CH7213A Brief Datasheet

CH7213A Brief Datasheet Chrontel Brief Datasheet USB Type-C Logic Controller FEATURES Compliant with Type-C Specification Revision 1.2 Compliant with the Power Delivery Specification Revision 2.0, Version 1.1 Supports VESA DisplayPort

More information

A/V Design and Integration With Bus Powered Solutions

A/V Design and Integration With Bus Powered Solutions A/V Design and Integration With Bus Powered Solutions A/V Application And Integration Using USB, DVI-D, HDMI, DisplayPort And Thunderbolt Powered Systems Your Presenter Is: Jose Mozota, CTS National Sales

More information

USB Technology Update. Brad Saunders, USB Promoter Group Chairman Jeff Ravencraft, USB-IF President & COO Rahman Ismail, USB-IF CTO

USB Technology Update. Brad Saunders, USB Promoter Group Chairman Jeff Ravencraft, USB-IF President & COO Rahman Ismail, USB-IF CTO USB Technology Update Brad Saunders, USB Promoter Group Chairman Jeff Ravencraft, USB-IF President & COO Rahman Ismail, USB-IF CTO The New USB Technologies New USB technologies provide a single source

More information

ShenZhen Legendary. USB Developer Days USB Power Delivery. Developer Days 2016 Hong Kong October 19-20, 2016

ShenZhen Legendary. USB Developer Days USB Power Delivery. Developer Days 2016 Hong Kong October 19-20, 2016 USB Power Delivery Developer Days 2016 Hong Kong October 19-20, 2016 October 19 USB Implementers Forum 2016 1 Day 2 Power Delivery Agenda 8:30 Introduction and Architectural Overview 8:55 Physical Layer

More information

Type-C Technologies and Solutions

Type-C Technologies and Solutions Type-C Technologies and Solutions 2016.12.20 Gary Hsiao Project Manager Gary_Hsiao@keysight.com Agenda Type-C Overview Type-C PD Solutions USB 3.1 Simulation Solutions USB 3.1 TX/RX Solutions USB 3.1 Cable/Connector

More information

Triple-4K Monitor USB-C Docking Station for Laptops - 60W USB Power Delivery

Triple-4K Monitor USB-C Docking Station for Laptops - 60W USB Power Delivery Triple-4K Monitor USB-C Docking Station for Laptops - 60W USB Power Delivery Product ID: DK30CH2DPPD This USB-C docking station for MacBook and Windows laptops takes productivity to a whole new level,

More information

End Product Cable Test Plan

End Product Cable Test Plan USB Type-C End Product Cable Test Plan December 30, 2015 Rev: 0.7 Introduction USB Type-C cables may be Electronically Marked and support an array of USB and Vendor Defined functionalities. A cable may

More information

PI5USB30213A Application Information

PI5USB30213A Application Information PI5USB30213A Application Information Diodes Incorporated (Milpitas office) Table of Contents 1 Introduction... 2 2 Why PI5USB30213A in USB3.1 Gen1 Type-C Application... 2 2.1 Type-C Port Channel Budget...

More information

Joseph D. Cornwall, CTS-D, CTS-I Technology Evangelist

Joseph D. Cornwall, CTS-D, CTS-I Technology Evangelist Joseph D. Cornwall, CTS-D, CTS-I Technology Evangelist Our Agenda USB History USB Operational Theory Eye Pattern, Power & Pyramids Welcome The AV Unicorn Alternate Mode Connecting USB To The World Universal

More information

4-Port USB Hub - USB USB-A to 3x USB-A and 1x USB-C - Includes Power Adapter

4-Port USB Hub - USB USB-A to 3x USB-A and 1x USB-C - Includes Power Adapter 4-Port USB Hub - USB 3.0 - USB-A to 3x USB-A and 1x USB-C - Includes Power Adapter Product ID: HB30A3A1CSFS Here s an easy way to connect a wider range of peripherals to your laptop. This TAA compliant

More information

IP2716. Feature. Applications. Description. USB TYPE-C PD3.0 QC3.0/2.0/MTK High Voltage Charger Protocol Controller

IP2716. Feature. Applications. Description. USB TYPE-C PD3.0 QC3.0/2.0/MTK High Voltage Charger Protocol Controller USB TYPE-C PD3.0 QC3.0/2.0/MTK High Voltage Charger Protocol Controller Feature USB TYPE-C Integrate TYPE-C DRP protocol Auto detect TYPE-C device plug in or plug out Auto detect the capability of the

More information

Universal Serial Bus Type-C (USB Type-C) Functional Test Specification Chapters 4 and 5

Universal Serial Bus Type-C (USB Type-C) Functional Test Specification Chapters 4 and 5 Universal Serial Bus Type-C (USB Type-C) Functional Test Specification Chapters 4 and 5 Date: October 26May 28, 2018 Revision: 0.7980 Compliance Rev 0.7980 Copyright 2016-2018, USB Implementers Forum,

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

USB Type C MST Charging Dock

USB Type C MST Charging Dock C S V- 1 5 6 0 USB Type C MST Charging Dock Compatible with USB 3.0/2.0 specification Single Screen Setup: - HDMI resolution up to 3840 x 2160 @ 30Hz - DisplayPort resolution up to 3840 x 2160 @ 30Hz Dual

More information

Keysight Technologies How to Test USB Power Delivery (PD) Over Type-C

Keysight Technologies How to Test USB Power Delivery (PD) Over Type-C Keysight Technologies How to Test USB Power Delivery (PD) Over Type-C Keysight and Type-C: Create a faster path to done Application Note HARDWARE + SOFTWARE + PEOPLE = USB INSIGHTS 02 Keysight How to Test

More information

USB Type-C Charging. Brad Saunders Intel Corporation Bob Dunstan Renesas Corporation. USB Developer Days 2017 Taipei, Taiwan October 24 25, 2017

USB Type-C Charging. Brad Saunders Intel Corporation Bob Dunstan Renesas Corporation. USB Developer Days 2017 Taipei, Taiwan October 24 25, 2017 USB Type-C Charging Brad Saunders Intel Corporation Bob Dunstan Renesas Corporation USB Developer Days 2017 Taipei, Taiwan October 24 25, 2017 1 Topic Agenda Introduction Implementation Choices and Recommendations

More information

4-Port USB 3.0 Hub plus Dedicated Charging Port - 1 x 2.4A Port

4-Port USB 3.0 Hub plus Dedicated Charging Port - 1 x 2.4A Port 4-Port USB 3.0 Hub plus Dedicated Charging Port - 1 x 2.4A Port Product ID: ST53004U1C Here s a must-have accessory for any mobile device user. This compact USB 3.0 hub lets you connect an additional four

More information

USB-C to Gigabit Network Adapter with PD Charging

USB-C to Gigabit Network Adapter with PD Charging USB-C to Gigabit Network Adapter with PD Charging Product ID: US1GC30PD Now you can add a wired network connection to your USB-C enabled laptop, tablet or desktop computer. Ideal for mobile use, this USB-C

More information

Dual Monitor USB-C Dock - 60W Power Delivery - 4K

Dual Monitor USB-C Dock - 60W Power Delivery - 4K Dual Monitor USB-C Dock - 60W Power Delivery - 4K Product ID: DKWG30DPHPD This USB-C dock lets you transform your Windows 10 laptop into a full-sized workstation, connecting two external monitors (DisplayPort

More information

3-Port USB-C Hub with Power Delivery - USB-C to 3x USB-A - USB 3.0 Hub - White

3-Port USB-C Hub with Power Delivery - USB-C to 3x USB-A - USB 3.0 Hub - White 3-Port USB-C Hub with Power Delivery - USB-C to 3x USB-A - USB 3.0 Hub - White Product ID: HB30C3APDW This 3-port USB 3.0 hub lets you expand the functionality of your MacBook Pro, MacBook and other USB-

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

3-Port USB-C Hub with Power Delivery - USB-C to 3x USB-A - USB 3.0 Hub - White

3-Port USB-C Hub with Power Delivery - USB-C to 3x USB-A - USB 3.0 Hub - White 3-Port USB-C Hub with Power Delivery - USB-C to 3x USB-A - USB 3.0 Hub - White Product ID: HB30C3APDW This TAA compliant 3-port USB 3.0 hub lets you expand the functionality of your MacBook Pro, MacBook

More information

USB Power Delivery Specification 1.0

USB Power Delivery Specification 1.0 USB Power Delivery Specification 1.0 1 Notice Please submit written feedback to: techsup@usb.org 2 Taking a Great Idea Broad international adoption of USB Battery Charging standard for mobile devices China,

More information

... Amazing Performance.

... Amazing Performance. ... Amazing Performance. DEAR BUSINESS PARTNERS, AND CUSTOMERS. USB 3.1 SuperSpeed+ is the connection of the future. It is fast becoming the new universal connection standard and is already supported by

More information

PI5USB30216C Plug-in Detector for Type-C Connector

PI5USB30216C Plug-in Detector for Type-C Connector Plug-in Detector for Type-C Connector Features Compatible to USB Type-C Specification 1.1 Backward compatible to USB Type-C Specification 1.0 Supports Host mode/device mode/dual-role mode Supports Dual-role

More information

4K DisplayPort Docking Station for Laptops - USB 3.0

4K DisplayPort Docking Station for Laptops - USB 3.0 4K DisplayPort Docking Station for Laptops - USB 3.0 Product ID: USB3VDOCK4DP This 4K DisplayPort docking station for laptops offers a cost-effective way to create a simpler but highly functional Ultra

More information

AN PTN5110N PD PHY application programming guide. Document information

AN PTN5110N PD PHY application programming guide. Document information Rev. 1.0 10 July 2018 Application note Document information Information Keywords Abstract Content PTN5110N, TCPC, Type-C Port Controller, TCPM, USB PD PHY, Fast Role Swap PTN5110N is a 1-port TCPC (Type-C

More information

UH3234. USB-C Multiport Dock with Power Pass-Through

UH3234. USB-C Multiport Dock with Power Pass-Through UH3234 USB-C Multiport Dock with Power Pass-Through The ultra-sleek ATEN USB-C Multiport Dock with Power Pass-Through is a one-step total upgrade for your laptop that provides all the extra expansion you

More information

SD4800P USB-C Triple Video Dock

SD4800P USB-C Triple Video Dock SD4800P USB-C Triple Video Dock Part Number: K38249NA UPC Code: 8589638249 Let the leader in professional desktop performance make the most of your laptop s USB-C connectivity. With the Kensington SD4800P

More information

Thunderbolt Update. Shahaf Kieselstein VP and General Manager Jason Ziller Marketing Director CCD, Client Computing Group Intel Corporation June 2016

Thunderbolt Update. Shahaf Kieselstein VP and General Manager Jason Ziller Marketing Director CCD, Client Computing Group Intel Corporation June 2016 Thunderbolt Update Shahaf Kieselstein VP and General Manager Jason Ziller Marketing Director CCD, Client Computing Group Intel Corporation June 2016 Thunderbolt 3 Technology Introduced at Computex 2015

More information

PI5USB30213AXEA Demo Board Rev.B User Manual

PI5USB30213AXEA Demo Board Rev.B User Manual PI5USB30213AXEA Demo Board Rev.B User Manual Table of Contents 1 Introduction... 2 2 Overview... 2 3 Quick Start... 4 3.1 Source(DFP) Mode... 4 3.2 Battery-powered Sink(UFP) Mode... 5 3.3 Bus-powered Sink(UFP)

More information

TA0356. USB Type-C and Power Delivery DisplayPort Alternate Mode. Technical article. Introduction

TA0356. USB Type-C and Power Delivery DisplayPort Alternate Mode. Technical article. Introduction TA0356 Technical article USB Type-C and Power Delivery DisplayPort Alternate Mode Introduction The USB Type-C and Power Delivery specifications allow platforms equipped with USB Type-C ports to negotiate

More information

Wireless (WiGig) or USB-C Dual-Monitor Docking Station for Laptops - Power Delivery

Wireless (WiGig) or USB-C Dual-Monitor Docking Station for Laptops - Power Delivery Wireless (WiGig) or USB-C Dual-Monitor Docking Station for Laptops - Power Delivery Product ID: DKWG30DPHPDU This versatile laptop docking station gives you the option to dock your laptop through either

More information

Dual-Monitor USB-C Dock for Windows Laptops - MST - Power Delivery - 4K

Dual-Monitor USB-C Dock for Windows Laptops - MST - Power Delivery - 4K Dual-Monitor USB-C Dock for Windows Laptops - MST - Power Delivery - 4K Product ID: MST30C2DPPD Here s a must-have accessory for your USB-C equipped Windows based laptop. This dual-monitor docking station

More information

USB-C Multiport Adapter - SD card reader - Power Delivery - 4K HDMI - GbE - 2x USB 3.0

USB-C Multiport Adapter - SD card reader - Power Delivery - 4K HDMI - GbE - 2x USB 3.0 USB-C Multiport Adapter - SD card reader - Power Delivery - 4K HDMI - GbE - 2x USB 3.0 Product ID: DKT30CSDHPD Expand the connectivity of your USB-C enabled laptop. This USB-C multiport adapter lets you

More information

FILE ACER CHROMEBOOK 14 MANUAL DOCUMENT

FILE ACER CHROMEBOOK 14 MANUAL DOCUMENT 30 January, 2018 FILE ACER CHROMEBOOK 14 MANUAL DOCUMENT Document Filetype: PDF 389.7 KB 0 FILE ACER CHROMEBOOK 14 MANUAL DOCUMENT Hey Reddit, I was wondering if there was any skins available for the acer

More information

3-Port USB 3.0 Hub with Gigabit Ethernet - USB-C - Includes Power Adapter. StarTech ID: HB30C3A1GE

3-Port USB 3.0 Hub with Gigabit Ethernet - USB-C - Includes Power Adapter. StarTech ID: HB30C3A1GE 3-Port USB 3.0 Hub with Gigabit Ethernet - USB-C - Includes Power Adapter StarTech ID: HB30C3A1GE If you have a USB-C equipped laptop, but lack other important connection ports, then this hub can help.

More information

4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Includes Power Adapter

4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Includes Power Adapter 4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Includes Power Adapter Product ID: HB30C4AFS This compact USB 3.0 hub expands your connectivity by adding four USB Type-A ports through a single USB

More information

DVI Dual-Monitor Docking Station for USB-C Laptops - Includes USB-C to A Adapter, HDMI, and VGA Adapters

DVI Dual-Monitor Docking Station for USB-C Laptops - Includes USB-C to A Adapter, HDMI, and VGA Adapters DVI Dual-Monitor Docking Station for USB-C Laptops - Includes USB-C to A Adapter, HDMI, and VGA Adapters Product ID: DK30BACDD This DVI dual-monitor docking station for laptops easily connects to your

More information

4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Bus Powered

4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Bus Powered 4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Bus Powered Product ID: HB30C4AB Here s a must-have accessory if you have a USB-C equipped computer but need more USB-A ports. This portable USB 3.0

More information

USB-C Multiport Adapter for Laptops - Power Delivery - 4K HDMI - GbE - USB Silver & White

USB-C Multiport Adapter for Laptops - Power Delivery - 4K HDMI - GbE - USB Silver & White USB-C Multiport Adapter for Laptops - Power Delivery - 4K HDMI - GbE - USB 3.0 - Silver & White Product ID: DKT30CHPDW Expand the connectivity of your USB-C enabled laptop. This sleek and compact USB-C

More information

USB Type-C and Power Delivery Nucleo pack with NUCLEO-F072RB expansion board based on the STUSB1602

USB Type-C and Power Delivery Nucleo pack with NUCLEO-F072RB expansion board based on the STUSB1602 P-NUCLEO-USB002 Data brief USB Type-C and Power Delivery Nucleo pack with NUCLEO-F072RB expansion board based on the STUSB1602 Features 32-bit ARM Cortex -M0-based microcontroller STM32F072RB with 128

More information

SATA in Mobile Computing

SATA in Mobile Computing SATA in Mobile Computing Miki Sapir SanDisk 1 2 Forward Looking Statement During our meeting today we will be making forward-looking statements. Any statement that refers to expectations, projections or

More information

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017

I/O System for the PSYONIC Advanced Bionic Hand. Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 I/O System for the PSYONIC Advanced Bionic Hand Team 28 Byron Hopps and Steven Sun ECE 445 Senior Design Fall 2017 Background PSYONIC is a startup at the University of Illinois working on bringing low-cost

More information

10-Port USB 3.0 Hub with Charge and Sync Ports - 2 x 1.5A Ports

10-Port USB 3.0 Hub with Charge and Sync Ports - 2 x 1.5A Ports 10-Port USB 3.0 Hub with Charge and Sync Ports - 2 x 1.5A Ports Product ID: ST103008U2C This 10-port USB 3.0 hub enhances your system s capabilities by providing fast-charging for mobile devices, plus

More information

USB-C to VGA Multifunction Adapter with Power Delivery and USB-A Port

USB-C to VGA Multifunction Adapter with Power Delivery and USB-A Port USB-C to VGA Multifunction Adapter with Power Delivery and USB-A Port Product ID: CDP2VGAUACP This universal multifunction adapter lets you expand the connectivity of your laptop or MacBook through USB-C.

More information

Teardown of USB Charging Module in Mercedes Benz E-Class Cars How the MPQ448x Family Simplifies Design

Teardown of USB Charging Module in Mercedes Benz E-Class Cars How the MPQ448x Family Simplifies Design Teardown of USB Charging Module in Mercedes Benz E-Class Cars How the MPQ448x Family Simplifies Design Written by Zhu Yulong Translated by Zhenzhen Jia, Technical Editor, Monolithic Power Systems Edited

More information

VESA Display Standards Updates

VESA Display Standards Updates VESA Display Standards Updates Jim Choate VESA Compliance Program Manager May 3, 2018 Agenda VESA Overview DisplayPort Market Adoption DisplayPort 1.4a Updates VESA Certified DisplayHDR New VESA Technology

More information

1 Introduction. Release USB Type-C Cable and

1 Introduction. Release USB Type-C Cable and Release 1.0-13 - USB Type-C Cable and 1 Introduction With the continued success of the USB interface, there exists a need to adapt USB technology to serve newer computing platforms and devices as they

More information

Total Phase Advanced Cable Tester User Manual

Total Phase Advanced Cable Tester User Manual Total Phase Advanced Cable Tester User Manual This document describes the Advanced Cable Tester web software applications, the Advanced Cable Tester Hardware, and how to use both. The Advanced Cable Tester

More information

PI5USB30216DXUA Demo Board Rev.B User Manual

PI5USB30216DXUA Demo Board Rev.B User Manual PI5USB30216DXUA Demo Board Rev.B User Manual Table of Contents Measurement by: NA Report by: Lee, Justin 1 Introduction... 2 2 Overview... 2 3 Quick Start... 4 3.1 Source(DFP) Mode... 4 3.2 Battery-powered

More information

USB Type-C and Power Delivery Nucleo pack with NUCLEO-F072RB expansion board based on STUSB1602. Description

USB Type-C and Power Delivery Nucleo pack with NUCLEO-F072RB expansion board based on STUSB1602. Description USB Type-C and Power Delivery Nucleo pack with NUCLEO-F072RB expansion board based on STUSB1602 Data brief Specifications USB type-c cable and connector spec. (rev 1.2) USB Power Delivery spec. (rev 2.0)

More information

4K DisplayPort Docking Station for Laptops - USB 3.0 4K DisplayPort plus essential connections that are ideal for hot desks

4K DisplayPort Docking Station for Laptops - USB 3.0 4K DisplayPort plus essential connections that are ideal for hot desks 4K DisplayPort Docking Station for Laptops - USB 3.0 StarTech ID: USB3VDOCK4DP This 4K DisplayPort docking station for laptops offers a cost-effective way to create an Ultra HD workstation that can be

More information

USB-C MST Docking Station with PD 60W. User Manual DSH-410C3

USB-C MST Docking Station with PD 60W. User Manual DSH-410C3 USB-C MST Docking Station with PD 60W User Manual DSH-410C3 Table of Contents SAFETY INSTRUCTIONS COPYRIGHT, TRADEMARKS REGULATORY COMPLIANCE FCC CONDITIONS CE, WEEE INFORMATION INTRODUCTION FEATURES PACKAGE

More information

2-Port USB-C Hub with Power Delivery - USB-C to USB-A and USB-C - USB 3.0 Hub

2-Port USB-C Hub with Power Delivery - USB-C to USB-A and USB-C - USB 3.0 Hub 2-Port USB-C Hub with Power Delivery - USB-C to USB-A and USB-C - USB 3.0 Hub Product ID: HB30C1A1CPD This 2-port USB 3.0 hub lets you connect a wider range of peripherals to your MacBook Pro, MacBook

More information

USB Type-C Power Delivery using STM32xx Series MCUs and STM32xxx Series MPUs

USB Type-C Power Delivery using STM32xx Series MCUs and STM32xxx Series MPUs Application note USB Type-C Power Delivery using STM32xx Series MCUs and STM32xxx Series MPUs Introduction USB Type-C Power Delivery technology simplifies the consumers' daily life. This new reversible

More information

Docking through USB-C is simple

Docking through USB-C is simple DVI Dual-Monitor Docking Station for USB-C Laptops - Includes USB-C to A Adapter, HDMI, and VGA Adapters StarTech ID: DK30BACDD This DVI dual-monitor docking station for laptops easily connects to your

More information

Cypress/MPS EZ-PD USB Type-C Power Bank Test Report

Cypress/MPS EZ-PD USB Type-C Power Bank Test Report Cypress/MPS EZ-PD USB Type-C Power Bank Test Report INTRODUCTION: This test report provides efficiency and thermal detailed data for the EZ-PD USB Type-C Power Bank reference design. The EZ-PD TM CCG3

More information

CableCreation USB-C multiport hub. Contents

CableCreation USB-C multiport hub. Contents CableCreation USB-C multiport hub CD0395:Rose Gold Color CD0396:Space Grey Color CD0441: Rose Gold color CD0442: Space Gray Color CD0443: Gold Color CD0444:: Space Gray Color Contents 1.0 Introduction...

More information

USB Type-C Authentication

USB Type-C Authentication USB Type-C Authentication Stephanie Wallick Intel USB Developer Days 2017 Taipei, Taiwan October 24 25, 2017 1 USB Type-C Authentication Introduction Architecture Protocol Certificates 2 Specification

More information

PTN General description USB PD TCPC PHY IC

PTN General description USB PD TCPC PHY IC Rev. 1.5 25 January 2018 Product data sheet 1. General description is a single-port TCPC compliant USB Power Delivery (PD) PHY IC that implements Type-C Configuration Channel (CC) interface and USB PD

More information

Fast-charge your mobile devices

Fast-charge your mobile devices 10-Port USB 3.0 Hub with Charge and Sync Ports - 2 x 1.5A Ports StarTech ID: ST103008U2C This 10-port USB 3.0 hub enhances your system s capabilities by providing fast-charging for mobile devices, plus

More information

Overview. Description. Features. USB Type-C Switch Datasheet S85-USB-C-SWITCH

Overview. Description. Features. USB Type-C Switch Datasheet S85-USB-C-SWITCH Overview The USB-C-Switch is a 4:1 software-programmable USB multiplexer switch designed for demanding industrial environments where advanced control and monitoring of USB ports is required. The USB-C-Switch

More information

Triple-Monitor Docking Station for Laptops - USB 3.0

Triple-Monitor Docking Station for Laptops - USB 3.0 Triple-Monitor Docking Station for Laptops - USB 3.0 Product ID: USB3DOCKH2DP This triple-video docking station for laptops merges cutting-edge technology and high-quality hardware with innovative design

More information

USB-C Docking Station for Laptops - 4K HDMI - 85W Power Delivery - USB 3.0

USB-C Docking Station for Laptops - 4K HDMI - 85W Power Delivery - USB 3.0 USB-C Docking Station for Laptops - 4K HDMI - 85W Power Delivery - USB 3.0 Product ID: DK30CHDPD This USB-C dock gives you all the connections you need to turn your USB-C enabled laptop or tablet into

More information

Thunderbolt 3 for Your Business

Thunderbolt 3 for Your Business Thunderbolt 3 for Your Business Computing is forever changing, and how we connect the personal computer to other peripherals continues to evolve to deliver new levels of performance and simplicity for

More information

HDMI Docking Station for Laptops - USB 3.0

HDMI Docking Station for Laptops - USB 3.0 HDMI Docking Station for Laptops - USB 3.0 Product ID: USB3VDOCKH This HDMI docking station for laptops offers a cost-effective way to create a simpler but highly functional workstation that can be used

More information

USB-C to Ethernet Adapter with 3-Port USB 3.0 Hub and Power Delivery

USB-C to Ethernet Adapter with 3-Port USB 3.0 Hub and Power Delivery USB-C to Ethernet Adapter with 3-Port USB 3.0 Hub and Power Delivery Product ID: US1GC303APD Add powerful connectivity to your USB-C enabled laptop, tablet or desktop computer. Ideal for mobile use, this

More information

4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Bus Powered - White

4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Bus Powered - White 4-Port USB-C Hub - USB-C to 4x USB-A - USB 3.0 Hub - Bus Powered - White Product ID: HB30C4ABW This portable USB 3.0 hub expands your laptop or desktop connectivity by adding four USB Type-A ports through

More information

VP222 USB Type-C DFP CC Controller with Universal Battery Charging

VP222 USB Type-C DFP CC Controller with Universal Battery Charging Product Preliminary VP222 USB Type-C DFP CC Controller with Universal Battery Charging Mar. 07, 2015 VIA Labs, Inc. www.via-labs.com 7F, 529-1, Zhongzheng Rd., Xindian District, New Taipei City 231 Taiwan

More information

USB-C Multiport Adapter for Laptops - Power Delivery - 4K HDMI - GbE - USB 3.0

USB-C Multiport Adapter for Laptops - Power Delivery - 4K HDMI - GbE - USB 3.0 USB-C Multiport Adapter for Laptops - Power Delivery - 4K HDMI - GbE - USB 3.0 Product ID: DKT30CHPD Here s a vital accessory for your USB-C equipped laptop. This USB-C multiport adapter lets you create

More information

VP300 USB PD Type-C Controller for SMPS

VP300 USB PD Type-C Controller for SMPS Datasheet VP300 USB PD Type-C Controller for SMPS Aug. 30, 2016 Revision 0.6 Tel: 0755--32997776-18002593172 Fax: 0755--32997775 - Q 2966864704 Revision History Revision No. Draft Date History Initial

More information

Thunderbolt 3 Dual-4K Docking Station for Laptops - Mac and Windows - Thunderbolt 3 Dock for MacBook Pro

Thunderbolt 3 Dual-4K Docking Station for Laptops - Mac and Windows - Thunderbolt 3 Dock for MacBook Pro Thunderbolt 3 Dual-4K Docking Station for Laptops - Mac and Windows - Thunderbolt 3 Dock for MacBook Pro Product ID: TB3DKDPMAWUE This Thunderbolt 3 dock is designed for users with Thunderbolt 3 port equipped

More information

Dual-Monitor USB-C Dock for Windows - 4x USB 3.0 Ports

Dual-Monitor USB-C Dock for Windows - 4x USB 3.0 Ports Dual-Monitor USB-C Dock for Windows - 4x USB 3.0 Ports Product ID: MST30C2DPPD Enhance your productivity by turning your Windows based USB-C laptop into a full-scale workstation. This dual-monitor USB-C

More information

Thunderbolt 3 Dual-4K Docking Station for Laptops - Mac and Windows

Thunderbolt 3 Dual-4K Docking Station for Laptops - Mac and Windows Thunderbolt 3 Dual-4K Docking Station for Laptops - Mac and Windows Product ID: TB3DKDPMAW This Thunderbolt 3 dock is designed for users with Thunderbolt 3 port equipped MacBook Pro or Windows based laptops.

More information

USB-C to VGA Multifunction Adapter with Power Delivery and USB-A Port

USB-C to VGA Multifunction Adapter with Power Delivery and USB-A Port USB-C to VGA Multifunction Adapter with Power Delivery and USB-A Port Product ID: CDP2VGAUACP This universal multifunction adapter lets you expand the connectivity of your laptop or MacBook through USB-C.

More information

Keysight N5990A Type-C Extension. User Guide

Keysight N5990A Type-C Extension. User Guide Keysight N5990A Type-C Extension User Guide Notices Keysight Technologies 2017 No part of this manual may be reproduced in any form or by any means (including electronic storage and retrieval or translation

More information

DisplayPort HBR3 Protocol Analyzer

DisplayPort HBR3 Protocol Analyzer DisplayPort HBR3 Protocol Analyzer The ONLY tool on the market that does not rely on a reference sink or source and monitors BOTH the high speed main link and the Aux channel! Complete packet by packet

More information

Trend Towards Small Form Factors

Trend Towards Small Form Factors Trend Towards Small Form Factors According to Intel s survey and market expectations, the All-in-One and Small Form Factor market sizes are increasing, whereas big towers are becoming less popular. A trend

More information