I’m working on a schematic that uses a T4 MCU. It is powered from an external 5v USB source and the T4 MCU derives a 3.3v output on pin 46 and is defines as an output.
However I do not understand how to connect this pin to other components on the schematic that use this 3.3v output as an input. Everything I’ve tried generates errors, some 3.3v inputs has no errors See attached screenshots.
As I remember from forum discussions the error likes to be reported on one point at net. So if you have many power inputs connected together and with no power output at that net the error can be reported for only one of that power inputs pins.
But I’m not 100% sure as I never run ERC.
Ok, I ran a physical wire from pin 46 down to the two areas shown on the other JPG image that had 3.3v power symbols arrows and removed these power symbols. And I’ve tried putting the Power Flag symbol on these to no avail and usually adds more errors pointing to the flags.
So now a dedicated wire runs to join those points needing 3.3v inputs, but an error still existing on pin4 (a 3.3v input labeled VDD) in the attached image and now this is the only ERC error.
I wanted to know how pin 46 is defined in the symbol.
In the schematic editor, Right click the T4MCU symbol, select Properties, up the top select Alternate PIn Assignments, then towards the RHS is a column titled “Electrical Type”.
It is the symbol pin definition. The Teensy 4.1 has multiple symbol pins that are labeled 3.3v, pin 46 is an output, pin 15 and 51 are labeled as inputs, so that’s weird.
I think I may have found the problem I posted on this forum. It looks like the Teensy 4.1 symbol has some incongruities with what is a 3.3v pin much less an output pin.
I will update this post once a resolution is confirmed.
There is a difference between “output” and “power output”. If the pin is just defined as (data) output, it won’t power “power input” pins. You need to set the pin type to “power output”.
Going back to the place where I finished (it was 2:00 here when I written my last post)…
Physically you have to connect them by copper (can be said ‘wire’) but at schematic you can connect them in any way - you can use labels, you can use power symbols and of course you can use also wire.
You did as I expected reading your previous post. It is not what you should do. Running power wires makes unneeded mess at schematic.
Output pin ERC understands as something that can be connected with input. But ‘power inputs’ need to be connected to ‘power output’ and not (signal) output.