cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G070 Flash Library for Bootloader

GSing.1
Associate

I would like to write a bootloader for STM32G070 which I can use across projects. Is there any flash library for STM32G070 available which I can use and write a bootloader? OR does STM32G070 has inbuilt bootloader which I can call by sending respective HEX codes via UART?

Giving a brief on Bootloader mechanism implemented on this MCU will of great help.

Thanks

Gyanesh

1 REPLY 1

The HAL example library (unpack CubeG0 repository) should have FLASH demos for assorted boards.

AN2606 should described the boot loader capabilities, AN3155 the UART protocol

https://www.st.com/content/ccc/resource/technical/document/application_note/b9/9b/16/3a/12/1e/40/0c/CD00167594.pdf/files/CD00167594.pdf/jcr:content/translations/en.CD00167594.pdf

https://www.st.com/content/ccc/resource/technical/document/application_note/51/5f/03/1e/bd/9b/45/be/CD00264342.pdf/files/CD00264342.pdf/jcr:content/translations/en.CD00264342.pdf

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