User Activity

Posted on October 16, 2014 at 20:44I have the code for USB device working.  I initialize USB with USBD_Init.  My code also  needs to turn off USB completely in one mode to minimize power consumption.  I tried USBD_DeInit.  There was no change in the...
Posted on September 03, 2014 at 23:30The STM32F4-Discovery_FW_V1.1.0 library has USB code that I'm using in an STM32F4 project for USB HID support.  usb_bsp.h has the board support package function definitions.  I'm implementing these for my own cus...