Back To Basics: Thermal Pads vs Thermal Paste

Recently, I was working on a client project where I had to decide between using thermal pads or thermal paste for a custom heat dissipation solution. It’s a decision many engineers face, and I thought it’d be helpful to break it down here.

Basics first. Transferring heat is critical to ensure your electronics last longer and perform better. It can be SoCs, LEDs, Power MOSFETs etc. Both thermal paste and thermal pads are materials used to fill microscopic air gaps between a heat-generating component and a heatsink. But when should you use one over the other?

Thermal paste/Thermal grease is a viscous material that provides great thermal conductivity. It’s often preferred in cases where the contact surfaces are perfectly aligned or where you require maximum heat transfer. Since they are in paste form they virtually have no “thickness” so the metal heatsink technically has max contact with the heat source for maximum heat transfer.

Thermal pads are pre-formed, solid sheets of thermal material that are easy to apply and is not messy to use at all. Here the overall heat transfer is less because this material has some thickness and it acts as an insulator between the heat source and the heatsink. So why would you want to use this if conductivity is lower? It’s for those cases where you can’t have flush contact between the heatsink and the source for different reasons like non-flat surface due to manufacturing tolerance or if you are using the same heatsink for multiple ICs of varying heights. The spongy nature of thermal pads handles this height variation. Another great thing is it doesn’t dry out over time. Make sure you choose thermal pads of the minimum thickness possible.

In summary, both materials have their place. If max heat transfer is needed and surfaces are flat go for thermal grease, else use thermal pads. Hope this helps.

If you liked the post, Share it with your friends!

Back To Basics: Via Stubs and Back Drilling

Last week we discussed antipads, and I mentioned we’d touch back on back drilling. So, let’s dive into that today!

First of all, what are via stubs? When a signal travels through a PCB via, it may only need to pass through certain layers, but the unused sections of the via remain in the board. These unused sections are known as via stubs. For example, routing from Layer 1 to Layer 3 on an 8-layer board causes a via stub between Layer 3 and Layer 8. While they might seem harmless, they can become a major source of signal degradation at high frequencies.

Now for some basic transmission theory, When a signal travels along a transmission line, and the line length is a quarter of the wavelength, the signal will reflect back to the start after traveling another quarter-wavelength, totaling half a wavelength. This creates a 180-degree phase shift, inverting the signal. The same concept applies to via stubs. When a via stub’s length is a quarter wavelength of the signal, it reflects back with a 180-degree phase shift, interfering with the original signal. This results in signal degradation, dips in signal quality, and a distorted eye diagram, indicating poor signal integrity. Check the chart in images to see what at max data rates via stubs starts becoming a problem in the high-speed domain.
Back drilling is a technique used to remove these unwanted via stubs. By drilling from the opposite side of the PCB, we remove the unused section of the via, leaving just the necessary portion for signal transmission. As explained in the antipads post, you can have drill offset due to tolerances so size your antipads properly. If you want to know and calculate the stub lengths possible for your signal, I would suggest searching online for Bert Simonovich’s blog post on via stubs. He explains it in greater detail.

Via stubs are why full-length through-hole connectors are fading for high-speed use. The pin acts as a stub to the last layer, causing signal issues. Now, shorter pin/SMD connectors are getting preferred.

If you liked the post, Share it with your friends!
1 13 14 15 16 17 86