Hello Guy
I’m New to using Kicad, I have always used PADS
I have some questions about the power signal and some signal
example I have signal Miso and Mosi for SPI, I have multi slave so i have connected together
Miso and Mosi on different items about MOSI signal don’t have any problem
but on the Miso signal I have on every pin this error “the output type pin and output are connect”
how I can fix this issued ?
The same problem have on all my power net how I can fix this issued too
Of course you have problems. You can’t just connect MISO outputs together (or any other outputs for that sake).
You’ll need 3-state outputs for the different slave devices. Otherwise it won’t work, neither in KiCAD, nor in the real world.
If you have slaves that tri-state their MISO pin when CSn is inactive, then that is quite ok. Depends on the part. On a slave that tri-states, the miso pin def should not be “output,” but “tristate” in the symbol editor.
I assume you only want to place one of these voltage regulators, but ERC in KiCad does not know this, and therefore it treats it as a short circuit between two power supplies. But that is only for the output. I do not know why there is an ERC violation arrow on the input.
To solve the “shorts” between the outputs, there are a few options.
You can set one of the outputs to passive.
You can suppress the ERC error for this particular case.
There is nothing wrong with connecting a label to a power net.
But I can’t see where the _12V comes from, and I don’t like to make un- backed assumptions.