2020-02-20 06:31 PM
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
2020-02-20 06:40 PM
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