Table of Contents
The Open Symbol Project aims to create an open collection of schematic symbols and PCB footprints released under a license that does not interfere with use in either commercial or free projects.
Work is currently empahasising PCB footprints, particularly for surface mount parts. Land size calculations are based on the IPC-7351 (draft),the successor to IPC-SM-782, with component dimensions largely taken from JEDEC standards. These calculations take into consideration the sizes of the parts.
Work is empahsizing the footprints, in part, because I have not had a chance to write a GUI application that will allow entry of schematic symbols with all the extra information I want to include (including pin swapping, etc.)
Footprints are being primarly generated by programs written in C. A software library has been created which currently has output drivers for Xpcb, eagle, DXF, and Circad. The primary program is designed for square and rectangular QFP packages but SOIC, SOP, most SOTs, and even chip resistors and capacitors are handled as degenerate forms of a QFP. Because the footprints are generated from calculations rather than a fixed pattern, they can easily be modified to accomodate various design rules.
This site and the project are in the early stages of constrution, but I wanted to get something up so the search engines will index it. I am currently busy doing the first micro board designed using these symbols and the software to drive it.
This diagram shows the flow through various parts of the system for PCB footprints. Portions which don't exist yet are shown with dotted lines. This diagram is availible in PNG, PDF, Encapsulated Postrict, and Open Office Draw formats.
![[PCB Footprint Flow Diagram]](diagram1.png)
PCB Footrpint overview diagram
This next figure shows some sample footprints including rectangular quad flat packs (easier to screw up than the square kind), SOIC/SOP/TSSOP, chip resistors, chip capacitors, chip diodes, right angle D-sub connector, 2.54mm shrouded headers, and flat flex connectors They are shown here at enlarged 2:1 (on 100dpi screens). The lead pitch is so fine that you will see considerable aliasing artifacts which is why the pin spacing seems irregular. Even on a laser printer, there are noticable artifacts. At 300dpi, the lead pitch is only 3.5 pixels wide. At 600dpi, there are still noticable artifacts. This figure is also availible in xpcb, PNG, PDF, and Postscript formats.

