ERC Error - Pins of type Power output and output are connected for LDO

I am facing issue with solving ERC error for LDO Output. I am attaching the schematic below


I placed a power net of value 3V3 at the output of LDO after the decaps. I am using the same net to drive other IC`s in my schematic. When I run ERC I get the error input power pin not driven by any output power pin. In the symbol of LDO, the Vout pin is declared as output.
Still I thought maybe placing power flag is important. After I place the power flag the error changes to Pins of type power output and output are connected
I am new to Kicad and PCB designing
Please kindly help me

It should be declared as Power Output, which is not the same thing as Output. And that explains the next error which is because the PWR_FLAG is a Power Output.

So, change the LDO Vout pin to type Power Output, and remove the PWR_FLAG.

2 Likes

I see. Yes it solved the problem
Thanks for your help

2 Likes

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