USB Host USBH_HID_SetReport function issue
Hi,
I am using an STM32G0B1CT6 and generated code using the STM32CubeMX to use the USB Host library to interface the CP2112 device. I am able to enumerate and communicate with the device using the interrupt IN/OUT. I am also able to get reports using the USBH_HID_GetReport function. But when I try to set some SMBUS configurations using the USBH_HID_SetReport function, it doesn't work (I'm checking this by reading back the configurations).
Additionally, I see that the USBH_HID_SetReport function takes a reportType as argument appart from the reportID. What is the reportType? as a side note, according to AN495 of the CP2112, the configuration I am trying to set should be transmitted as a Feature request with a report ID of 0x06.
Any ideas why this function may not work?
Thanks
