2018-10-16 11:16 AM
I'm developing HID Host for working with standard PC keyboards.
I face with problems in function USBH_HID_GetReport from cubemx, it never returns USBH_OK. Absolutly same problem explained here http://forum.easyelectronics.ru/viewtopic.php?f=35&t=23447 3 years ago, but in Russian language. Solution is to skip result of that USBH_HID_GetReport function and go to next code execution. That solution works fine for me and for link above.
But why USBH_HID_GetReport never pass?