Demo project for HID USB LPC18xx xplorer available?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Demo project for HID USB LPC18xx xplorer available?

886 次查看
sharminsultanas
Contributor II

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

标记 (3)
2 回复数

720 次查看
Carlos_Mendoza
NXP Employee
NXP Employee

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

720 次查看
sharminsultanas
Contributor II

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?

0 项奖励
回复