Conflict problem between pins

Help? I’m not sure how to proceed. I have PWR_FLAG on GND elsewhere, and when I deliberately add it to the GND on C7 I get even more ERC errors.

ERC report (5/5/2019 10:29:34 PM, Encoding UTF8 )

***** Sheet /
ErrType(4): Conflict problem between pins. Severity: warning
    @(203.20 mm, 120.65 mm): Pin 2 (Passive) of component C7 is connected to 
    @(74.93 mm, 184.15 mm): pin 1 (Unspecified) of component U4 (net 4).

***** Sheet /Obstruction detector/
ErrType(4): Conflict problem between pins. Severity: warning
    @(74.93 mm, 184.15 mm): Pin 1 (Unspecified) of component U4 is connected to 
    @(62.23 mm, 41.91 mm): pin 1 (Power input) of component #PWR06 (net 4).
ErrType(4): Conflict problem between pins. Severity: warning
    @(74.93 mm, 128.27 mm): Pin 4 (Unspecified) of component U4 is connected to 
    @(93.98 mm, 115.57 mm): pin 2 (Passive) of component R25 (net 92).
ErrType(4): Conflict problem between pins. Severity: warning
    @(77.47 mm, 128.27 mm): Pin 3 (Unspecified) of component U4 is connected to 
    @(87.63 mm, 128.27 mm): pin 2 (Passive) of component R23 (net 95).

 ** ERC messages: 4  Errors 0  Warnings 4

image

Here’s the project file:
https://www.mediafire.com/file/t2b9hc93xech3b6/SecureCoop_Pi_daughterboard.zip/file

The error you show are all about connecting to an unspecified pin. This pintype is meant to be used to tell the user of a symbkl that it is not finished. Give the pins proper electrical types to solve this problem.

1 Like

That did it, thank you. I got the symbol from DigiKey’s Ultra Librarian. Looks like they may have more work to do on their libraries…

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.