cancel
Showing results for 
Search instead for 
Did you mean: 

Is there anyone who worked with USB HID Cubemx

-----????_---- ---??as
Associate III
Posted on November 17, 2017 at 16:24

I just want to know what is the max speed he could get from USB HID Class.For example Can he send 128 Bytes in 2 ms(64 Bayt x 2 Message).I can not send the second message without waiting for  ~750 ms after sending the first.I am using cubemx and his USB HID class.Is it normal?

USBD_CONF_Exported_Defines :

/*---------- -----------*/

&sharpdefine USBD_MAX_NUM_INTERFACES 1

/*---------- -----------*/

&sharpdefine USBD_MAX_NUM_CONFIGURATION 1

/*---------- -----------*/

&sharpdefine USBD_MAX_STR_DESC_SIZ 512

/*---------- -----------*/

&sharpdefine USBD_SUPPORT_USER_STRING 1

/*---------- -----------*/

&sharpdefine USBD_DEBUG_LEVEL 0

/*---------- -----------*/

&sharpdefine USBD_SELF_POWERED 1

/*---------- -----------*/

&sharpdefine USBD_CUSTOMHID_OUTREPORT_BUF_SIZE 64

/*---------- -----------*/

&sharpdefine USBD_CUSTOM_HID_REPORT_DESC_SIZE 189

/****************************************/

/* &sharpdefine for FS and HS identification */

&sharpdefine DEVICE_FS 0

#usb #hid
0 REPLIES 0