The standard file format is still under development. I expect to include the following features:
Text based. Probably XML based.
Able to define symbols with variable numbers of pins.
Include optional simulation data. Verilog, VHDL, and Spice.
Gate swapping, pin swapping, and complex pin swapping with linked input and output pins that can be swapped together.
Multiple gate types within package. Symbol.
Better handling of text rotation and alignment. Does text right itself after being rotated 180 degrees or do true rotation? If it is attached to a pin that is rotated 180 degrees, does it climb on top of the pin or stay underneath? Are text alignment points based on the text baselines or the postions of the lines they are labeling? (With gschem, you can't snap text to a 100 mil grid and have it line up properly with lines on a 100 mil grid. All of these alignments will be specifiable.
May have ECMAscript based scripting. Javascript is a terribly insecure thing when included in web browsers but that is because of the STUPID browser API bindings. The core language is weak enough that you can't do anything more dangerous than waste cpu cycles.
Key parameters. The format will include provisions for specifying key parameters (zener voltage, resistance in ohms, gain, wattage).
Technology information: through hole, surface mount, reflow compatible, etc.
Optional 3D modeling information. At the very least, a part height is desired so silk screen outlines can be extruded upwards.
| MO-118 | Plastic TSSOP packages, body width 7.5mm, pitch 0.635mm (0.025") |
| MO-120 | Plastic SOIC packages, body width: 0.300", pitch: 0.050" |
| MO-137 | Plastic SSOP packages, body width: 0.150". pitch: 0.025" |
| MO-153 | Plastic thin SSOP/TSSOP |
| MS-012 | SOIC packages, pody width: 3.9mm, pitch: 1.27mm |
| MS-013 | SOIC packages, body width: 7.5mm, pitch 1.27mm |
| MS-022 | Plastic QFP |
| MS-026 | Plastic QFP |
| MS-029 | Plastic QFP |
| vendor data | chip_capacitors: |
| vendor data | chip_resistors.csv |
| vendor data | tantalum_capacitors.csv |
Hirose Flat Flex connectors. 0.5mm pitch, staggered vertical, bottom contact, and top contact surface mount styles. 1mm pitch connectors not entered. Also AMP through hole 1mm flat flex connectors.
D-subminature connectors. 2 row, standard spacing. Male and female right angle. More data needed for other types.
Headers. Generic 100mil (2.54mm) pitch single and double row headers, straight and right angle,
CTS252 series Joysticks
CTS-7 XTALs
DM1AA SDIO/MMC connectors
EVQ-PJS04K pushbutton switch
TL1100F pushbutton switch
TO-220 Transistor, voltage regulator, etc.
SOT-89 Surface mount transistor, regulator, temperature sensor, voltage reference, etc. This one is handled differently than normal SOTs because it wants copper under the body.
Generic SMT potentiometer footprint, fits most sizes of pots.
Tamura G500 series pulse transformers.
Optrex Chip on Glass LCD graphic display
A number of schematic symbols are availible. These are just symbols drawn in gschem and don't reflect the quality level of forthcoming symbols.
headers. A program has been written to create symbols for header style connectors.
MC9S12DP256B microcontroller
diodes, NPN, PNP, N-channel mosfet, resistor, SIP resistor, capacitors
potentiometers and joysticks.
atmel/xilinx FPGA (AT40K pinout).
Logic: 74HC05, 74HC125, 74HC138, 74HC166, 74HC541, 74HC574, 74HC595, 74HC652, 74HC688, 74TVC16222A
Linear: LM317, LM335, LM7805
Linear Tech/Maxim: LT1796, LTC1334, MAX253
crystals
VCC, GND, DGND, AGND
A template symbol that greatly speeds development of other gschem logic symbols by reducing the amount of attribute symbol manipulation needed.
Optoelectronics: LED, optoisolator
Connectors: RAPC722 2.1mm power connector, MMC/SDIO/Secure Digital connector
I am working on machine generated symbols for 74XX logic. To that end, I have created a program that has abstract definitions of parts from 74XX00 to 74XX99 but I haven't had the program generate the symbols yet. For gates, the program will draw the gates. For block symbol parts, the data contains enough information to place pins in appropriate locations, handle pin swapping, etc.
The license will definitely not be any form of GPL. The license will be more in the true spirit of Public Domain and Creative Commons. I haven't worked out the exact terms of the license.
Credit where credit is due. But there won't be any requirement to include credit in print advertising. Credit somewhere on the website would be appropriate.
No blame where it isn't due. I.E. if you change it you must indicate that it has been modified.
No warranty or liability.
There will be a prohibition on redistributing libraries relicensed under GPL but I would like to find a way that users can mix symbols with GPL symbols if they use a program whose default libraries contain such an objectionable license. If you have ideas on how to do this, let me know.
To produce commerical designs.
To produce free designs distributed under Public domain, BSD, MIT, creative commons, and other reasonable licenses.
To produce designs which are copyrighted and can be licensed for a fee but full schematics, pcb layouts, etc. are availible for download.
To distribute with CAD packages. Vendors will be encouraged to keep the library separate from their proprietary license and to donate some of their own symbols.
Distribution of symbols by component manufacturers and distributors via websites, cd-rom, etc. for parts they sell.
I could use some help entering data from the JEDEC standards for the qfp program. See spreadsheet format below. My time would be better spent on creating the utilties, file formats, and documentation for this project.
Send me any schematic symbols and pcb footprints you are willing to donate. They can be created using any schematic capture or pcb layout package as long as it has an ASCII file format (some which use binary formats such as eagle and protel can export as ascii). Please include a URL for the file format specfication. I will write a converter. Even if these symbols/footprints do not meet the standards of this project, they may be helpful to others as is or reduce the amount of data we need to enter to produce high quality symbols. Even symbols that don't meet the graphical standards and have pin swap information still have pinnumber/pinlabel information that can be extracted. If you have donated symbols to gEDA or xpcb, you can still donate them to this project if you did not create them by modifying existing GPLed symbols or other symbols with incompatible licenses. This command will update the license attributes on all symbol files in the current directory. perl -p -i -n -e "s/license=GPL/license=Open Symbol License/" *.sym
I need documentation on the file formats used by various commercial CAD packages.
Donations:
Copies of IPC standards or the money to buy them.
sample parts that can be used to check footprints.
The use of a spreadsheet to enter data from the standards is a bit of a kludge but it turns out to be a fairly efficient way to define lots of similar parts. I am thinking of providing a web interface in the future that will work with standards that define only a few parts or many parts.
All the data from a typical standard can be entered in one evening. Basically, all dimensions are entered into a spreadsheet. Any spreadsheet can be used: gnumeric, oocalc, Excel, Lotus 123, etc. For data entry convenience, spreadsheat columns are entered in the order the data is listed in the standards documents. The data is then saved in CSV (comma separated ASCII) format.
Typically, the standard will have data in three sections. First will be a list of all components, with a few key parameters. This data is entered into the first columns. Second, there will be a list of data common to all parts or all parts with a given lead pitch. Those are entered once and then copied and pasted into the last columns after the individual part data is entered. Third, there is data specified for each part variation. This is entered in the middle columns. Be careful, the parts are frequently listed in a different order in this section. Then, additional columns of data are added:
In the first column, enter the IPC-7351 naming convention prefix for this class of part ("PQFP", "SOP", "SOIC", etc.)
In the second column, enter the IPC-7251 pintype as used by the qfp program.
#define LEAD_TYPE_GULL_WING 0 // gull wing, pitch >0.625 #define LEAD_TYPE_GULL_WING_SHRINK 1 // gull wing, pitch < 0.625 #define LEAD_TYPE_J_LEAD 2 // J leads #define LEAD_TYPE_RECTANGLE_END 3 // rectangle or square-end components (caps and resistors) #define LEAD_TYPE_MELF 4 // Cylindrical end cap terminations (MELF) #define LEAD_TYPE_BOTTOM_ONLY 5 // Bottom only terminations #define LEAD_TYPE_LEADLESS_CASTELLATED 6 // Leadless chip carrier with castellated terminations #define LEAD_TYPE_BUTT_JOINT 7 // butt joints #define LEAD_TYPE_INWARD_L 8 // Inward flat ribbon L and gull-wing leads (tantalum capacitors) #define LEAD_TYPE_LUG 9 // Flat lug leads #define LEAD_TYPE_FLAT_NO_LEAD 10 // Flat, no lead #define LEAD_TYPE_SO_NO_LEAD 11 // Small Outline (SO), No-lead SON?
Pin counts. Add 4 columns with the pin counts on the top, bottom, left, and right sides of the part. Frequently, a formula can be used to derive this from the total pin count but for rectangular QFPs you need to enter this manually.
The source document. I.E. "MS-026"
The name of person entering (or last updating) the values.
Any required program variables which are not specified explicitly in the standard but which can be calculated from it.
Data starts on row 3. The first two rows have special meaning. In the second row, enter the names of the variables as they appear in the standards document. In the first row, enter the variable names for the qfp program.
Data is to be entered in mm. If the standard only specfies inches, convert by using the spreadsheet to multiply by 25.4.
Comments are entered in column 1 starting with a "#" character, below
the data rows.
Include the URL of the source document as a comment. Include
any assumptions that were made. Include your email address in
a comment if you don't mind your email on the web. Include a comment
that describes the packages covered by this file. Include a comment
if you haven't entered all parts defined by the source document or
if you didn't do adequate error checking.
# Correction: corrected a typo in the source document for part AA, E=0.65.
# Assumption: lead count per side for 14x20 package not specified, assumed base on other rectangular 128 pin packages.
# SourceURL: MS-999 http://www.jedec.org/download/search/MS-999.pdf
# Contents: This file describes 0.150 mil body width, 50 mil lead pitch SOIC
# Contributor: Mark Whitis <whitis@freelabs.com> http://www.freelabs.com/~whitis/
Include all dimensions specified in the standard. Even if they aren't required to generate a footprint they may be required to generate a 3D model. Where variables, for L for example, are specified as min, nom, max, label the columns Lmin, Lnom, Lmax. You will notice that some cells are empty for all variations, for example they may specify min and max but not nom for all variations. In that case, you do not need to include a column for Lnom. Fortunately, they are usually consistent within a particular document about which values they omit which simplifies data entry since you can just type all the numbers printed separated by tabs and not need to look at the computer until you get to the end of the line.
In order to insure accuracy, all data is entered twice. The second copy is in a block of rows below the block containing the additional data. They are separated by "#end" in column 1. The common data must be reentered again and can then be cut and pasted to each row but don't copy and paste it from the top block of data. A third block of rows is created with one cell for each cell in the preceeding two blocks. This contains a formula used to test for equality. In gnumeric, for example, use =A1=A100 to compare cells A1 and A100. Not that if you move cells of data, you may need to recopy the equality formalas since their references may also move. This process is tedious but it eliminates many errors and is needed to prevent errors.. Leave the second copy of the data and the comparison as an indication of data accuracy.
Include only data which may be legally incorporated. Tables of facts can usually be incorporated under Fair Use laws as long as you don't copy the existing format.
Try to use JEDEC standards where they are availible. They are fairly consistent about the variable naming and usually include many parts in the same document. One data file that defines 10 parts is easier to handle than 10 files that define 1 part.
There can be some confusion as to the length vs. width of the part. The part is to be oriented with pin 1 in the upper left corner or top center (for PLCC and oddball QFPs). For two lead parts, pin 1 is on the left. For diodes, pin 1 is the cathode. For other polarized parts such as capacitors, pin 1 is on the positive lead. For BGAs, pin1 is on the upper left. The standard may show the part rotated 90 degrees. For two sided parts, specify lead_span_2 instead of lead_span_1.
Here is the Spreadsheet and CSV data, not including the extra files.
| prefix | leadtype | body_width | body_length | lead_pitch | lead_count_total | lead_count_top | lead_count_bottom | lead_count_left | lead_count_right | variation | height | underbody_min | underbody_max | body_thickness_min | body_thickness_nom | body_thickness_max | lead_width_min | lead_width_nom | lead_width_max | base_metal_min | base_metal_nom | base_metal_max | lead_span_1 | lead_span_2 | gauge_plane | leadspan_tolerance | L_min | L_nom | L_max | ||||||||||||||||||||||||
| prefix | leadtype | "Body Size" | Pitch | "Lead Count" | "leads short side" | "leads long side" | CODE | Amax | A1min | A1max | A2min | A2nom | A2max | bmin | bnom | bmax | b1min | b1nom | b1max | D | E | ccc | ddd | thetamin | thetanom | thetamax | theta1min | theta2min | theta2nom | theta2max | theta3min | theta3nom | theta3max | Cmin | Cmax | C1min | C1max | D2min | E2min | Lmin | Lnom | Lmax | L1 | R1min | R2min | R2max | Smin | aaa | bbb | ||||
| TQFP | 0 | 4 | 4 | 0.65 | 20 | 5 | 5 | 5 | 5 | AKA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 6 | 6 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 4 | 4 | 0.65 | 20 | 5 | 5 | 5 | 5 | BKA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 6 | 6 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 4 | 4 | 0.5 | 24 | 6 | 6 | 6 | 6 | AKB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 6 | 6 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 4 | 4 | 0.5 | 24 | 6 | 6 | 6 | 6 | BKA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 6 | 6 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 4 | 4 | 0.4 | 32 | 8 | 8 | 8 | 8 | AKC | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 6 | 6 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 4 | 4 | 0.4 | 32 | 8 | 8 | 8 | 8 | BKC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 6 | 6 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 5 | 5 | 0.5 | 32 | 8 | 8 | 8 | 8 | AAA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 7 | 7 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 5 | 5 | 0.5 | 32 | 8 | 8 | 8 | 8 | BAA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 7 | 7 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 5 | 5 | 0.4 | 40 | 10 | 10 | 10 | 10 | AAB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 7 | 7 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 5 | 5 | 0.4 | 40 | 10 | 10 | 10 | 10 | BAB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 7 | 7 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 7 | 7 | 0.8 | 32 | 8 | 8 | 8 | 8 | ABA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 8 | 9 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 7 | 7 | 0.8 | 32 | 8 | 8 | 8 | 8 | BBA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 9 | 9 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 7 | 7 | 0.65 | 40 | 10 | 10 | 10 | 10 | ABB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 9 | 9 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 7 | 7 | 0.65 | 40 | 10 | 10 | 10 | 10 | BBB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 9 | 9 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 7 | 7 | 0.5 | 48 | 12 | 12 | 12 | 12 | ABC | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 9 | 9 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 7 | 7 | 0.5 | 48 | 12 | 12 | 12 | 12 | BBC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.18 | 0.2 | 0.23 | 9 | 9 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 7 | 7 | 0.4 | 64 | 16 | 16 | 16 | 16 | ABD | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 9 | 9 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 7 | 7 | 0.4 | 64 | 16 | 16 | 16 | 16 | BBD | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 9 | 9 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 10 | 10 | 1 | 36 | 9 | 9 | 9 | 9 | ACA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.35 | 0.42 | 0.5 | 0.35 | 0.4 | 0.45 | 12 | 12 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 10 | 10 | 1 | 36 | 9 | 9 | 9 | 9 | BCA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.35 | 0.42 | 0.5 | 0.35 | 0.4 | 0.45 | 12 | 12 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 10 | 10 | 0.8 | 44 | 11 | 11 | 11 | 11 | ACB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 12 | 12 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 10 | 10 | 0.8 | 44 | 11 | 11 | 11 | 11 | BCB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 12 | 12 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 10 | 10 | 0.65 | 52 | 13 | 13 | 13 | 13 | ACC | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 12 | 12 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 10 | 10 | 0.65 | 52 | 13 | 13 | 13 | 13 | BCC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 12 | 12 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 10 | 10 | 0.5 | 64 | 16 | 16 | 16 | 16 | ACD | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 12 | 12 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 10 | 10 | 0.5 | 64 | 16 | 16 | 16 | 16 | BCD | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 12 | 12 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 10 | 10 | 0.4 | 80 | 20 | 20 | 20 | 20 | ACE | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 12 | 12 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 10 | 10 | 0.4 | 80 | 20 | 20 | 20 | 20 | BCE | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 12 | 12 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 12 | 12 | 1 | 44 | 11 | 11 | 11 | 11 | ADA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.35 | 0.42 | 0.5 | 0.35 | 0.4 | 0.45 | 14 | 14 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 12 | 12 | 1 | 44 | 11 | 11 | 11 | 11 | BDA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.35 | 0.42 | 0.5 | 0.35 | 0.4 | 0.45 | 14 | 14 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 12 | 12 | 0.8 | 52 | 13 | 13 | 13 | 13 | ADB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 14 | 14 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 12 | 12 | 0.8 | 52 | 13 | 13 | 13 | 13 | BDB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 14 | 14 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 12 | 12 | 0.65 | 64 | 16 | 16 | 16 | 16 | ADC | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 14 | 14 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 12 | 12 | 0.65 | 64 | 16 | 16 | 16 | 16 | BDC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 14 | 14 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 12 | 12 | 0.5 | 80 | 20 | 20 | 20 | 20 | ADD | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 14 | 14 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 12 | 12 | 0.5 | 80 | 20 | 20 | 20 | 20 | BDD | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 14 | 14 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 12 | 12 | 0.4 | 100 | 25 | 25 | 25 | 25 | ADE | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 14 | 14 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 12 | 12 | 0.4 | 100 | 25 | 25 | 25 | 25 | BDE | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 14 | 14 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 14 | 1 | 52 | 13 | 13 | 13 | 13 | AEA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.35 | 0.42 | 0.5 | 0.35 | 0.4 | 0.45 | 16 | 16 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 14 | 1 | 52 | 13 | 13 | 13 | 13 | BEA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.35 | 0.42 | 0.5 | 0.35 | 0.4 | 0.45 | 16 | 16 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 14 | 0.8 | 64 | 16 | 16 | 16 | 16 | AEB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 16 | 16 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 14 | 0.8 | 64 | 16 | 16 | 16 | 16 | BEB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.3 | 0.37 | 0.45 | 0.3 | 0.35 | 0.4 | 16 | 16 | 0.1 | 0.2 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 14 | 0.65 | 80 | 20 | 20 | 20 | 20 | AEC | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 16 | 16 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 14 | 0.65 | 80 | 20 | 20 | 20 | 20 | BEC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 16 | 16 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 14 | 14 | 0.5 | 100 | 25 | 25 | 25 | 25 | AED | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 16 | 16 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 14 | 14 | 0.5 | 100 | 25 | 25 | 25 | 25 | BED | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 16 | 16 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 14 | 14 | 0.4 | 120 | 30 | 30 | 30 | 30 | AEE | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 16 | 16 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 14 | 14 | 0.4 | 120 | 30 | 30 | 30 | 30 | BEE | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 16 | 16 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 20 | 20 | 0.65 | 112 | 28 | 28 | 28 | 28 | AFA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 22 | 22 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 20 | 20 | 0.65 | 112 | 28 | 28 | 28 | 28 | BFA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 22 | 22 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 20 | 20 | 0.5 | 144 | 36 | 36 | 36 | 36 | AFB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 22 | 22 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 20 | 20 | 0.5 | 144 | 36 | 36 | 36 | 36 | BFB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 22 | 22 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 20 | 20 | 0.4 | 176 | 44 | 44 | 44 | 44 | AFC | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 22 | 22 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 20 | 20 | 0.4 | 176 | 44 | 44 | 44 | 44 | BFC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 22 | 22 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 24 | 24 | 0.5 | 176 | 44 | 44 | 44 | 44 | AGA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 26 | 26 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 24 | 24 | 0.5 | 176 | 44 | 44 | 44 | 44 | BGA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 26 | 26 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 24 | 24 | 0.4 | 216 | 54 | 54 | 54 | 54 | AGB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 26 | 26 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 24 | 24 | 0.4 | 216 | 54 | 54 | 54 | 54 | BGB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 26 | 26 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 20 | 0.65 | 100 | 20 | 20 | 30 | 30 | AHA | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 22 | 16 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 14 | 20 | 0.65 | 100 | 20 | 20 | 30 | 30 | BHA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 22 | 16 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 14 | 20 | 0.5 | 128 | 26 | 26 | 38 | 38 | AHB | 1.2 | 0.05 | 0.15 | 0.95 | 1 | 1.05 | 0.17 | 0.22 | 0.27 | 0.27 | 0.2 | 0.23 | 22 | 16 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 14 | 20 | 0.5 | 128 | 26 | 26 | 38 | 38 | BHB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 22 | 16 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TQFP | 0 | 28 | 28 | 0.65 | 160 | 40 | 40 | 40 | 40 | BJA | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.22 | 0.32 | 0.38 | 0.22 | 0.3 | 0.33 | 30 | 30 | 0.1 | 0.13 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 28 | 28 | 0.5 | 208 | 52 | 52 | 52 | 52 | BJB | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.17 | 0.22 | 0.27 | 0.17 | 0.2 | 0.23 | 30 | 30 | 0.08 | 0.08 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 | |
| TSQFP | 1 | 28 | 28 | 0.4 | 256 | 64 | 64 | 64 | 64 | BJC | 1.6 | 0.05 | 0.15 | 1.35 | 1.4 | 1.45 | 0.13 | 0.18 | 0.23 | 0.13 | 0.16 | 0.19 | 30 | 30 | 0.08 | 0.07 | 0 | 3.5 | 7 | 0 | 11 | 12 | 13 | 11 | 12 | 13 | 0.09 | 0.2 | 0.09 | 0.16 | 2 | 2 | 0.45 | 0.6 | 0.75 | 1 | 0.08 | 0.08 | 0.2 | 0.2 | 0.2 | 0.2 |
prefix,leadtype,body_width,body_length,lead_pitch,lead_count_total,lead_count_top,lead_count_bottom,lead_count_left,lead_count_right,variation,height,underbody_min,underbody_max,body_thickness_min,body_thickness_nom,body_thickness_max,lead_width_min,lead_width_nom,lead_width_max,base_metal_min,base_metal_nom,base_metal_max,lead_span_1,lead_span_2,gauge_plane,leadspan_tolerance,,,,,,,,,,,,,,,,,,L_min,L_nom,L_max,,,,,,, prefix,leadtype,"Body Size",,Pitch,"Lead Count","leads short side",,"leads long side",,CODE,Amax,A1min,A1max,A2min,A2nom,A2max,bmin,bnom,bmax,b1min,b1nom,b1max,D,E,ccc,ddd,,thetamin,thetanom,thetamax,theta1min,theta2min,theta2nom,theta2max,theta3min,theta3nom,theta3max,Cmin,Cmax,C1min,C1max,D2min,E2min,Lmin,Lnom,Lmax,L1,R1min,R2min,R2max,Smin,aaa,bbb TQFP,0,4,4,0.65,20,5,5,5,5,AKA,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,6,6,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,4,4,0.65,20,5,5,5,5,BKA,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,6,6,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,4,4,0.5,24,6,6,6,6,AKB,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,6,6,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,4,4,0.5,24,6,6,6,6,BKA,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,6,6,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,4,4,0.4,32,8,8,8,8,AKC,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,6,6,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,4,4,0.4,32,8,8,8,8,BKC,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,6,6,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,5,5,0.5,32,8,8,8,8,AAA,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,7,7,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,5,5,0.5,32,8,8,8,8,BAA,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,7,7,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,5,5,0.4,40,10,10,10,10,AAB,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,7,7,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,5,5,0.4,40,10,10,10,10,BAB,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,7,7,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,7,7,0.8,32,8,8,8,8,ABA,1.2,0.05,0.15,0.95,1,1.05,0.3,0.37,0.45,0.3,0.35,0.4,8,9,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,7,7,0.8,32,8,8,8,8,BBA,1.6,0.05,0.15,1.35,1.4,1.45,0.3,0.37,0.45,0.3,0.35,0.4,9,9,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,7,7,0.65,40,10,10,10,10,ABB,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,9,9,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,7,7,0.65,40,10,10,10,10,BBB,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,9,9,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,7,7,0.5,48,12,12,12,12,ABC,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,9,9,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,7,7,0.5,48,12,12,12,12,BBC,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.18,0.2,0.23,9,9,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,7,7,0.4,64,16,16,16,16,ABD,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,9,9,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,7,7,0.4,64,16,16,16,16,BBD,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,9,9,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,10,10,1,36,9,9,9,9,ACA,1.2,0.05,0.15,0.95,1,1.05,0.35,0.42,0.5,0.35,0.4,0.45,12,12,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,10,10,1,36,9,9,9,9,BCA,1.6,0.05,0.15,1.35,1.4,1.45,0.35,0.42,0.5,0.35,0.4,0.45,12,12,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,10,10,0.8,44,11,11,11,11,ACB,1.2,0.05,0.15,0.95,1,1.05,0.3,0.37,0.45,0.3,0.35,0.4,12,12,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,10,10,0.8,44,11,11,11,11,BCB,1.6,0.05,0.15,1.35,1.4,1.45,0.3,0.37,0.45,0.3,0.35,0.4,12,12,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,10,10,0.65,52,13,13,13,13,ACC,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,12,12,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,10,10,0.65,52,13,13,13,13,BCC,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,12,12,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,10,10,0.5,64,16,16,16,16,ACD,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,12,12,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,10,10,0.5,64,16,16,16,16,BCD,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,12,12,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,10,10,0.4,80,20,20,20,20,ACE,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,12,12,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,10,10,0.4,80,20,20,20,20,BCE,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,12,12,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,12,12,1,44,11,11,11,11,ADA,1.2,0.05,0.15,0.95,1,1.05,0.35,0.42,0.5,0.35,0.4,0.45,14,14,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,12,12,1,44,11,11,11,11,BDA,1.6,0.05,0.15,1.35,1.4,1.45,0.35,0.42,0.5,0.35,0.4,0.45,14,14,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,12,12,0.8,52,13,13,13,13,ADB,1.2,0.05,0.15,0.95,1,1.05,0.3,0.37,0.45,0.3,0.35,0.4,14,14,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,12,12,0.8,52,13,13,13,13,BDB,1.6,0.05,0.15,1.35,1.4,1.45,0.3,0.37,0.45,0.3,0.35,0.4,14,14,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,12,12,0.65,64,16,16,16,16,ADC,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,14,14,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,12,12,0.65,64,16,16,16,16,BDC,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,14,14,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,12,12,0.5,80,20,20,20,20,ADD,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,14,14,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,12,12,0.5,80,20,20,20,20,BDD,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,14,14,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,12,12,0.4,100,25,25,25,25,ADE,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,14,14,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,12,12,0.4,100,25,25,25,25,BDE,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,14,14,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,14,1,52,13,13,13,13,AEA,1.2,0.05,0.15,0.95,1,1.05,0.35,0.42,0.5,0.35,0.4,0.45,16,16,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,14,1,52,13,13,13,13,BEA,1.6,0.05,0.15,1.35,1.4,1.45,0.35,0.42,0.5,0.35,0.4,0.45,16,16,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,14,0.8,64,16,16,16,16,AEB,1.2,0.05,0.15,0.95,1,1.05,0.3,0.37,0.45,0.3,0.35,0.4,16,16,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,14,0.8,64,16,16,16,16,BEB,1.6,0.05,0.15,1.35,1.4,1.45,0.3,0.37,0.45,0.3,0.35,0.4,16,16,0.1,0.2,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,14,0.65,80,20,20,20,20,AEC,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,16,16,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,14,0.65,80,20,20,20,20,BEC,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,16,16,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,14,14,0.5,100,25,25,25,25,AED,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,16,16,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,14,14,0.5,100,25,25,25,25,BED,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,16,16,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,14,14,0.4,120,30,30,30,30,AEE,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,16,16,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,14,14,0.4,120,30,30,30,30,BEE,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,16,16,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,20,20,0.65,112,28,28,28,28,AFA,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,22,22,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,20,20,0.65,112,28,28,28,28,BFA,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,22,22,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,20,20,0.5,144,36,36,36,36,AFB,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,22,22,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,20,20,0.5,144,36,36,36,36,BFB,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,22,22,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,20,20,0.4,176,44,44,44,44,AFC,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,22,22,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,20,20,0.4,176,44,44,44,44,BFC,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,22,22,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,24,24,0.5,176,44,44,44,44,AGA,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.17,0.2,0.23,26,26,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,24,24,0.5,176,44,44,44,44,BGA,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,26,26,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,24,24,0.4,216,54,54,54,54,AGB,1.2,0.05,0.15,0.95,1,1.05,0.13,0.18,0.23,0.13,0.16,0.19,26,26,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,24,24,0.4,216,54,54,54,54,BGB,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,26,26,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,20,0.65,100,20,20,30,30,AHA,1.2,0.05,0.15,0.95,1,1.05,0.22,0.32,0.38,0.22,0.3,0.33,22,16,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,14,20,0.65,100,20,20,30,30,BHA,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,22,16,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,14,20,0.5,128,26,26,38,38,AHB,1.2,0.05,0.15,0.95,1,1.05,0.17,0.22,0.27,0.27,0.2,0.23,22,16,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,14,20,0.5,128,26,26,38,38,BHB,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,22,16,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TQFP,0,28,28,0.65,160,40,40,40,40,BJA,1.6,0.05,0.15,1.35,1.4,1.45,0.22,0.32,0.38,0.22,0.3,0.33,30,30,0.1,0.13,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,28,28,0.5,208,52,52,52,52,BJB,1.6,0.05,0.15,1.35,1.4,1.45,0.17,0.22,0.27,0.17,0.2,0.23,30,30,0.08,0.08,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2 TSQFP,1,28,28,0.4,256,64,64,64,64,BJC,1.6,0.05,0.15,1.35,1.4,1.45,0.13,0.18,0.23,0.13,0.16,0.19,30,30,0.08,0.07,,0,3.5,7,0,11,12,13,11,12,13,0.09,0.2,0.09,0.16,2,2,0.45,0.6,0.75,1,0.08,0.08,0.2,0.2,0.2,0.2
Due to poorly conceived standards, limitations of the gschem package itself, and GPL fanaticism, these symbols are not usable.
GPL license prevents most commercial uses or even free uses where the creator wants to release the project under a more reasonable license.
Gschem schematic symbols are based on a preposterous 0.3" pin spacing. At that pin spacing, you can't fit enough of a schematic on a sheet of paper to make a compehensible schematic for circuits of any reasonable complexity. In fact, many of the parts I use would not fit on an 8-1/2x11 or even 11x17 sheet of paper even without connecting components. Even worse, they used a 0.3 mil pin spacing but didn't use 0.3 mil grid so the symbols can't be reduced to 0.1" grid (even though I wrote a program to do so). Symbols based on a 0.1" spacing can be scaled up but 0.3" symbols can not scale down. Symbols drawn at the more common 0.1" lead spacing are quite readable and can even be read when reduced 2:1 on a 600dpi laser printer.
gschem doesn't support pinswapping information, either for simple cases such as gates or more complex cases where you need to swap output pins when you swap the corresponding input pin.
gschem does not support demorgan equivalents.
gschem makes the user act as janitor, positioning all the invisable pin attributes.
Does not handle power pins properly.
orcad - I need file format information and sample files
protel - I need file format information and sample files
EDIF - standards cost $$$
Postscript
SVG
IGES 3D
DXF 3D
POVray
VRML
gerber - for previewing or import
Excellon Drill File - Limited use without other components.
g-code - Limited use without other components.
cairo graphics library
If you haven't been working with surface mount parts, you may be surprised to know that the naming conventions are extremely sloppy. You could order two 100-PQFP parts and end up with different size compnents. There are multiple body sizes, thicknesses, and lead pitches. There are at least 6 different 100 pin combinations, not counting the presence or absence of heat sinks on the bottom of the chip. I am using the ISO-7351 naming convention which takes some of the ambiguity out. However, it still does not include part thickness or the presence or absence of heat pads. The part thickness is important for 3D models of PC Boards and the presence of heat pads is important because you need to make a matching solder pad on the PCB. I added a "T" on to the beginning of some of the names so that parts with different thickness would have different numbers and am currently ignoring the presence or absence of exposed heat pads. So, a 100 pin plastic quad flat pack could be called "PQFP100", "PQFP-100", "100-PQFP", "100PQFP", "LQFP100", "LQFP-100", "100-LQFP", "100LQFP", "TQFP100", "TQFP-100", "100-TQFP", "100TQFP", "BQFP100", "BQFP-100", "100-BQFP", "100BQFP", "QFP100", "QFP-100", "100-QFP", or "100QFP" But those names are used sloppily and don't really tell you what part you are dealing with. Variations with the dash and with the number after the letters are more common.
| TSQFP40P14x14-100N | (MS-026-ADE) | 0.40 | 14 | 14 | nopad |
| TSQFP40P14x14-100N | (MS-026-BDE) | 0.40 | 14 | 14 | pad |
| TSQFP50P16x16-100N | (MS-026-AED) | 0.40 | 16 | 16 | nopad |
| TSQFP50P16x16-100N | (MS-026-BED) | 0.40 | 16 | 16 | pad |
| TQFP65P22x16-100N | (MS-026-AHA) | 0.40 | 22 | 16 | nopad |
| TQFP65P22x16-100N | (MS-026-BHA) | 0.40 | 22 | 16 | pad |
| SQFP40P15x15-100N | (MS-029-BC) | 0.40 | 15 | 15 | ? |
| SQFP50P17x17-100N | (MS-029-CA) | 0.50 | 17 | 17 | ? |
| SQFP50P17x17-100N | (MS-029-CB) | 0.50 | 17 | 17 | ? |
| QFP65P17x23-100N | (MS-022-GC-1) | 0.65 | 17 | 23 | ? |
| QFP65P17x23-100N | (MS-022-GC-2) | 0.65 | 17 | 23 | ? |
JEDEC is an electronics industry standards body. They make many of their standards availble for free download. They also sell hard copies for $350. There is a search engine for finding standards and there is also a table of contents on the JEP95 Main Page Unfortunately, they did not standardize names for surface mount packages and if you search on popular names you may not get a match. Throughhole transistor and diode packages are named after the appropriate standard. I.E. The document TO-220 describes the dimensions of the popular TO-220 transistor package and DO-41 documents the diode package by the same name.
JEDEC allows almost all of their documents to be downloaded for free but they can not be redistributed and you can't link directly to the documents on their website.
I would love to hear from any manufacturers who are interested in releasing symbols or other data to this project or at least in a compatible format. There are a number of potential advantages for the vendor.
Lack of availiblitly of schematic symbols and footprints is a significant deterrant to deploying new parts.
By supporting one format, you will really be supporting many. We can already convert into 4 different CAD formats and expect to add many more.
Free advertising.
Web site integration. I am willing to work with manufacturers to integrate the conversion programs with their web sites so that you can create links on the component pages to download symbols in any format. And, you can generate graphics for inclusion on the page, such as an image showing all the packages availible for a part side by side at the same scale.
If you have symbols in which can be exported in any documented machine readable format (prefereably ASCII based), I would like that data. If you don't have symbols but have databases with information such as:
Part and package information
Pin number and pin label information
Package dimensions with tolerances
Spice, VHDL, or Verilog data
I would be interested in receiving such information.
This section just contains a list of some availiblecad packages.
Xcircuit There are a variety of libaries created by users of xcircuit which are described as "public domain" but at least one was GPLed.
gEDA Native file format is ASCII based. http://wwww.geda.seul.org/docs/20040111/fileformats/index.html
AMS Circuit Creator [DEMO] Winn95/98/ME/NT/2000 only
Easytrax/Autotrax Old DOS versions of protel. Free download. Binary file formats. Did not find documentation.
Protel Native file format binary. Can export to a really bad ASCII file format.
winqcad Demo availible (499 pins, no printing). Windoze only.
Circad Library format is ASCII. Documentation is incomplete, out of date, and erroneous.
FreePCB is a GPLed PCB layout package for windows.
DIPs: MS-001, MS-011, MS-010, MS-015, MS-019, MS-020, MS-021, MS-023, MS-030, MS-031, MS-032, MO-036, MO-037, MO-058, MO-001, MO-015, MO-016, MO-026, MO-028, MO-043, MO-095, MO-122. TO-250 (4 lead DIP) Dips come in 200, 300, 400, 500, 600, 750, and 900 mil widths, plastic and ceramic, 4, 6, 8, 10, 14, 16, 18, 20, 22, 24, 28, 36, 40, 42, 50, 52, 64 pins, and lead pitches of 100mils and others. Data for DIPS is not as important because we can brute force it, but the 3D models won't be as good. Some capacitors also come in a 2 pin DIP.
QFPs: MS-026(done) , MS-022 (done) , MS-029 (done), MO-027, MO-060, MO-069, MO-071, MO-081, MO-082 MO-084, MO-086, MO-087, MO-089, MO-090, MO-100 MO-104, MO-108, MO-112, MO-113, MO-114, MO-125, MO-134, MO-143, MO-173, MO-189, MO-198, MO-204, MO-208, MO-212, MO-220, MO-239, MO-241, MO-243, MO-247, MO-248, MO-250,
PLCC and LCC: MS-002, MS-003, MS-004, MS-005, MS-006, MS-007, MS-008, MS-009, MS-014, MS-016, MS-018
BGA: MS-028, MS-034, many more under MO-nnn series
Pin grid array: MS-017
Small outline (SO, SOIC, TSOP, etc): MS-012 (done), MS-013 (done), MS-023 (done), MS-027, MS-024, MS-025 MO-118 (done), MO-137 (done), MO-118, MO-137 (done), MO-150, MO-152, MO-153 (done), MO-154, MO-209, MO-046, MO-059, MO-061, MO-063, MO-065, MO-077, MO-088, MO-091, MO-105, MO-117, MO-119, MO-120 (done), MO-121, MO-123, MO-124, MO-126, MO-174, MO-175, MO-180, MO-181, MO-182, MO-193, MO-194, MO-196, MO-197, MO-199, MO-200, MO-226, MO-230, MO-236, MO-132, MO-133, MO-135, MO-142, MO-182, MO-183, MO-187, MO-201, MO-238
Ceramic flat pack, straight leads. Not going to bother to enter the data from these.
three sided flatpacks: the third side is a heat slug. MO-162, MO-166, MO-184, MO-188
This document is written in Docbook XML, the source is in index.xml and the rendered version in index.html.
Mark Whitis
<<whitis@freelabs.com>>
Include "OpenSym" in the subject line.