Question
How to do use STM32F407VE as USB HID HOST connect a custom HID device
Hi
i have a custom HID device with two interface configurations.i use cubeMX create project. if can enumerate device but can't communicate.the program stop at
status = USBH_HID_GetReport(phost, 0x01U, 0U, HID_Handle->pData, (uint8_t)HID_Handle->length); in usbh_hid.c
1. Can USB HOST LIB support this device?
2.Is i need to rewrite usbh_hid.c?
3. can you give me some advices or examples?
