This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

usb device on AM1808

Other Parts Discussed in Thread: AM1808

Hi,

  I am using AM1808 Experimenter kit from logicPD with starterware 01.00.02.02 on CCSv5.1 for usb_dev_bulk example. For communicating from PC, I used the stellarisware USB Bulk Example version 8555 and it  is working fine. Now i want to modify the code to implement my protocol for USB communication between PC (host) and AM1808 board (dev).

I installed VS2010 on my PC and opened the VC project of USB Bulk Example. I have also installed Windows Driver Kit v7.01 for WinXP. When I try to compile the VC project it throws an error "Error 1 error C1083: Cannot open include file: 'lmusbdll.h': No such file or directory c:\documents and settings\p1826\desktop\usb_bulk_example\usb_bulk_example.c 55 1 usb_bulk_example"

So where do I find 'lmusbdll.h' in my system or has it to be downloaded from TI site ??

Please help.