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.

Questions with TMS320C6713B datasheet

Other Parts Discussed in Thread: TMS320C6713B

Hi, all

      I am doing my project with tms320c6713b, when reading the datasheet---sprs294b, I can not understand the sentence below

       "IPD = Internal pulldown, IPU = Internal pullup. [To oppose the supply rail on these IPD/IPU signal pins, use external pullup or pulldown resistors no greater than 4.4 k and 2.0 k, respectively.]"

       What does "oppose " mean here?

        Does it mean this-----If the pin has an IPU, and when I interface the pin with an external pull down resistor, it can be pulled down?

        Or "oppose"  has other meanings here ?

  • Keven,

    Keven said:
    Does it mean this-----If the pin has an IPU, and when I interface the pin with an external pull down resistor, it can be pulled down?

    Yes. Your understanding is correct. If there is an IPD and you want the default state to be logic 1, use a 4.4k Ohm pullup resistor; if there is an IPU and you want the default state to be logic 0, use a 2.0k Ohm pulldown resistor.

    Regards,
    RandyP

     

    If you need more help, please reply back. If this answers the question, please click  Verify Answer  , below.

  • Thank you very much!