Automotive Bootloader (FBL)

A bootloader is a piece of code that allows the re-programming of application software without using a debugger. An automotive bootloader does exactly the same thing but in a different way. Flash Bootloader (FBL) is the alternate name and is most commonly used in the...

AWS IoT Cellular Integration : SIM7600, A7670

This article covers the integration of SimA7670 modem with stm32 controller to connect to AWS IOT cloud. The firmware resides on the STM32 and communicates with GSM modem using AT commands. Features: Optimized bootloader to fit in a single sector. Data and binary file...

AWS IoT Cellular Integration : Quectel M66, M95, BG95, BG96, EG91

This article covers the integration of Quectel M95 modem with stm32 controller to connect to AWS IOT cloud. The firmware resides on the STM32 and communicates with GSM modem using AT commands. Features: Optimized bootloader to fit in a single sector. Data and binary...

STM32 : Bootloader Library

This bootloader solution allows you to update firmware on STM32 MCUs. It accepts data from serial ports and updates the firmware on the internal flash. The internal flash also has sector allocated to store application specific data. The solution can be customized to...

STM32 : Getting Started with Bootloader Library

This bootloader solution allows you to update firmware on STM32 MCUs. It accepts data from serial ports and updates the firmware on the internal flash. The internal flash also has sector allocated to store application specific data. The solution can be customized to...