STM32 USB HOST for Power device USBH_HID_GetReport return
I am working on STM32F411 discovery kit configured as USB Host to a Power device.
The power device that I use is APC UPS. The task is to read various parameters of UPS over USB by the STM.
I use USBH_HID_GetReport function call with appropriate report ID. I see the values are perfectly read when ever this function returns USBH_OK.
I am using APC Rackmount SUA750XL and SUA1000XL Models. My firmware works fine with 750XL model with USBH_OK most of the times.
However, the USBH_HID_GetReport ALWAYS returns USBH_BUSY for 1000XL UPS.
Can someone suggest what the issue could be and how to getover it.
