Resolved! I am using the Nucleo-h745ziq board.Board interface with User usb port as custome HID.Through USB I am sending and receving the data.For this I am using the USB HID Demonstartor (v1.0.2).
I am able to send the data but unable to receive from USB HID Demonstrator.Here is my code:uint8_t USBD_CUSTOM_HID_ReceivePacket(USBD_HandleTypeDef *pdev){ USBD_CUSTOM_HID_HandleTypeDef *hhid; if (pdev->pClassData == NULL) { return (uint8_t)USBD_FAI...