Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Near the sata port of an embedded system, I noticed 10nF 16V X7R 10% 0402s in line with the data pins. What is their function?

Related drawing:

Related drawing

share|improve this question

1 Answer

up vote 4 down vote accepted

Many high-speed serial communication standards use DC blocking caps to, well, block DC. SATA does this, as does PCI-Express.

The serial data stream is encoded in such a way that it is "DC balanced", meaning that there is an equal number of "zeros" as there are "ones". This is required so that the DC blocking cap doesn't do bad things to the signal.

share|improve this answer
2  
Interesting related links: SATA Physical Layer, and 8b/10b encoding (The encoding scheme used by SATA to achieve DC balance. – Connor Wolf Apr 8 '12 at 5:37

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.