Why are there different lengths of contacts on SATA connectors?

29

4

I have looked around, but cannot seem to find out why. On SATA drives (2.5 and 3"), there are variable lengths to the copper contacts on both the data and power ports on the drives. These variations do not exist on an mSATA.

Is there a reason why these variable lengths are on all SATA plugs?

SATA plug

Carl B

Posted 2015-12-31T16:47:25.563

Reputation: 6 430

1This is the same design as for USB cables. Take a look sometime. – phyrfox – 2015-12-31T21:50:43.540

1

Related: In which order do I plug the SATA power and data cables for hotplug? on [sf].

– a CVn – 2016-01-01T18:41:38.400

1@phyrfox - interesting. Never noticed...also looks like Micro SD cards have same staggered hot plugging contacts. Interesting. – Carl B – 2016-01-02T00:52:43.827

Answers

17

I should have looked just a little more. It is for the ability to hot swap.

While full size SATA drive are hot swappable, drives like mSATA are not intended to be. Thus why the SATA has staggered and mSATA does not. Makes sense.

Most modern hot-swap methods use a specialized connector with staggered pins, so that certain pins are certain to be connected before others. Most staggered-pin designs have ground pins longer than the others, ensuring that no sensitive circuitry is connected before there is a reliable system ground. The other pins may all be the same length, but in some cases three pin lengths are used so that the incoming device is grounded first, data lines connected second, and power applied third, in rapid succession as the device is inserted. Pins of the same nominal length do not necessarily make contact at exactly the same time due to mechanical tolerances, and angling of the connector when inserted.

Source

enter image description here

This image from same source lines up the contacts pretty good. Shows length and attribute.

And this gives a good view of pin out to the extended/shortened contact locations:

enter image description here

Carl B

Posted 2015-12-31T16:47:25.563

Reputation: 6 430

40

The longer pins are ground lines ("GND")...

Data:

enter image description here

Power:

enter image description here

Ground lines are slightly longer than data/power lines on connectors that are intended to be regularly plugged/unplugged (especially in the case of hot-swap capable interfaces, like SATA) to ensure that the ground lines are being connected before any data/power lines are. This helps prevent electrical discharge into the device when attaching/removing it.

mSATA is an internal, clamp-down, 'permanent' connector type, so it's not intended to be "plugged" and "unplugged" regularly (by end users), and definitely not while the power is on. :)

Ƭᴇcʜιᴇ007

Posted 2015-12-31T16:47:25.563

Reputation: 103 763

Is there any heat or performance loss using longer ground pins.And how often do we replace our laptops hard drive, and definitely not when it's on – Suici Doga – 2016-03-03T01:26:47.413