Posted on September 13, 2017 at 05:08Ah, I misunderstood your question. I think if the 'Feture report' were sent via contol pipe as described in HID1_11 document, following function would be used. - USBD_CtlSendData (USBD_HandleTypeDef *pdev, uint8...
Posted on September 12, 2017 at 09:12Hello,You can generate a CustomHID project from CubeMX and modify the existing report descriptor(CUSTOM_HID_ReportDesc_FS[]) in 'usbd_custom_hid_if.c'. Than the report descriptor will be transmitted during the en...
Posted on January 18, 2017 at 10:36This issue has been resolved now. Sometime Browser's cach may have an impact. if so, please try using a new fresh session(clear cache in the Browser's setting).
Posted on December 21, 2016 at 03:27I've tested also on the F769I-DISCO. The sysboot was not able to be activated by boot0 pin.So I tried to jump to sysboot region from app fw and confirmed that the DFU had attached to host PC.I'll come back here if...