Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Re: pcb layout of SOIC packages

Re: pcb layout of SOIC packages

2009-10-24 by ecros_technology

--- In AVR-Chat@yahoogroups.com, "Steve Hodge" <steve@...> wrote:
>
> I'm a newbie to SMT devices and I'm
> doing my first pcb layout with them.
> With DIP packages I usually arrange
> them in a column straddling a Vcc
> power bus.  Is it OK to do the same
> with SOIC packages?

VCC routing matters very little if you follow these two important rules.  One, connect all grounds with something as close as possible to a continuous plane.  Two, decouple each VCC pin as close to the pin as possible with a single, low-inductance ceramic capacitor connected to the ground plane.

For SMT designs, most of the ground plane will be on the bottom.  Try to route on the top as much as possible (that's where the component pads are) and cross to the bottom as necessary, but don't make long slits in the ground plane.

SMT ceramic capacitors will perform better than leaded capacitors for decoupling.  Use the smallest size you can handle.  0805 shouldn't be too hard, but I've moved on to 0603 and am starting to use 0402 in dense layouts (but I wouldn't recommend you start there).  A good value is 0.1uF.  Use the same value everywhere (using a high value and a low value in parallel was once popular but actually makes things worse).

Graham.

pcb layout of SOIC packages

2009-10-24 by Steve Hodge

I'm a newbie to SMT devices and I'm doing my first pcb layout with them.
With DIP packages I usually arrange them in a column straddling a Vcc power
bus.  Is it OK to do the same with SOIC packages?   Thanks, Steve
 

__________ Information from ESET Smart Security, version of virus signature
database 4538 (20091024) __________

The message was checked by ESET Smart Security.

http://www.eset.com

Re: [AVR-Chat] pcb layout of SOIC packages

2009-10-24 by Geo

Steve Hodge wrote:
> I'm a newbie to SMT devices and I'm doing my first pcb layout with them.
> With DIP packages I usually arrange them in a column straddling a Vcc power
> bus.  Is it OK to do the same with SOIC packages?  
Absolutely no problem doing that - as long as there is enough space - 
also makes it easier to place decoupling caps.

George Smith

Re: pcb layout of SOIC packages

2009-10-24 by ecros_technology

--- In AVR-Chat@yahoogroups.com, "Steve Hodge" <steve@...> wrote:
> <snip>
> Your mention of hi and lo in parallel ...
> I am using 68 uF ... goes off to the various
> IC's, each with their own 0.1 uF decoupling
> capacitor.  Is this the situation you are
> referring to?

No.  That's perfect.  The 68 uF isn't really a "decoupling" capacitor.  It is there to a) stabilize the regulator and b) soak up medium-speed changes in load current.  Because it has high parasitic resistance and inductance, it is of very little help in decoupling noise.

Also because of its high parasitic resistance, it doesn't stimulate the problem you get with two different values of ceramic capacitor.

The problem occurs when you have, for example, 0.1 uF and 1 nF decoupling capacitors in parallel.  The (incorrect) thinking behind this is that the 0.1 uF takes care of high frequencies and the 1 nF takes care of very high frequencies.  But, the high frequency performance of modern multi-layer ceramic capacitors is limited by their parasitic inductance, which is a function of the package design, not the capacitance.  So, just use 0.1 uF in a good package.

To understand the problem, draw the circuit diagram of the two parallel capacitors, including their parasitic inductance.  Now consider frequencies at which the larger capacitance is basically a short circuit.  Short it out on your diagram.  What's left?  A parallel tuned circuit!  The smaller capacitance resonates with the combined parasitic inductances, the impedance goes up and the effectiveness for decoupling goes all to hell.

Admittedly, what I'm describing is not an effect you'll run into with miorocontrollers.  However, it pays to get into good habits and why pay for two capacitors when one is actually better?

Graham.

RE: [AVR-Chat] Re: pcb layout of SOIC packages

2009-10-24 by Steve Hodge

Thanks, Graham and George.  

 

I already follow these rules with DIP packages, except for the long slits
one - I'll keep them shorter in future.   And switch to SMT ceramic
decoupling cap's (I have been using 0.1 uF tantalum thru-hole).  

 

Your mention of hi and lo in parallel brings up something I have wondered
about for years.   I typically use LP2950 voltage regulators and the data
sheet specifies a capacitor on output.  For my current design I am using 68
uF.    The Vcc power bus from this goes off to the various IC's, each with
their own 0.1 uF decoupling capacitor.  Is this the situation you are
referring to?

 

Steve
Show quoted textHide quoted text
From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf
Of ecros_technology
Sent: Saturday, October 24, 2009 8:42 AM
To: AVR-Chat@yahoogroups.com
Subject: [AVR-Chat] Re: pcb layout of SOIC packages

 

  

