Heads up: no-connect pins still get connected

Just a quick warning about the “No-connect” attribute on pins. KiCad ignores all the attributes when generating a netlist, so even if you have a pin set to no-connect, it can still get connected to a net.

I accidentally had a net connected to a no-connect pin, it had me baffled for quite a while!

I had assumed No-connect would mean it never gets connected, but basically it’s just information for the user.

To catch this type of error, never use Hidden pins and ALWAYS run ERC, even after the smallest of changes. Both you and ERC check have to be on your toes to avoid getting an invalid netlist.

1 Like

One major correction: It’s just information for the ERC. Basically.
And in such situation(s) the ERC do his job as expected.

BTW: I found a worse issue that the ERC can not even detect! https://bugs.launchpad.net/kicad/+bug/1522583

Huh, that one fell off my radar. I might poke at it again.

2 Likes