Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE, CODECOMPOSER
Tool/software: TI C/C++ Compiler
Hello to everyone,
I am currently working with the DSP TMS320F28379D in topics related with communication. I have been trying to connect the device with my computer via USB, using the examples usb_dev_bulk and usb_bulk_example ControlSUITE provides. I think I have followed all the steps I've been told to make it work: I built the tiusdll project, generating the .dll archive (tiusdll.dll), I copied it into the usb_bulk_device folder, I ran the application for the computer (usb_bulk_device) and it built perfectly, I installed the drivers for the DSP (the computer recognised the device as Generic Bulk Device) and debugged the project usb_dev_bulk into the DSP and it runs perfectly.
The problem appears when I tried to run the usb_bulk_example in my computer and it appears the following message:
Unable to initialize the TI Bulk USB Device.
Error code is 1167 (Device is not connected.)
Please make sure you have a TI USB-enabled evaluation
or development kit running the usb_dev_bulk example
application connected to this system via the "USB OTG" or
"USB DEVICE" connectors. Once the device is connected, run
this application again.
I wonder if you could help me and tell me if I have done something wrong or if I should have done something else to make it work properly.
Thank you very much in advance,
Greetings