input power pin not driven by any output power pins vcom kicad

Thread Starter

chandimajaya85

Joined Sep 27, 2023
41
I am getting error message on the KiCad. Not sure what to make sense of this error. Attached the picture. Screenshot 2025-12-12 064751.jpg

I tried attaching PWR_FLag but then I get a different error message shown below,

Screenshot 2025-12-12 065023.jpg
 

MisterBill2

Joined Jan 23, 2018
27,159
The problem is that the symbol used defines it as an external power input, while it is the device output.
The fault is an incorrect symbol, the only solution is to use a different symbol.
When working with a simulator you must only speak it's language.
 

panic mode

Joined Oct 10, 2011
4,864
the problem is that you are using wrong symbol for "VCOM". do not use any of the "power" symbols:
1765896403698.png
here is an example of using global label.
1765896054831.png
 
Last edited:

panic mode

Joined Oct 10, 2011
4,864
btw. if you do insist on using power symbol there, you would have to add some component between the power symbol and the output, something like zero ohm resistor or jumper...
1765897549916.png
1765897600783.png
 
Top