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

USB SOF interrupt not working :(

Posted on February 01, 2016 at 13:37Hi, MCU : STM32F303RBT6 Library : STM32Cube_FW_F3_V1.4.0 () I want to use USB SOF (Start Of Frame) as 1ms timer to send usb datas. With the old standard library, it's works perfectly. So, I've set my function addr...

thln47 by Associate III
  • 1147 Views
  • 3 replies
  • 0 kudos

How to enter in to DFU mode at Run time

Posted on December 21, 2016 at 08:10Hi all,Can you please explain me how to enter in to DFU mode at run time. I don't have GPIO in my board.So i did experiment with CDC class, when i get some command from my VCP port then i am entering in to DFU boo...

Resolved! Eeprom Emulation for HAL on STM32F4xx device ?

Posted on January 16, 2017 at 09:52https://my.st.com/content/my_st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32-standard-peripheral-libraries-expansions/stsw-stm32066.license%3d1484550263426.html I am able t...

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