STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion 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...

Open port error on host while using HAL_Delay

Posted on December 19, 2016 at 12:03 I use STM32F407G-DISC1 board. I have run some examples with VCP based on STD library. Everything is OK. Then I have tried to generate code by CubeMX. And something interesting happens. If not to add any cod...

kozlovdmn by Associate II
  • 1204 Views
  • 5 replies
  • 0 kudos

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. ...