USB1 Dropping byte

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

USB1 Dropping byte

810件の閲覧回数
SteveR406
Contributor I

Using K66 with MCUXpresso SDK to create a HID Generic device on USB1 interface.  Data is processed in 8 byte blocks and on the second block it drops the first byte. The byte is missing by the time I get a callback to process the data.  Any thoughts on why the byte is dropped?  

0 件の賞賛
返信
1 返信

793件の閲覧回数
SteveR406
Contributor I

Solved:  Needed to change my Report Size in g_UsbDeviceInterface0HidGenericReportDescriptor[] to be 64.  Also changed USB_INTERFACE_0_HID_GENERIC_INPUT_REPORT_LENGTH to match.