This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

USB Audio and USB HID Mouse simultaneously in NCS v1.5.0

I am working on the nRF5340DK and NCS v1.5.0

I can run the USB Audio Sample Application and the USB HID mouse Sample Application which can be found under samples/subsys/usb/audio/headset and samples/subsys/usb/hid-mouse in the Zephyr project tree respectively.

But once I wanted to add the USB HID mouse Sample config such as the CONFIG_USB_COMPOSITE_DEVICE into  the USB Audio Sample prj.conf file,like this

It came out like this:

My question is:

1、Is there a way to create both USB Audio and USB HID devices at the same time in NCS?

2、If yes, How to change the configuration?

Related