Thursday 11 December 2014

integrated circuit - How do I identify Pin 1 on a chip with no corner mark


I am trying to identify Pin 1 of MAX3222E, the TSSOP variant (See Page 16 of datasheet), but it doesn't have any corner mark!


Could someone suggest how to identify Pin 1 in this type of situation?


I don't have a high-res camera on me right now, but I do have the chip in front of me, so here's a drawing of everything I see on top (the + sign is just part of the full name MAX3222EEUP+):


enter image description here



Answer




If you dig a little deeper on the Maxim website, there's a package drawing for this part.


Pin 1 is clearly indicated.


MAXIM TSSOP


Note 8 says: "MARKING IS FOR PACKAGE ORIENTATION REFERENCE ONLY", which means AAAA is boilerplate text.


Essentially, if you can read AAAA, pin 1 is lower-left.


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