Question
STM32H503 Custom Hid Device
Good morning,
I add a Custom Hid Device do my STM32H503 Project. In the USBD_Custom_HID_GetReport function, I get
hid_event->ux_device_class_hid_event_report_id == INFO_GET_FW, but how can I send some Bytes back to the PC?
Something like USBD_CUSTOM_HID_SendReport(SendBuffer, 2)... I can not find any example?
Best, Klaus
