Electronic – PCB’s and designing power connections

groundpcb-designpcb-layerspower

I've designed a few PCB's now, but never put much thought into good practices. They were small boards and most of the emphasis was put into just making sure everything that needed to be connected was connected.

Now I want to get more serious into making well designed boards. I've designed and redesigned my current project multiple times trying to come up with a good looking layout.

This project is based around the ATXMega256 mCU running on a 16Mhz crystal, around 60 total components and 7 or 8 of them being IC's.

For my next redesign, I plan on giving "Manhattan Routing" a go to at least try and help with crazy traces going every which way – but that's a little bit off topic.

The problem I seem to run into the most is understanding an appropriate method of running power to each IC. Normally, I would just daisy chain them but that is said to be a bad practice.

Here are my questions relating to feeding power

  1. I've heard of the "Star Configuration" where all the IC's tie directly into the regulator but haven't seen a real life example of that so I'm not sure how to design that into my projects. It sounds like a mess of traces coming off of one pad in my mind. Can you post an example of a well designed Star Configuration?

  2. What would be some advantages and disadvantages of using the star configuration as opposed to a power plane, other than the obvious of power being everywhere with a plane.

  3. When is it ok or not ok to use a plane for VCC, specifically for a 2 layer board as I've heard that it's not as common on a 2 layer board?

  4. If I shouldn't use a power plane, which is better in the case of traces needing to cross each other: using via's for GPIO or via's for power?

  5. If it is ok to use a power plane on a 2 layer board, should VCC be on the top layer or bottom, obviously I would have a Ground plane as well.

I know there isn't a win/win answer to these questions because every project is going to be different and require different planning, but I think the basic concept behind it should be somewhat universal that people follow. You have to know the rules before you can break them.

I also realize that these questions may be beyond the scope of online discussion, but I'm looking for more general answers that can help push me in the right direction.

Best Answer

I'd recommend looking at PCB Design Guidelines For Reduced EMI by Texas Instruments.

While it is focused on reducing EMI, it offers advice or answers to all of your questions except "Manhattan Routing".

Section 2.1 (about 12 pages) is about Ground and power. It includes these useful sections:

2.1.7 Power Plane Do’s and Don’ts for Four-Layer Boards
2.2.1 Single-Point vs Multipoint Distribution
2.2.2 Star Distribution
2.2.3 Gridding to Create Planes

It shows how to get close to 4-layer PCB EMI performance using a 2-layer board. Part of reducing EMI is to ensure there is good power and ground routing and decoupling.