--- In AVR-Chat@yahoogroups.com <mailto:AVR-Chat%40yahoogroups.com> , "Steve
Hodge" <steve@...> wrote:
>
> I'm a newbie to SMT devices and I'm
> doing my first pcb layout with them.
> With DIP packages I usually arrange
> them in a column straddling a Vcc
> power bus. Is it OK to do the same
> with SOIC packages?

VCC routing matters very little if you follow these two important rules.
One, connect all grounds with something as close as possible to a continuous
plane. Two, decouple each VCC pin as close to the pin as possible with a
single, low-inductance ceramic capacitor connected to the ground plane.

For SMT designs, most of the ground plane will be on the bottom. Try to
route on the top as much as possible (that's where the component pads are)
and cross to the bottom as necessary, but don't make long slits in the
ground plane.

SMT ceramic capacitors will perform better than leaded capacitors for
decoupling. Use the smallest size you can handle. 0805 shouldn't be too
hard, but I've moved on to 0603 and am starting to use 0402 in dense layouts
(but I wouldn't recommend you start there). A good value is 0.1uF. Use the
same value everywhere (using a high value and a low value in parallel was
once popular but actually makes things worse).

Graham.





__________ Information from ESET Smart Security, version of virus signature
database 4538 (20091024) __________

The message was checked by ESET Smart Security.

http://www.eset.com



[Non-text portions of this message have been removed]

RE: [AVR-Chat] Re: pcb layout of SOIC packages

2009-10-25 by Steve Hodge

Graham, thanks for the great explanation.   It is fairly obvious when you
draw out the circuit diagram.   People on this list are a wonderful
resource!   Steve
Show quoted textHide quoted text
From: AVR-Chat@yahoogroups.com [mailto:AVR-Chat@yahoogroups.com] On Behalf
Of ecros_technology
Sent: Saturday, October 24, 2009 11:35 AM
To: AVR-Chat@yahoogroups.com
Subject: [AVR-Chat] Re: pcb layout of SOIC packages

 

  

--- In AVR-Chat@yahoogroups.com <mailto:AVR-Chat%40yahoogroups.com> , "Steve
Hodge" <steve@...> wrote:
> <snip>
> Your mention of hi and lo in parallel ...
> I am using 68 uF ... goes off to the various
> IC's, each with their own 0.1 uF decoupling
> capacitor. Is this the situation you are
> referring to?

No. That's perfect. The 68 uF isn't really a "decoupling" capacitor. It is
there to a) stabilize the regulator and b) soak up medium-speed changes in
load current. Because it has high parasitic resistance and inductance, it is
of very little help in decoupling noise.

Also because of its high parasitic resistance, it doesn't stimulate the
problem you get with two different values of ceramic capacitor.

The problem occurs when you have, for example, 0.1 uF and 1 nF decoupling
capacitors in parallel. The (incorrect) thinking behind this is that the 0.1
uF takes care of high frequencies and the 1 nF takes care of very high
frequencies. But, the high frequency performance of modern multi-layer
ceramic capacitors is limited by their parasitic inductance, which is a
function of the package design, not the capacitance. So, just use 0.1 uF in
a good package.

To understand the problem, draw the circuit diagram of the two parallel
capacitors, including their parasitic inductance. Now consider frequencies
at which the larger capacitance is basically a short circuit. Short it out
on your diagram. What's left? A parallel tuned circuit! The smaller
capacitance resonates with the combined parasitic inductances, the impedance
goes up and the effectiveness for decoupling goes all to hell.

Admittedly, what I'm describing is not an effect you'll run into with
miorocontrollers. However, it pays to get into good habits and why pay for
two capacitors when one is actually better?

Graham.



Messages
<http://groups.yahoo.com/group/AVR-Chat/message/16515;_ylc=X3oDMTM2aG4xYzF1B
F9TAzk3MzU5NzE0BGdycElkAzQzMTM5NzQEZ3Jwc3BJZAMxNzA2NTU0MjA1BG1zZ0lkAzE2NTE5B
HNlYwNmdHIEc2xrA3Z0cGMEc3RpbWUDMTI1NjQwOTMyNAR0cGNJZAMxNjUxNQ-->  in this
topic (5)
<http://groups.yahoo.com/group/AVR-Chat/post;_ylc=X3oDMTJxamR0cGRtBF9TAzk3Mz
U5NzE0BGdycElkAzQzMTM5NzQEZ3Jwc3BJZAMxNzA2NTU0MjA1BG1zZ0lkAzE2NTE5BHNlYwNmdH
IEc2xrA3JwbHkEc3RpbWUDMTI1NjQwOTMyNA--?act=reply&messageNum=16519> Reply
(via web post) |
<http://groups.yahoo.com/group/AVR-Chat/post;_ylc=X3oDMTJlcDY3ZHVuBF9TAzk3Mz
U5NzE0BGdycElkAzQzMTM5NzQEZ3Jwc3BJZAMxNzA2NTU0MjA1BHNlYwNmdHIEc2xrA250cGMEc3
RpbWUDMTI1NjQwOTMyNA--> Start a new topic 



[Non-text portions of this message have been removed]

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.