Re the TMS570LS3137 data sheet: some I/O pins say that they are pulled but don't provide a value. For example MDCLK (an ouput). What does "Pull Up" mean for this pin. Another example is MII_TX_CLK (an I/O).
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Re the TMS570LS3137 data sheet: some I/O pins say that they are pulled but don't provide a value. For example MDCLK (an ouput). What does "Pull Up" mean for this pin. Another example is MII_TX_CLK (an I/O).
Hello Tom,
Those signals are pulled up or pulled down at reset.
Pull-up and Pull-downs are normally used to ensure a signal has a defined state while not actively driven. They are used on inputs to prevent floating lines, rapidly switching between high and low and a middle "undefined" region. Outputs normally do not need them. Most GIO pins are defined as inputs instead of outputs at startup.
Another normal output setup that uses pull-ups is open-drain or open collector connections. They only drive a connection low, or release the line. The pull-up is used to bring the line to a high logic state.
Regards,
QJ