I am using isolated SMPS power module in my PCB layout. I found good examples about layout here. https://www.powerctc.com/en/node/5139. I have completed routing the isolated SMPS power module from the power layer of the PCB. The upper layers and the lower layers are empty. I was wondering if for heat dissipation, if I parallelize this power pour in other layers and connect them with a via, will this generate noise? Is this a good practice?
-
By power layer, do you refer to Vsup/Vcc or a switching node? – winny May 29 '23 at 12:41
-
I parallel traces and pours all the time. Good for heat and to keep the resistance down. – ronsimpson May 29 '23 at 12:45
-
I mean the supply Vin pins of the isolated module – Electronx May 29 '23 at 12:45
-
What does the converter datasheet/application note recommend for layout and thermal management? – Tim Williams May 29 '23 at 12:54
-
@TimWilliams nothing https://www.meanwellusa.com/upload/pdf/SCW12/SCW12-spec.pdf – Electronx May 29 '23 at 12:54
-
Then it probably doesn't matter, traces or pours will do. – Tim Williams May 29 '23 at 13:00
2 Answers
You paid for all the copper and most PCB manufacturers will allow a lot of vias before charging you extra, so by all means make the most of it.
Suppose you have a four layer design with the following stackup:
- Signal
- GND
- Vbus/Vcc
- Signal
I would recommend you use all the empty areas on top and bottom layers to do fill/pour like this:
- Signal + Vcc/Vbus pour
- GND
- Vbus/Vcc
- Signal + GND pour
Connect your pours throughout with vias, especially important for any islands.

- 13,064
- 6
- 46
- 63
In theory you'll get better thermal conductance with parallel planes, or haiving GND in between to even form some additional capacitance. Unfortunately though, the package you have will dissipate most of the heat through it's surface, not through the PCB, so there isn't much you can do.
Stiching the planes with vias will help keeping the planes in the same potential and eliminate structures that might act as antennas.
Connect the V_SUP- also directly to the SMPS pins, not through the mid-layers, to minimize the inductance from the caps to SMPS. Consider adding a ceramic cap closest to VSUP+ and VSUP-.

- 3,026
- 1
- 4
- 22