Re: [libopencm3-devel] Are there any example of interrupt driven usb-cdcacm for STM32

2015-05-28 Thread Hesky Fisher
Here is an example of using interrupts with USB. This is on an STM32F1. The name of the interrupt may be different on the F4. https://github.com/openstenoproject/stenosaurus/blob/master/bootloader/usb.c#L389 This is the main: https://github.com/openstenoproject/stenosaurus/blob/master/bootloader/m

[libopencm3-devel] Are there any example of interrupt driven usb-cdcacm for STM32

2015-05-28 Thread Johan
I have tested the example available in libopencm3-examples /examples / stm32 /f4