User Activity

Posted on February 06, 2015 at 06:12I am using the st32cube HID middle ware library to implement a keyboard device.  I am using USBD_HID_SendReport to send key data to the host.  But this function will exit without doing anything if the bus is not a...
Posted on February 01, 2015 at 23:22I just started playing with the USB code for the stm32f103c8.  I found it quite impressive.  It was the only tool I tried so far that was able to produce working code for a HID device that enumerated properly.  Ho...