STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Enter DFU mode using Dfuse Tool

Posted on December 19, 2016 at 13:35Hi all,I am able to jump from my application to DFU Bootloader code and able to update my new firmware image with gpio interrupt, here i need one external interrupt to enter in to DFU for that i am thinking to use...

Doublebuffered USB endpoint for STM32L0

Posted on January 09, 2017 at 11:46As described in  RM0376 DocID025941 rev 4 datasheet page 882 the SW_BUF flag shows the packet buffer for the application software. But there is a mismatch in the Table 143 for IN-type endpoint for DTOG=1 SW_BUF=1. ...