Hello
I am new with LPC18xx xplorer. Along with the device received code that contains code , where USB enumerates as high speed mass storage device and full speed Audio class device.
However, I need example code where USB enumerstes as HID class (keyboard miuse etc) device for
LPC18xx xplorer board , keil uvision IDE. I will be really grateful If someone helps me.
//Sharmin
Hi Sharmin,
I would recommend you to take a look to the LPCOpen package for the NGX Xplorer LPC1830 board, it comes with four USB device HID examples:
LPCOpen Software for LPC18XX|NXP
Hope it helps!
Best Regards,
Carlos Mendoza
Technical Support Engineer
Thanks a lot. It was a great help!
However , in HID class keyboard project, only USB0 is enumerated as HID class device (keyboard). But I wanted to use both USB0 and USB1 as HID class device.
In app_usbd_cfg.h it is written USB1 can be used instead of USB0 , by commenting #define USE_USB0 and uncommentiing #define USE_USB1. However, it didnot work.
Can you please help me on solving this problem?