Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
what this warning means?
VBUS is PWR type, +5V is SUP type and C1 pins are PAS type.
Solved! Go to Solution.
Hi,
what this warning means?
VBUS is PWR type, +5V is SUP type and C1 pins are PAS type.
Solved! Go to Solution.
Hi @silvio3105,
I hope you're doing well. So straight up this is nothing to worry about. In the ERC errors are problems, warnings are the code telling you "Hey, I'm not sure about this, take a look".
In this case the warning arises because the ERC is expecting the power rail to maintain the pin name VBUS. By connecting it to a supply symbol this power net VBUS is overwritten by the supply pin which is as expected.
An argument could be made that the warning isn't necessary and I typically ignore it. I'll report this.
Let me know if there's anything else I can do for you.
Best Regards,

Hi,
Any news on fixing this? Because at some point when you get ~80 warnings like this it gets really stifling and you're likely to miss one important in the crowd :
Thanks
PG
Hi @pg.delest ,
Nothing new on this front I'll bump the ticket again with your comments.
Let me know if there's anything else I can do for you.
Best Regards,

@jorge_garcia wrote:Hi @pg.delest ,
Nothing new on this front I'll bump the ticket again with your comments.
Yes it would be nice to have settings to ignore types of warnings. This kind of thing is often done with code compilers.
C|