Hi,All:
I finish a usb mouse app and a usb generic communication APP separately,Now how to compose them together as a app?
Hi,All:
I finish a usb mouse app and a usb generic communication APP separately,Now how to compose them together as a app?
Try to take a look at this:
https://github.com/too1/nrf52-usbd-custom-hid-ep
Kenneth
Try to take a look at this:
https://github.com/too1/nrf52-usbd-custom-hid-ep
Kenneth
Hi,Kenneth:
Thanks,But when I compile the source code, It make somemistakes as below:

but the ses_startup_nrf_common.s file is the same and good in my another project.
Maybe related to this: https://devzone.nordicsemi.com/f/nordic-q-a/66233/what-happened-to-sdk-7-0-0
Are you using 17.0.0 or 17.0.2?
Kenneth
Hi,Kenneth:
Thank you!But I aslo want to Recveive data from Computer via usb.
Not sure if I have a better option that to look at the nRF5 SDK example project and the documentation:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/lib_usbd.html
You may consider switching to the nRF Connect SDK instead:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf52.html#usb
Hi Keneth:
thank you for your reply,Pls close this topic.