Monday 11 April 2016

packages - Correct pin naming of BGA and DIL chips


Some ICs have their pins labelled only with numerical values and some use alphanumeric labels. I want to know what is the correct naming term for these cases.


Is it ok to call all the chips with alphanumeric labels BGA (ball grid array)? And for chips with only numeric pin labels the chip should be called DIL (dual in line)?



Answer



Typically ICs with pins on the edges have numbered pins. That's DIL, but also QFP, DFN and even SOT23. You start at the pin 1 marker and follow the contour. IIRC PLCCs have their pin 1 in the middle of one of the sides, but normally pin 1 is one of the corners.


You'll see alphanumeric pin IDs whenever you've got some kind of grid, where there could be confusion about which are rows and which are columns. Usual suspects are BGA, PGA, and variants like WSP (WaferScale Packaging), but also this one:


package


One found this one recently, it's called a "Staggered Dual-row MicroLeadFrame® Package (MLF)". Like some BGAs where only the outer pins are used this one numbers the outer pins as "A*", and the next round as "B*".


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