LPC1343 SSP and USB_CONNECT

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

LPC1343 SSP and USB_CONNECT

713 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cksa361 on Mon Nov 22 04:13:41 MST 2010
If i design my USB circuit to use soft_connect using USB_CONNECT, does that mean I cannot use any SSP devices in my design? As the USB_CONNECT is the same line as SCK?
0 Kudos
Reply
2 Replies

690 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by NXP_Europe on Thu Nov 25 12:33:49 MST 2010
Hello cksa361,

see User Manual UM10375 and search for "SCK" and all the locations are shown. First mark pins which are used and at the end choose for pins (SCK) which are left open and connected to the pin on the board.
0 Kudos
Reply

690 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Ex-Zero on Mon Nov 22 05:05:09 MST 2010
No. SCK can be switched to different Pins via IOCON. You can also use PIO2_11 or PIO0_10. Since PIO0_10 is used for Debugging (SWD) I would suggest to use PIO2_11.
In 'IOCON SCK location register' (IOCON_SCKLOC) this Pin has to be selected also as SCK output.
0 Kudos
Reply