Earlier quoted context omitted.
Why would you design in reverse polarity protection? It adds cost, and the mechanical connector already makes it impossible for VDD to short to GND in USB type C because of its rotational symmetry.
I constantly have Vdd shorts due to ground loops when measuring stuff. But a more frequent case is worn out cables (every lightning cable I've owned has eventually broke). Its not rare enough of a failure mode to ignore.
Bad USB-C cable destroys laptop
71–80 of 146 posts
Re: Bad USB-C cable destroys laptop
#72Reverse polarity protection is often not done with diodes for the reasons explained. It is more common to use a p-channel MOSFET (or ideal diode controllers when there are multiple power sources) when more than a trivial amount of power is used by the design. They are not cheap when properly sized, but are not ruinously expensive either and are not too large for most designs.
There should be a crowbar diode between the rails. If the design is too cheap for an input fuse, the source will limit/disable the short current.
Re: Bad USB-C cable destroys laptop
#73Earlier quoted context omitted.
There should be a crowbar diode between the rails. If the design is too cheap for an input fuse, the source will limit/disable the short current.
Crowbar isn't a diode, and it doesn't protect against reversed polarity, and it's a bad idea on the input because you're relying on the other device to limit current properly, when it's the other device which got the voltage wrong in the first place.
There are likely already plenty of diodes across the rails (the body diodes of the chips), so without a fuse the power is already limited by just the source. IMHO you might as well try and protect the circuit from foreseeable power-limited situations like frayed cables and the OP.
Re: Bad USB-C cable destroys laptop
#74Re: Bad USB-C cable destroys laptop
#75Interesting that most of the reviews for Anker and Aukey products on Amazon have a variation of the same "I was provided with a free sample of this product in exchange for my unbiased professional review."
I had a similar issue with a lightning cable purchased on Amazon that claimed to be a licensed Apple cable, but wasn't. I plugged it into a real Apple charger, went to plug the other end into my iPhone and sparks flew out of it as soon as it got close to the phone.
Re: Bad USB-C cable destroys laptop
#76Re: Bad USB-C cable destroys laptop
#77Killed a laptop when plugging in my phone (with the old 30 pin connector). Turns out a bit of foil from a wrapper had become stuck in the slot on the phone. Since this was in the bad old day the laptop was fixable for under $200 so it wasn't too bad. Still, makes sense to keep an eye on what you plug into your computer.
I recently fried my laptop (still worth $500 on ebay and was $1800 new...), from a cheap chinese pcie adapter. I would love to know where or how I could repair it for and how much.
Re: Bad USB-C cable destroys laptop
#78Earlier quoted context omitted.
Frankly the C plug spec seems overly convoluted. Each cable needs one of 3 resistors depending on them being a A/B-to-C cable, 1.5A C-to-C cable, or 3A C-to-C cable. Note that the A-to-C cable may well be able to carry 3A, but it shall never use the 3A C-to-C resistor (what many of the cables he find as faulty does). Note that all this resistor shenanigans are all independent of the Battery charging spec that has bee…
> Each cable needs one of 3 resistors depending on them being a A/B-to-C cable, 1.5A C-to-C cable, or 3A C-to-C cable. No, for C-to-C connections, the resistance is provided by the host ("downstream-facing") port, not the cable. The resistor in an A-to-C cable is basically emulating the signal that would otherwise be provided by the host. There's no such thing as a "1.5A C-to-C cable"; all type-C cables are required…
Re: Bad USB-C cable destroys laptop
#79Earlier quoted context omitted.
If you stop the current from flowing, you don't have to shunt any power anywhere. You'd have to open the circuit in the face of 5V of potential hooked up backwards, not really a tall order.
I don't want to be a broken record, but you're right, not a tall order, but no it's unreasonable on account of cost. It's impossible for USB C to be hooked up backwards by its mechanical design, so why guard against it? The high-side transistor to prevent reverse polarity faults could be 3 to 4 cents in manufacturing cost! It's also not trivial to make sure that transistor trips fast enough to prevent all your low-vo…
Re: Bad USB-C cable destroys laptop
#80Earlier quoted context omitted.
Sure, but the magnitude of that cost matters a lot. You were saying a dollar or two in raw materials to protect against 100W, now you're saying three or four cents. A few cents to protect hundreds of dollars in equipment from electrical faults seems worthwhile to me.
That makes sense from the consumer's point of view. But imagine you're a manufacturer, producing USB device controller chips by the million. Would you really be willing to spend tens of thousands of dollars to protect against a failure mode that can only happen due to some other company's extreme negligence?