how to configure a USB descriptor to enable the USB audio and a generic HID simultaneously?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
shihchinlee
Employee
Employee
5 sign-ins First reply posted 5 questions asked

I have a design that needs to support USB audio class and an HID generic class simultaneously, are there any examples on USB descriptor design? especially using the USB Configuration tool.

0 Likes
1 Solution
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

The closest USB example we have to your request is this one:

https://github.com/Infineon/mtb-example-psoc6-usb-audio-device-freertos

It contains the USB audio device class and the USB HID for remote control.

We also have another CE that uses the USB HID Generic device class:

https://github.com/Infineon/mtb-example-psoc6-usb-hid-generic

 

View solution in original post

0 Likes
1 Reply
RodolfoGL
Employee
Employee
250 solutions authored 250 sign-ins 5 comments on KBA

The closest USB example we have to your request is this one:

https://github.com/Infineon/mtb-example-psoc6-usb-audio-device-freertos

It contains the USB audio device class and the USB HID for remote control.

We also have another CE that uses the USB HID Generic device class:

https://github.com/Infineon/mtb-example-psoc6-usb-hid-generic

 

0 Likes