Resolved! Does anyone have an example of USB-HID implementation with both IN and OUT endpoints ?
The USB-HID ST library comes with an example of Mouse device that I have adapted successfully.However it only has a single Input endpoint to send reports to the Host.I am mainly interested in OUT endpoint for communication Host to device.Does anyone ...