Friday 12 June 2015

Difference between regulator's tab and pin?


Take the classic LM1117 linear regulator http://cache.national.com/ds/LM/LM1117.pdf


Pin 2 is Vout. The tab is also Vout. From a component layout perspective, it would be nice if I could connect the output capacitor to the tab instead of the pin.


What is the functional difference between the tab and the pin? Does one have less current carrying capability than the other? Can I leave the pin floating and instead connect the tab to the output capacitor? Must I hook the output capacitor to the pin? Can I just short the pin to the tab?



Answer



There is no functional difference between the tab and the pin.


On a lot of SMT versions of these kind of devices the middle pin is cut off and not used - just the tab is used:



TO-263 package


Tabbed packages are often used for SMT parts which, despite their small size, have to dissipate up to a couple of Watts. The tab will drain much more heat to the PCB's copper than a pin would.


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...