Hello,
How can I find c5505usb_ep_diag.exe or dm35_diag.exe programs for an example usb host application. What should I do in order to reach these?
Regards.
Yusuf Sekman
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.
Hello,
How can I find c5505usb_ep_diag.exe or dm35_diag.exe programs for an example usb host application. What should I do in order to reach these?
Regards.
Yusuf Sekman
Hi Yusuf,
I thought we had released this tool to the web. I will find out.
For now you can get it from the forum: http://e2e.ti.com/support/dsp/tms320c5000_power-efficient_dsps/f/110/t/53250.aspx
Regards,
Mark
Hi Mark,
Thank you very much for your help. However, I have another question. Is that program suitable for Win 7 ? I have tried to run the program for several times using the instructions, but I could not.
Kind regards,
Yusuf
Hi Mark,
I am trying to follow the procedure written in readme file. When I write the commands into the command prompt, an error occurs such that "Cannot run an x86 build of this utility on x64 platform. Initializing driver failed." What can I do for running the program?
Regards.
Yusuf
Sorry Yusuf,
I encountered the same error with Win7, 64-bit machine while installing the driver...
So I talked to the software team...
Our USB driver and test application is 32-bit WinXP only. It does not support the 64-bit OS.
Maybe install the USB host driver as 32-bit mode and the run the test application at 32-bit mode, but we have never tested it before.
Maybe try a 32-bit WinXP virtual machine, but we have not tested it either.
Hope this helps,
Mark
Hi Yusuf,
The C5515 USB EP examples in CSL 2.50 are simple to communicate with from the USB host. You should be able to create a generic driver from WinUSB driver from Microsoft. You may have to great your own test application based on that driver too. USB EP exapmple 1-3 are all using EP 1 IN and EP 2 OUT only. Make usre to write to EP 2 OUT (0x82) first, then read from EP 1 IN (0x01). You should get what you wrote out to EP 2 OUT.
Best regards,
Ming