2012-07-25 01:15 AM
Implement USB host for full-speed HID gamepad
i was implement USB host for Low-Speed HID gamepad (ST32F4 Discovery board) .... very good.
But with
gamepad Logitech Full-Speed...it not work
i was debuggrxsts.b.pktsts
( in interrupt callback USB_OTG_USBH_handle_rx_qlvl_ISR) ... always set to GRXSTS_PKTSTS_CH_HALTED, GRXSTS_PKTSTS_DATA_TOGGLE_ERR....Help me.... this problem....?Thanks you so much...
2012-07-25 08:37 PM
Is the enumeration completed ? In which stage this is stuck ?
Do you have any USB analyser ?2012-07-25 10:49 PM
Thanks alokm...
it enumeration completed...
it start USBH_InterruptReceiveData completed... but not get data...
i used USBlyzer softwareHelp me.... help me...