Hello! I'm following the nRF52 Dongle programming guide to adapt the USB examples from SDK 15.3.0 to the nRF52840 Dongle. USB CDC ACM works fine, and I managed to get half of the MSC example to work. But the HID examples don't seem to work. The application is built correctly and I can write the HEX file to the dongle, but the board doesn't seem to work at all (e.g. toggling a led in the main function doesn't do anything, device not recognized in computer as usb). Is there any explanation for this behavior?
Thanks in advance!