Tuesday 24 May 2016

components - What exactly gets "worn out" and damaged by heat?


It's quite common knowledge that heat is bad for electronics. That constantly high temperature decreases the expected lifetime of computer parts even if they are not overheating per se.



If, for example, there's dust insulating a component in a PC, "cutting it off" from the usual airflow. What is it that experiences higher "wear" on higher temperatures? I've seen liquid capacitors mentioned as parts failing faster the higher their operating temperture is, because of pressure building and resulting leaking. Is that correct? But surely, there are many things else? Could you name some?



Answer



There are really two different types of temperature stress, cyclying and sustained heat.


Just about any part is susceptible to failure from large number of temperature cycles. Each different type of material in a part expands and contracts at different rates. Of course packages are designed to accomodate this, and materials are chosen or specifically formulated for common thermal expansion responses, but stresses occur nonetheless. Eventually those stresses being applied back and forth enough times will break something.


Sustained heat is different. Silicon stops being a semiconductor, and silicon transistors therefore stop working, at around 150°C. Heating a IC to that temperature won't directly hurt it, other than it won't work as intended. However, that "not working as intended" could include excessive currents, which then cause more heat. Eventually something melts and the part is irreversibly damaged. Some chips, like modern processors, have such high density that failing to get rid of the heat for even a few seconds from the die can cause something to melt. Consider the size of a high end processor die compared to the end of a soldering iron, and then consider that there can be 10s of Watts dumped into the die, and that the soldering iron gets to solder-melting temperatures at that same power level. Getting rid of heat is a major issue with such chips. That is why they come with integrated heat sinks and fans nowadays. Take off the heat sink and fan, and your processor is toast in short order. Or, it shuts itself down to protect itself. Either way, your PC isn't going to run.


Electrolytic capacitors are different from most other electronic components in that they inherently go bad over time. Heat accelerates this. Running a electrolytic cap at 100°C, even without cycling, will degrade it much more rapidly than at 50°C.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...