-
Hello,
I am having a issue with the USB library using a STM32F302 device.
When I compile and upload the [usb-cdcacm](https://github.com/libopencm3/libopencm3-examples/tree/master/examples/stm32/…
-
karlp updated
10 months ago
-
Thanks for your code so far. I think it will be very valuable for libopencm3.
When looking through your code, several questions arose. I think you should document the related info. They were:
- …
-
while discussing with karlp on #420.
use case: when alternate setting is to be set, endpoint size also need to be change.
what if people required to change their ep size.
something like "usbd_ep_reset…
-
Hi,
Ive tried various ways to get USB Alternate function on an interface running. I seem to miss something as some mailing-lists seem to imply this functionality should be working. I guess an examp…
-
Initialized and updated submodules, have relatively current arm toolchain in path. OSX.
$ make
make: **\* No rule to make target `blh.elf', needed by`elf'. Stop.
$ make -v
GNU Make 3.81
Copyright …
-
For STM32L1 (I'm using a Nucleo L152RE board) I see there a definition for the register but no function to use it, something like in the ST Low Layer driver, LL_TIM_DisableMasterSlaveMode(TIM6);
An…
-
I manged to issue a "pull request" for the libopencm3.
But somehow my git is now messed up, so I'm getting push/pull/merge errors when I try to clean up the patch. So... here is the patch:
```
diff…
-
There's no g0 folder for examples. I have a nucleo-g070 board and I can contribute.
-
http://www.fourwalledcubicle.com/LUFA.php
> LUFA (Lightweight USB Framework for AVRs, formerly known as MyUSB) is my first foray into the world of USB. It is an open-source complete USB stack for th…