Electronics > KiCad

ERC issues with KiCad 6

(1/2) > >>

perdrix:
KiCad ERC errors

I'm getting ERC problems with the following errors below:

ERC report (03/06/2022 18:55:59, Encoding UTF8)


--- Code: ---***** Sheet /
[lib_symbol_issues]: Symbol 'Conn_01x05_Female' has been modified in library 'Connector'.
    ; Severity: warning
    @(1650 mils, 6800 mils): Symbol J3 [Conn_01x05_Female]
[lib_symbol_issues]: Symbol '8P8C' has been modified in library 'Connector'.
    ; Severity: warning
    @(1900 mils, 9150 mils): Symbol J4 [8P8C]
[lib_symbol_issues]: Symbol 'DB15_Female' has been modified in library 'Connector'.
    ; Severity: warning
    @(7450 mils, 1600 mils): Symbol J2 [DB15_Female]
[lib_symbol_issues]: Symbol 'DB15_Female' has been modified in library 'Connector'.
    ; Severity: warning
    @(5200 mils, 1600 mils): Symbol J1 [DB15_Female]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 6500 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 38 [VDD, Power input, Line]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 6200 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 41 [VSS, Power input, Line]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 6100 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 42 [RD8, Input, Line]
[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
    ; Severity: error
    @(9950 mils, 6500 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 38 [VDD, Power input, Line]
[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
    ; Severity: error
    @(9950 mils, 6200 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 41 [VSS, Power input, Line]
[pin_not_driven]: Input pin not driven by any Output pins
    ; Severity: error
    @(9950 mils, 6100 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 42 [RD8, Input, Line]
[lib_symbol_issues]: Symbol 'PIC32MK0512MCJ064-I{slash}PT' has been modified in library 'Microchip'.
    ; Severity: warning
    @(3900 mils, 3900 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 4700 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 56 [VSS, Power input, Line]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 4600 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 57 [VDD, Power input, Line]
[pin_not_driven]: Input pin not driven by any Output pins
    ; Severity: error
    @(9950 mils, 5800 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 45 [DAC1/AN48/CVD48/RPC10/RC10, Input, Line]
[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
    ; Severity: error
    @(9950 mils, 4700 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 56 [VSS, Power input, Line]
[power_pin_not_driven]: Input Power pin not driven by any Output Power pins
    ; Severity: error
    @(9950 mils, 4600 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 57 [VDD, Power input, Line]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 6000 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 43 [PGD2/RPB5/SDA1/RB5, Input, Line]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 5900 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 44 [PGC2/RPB6/SCL1/RB6, Input, Line]
[pin_not_connected]: Pin not connected
    ; Severity: error
    @(9950 mils, 5800 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 45 [DAC1/AN48/CVD48/RPC10/RC10, Input, Line]
[pin_not_driven]: Input pin not driven by any Output pins
    ; Severity: error
    @(9950 mils, 6000 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 43 [PGD2/RPB5/SDA1/RB5, Input, Line]
[pin_not_driven]: Input pin not driven by any Output pins
    ; Severity: error
    @(9950 mils, 5900 mils): Symbol U1 [PIC32MK0512MCJ064-I{slash}PT] Pin 44 [PGC2/RPB6/SCL1/RB6, Input, Line]

 ** ERC messages: 21  Errors 16  Warnings 5

--- End code ---

Notice that all the errors relate to pins on the RHS of U1!!!

Here's a screen shot of part of the schematic:



D.

ataradov:
It looks like you have some grid issues. Check that both pins and wires are aligned on the same grid. It looks like the right side of the symbol may have been moved slightly.

perdrix:
Thanks,

I checked most carefully - that's not the problem.

D.

ataradov:
Can you attach minimized version of that schematic (just the IC and wires should work)? The issue is not in ERC, you can clearly see that the wires on the right have boxes on the ends, meaning they are indeed not attached for some reason.

perdrix:
You were right - the symbol pins on the RHS weren't aligned. I needed to edit the symbol to fix that.

D.

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod