cancel
Showing results for 
Search instead for 
Did you mean: 

I am developing the capability to remotely update applications running on STM32L0xx using system bootloader.

Imeah.1
Associate

Reviewing USART protocol used in the STM32 bootloader, I noticed the system bootloader accepts some commands on the UART bus. By chance, will anyone be able to provide an open-source tool that communicates with the processor to send these UART commands to the system bootloader?

The AN3155 provides enough information to create own "host" to communicate with the device bootloader. Don't want to duplicate work if it already exists.

2 REPLIES 2

https://github.com/arduino-libraries/MKRWAN/tree/master/examples/MKRWANFWUpdate_standalone

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

How you mean remotely ? UART from PC? Then STMProgramer sw works.