2015-03-26 09:10 AM
To add on the version for driver and USB device.
STM32L0xx HAL Driver: V1.1.0STM32 USB Device Library: V2.2.0Kindly help if you know what could be wrong on the data receiving part. Thanks a lot.2015-03-27 12:44 PM
Hi Chang,
Are you looking for STM32 example or PC application example?For PC side i can recommend HIDSharp which worked quite well with my STM32L1 custom HID firmware. It sends output reports, not feature reports.If you have troubles with STM32 HID reception then i guess you need to bring in the debugger and start looking where is the problem. First check that the endpoint OUT callbacks are called (EP1_OUT_Callback) when you send something from PC.2015-03-30 02:03 AM