I have been trying to use the usb_host_hid_generic example from the latest SDK but I cannot get it to work on lpcxpresso55s28.
The documentation says it should work with usb_device_hid_generic, however, it does not enumerate this device. Should they work out of the box with each other or do I need some modification to the source code?
Hello @Yagoor
The default USB port of SDK demos use USB0 full speed. And refer to readme.pdf under example to configure jumpers and connect boards.
BR
Alice