Hi , Nordic and all .
I try to develop uac and hid Composite Device, but i can't find any example about Composite Device in NCS , can't everybody help me .
Thanks very much.
Hi , Nordic and all .
I try to develop uac and hid Composite Device, but i can't find any example about Composite Device in NCS , can't everybody help me .
Thanks very much.
Hi,
USB samples are available under the zephyr/samples/subsys/usb/ catalog, and here's the documentation for each sample:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/zephyr/samples/subsys/usb/usb.html
If you need more than one usb class, you should append the wanted class to your overlay (example of more than one here: https://github.com/nrfconnect/sdk-zephyr/blob/v3.0.99-ncs1/samples/subsys/usb/cdc_acm_composite/app.overlay#L8) and also add the corresponding CONFIG_* to your prj.conf.
Kind regards,
Håkon
Hi,Håkon
Thank you very much for your reply, I have been able to achieve it by trying and completed my project.
thank you again for your reply.