EmbeddedRelated.com
Forums

USB Driver firmware for lpc2468

Started by Mehmet November 28, 2008
Hi,

i want to make lpc2468 mcu communicate with a pc through usb. my card
will always be a usb device. i load the sample usbdevice code first and
plug my card to usb connector of pc. when i check device manager it
shows "unknown usb device" script for my card. i think that is driver
problem. how can i find true driver for the lpc2468 mcu? is there
something else i have to do to establish usb communication with pc?

regards

An Engineer's Guide to the LPC2100 Series

> how can i find true driver for the lpc2468 mcu?

Unless your device belongs to a class defined in USB Class standards,
you have to write your own driver.