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.

usb audio class开发 开发版通过USB连接到PC,使PC端将其识别为Audio设备。

Other Parts Discussed in Thread: TMS320C6748

TMS320C6748 开发版通过USB连接到PC,PC端将其识别为Audio设备。

借鉴的是

USB_DEV_BULK——USB OTG 从方式(USB BULK 管道通信)
此 程 序 的 作 用 是 演 示 USB 从 方 式 , 通 过 "USB BULK" 管 道 实 现 主 机 和
OMAPL138/TMS320C6748 开发板的数据交换。

只改PID和VID好像不对。

#define USB_PID_BULK 0x0003
#define USB_PID_SCOPE 0x0004
#define USB_PID_MSC 0x0005
#define USB_PID_AUDIO 0x0006

也没有AUDIO的源码

请问这怎么办?有没有处理办法。