The BIOSUSB 01.10.01(USB stack) for the C674x DSP is supplied by TI as binaries libraries with partial C (source code) headers.
The binary stack also comes with two FD class devices source code examples (HID and Mass storage).
The problem is that if you would like to have your own USB device scheme ("vendor" class), for example - single BULK type pipe (which is a very common USB scheme), you have a big problem with the TI's offering. The external documentation is poor, and the internal is simply non-exist.
I searched the e2e forums, and found out that I'm not alone with this problem.... and no one seems to find/get a solution to this problem.
Any idea what can be done?
Uri