nrf5340 audio DK:add usb cdc acm to 5340 audio demo

I want to add the usb_cdc_acm to 5340 audio demo.

But in device manager, only one can take effect:

i write a app.overlay:

&zephyr_udc0 {
	cdc_acm_uart0 {
		compatible = "zephyr,cdc-acm-uart";
	};
};

If I do that, only the virtual serial port shows up in device manager, but no audio device.

Can you give me some advice?

Thanks,

Reskyllr

Parents Reply Children
No Data
Related