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.

If I'm not using both USB0 and USB1 in my design for C6747, what should I do with the USB pins?

 

Here is the recommendation on what do with USB pins when not used in the application on C674x/OMAP-L13x:

SIGNAL NAME

If USB0 and USB1 are not used, configure pin as…

If USB0 is used and USB1 is not used, configure pin as…

USB0_DM

No connect

Use as USB0 function

USB0_DP

No connect

Use as USB0 function

USB0_VDDA33

No connect

3.3V

USB0_VSSA33

Ground

Ground

USB0_VDDA18

No connect

1.8V

USB0_VSSA18

Ground

Ground

USB0_ID

No connect

Use as USB0 function

USB0_VBUS

No connect

Use as USB0 function

USB0_DRVVBUS/GP4[15]

No connect or use as alternate function

Use as USB0 or alternate function

USB0_VDDA12

NC

**

 

 

 

USB1_DM

No connect

Ground

USB1_DP

No connect

Ground

USB1_VDDA33

No connect

No connect

USB1_VDDA18

No connect

No connect

 

 

 

AHCLKX0/AHCLKX2/USB_REFCLKIN/GP2[11]

No connect or use as alternate function

Use as USB0 or alternate function

 

 

  • Hello,

    According to USB U.G. (sprufm9d)

    http://focus.tij.co.jp/jp/general/docs/litabsmultiplefilelist.tsp?literatureNumber=sprufm9d

    page 17, Table 3. USB Terminal Functions,

    USB0_ID is PU or PD with 10kOhm.

    Which one is the best between your recommend and sprufm9d?

    Thank you for advance.

     

  • I think either way would be fine. I will look into this.

    The recommendations in the forum above are in the datasheet page 52 as well:

    http://www.ti.com/lit/gpn/tms320c6747

     

  • Thank you very much for your response.

    Can I ask two more question?

    1) Why USB_DM and USB_DP are difference between "both USB not used case" and "only USB0 used case"?

    2) One of my customer willing to use Logicpd OMAP L-138 SOM module to their product.

    Logicpd Module's USB peripheral is already connected to PWR,

    but they don't use USB peripheral in their product.

    In this case, what should they do USB_DP, DM, ID? (NC is OK?)

    Thank you again.

     

     

  • Actually, the ID pin can be left as NC on this device if USB is not used, so no pullup or pulldowns are required. We will update the user guide to match the datasheet in this regard.

    1) USB0 powers the USB1 PHY internally, so the USB1 DM/DP pins should not be left floating in this case.

    2) If the power is connected to both USB peripherals, then the DP/DM pins should be grounded even if they are not used. The ID pin can be left as NC.

  • Thank  you very much for your answer.  I clearly understood that. :)