LPC54113 USB Configure

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

LPC54113 USB Configure

867 Views
TDC1333
Contributor III

Hello,

I have to implement code of USB protocol using LPC54113 in MCUxpresso IDE.

Please provide below details,

1. How to configure USB in peripheral in MCUxpresso IDE.

2.sample code for USB.

Thanks,

TDC

0 Kudos
5 Replies

853 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

HI TDC1333

Please refer this article

https://community.nxp.com/t5/LPC-Microcontrollers-Knowledge/Using-ConfigTool-to-create-USB-Project-F...

Hope this helps.

Jun Zhang 

Tags (2)
0 Kudos

851 Views
TDC1333
Contributor III

Hi Zhangjennie,
I read document.In my case USB is not showing in peripheral option available in MCUxpresso.but driver available in SDK manage component. 

for detail PFA.

Thanks,

TDC

 

 

0 Kudos

828 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

LPC54113 peripheral tool doesn't support USB component. I will escalte it as feature request to config tool team if necessary. 

Please refer SDK USB demo code for the USB usage.

Thanks,

Jun Zhang

0 Kudos

819 Views
TDC1333
Contributor III
I have to send data to PC using USB.It is possible to send data without configure USB peripheral ?.In USB Demo code use USB peripheral for configure.So how to configure USB without peripheral setting?.

Please provide configure sample code?.

Thanks,

TDC
0 Kudos

793 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

For your device, as peripheral configuration tool doesn't support USB, we can only refer USB SDK demo code. 

Regarding to which demo you should refer to, it depends on what USB class you use. For example, if you want use USB CDC to communication LPC with PC, refer dev_cdc_vcom_bm demo.

Thanks,

Jun Zhang

0 Kudos