X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=a9dXSX6PWj5Zy8c6Vig5A4xaf126TCH0uhrXkTfOclU=; b=tLN709qxiDYbkeLcEUeeJ77XcTPKQSdLx9dvGzpHfUiTVeFwFh7pbMxGK85punxPCr Jv3nDCE8JWOAH7CDg8NXg5UVH+RyBtfzM9Vz1fltkY5Pf+go9ZihQXf4VPg9NIhThWXC e1dLNFS3bTFCv75cItjZKi44xw9mQ/kR9U2DzrNpa79i5MpDqJXi/5DZdM+4UBwGAbWY xAwnZ966rubVDNSlb7zHT4U9wMYTo2+QhNlL2fOoYs4+GNYIs1eIJjYvI4yK4a9tVAeX UiaPFO00ZRDF2XM0NpHdsZO/JR0fBtDnwub6V/HHsicZeF3/k1U/8edcy8WSQZeqy9OK YIOw== X-Received: by 10.112.148.104 with SMTP id tr8mr1212780lbb.62.1392199393122; Wed, 12 Feb 2014 02:03:13 -0800 (PST) Message-ID: <52FB46DD.3050302@gmail.com> Date: Wed, 12 Feb 2014 11:03:09 +0100 From: onetmt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.2.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] How to identify nc pads in tsym files References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Il 10/02/2014 14:16, Richard Hughes ha scritto: > Hi, > > I'm dealing with a QFN16 package where the middle "pin" is used as a > signal. The only way to get to the middle pin is a via (not sure this > is a good idea...), or I can trivially use an nc pin on the package to > get to the center. Why not? Here is a small example of a HTSSOP16; even if there is room to connect the power pad to a plane (or to a signal, if you need), I generally assign another pad on solder side - both for electrical connection and thermal dissipation: Pad[2970um 2275um 2970um 2275um 3000um 200um 3140um "17" "17" "square,nopaste"] Pad[2970um 2275um 2970um 2275um 2600um 200um 3140um "17" "17" "square"] Pad[2970um 2275um 2970um 2275um 3000um 0um 0um "17" "17" "square,onsolder,nopaste"] and I place 4 or 5 small vias in it; in this way I can also drain excess paste from the component side pad, thus reducing the risk to make short circuits with signal pads (the draining effect can also be increased by leaving unmasked the pad on the solder side). In this way you can connect to pin 17 from the solder side, thus leaving unconnected NC pads, by modifying the third no.17 pad definition as: Pad[2970um 2275um 2970um 2275um 3000um 200um 0um "17" "17" "square,onsolder,nopaste"] -- Hofstadter's Law: "It always takes longer than you expect, even when you take into account Hofstadter's Law."