Electrical – Altium telling me floating input pin

altium

When I try to compile my project Altium find a floating pin on block in a my schematic. I have tried to remove the wire and to make a new one to ensure the red cross appear well when placing the net and the wire but Altium keep telling me this is floating net (cf belows screenshoenter image description heret).

What I am missing here ?

This schematic was imported in Altium directly from TI website, this is PMP9773 reference design.

Best Answer

What else do you have on the EN_B net? If you don't commit to every symbol using Input/Output/Bidirectional settings, if you tie EN_B to some other port that has Passive or similar, that error will show up. It won't be a single-pin net, but a Passive pin connected to an Input pin will cause that error.

You can choose to go into Project Options and disable that specific ERC, but that carries its own set of risks if that is what you are depending on to catch errors.