8

Recently I'm trying to design a PCB board for an MCU. The problem is I haven't considered any noise aspects before. As I'm in a contest for new electronics product run by our university I have to think of all aspects. I have searched a lot about proper grounding, bypassing, and other noise stuff and got a little bit confused. Things that I learned:

  1. Bypassing caps are better to locate as close as possible to power pins of MCU
  2. It's very important to properly design PCB especially on digital clocked devices and frequencies above 50MHz (My MCU runs at 80 MHz)
  3. It's preferred to use power planes instead of power tracks (I'm using a 2 sided board)
  4. Oscillator device should be placed as close to MCU as possible and surrounded by guard traces
  5. The best ground plane is the one which doesn't have traces inside
  6. Supply track should pass from caps first and after to power pins of MCU

Basically it's just a breakout board or PIM board. All nets are on top side of PCB. I'm thinking of using bottom as a ground plane.

circuit

Is it a good idea to fill entire top side of PCB with copper polygon connected to + and bottom side of PCB covered with ground plane and have caps under IC connected with vias? Entire board will then act as a capacitor. I read some where that it's a good technique. By this I'll have perfect trackless ground plane on bottom side of PCB but viaed supply plane on top. And I'm not quite sure about the board acting like a cap at all. Is it a good thing to do? Why?

I have read your post, Olin. I'll try to apply local ground plane for caps.

I designed something but yet not sure if its a good one. I connected power pins of MCU with one track through Vias and put caps on it under the IC

By this I connected all VDD pins together. ( This is important for my project). But notice that power pins of MCU are connected to supply bu that track and also directly from header pins. Is it a problem? Does it couse noise and why?:)

Then I filled bottom layer with polygon connected to ground... Overall view

View of bottom layer on 3d mode..

Orxan Aliyev
  • 131
  • 6

1 Answers1

4

Actually was looking into the same issue a while back:

Good clear guide from NXP http://www.nxp.com/documents/application_note/AN10897.pdf Automotive introduction to EMI from Intel http://ecee.colorado.edu/~mcclurel/iap711.pdf Another one from TI http://www.ti.com/lit/an/szza009/szza009.pdf

Edit: I don't really see any issues with the redrawn boards. Regarding the layout of Caps and header pins. see https://electronics.stackexchange.com/a/15147/15908

Wally4u
  • 323
  • 2
  • 7