Other Parts Discussed in Thread: CCSTUDIO
void HostHidAppMain(void)
{
int result ;
result = hid_devmgr_app_init();
{
/* failed to appinit, uninit the devmgr application */
hid_devmgr_app_uninit();
}
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.
Other Parts Discussed in Thread: CCSTUDIO
Hi
Make sure that correct version of all the dependent packages are installed and environment variable set properly. Refer to biousb user guide. Do you mean that control never comes out of dsp_bios_entry() function. The dsp_bios_entry() is an entry function which further intializes the usb device stack. for more information please refer to usb device stack documentation in /docs folder.
Regards
Ravi
Thanks Ravi,
The control goes to dsp_bios_entry and never comes out from that. I have used all the packages properly. Please see the list nelow. Please let me know, if I am missing something.
Thanks ... Suresh
Directory of C:\Texas Instruments
11/12/2009 04:38 PM <DIR> .
11/12/2009 04:38 PM <DIR> ..
11/09/2009 11:48 AM <DIR> biosusb_01_00_00
11/12/2009 04:39 PM <DIR> C6000 Code Generation Tools 6.1.12
11/11/2009 04:57 PM <DIR> C674x_dsp_1_00_00_11
11/12/2009 11:35 AM <DIR> CCStudio_v3.3
11/11/2009 02:23 PM <DIR> edma3_lld_01_06_00_01
11/11/2009 02:19 PM <DIR> pspdrivers_01_20_00
11/12/2009 04:10 PM <DIR> pspdrivers_01_30_00_05
11/09/2009 01:52 PM <DIR> rtfs_1_10_00_23_eng
0 File(s) 0 bytes
10 Dir(s) 10,709,254,144 bytes free
Hi Suresh,
I do not see any continuation to your post, have you solved the problem? I am now working with BIOSUSB and I have exactly the same issue. I have an optical mouse connected to the usb port of my board (through a hub) the light that indicates power to the hub and to the mouse are both on. However, In my example the code also never comes out of the dsp_bios_entry? also I couldn't find any reference in the usb_device_stack.pdf.
Have you solved this?
Thanks,
George.
Hi,
Did somebody solve this problem? I have the same problem with dsp_bios_entry.
Regards
Accel