Electronic – How to attach the same footprint to subparts of the same IC in Altium

altiumfootprintlayout

I have two sub parts of the same IC (STM32L476RG). enter image description here

I have added these sub parts as two components in the same schematic library and have attached the same footprints for both of them. But when I make the layout, I get two separate footprints for them. How do I make sure that both these subparts are recognised as parts of the same IC? I am using Altium designer tool.

Best Answer

You should not create separate parts in the library. Altium provides you with the ability to create sub-parts (multi-part components). This is popular for large ICs (i.e. FPGAs, or ICs with multiple independent functions), or ICs such as digital logic where you might have multiple identical gates in a single component.

You can find a description of how to do this in the Altium documentation. Scroll down to where it says Creating a New Schematic Component with Multiple Parts.

Effectively, you start by creating a new component (just the first part). When that's done go to the Tools menu and select New Part. Alternatively you can use the shortcut T-W.

enter image description here

From there you can create your second sub-part, and repeat the "New Part" process as many times as you need.