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
HI TDC1333
Please refer this article
Hope this helps.
Jun Zhang
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
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
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