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.
any help please...
any help please....
Jitendr,
Sorry for the delay in response. In StarterWare we have not rebuilt the host side application and we just used the exe from stallarisware for testing. I will request teh StellarisWare folks to check this issue.
Regards
Baskaran
This file is located in the tools/lmusbdll directory of StellarisWare, which also contains the source and project file for this DLL. It is possible that this code did not make its way into StarterWare from StellarisWare, but you can get this from StellarisWare.
--Brian