Problem on USBHID example code in LPC1343

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

Problem on USBHID example code in LPC1343

632 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wsyuen on Thu Feb 10 22:01:36 MST 2011
I modified the USBHID sample as a USB keyboard.
It works when I plug in the PC when the PC is turned ON.
However, if I plug in the PC and then turn ON the PC, it can't recognise it as a USB keyboard.
Is it anything need to do with the code?

I'm using the following functions:
  USBIOClkConfig();
  USB_Init();
  USB_Connect(TRUE);

and I haven't use the Soft Connect function, D+ is always pull-high with a 1.5k resistor.
0 项奖励
回复
1 回复

615 次查看
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Luis Digital on Fri Feb 11 06:20:25 MST 2011
Hello,

Maybe you need to activate in the BIOS Emulator keyboard / mouse USB.

support.microsoft.com/kb/310923
0 项奖励
回复