by Saheblal Bagwan | Aug 8, 2022 | blog
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...
by Saheblal Bagwan | Aug 20, 2021 | solutions
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...
by Saheblal Bagwan | Aug 20, 2021 | blog
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...
by Saheblal Bagwan | Aug 13, 2021 | blog
Overview This library is specifically built for ESP32. Utilizes ESP-IDF as basis and is part of BuildStorm ESP32 product framework for ESP32. The goal of is to allow optimized integration of AWS IoT features for ESP32. Documentation The documentation of the library...
by Saheblal Bagwan | Aug 11, 2021 | blog
Overview The library is built from our experience of shipping a production ready OTA solution. The library works with latest version of ESP-IDF and will be actively maintained. Documentation The documentation of the library can be found here. You may also refer to...