This project aims to develop a 100W USB Power Delivery (PD) system that utilizes a USB Type-C port to deliver power at multiple voltage levels, making it suitable for various devices, including smartphones, fast-charging accessories, and laptops. Additionally, the same Type-C port facilitates high-speed data transfer, reducing cable clutter and enhancing connectivity. This design is applicable in scenarios such as SmartDesk workstations, where seamless power and data transfer are essential.
To accomplish this, the system integrates FUSB3307 for power negotiation, NCV81599MWTXG for voltage regulation, and TPS65987 for managing data transfer alongside power delivery.
FUSB3307 Working Mechanism & Role of CC1/CC2 Pins#
The CC1 and CC2 pins are critical for USB Type-C power delivery and data communication. These pins detect cable orientation, identify connected devices, and manage communication between the power source and sink.
Through CC1 and CC2, the FUSB3307 determines whether the system should act as a power provider (source) or receiver (sink) and negotiates voltage accordingly.
These pins also support USB PD messaging, Alternate Mode selection, and accessory detection, ensuring compatibility with various devices.
If a compatible power profile is selected, the NCV81599MWTXG is triggered to deliver the appropriate voltage output.
Since FUSB3307 handles power delivery but lacks USB 3.0 data transfer support, the TPS65987 USB-C PD controller was integrated to enable simultaneous power and data transmission.
Supports 100W USB PD while enabling high-speed data transfer.
Integrates power path management for stable voltage regulation.
Supports Alternate Modes, such as DisplayPort over USB-C.
Provides flexibility for configuring USB functionality.
Testing with TPS65987EVM, TI CC Studio, and Technical Support#
To validate functionality, the TI TPS65987EVM evaluation module was used and configured via TI Code Composer Studio (CC Studio). This setup enabled:
Fine-tuning of PD settings to optimize power delivery.
USB 3.0 data transmission testing for stable data transfer.
Alternate mode setup for video output through USB-C.
During development, various configuration challenges were encountered with the TPS65987. Support was sought from TI Support and the TI Technical Forum, where insights were provided to resolve firmware and configuration-related issues. After thorough testing and debugging, the TPS65987 was successfully implemented, making it an ideal solution for single-cable USB-C applications.