Power input pin not driven

VDD is of type Power input, 3.3V is connected to it and i still get the error “Pin 8 not driven”. What is the problem here?

Power input pin of an IC must be directly connected to a power output pin. The 549 ohm resistor in between is seen as an “open circuit” for ERC purposes.

The recommended way to fix this in KiCad is to add a “PWR_FLAG” symbol directly to the VDD pin.

Power doesn’t propagate through components. You have to attach a power flag in the net.

Thanks everybody! That solves it.

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