tuv0k , 09-20-2015, 01:58 AM
Hi everyone,
When I route decoupling capacitors on my PCB's(usually 4 layer boards with MCU) i place them as close as possible to the VCC/GND pins and place vias to reference planes. One wouls probably use this strategy when doing layout for CPU boards also. By using this strategy all of transient HF currents are flowing through reference planes, in my case GND and VCC plane.
I noticed however this may not be a good approach since I no longer have reference plane but center fed patch antenna. See what Olin(a guy with the highest rating on electronics.stackexchange says about that).
"The solution I usually use, and for which I have quantitative proof it works well, is to keep the local high frequency currents off the ground plane. You want to make a local net of the microcontroller power and ground connections, bypass them locally, then have only one connection to each net to the main system power and ground nets. The high frequency currents generated by the microcontroller go out the power pins, thru the bypass caps, and back into the ground pins. There can be lots of nasty high frequency current running around that loop, but if that loop has only a single connection to the board power and ground nets, then those currents will largely stay off them."
It may be harder to do the layout but it makes perfectly sense to do it that way. However, I've seen many professional designs and neither one is using this kind of approach. Here's what Olin says later on
"Here's a anecdote that shows how this stuff can make a real difference. A company was making little gizmos that cost them $120 to produce. I was hired to update the design and get production cost below $100 if possible. The previous engineer didn't really understand RF emissions and grounding. He had a microprocessor that was emitting lots of RF crap. His solution to pass FCC testing was to enclose the whole mess in a can. He made a 6 layer board with the bottom layer ground, then had a custom piece of sheet metal soldered over the nasty section at production time. He thought that just by enclosing everything in metal that it wouldn't radiate. That's wrong, but somewhat of a aside I'm not going to get into now. The can did reduce emissions so that they just squeaked by FCC testing with 1/2 dB to spare (that's not a lot). My design used only 4 layers, a single board-wide ground plane, no power planes, but local ground planes for a few of the choice ICs with single point connections for these local ground planes and the local power nets as I described. To make a long story shorter, this beat the FCC limit by 15 dB (that's a lot). A side advantage was that this device was also in part a radio receiver, and the much quieter circuitry fed less noise into the radio and effectively doubled its range (that's a lot too). The final production cost was $87. The other engineer never worked for that company again."
We could all agree that 15dB on FCC is a lot!! He claims also that for many number of cases, power planes are unnecessary if decoupling is properly done.
What are your thoughts guys?