Monday 7 December 2015

to220 - Heatsink earthing?


I'm currently working on my first circuit that dissipates enough power that I need to use a heatsink. The component in question is a TS1085CZ33 which I'm running with a maximum load of 2.8A dissipating around 7.5W. I'm just wondering a couple of things:




  • Is the heatsink tab on these chips (I'm using the TO-220 variant) electrically connected internally? If so, what is it connected to?

  • If it isn't connected should I ground the heatsink?



Answer



enter image description here


I think if you used an up-to-date spec you'll see the above in red - this spec has stuff about RoHS compliance and the device being lead-free so it's probably more recent than the one in the OP link.


TS1085 newer link


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