Electronic – duplicate net names wire PA1 – Altium designer

altiumpcbrouting

I have an issue with altium designer

I am trying to connect a pin from my microcontroller to an external pin for gpio via a bus but I get an error: "duplicate net names wire PA1"

this is what I have:

the microcontroller:
enter image description here

the gpio pins:

enter image description here
How can I solve this issue?

A complete view of the entire schematic:

http://imgur.com/a/Zy1nK

Best Answer

Have you checked the properties of your net labels? If they're supposed to connect to other sheets, you'll need to make sure the net label scope is set to "Global" to make sure all net labels AND all ports with the same name are connected together between sheets. You can change the properties of your net labels by going to Project --> Project Options --> Options tab and change the "Net Identifier Scope" dropdown to "Global". Then click OK.

Project --> Project Options:

enter image description here

"Options" Tab --> "Net Identifier Scope":

enter image description here

Change dropdown to "Global":

enter image description here