User Activity

Hi friends! I am developing my project on STM32Cube_FW_F1_V1.8.0 package. I need to set and get feature reports in my project. I can handle output reports from host and send input reports to host but what about feature reports? I think it is implemen...
I have a report descriptor that consist of 456 bytes. The problem is : When i define USBD_CUSTOM_HID_REPORT_DESC_SIZE   456 in usbd_conf.h file, it raises overlow warning and my hid device no longer works. How can i define hid descriptor size bigge...