libusb_stm32 icon indicating copy to clipboard operation
libusb_stm32 copied to clipboard

Lightweight USB device Stack for STM32 microcontrollers

Results 28 libusb_stm32 issues
Sort by recently updated
recently updated
newest added

Regarding `stm32_compat.h`: since using both [stm32h](https://github.com/dmitrystu/stm32h) and pio at the same time would lead to code duplication, I thought this would be a good middle ground to have both Makefile...

Hello, This PR is tested against a Nicla Vision (STM32H747AII6) with an external USB PHY over ULPI. I'm not too familiar with the USB protocol, most of this grabbed from...

Hi, I am using a blue pill with STM32F103 and the cdc_loop example. To evaluate the stability, I have a PC software that sends an 8byte number to the device....

I'm mostly doing USB-MIDI on STM32 devices and would like to switch to this library. Unless someone else is already working on it or has a functional implementation I will...

Major kudos for the library. Simply including the repo in the PlatformIO project manifest doesn't work out of the box because of different `inc` vs `include` convention: ```ini [env] lib_deps...

Is there a reason this library never supported the H-series of STM32's? I am trying to port a project from an F4 to an H753 and this is a major...

Currently when I read from USB interrupt endpoints, I would get FF FF's if the host sent nothing. Is it possible to filter those out?

It would be interesting to have a demo or docs for the "not real" doublebuf functionality. Currently I have no idea how to use it - it didn't work when...