Monday 5 November 2018

integrated circuit - What is µMAX IC package?


While ordering free samples from Maxim I have often seen components packaged as µMAX.


What is µMAX? When googling for it all I get are some Maxim components. If I look at google images I get an assortment of SMD and DIP package pictures that bear no resemblance to one another.


Is there a comprehensive list of component packages (cross-provider) around anywhere?



Answer




Whereas most packages are used by several manufacturers, \$\mu\$MAX seems to be a package solely used by Maxim. It's an 8 pin SMT package, about as wide as an SO-8, but just 3mm long instead of the 5mm of an SO-8. This is achieved by using a 0.65mm pitch instead of 1.27mm.
Other manufacturers also go to ever smaller packages, but most often choose for leadless packages like DFN (Dual Flat No Leads).


enter image description here




Intersil has this list of packages.
NXP has this list.


Unfortunately my experience is that recommended footprints for a certain package aren't always consistent between manufacturers.


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