2020-01-23 06:50 PM
I am trying to use this function:
USBH_StatusTypeDef USBH_HID_SetReport(USBH_HandleTypeDef *phost,
uint8_t reportType,
uint8_t reportId,
uint8_t *reportBuff,
uint8_t reportLen);
but I cannot find any usage examples
unable to send commands from the H7 USB host to the touch chip.