How do thermal vias work?

Trying to work out how these thermal vias work on the footprint:

Package_SO:Texas_R-PDSO-G8_EP2.95x4.9mm_Mask2.4x3.1mm_ThermalVias

I put a GND pour on the back of the board but the back copper pad that’s part of the footprint is unable to be connected to the GND layer even if I set the pad to the GND net. The TI datasheet for the LMR16030 says that the thermal vias need to be connected to a GND plane.

The vias aren’t connected to the GND net on the back of the board:

Even if I set pad 9 to GND net there is no connection to GND on the back:

I am also a bit confused about solder wicking. A few posts I have read say that you need to be careful of the solder wicking down the via to the back leaving no solder under the TI PowerPad.

I have been playing around with it some more and I think this has to do with the copper pour keep out area, in this case I want zero keep out, I want the GND copper pour to join this component pad.

What are the settings for the zone on the B.Cu layer? What type of connection is specified in the zone configuration window ?

You can have the vias capped if you are having this assembled or put some kapton tape over the bottom layer prior to reflow if you are assembling it yourself.

This is from the pad on the B.Cu layer:

I tried changing the connection to Solid but it still doesn’t connect the GND net.

If I change the B.Cu GND pour to Solid Pad connections I get this:

Tried setting “Connection to Copper Zones” to “Solid” in the footprint as well.

Still the same:
image

Capping is expensive.
Using a 0.6mm pad, 0.3mm hole for thermal vias is within budget Fabs capabilities and steals far less solder than the rather coarse KiCad default of 0.8/0.4

1 Like

It seems this pre-made footprint uses 0.5/0.2 - I’ll need to see if the Osh Park can even do that:

Some regular suppliers like JLCPCB go down to vias with a 0.2mm hole
Obviously for solder theft, the smaller the hole the better.
Check your preferred supplier capabilities.

To address the original issue: Looks like the vias (which are actually PTHs) aren’t set to GND.
Why don’t connect pin 9 to GND in the schematic, BTW?

I had tried setting each thermal via pin to GND and it made no difference. What’s a PTH?

You didn’t showed yet what are thats vias Local Clearance and Settings.
Added later:
It looks they are not connected to GND or have some settings not allowing for being connected.

1 Like

PTH = plated through-hole (basically a regular component hole because KiCad doesn’t allow vias in footprints).

The pad properties screenshot above shows that that particular hole isn’t assigned to GND and the copper plane’s shape above that one suggests that the hole clearance is the issue.

I had the same problems, I solved changing the local clearance from the footprint, take a look at this thread:

I hope it helps !

It seems that setting the PTH and the top thermal pad to GND worked. I swear I had already tried this!

Note that your first screenshot just has “9” on the center pad, while your last post also has the “GND” net label attached.

People do silly things all the time. For example adding pad “8” to the GND net and then hitting escape instead of confirming, or adding it in the schematic, but then not syncing the netlist with the PCB ( With [F8])

Also, you have a big fat via right through pad nr 7 in the last screenshot. This does not matter much for hand soldering, but when using a solder stencil, then most of the solder will wick into the via hole and thereofore it is not recommended to put via’s through pads.

Also for the amount of solder for the themal pads. You have to balance the cutout in your solder stencil to match with the amount of solder that will wick into the via’s.

1 Like

Thanks! I was only messing around putting vias through pads.

How do I work out solder mask opening to allow for wicking?

Do you mean the back side of those 6 THT pad thermal pad holes in the screenshot above? Open Pad Properties and there are the layers to be toggled on/off. They probably have B.Mask off now.

Just an orthogonal reply…
Do you really need/want “via in pad” ?
True “via in pad” involves discussions with the fab house to fill the associated vias with epoxy to mitigate wicking. Additional expense

“Via in pad” involves well… Vias in the pad and can Introduce additional cost as the fab hous has to make sure the pad is level post drilling and plating

A third option exists, if viable. Remove the vias on the pad and use a larger copper fill to connect to it. Use vias in this area (outside the part) to take the heat away
You no longer have additonal fab cost nor concern about wicking and you have a nice bit of copper to heat up if you need to remove the part

Downside… Not the datasheet footprint and it could compromise tracking.

I was just using the standard footprint for the part. I will look at removing the via’s and using a larger ground plane with via’s outside the pad area.

1 Like