On a sidenote, davidrsb already changed the title to make the ERC / DRC less confusing, but you are still using DRC a few times in your first post. You can click on the pencil icon to edit your post and fix that.
Thanks for the reminder - I edited my original post and explained my original mistake so hopefully others in the future who read this would understand my mistake. I appreciate this is a resource for others in the future in my same shoes so hopefully my correction / explanation of my original confusion there will be sufficient.
On a sidenote, davidrsb already changed the title to make the ERC / DRC less confusing, but you are still using DRC a few times in your first post. You can click on the pencil icon to edit your post and fix that.
Honestly I really really value this - thank you. I don’t have any idea what reasonable is, I just figure splitting things up like I did maybe made things more readable, but now as I’m understanding these rule checks a bit better I 100% see how it makes sense to label the PWR_FLAG
at the location where the power is actually coming in. Realistically I’m guessing anybody looking at my very simple circuit would understand “there is a USB plug, that’s where power comes in”, but of course I’m doing this exercise in the first place to learn. I’ll put the PWR_FLAG(s) “inline” (if that’s a term that makes sense here). Thanks again!
Yes, indeed. Post the actual error messages if you still have them.
Sorry, I did try to and I sort of / kinda actually did in the form of these images - as a new user the forum didn’t allow me to post multiple photos but I did post a link screenshots that showed both errors for both configurations (the +3.3V with and without a PWR_FLAG)… that said maybe I’ve posted enough now the forum will let me get away with this now (posting one of the photos photo again here - apparently as a new user I can only post one photo at a time):
An error occurred: Sorry, new users can only put one embedded media item in a post.
Here the errors are as text though:
In the cast I add a PWR_FLAG
to the +3.3V:
Error: Pins of type Power output and Output are connected
In the case that I do NOT add the PWR_FLAG
to +3.3V:
Error: Input Power pin not driven by any Output Power pins
In the end, I think I am understanding the problem now, and have (I think?) severely over complicated it in my head. The issue seems to be that the OUT
pin on my LDO should be Power Output
. Or at least this wouldn’t be an issue if that were so.
Now the correct solution I’m unsure of - I’m guessing either ignoring the ERC rule (which slightly bugs me but I can probably live with it), OR update the LDO “device” schematic to make the pin Power Output or passive. (this is what @retiredfeline has basically said above as well I believe).
Thanks again for your time!