User Activity

Posted on May 30, 2016 at 21:08 Hi, how can i do to jump (with gcc inline assembly on cortex M3/M4) to main after an interrupt. I don't want to use flag in my case. void my_interrupt( void ) { __asm__ __volatile__ ( ''instruction1 to jump to...
Posted on December 23, 2015 at 00:00 Hi, not sure it's a bug because it's my first time with CDC ACM. But After a fresh CubeMX generation with USB_OTG_FS in device mode. I just add this : uint8_t buf[] = ''Hello\r\n''...