LPC1769 USB drivers

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

LPC1769 USB drivers

3,450 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by cobra-kai on Mon Dec 05 09:26:20 MST 2011
I have searched for quite some time to understand the on-chip USB drivers that the LPC1769 is supposed to have, but I have a hard time finding any real documentation. The available examples (e.g. USB HID) seem quite bloated. I have also understood that the on-chip drivers are quite disliked. So, my questions:

1) Is there any API documentation for the on-chip USB drivers?
2) Does anyone know of a more minimal example to implement e.g. a USB keyboard?
3) What other options are there besides the on-chip drivers?
0 Kudos
Reply
1 Reply

2,342 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RA1981 on Tue Dec 13 03:28:26 MST 2011

Quote:
[I]I have searched for quite some time to understand the on-chip USB  drivers that the LPC1769 is supposed to have...[/I]


As far as I can see it has no USB drivers...


Quote:
[I]1) Is there any API documentation for the on-chip USB drivers?[/I]


Not for the LPC17xx, but the LPC13xx has on-chip USB drivers for HID and MSD implementation. Search for application note AN10904 & AN10905.


Quote:
2) Does anyone know of a more minimal example to implement e.g. a USB keyboard?


I think the above mentioned HID application note will solve most of it (at least I hope so :)


Quote:
3) What other options are there besides the on-chip drivers?


Using a open-source stack or writing your own one :)

Regards,

Ralf
0 Kudos
Reply