Hello,
Can use USB HID on a PCB that is not the nRF52840 Development kit?
(I trying to use USBD for nRF52 / pca10040.)
Thank you
Hello,
Can use USB HID on a PCB that is not the nRF52840 Development kit?
(I trying to use USBD for nRF52 / pca10040.)
Thank you
Hello,
The nrf52832 does not have a USBD peripheral like the 52840, 52833 and 52820 has, so I think you need to select a different chip if you're going to support HID over USB.
Here is a comparison table of the different family members in the nRF52 that may help you in the selection process: nRF52 Series
Best regards,
Vidar
Hello,
The nrf52832 does not have a USBD peripheral like the 52840, 52833 and 52820 has, so I think you need to select a different chip if you're going to support HID over USB.
Here is a comparison table of the different family members in the nRF52 that may help you in the selection process: nRF52 Series
Best regards,
Vidar
Thanks for your support.