cancel
Showing results for 
Search instead for 
Did you mean: 

Source Code ''MASTER'' Usart STM32 Bootloader

ferrarofcf
Associate II
Posted on December 10, 2015 at 10:58

I would include in my app a button to do the update.

I have found the AN3155 ''USART protocol used in the STM32 bootloader'' about writing the Master bootloader, but I want to know if you already have the source code that provides ST.

My Microcontroller is STM32L1 series.

Thank you

#source-code-bootloader
3 REPLIES 3
Posted on December 10, 2015 at 14:49

Look for the ''Flash Loader Demonstrator'' application. Other open source projects also exist.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
ferrarofcf
Associate II
Posted on February 16, 2016 at 15:59

There is only a .dll but not source code.

You know other.
Posted on February 16, 2016 at 17:16

Haven't looked it over in a while, but I have

C:\Program Files (x86)\STMicroelectronics\Software\Flash Loader Demonstrator\Src\STMFlashLoader\STMFlashLoader.cpp

I've built my own from the protocol documentation.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..