LPC43xx schematic without USB

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPC43xx schematic without USB

Jump to solution
878 Views
priit_tanav
Contributor I

I am designing my first LPC MCU based circuit board.

I am using these two schematics as a guidance:

https://www.nxp.com/downloads/en/schematics/LPCX43xx_18xx_V3_Schematic_Rev-B.pdf 

https://www.nxp.com/downloads/en/schematics/LPC-Link2-SCH.pdf 

How do the USB pins

  • USB0_DP
  • USB0_DM
  • USB0_VBUS
  • USB0_ID
  • USB0_RREF
  • USB1_DP
  • USB1_DM
  • USB0_VDDA3V3_DRIVER
  • USB0_VDDA3V3
  • USB0_VSSA_TERM
  • USB0_VSSA_REF

have to be wired when USB functionality is not used?

Can they be:

a) left all unconnected?

b) USB0_VSSA_TERM and USB0_VSSA_REF connected to GND and others left unconnected?

c) or do I have to provide 3.3V to USB0_VDDA3V3 and USB0_VDDA3V3 with decoupling capacitors; and GND to USB0_VSSA_TERM and USB0_VSSA_REF even if USB functionality is not used?

Is there any difference relating to circuit design when comparing LPC43xx that has no USB functionality (e.g LPC431x) vs one that has (LPC433x etc), in case when USB functionality is not used? In particular, is it permissible to connect 3.3V to USB0_VDDA3V3 and USB0_VDDA3V3 for LPC431x that has no USB?

All information is welcome.

Labels (2)
Tags (1)
0 Kudos
1 Solution
753 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Priit Tänav 

usually, we use this way to handle unused pins:

- USBn_DP Can be left unconnected. If USB interface is not used, pin can be left unconnected
except in deep power-down mode where it must be externally pulled low. When the USB PHY is disabled, the pins are floating.
- USBn_DM Can be left unconnected. If USB interface is not used, pin can be left unconnected
except in deep power-down mode where it must be externally pulled low. When the
- USB PHY is disabled, the pins are floating.
- USB_AVSCC Tie to VSS.
- USB_VBUS Tie to VDD.
- USB_AVDDC3V3 Tie to VDD.
- USB_AVDDTX3V3 Tie to VDD.
- USB_AVSSTX3V3 Tie to VSS.
- USB_ID Can be left unconnected. If USB interface is not used, pin can be left unconnected.

Hope this helps.
Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

View solution in original post

3 Replies
754 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Priit Tänav 

usually, we use this way to handle unused pins:

- USBn_DP Can be left unconnected. If USB interface is not used, pin can be left unconnected
except in deep power-down mode where it must be externally pulled low. When the USB PHY is disabled, the pins are floating.
- USBn_DM Can be left unconnected. If USB interface is not used, pin can be left unconnected
except in deep power-down mode where it must be externally pulled low. When the
- USB PHY is disabled, the pins are floating.
- USB_AVSCC Tie to VSS.
- USB_VBUS Tie to VDD.
- USB_AVDDC3V3 Tie to VDD.
- USB_AVDDTX3V3 Tie to VDD.
- USB_AVSSTX3V3 Tie to VSS.
- USB_ID Can be left unconnected. If USB interface is not used, pin can be left unconnected.

Hope this helps.
Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

753 Views
priit_tanav
Contributor I

Thank You!

I will use that recommended routing configuration.

All the best!

Priit

0 Kudos
753 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

You are welcome!

0 Kudos