0

I have a charger with USB 2.0 Type A to type-C, I don't understand how does the device being charged negotiates power if the CC1 and CC2 pins are not present in the type A plug in the charger.

How does the device being charged negotiates power if only the USB 2.0 lines are available both in type A and type c plugs?

2
  • 1
    How does USB Power Delivery work with voltages above 5V without damaging 5V peripherals? has a comprehensive answer. Commented Dec 17, 2019 at 14:27
  • Thank you, I think I get the answer from your link, it says: Your device may make use of the Qualcomm Quick Charge protocol, which uses the data lines to negotiate. Specifically, the portable device puts a pair of voltages on the D+ and D- lines, and the Quick Charge IC applies a different voltage depending on whether or not the IC is configured to connect to class A or B devices. For Quick Charge 3.0, the negotiation table is as follows:
    – user4691
    Commented Dec 17, 2019 at 14:39

2 Answers 2

2

If your charger is QC2 or QC3 charger, then negotiations will occur over DP/DM lines.

If not, the supplied voltage will be +5VSAFE, and the capability of charger will be advertised on Type-C end. The CC pins are not present in the Type-A end of cable, but they do present in Type-C end of charging cable. If the specific cable came with specific charger, it is likely that the pull-up inside the Type-C overmold reflects the charger capability, meaning that the pull-ups on CC line can be 56k (500 mA), 22k (1500 mA), or 10k (3000mA max). The device being charged likely reads the pull-up value and takes the current accordingly.

For more accurate answer it would be advisable to identify exactly what kind of "a charger" do you have, with its specifications.

2
  • " If the specific cable came with specific charger, it is likely that the pull-up inside the Type-C overmold reflects the charger capability " The cable cannot identify the charger, it's far too easy for the cable and charger to be separated. A resistor network to the CC pins in the USB-C end of a USB 2.0 cable identifies if it is upstream or downstream facing, and if it is capable of 1.5 or 3 amps. 5 amp cables will have a small IC to identify the cable instead of resistors. Quick Charge cables likely have an IC as well. USB-PD or USB-BC negotiation then happens on the D+/D- pins.
    – MacGuffin
    Commented Dec 31, 2020 at 5:44
  • @MacGuffin, in a comment to deleted answer, user4691 confessed that his charger (and smartphone) are using QC3.0. So my speculations about Type-C and CC pins were indeed lacking much grounds.Thank you for your comment. Commented Dec 31, 2020 at 6:31
-1

A USB-C to USB-A cable must have configuration resistors to tell the device that it is plugged in and what kind of connector is on the other end. Once the device detects the cable and type through the CC pins on the USB-C connector the device knows to look for a USB-A host on the other end. Getting 5 V @ 0.5 A is the minimum required power for any USB host to provide. Presence of 5 V across the Vbus and GND pins means that a host was connected. After that the device can check the data pins on if this is a USB 2.0 host or USB-BC charger. A USB 2.0 host will negotiate allowed power for the device like any other USB 2.0 device. With USB-BC there will be a set of resistors on the data pins for the host to detect, once these resistors are detected the device can know how much power the USB-BC power supply will safely provide. For anything USB that is not USB-C the maximum allowed power is 12 watts.

There was a time when there were a lot of chargers and devices that did not comply with the USB spec to get more than the 12 watt maximum allowed power. These would negotiate power over the data pins similar to how USB 2.0 or USB-BC devices would. This was relatively common on Android devices until Google stepped in to put a stop to it. Having devices that would allow more than 5 volts and 2.4 amps on the USB port was dangerous, and this could reflect poorly on Google if people were injured or devices destroyed because of a noncompliant USB charger and Android device.

I have seen that USB-PD allows for negotiation of allowed power by modulating a signal on the Vbus and GND pins but I am not aware of anyone actually using this. Because nearly every device and charger supports USB-BC it's quite possible nobody bothered to implement this protocol, at least not on any USB-A port.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .