Implementing an I/O interface. #1349
Answered
by
Noobie2014
Noobie2014
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Sometimes users do not realize that an input outputs a value. It is always connected to VCC or GND. If it is not supposed to do this, it must output "high-z", which means that nothing is connected to it. The input can be configured to output “high-z”. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Thank you, My question was how would I implement an interface that turns into an output or input according to a directional signal or bit. Look how peripheral ports operate. I am trying to use your imbeded circuit to do this. I thank you for trying to help. I'll just breadboard a circuit to figure this out.
Thank You
Yahoo Mail: Search, Organize, Conquer
On Mon, Oct 21, 2024 at 8:26 AM, Helmut ***@***.***> wrote:
I'm not quite sure what the question is, but no special logic is needed to switch the direction of inputs or outputs. If subcircuits are connected together, inputs and outputs are bidirectional.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Noobie2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How is a bidirectional tri-state interface created without the simulator crashing to the 2 outputs connected together error?
doesn't the synthesizer realize that using an inverted enabled tri-sate and an non inverted enabled tri-state will not have both
on at the same time? just having an input and output component doesn't allow me to use bidirectional logic. Please tell me
how I can create this component. Even the 74245 transceiver doesn't simulate.
Beta Was this translation helpful? Give feedback.
All reactions