STM32F103 USB Driver

29 Dec 2014

Hi all

Did anybody implement USB Device for STM103xx micro ? I am trying by myself, starting from STM32F4 source files, but I'm stuck in trying to analyse USBHAL_STM32F4.cpp....I don't get the general picture...

29 Apr 2016

I'm in the same situation....

24 Oct 2016

Have a look here: https://developer.mbed.org/users/va009039/code/F042K6_USBDevice/ It should support STM32 F0, F1, and L1. I had it working with an STM32L152, and with minor modifications, got it to work with an STM32F303 device.