Electrical – altium designer – Could not find port ‘PA0’ on model ‘tm4c1294_01’ for pin ‘PA0’

altiummicrocontrollerpcbpcb-design

I am designing my very first PCB. I need a PCB with a cortex M4 core in a qtf package. I tried to follow this tutorial: https://www.youtube.com/watch?v=0n6k6GYu_V0&index=2&list=LLwe2piHB5wGY6Mycs0n3TZg

But get the following error when compiling at the end:

[Error] tm4c1294ncpdt.SchLib Compiler tm4c1294xl_01: Could not find port 'PA0' on model 'tm4c1294_01' for pin 'PA0'

Where did I do the error and/or how can I solve it?

Here you have a preview of the schematic and footprint I made.

enter image description here

enter image description here

Best Answer

Your 'Designator' fields on the schematic symbol pins have to agree with the pads on the footprint. Otherwise, how would the program know where the pin numbers are on the footprint?

You can make the 'Display Name' whatever you like- it's just for human use.

Where you have PA0 etc. one would normally have the physical pin number, matching exactly the pin numbers on the footprint.

You can fix it by editing each of the schematic pins, and that should do it, if your footprint is numbered correctly.