Hello. I have been playing with the HID keyboard example (./samples/subsys/usb/hid-keyboard) and it's not running correctly. Code was compiled for the nRF7002-DK board (-b nrf7002dk/nrf5340/cpuapp). Here is the output from the terminal:
*** Booting Zephyr OS build v4.0.0-1487-g595d81a941c5 ***
[00:00:00.253,509] <inf> main: HID keyboard sample is initialized
[00:00:10.770,782] <inf> main: USB HID device is not ready
[00:00:10.996,856] <inf> main: USB HID device is not ready
The two "USB HID device is not ready" appear when the user button is pressed.
I have tried other boards, computers, etc, and get the same results. Results are also the same forwarding the USB device to WSL with USBIPD.
Has anyone else run this example recently?
Any ideas?
Thank you!