Skip to main content
Graduate II
October 28, 2025
Question

stm32g491 flash dual bank support

  • October 28, 2025
  • 2 replies
  • 197 views

Hi,
I’m currently working on the STM32G491 series MCU. Our requirement is to support OTA firmware upgrades. In case the flashing process fails, the system should automatically revert to the previous firmware.

Does the STM32G491 support this feature by default, or do I need to implement a custom bootloader to handle the fallback mechanism?

    This topic has been closed for replies.

    2 replies

    Super User
    October 28, 2025

    You will need to implement your own solution. The system bootloader does not support a fallback mechanism.

    Super User
    October 28, 2025

    You can also look at OpenBootloader to see if it meets your needs.

    How to use the ST Open Bootloader for STM32 Microc... - STMicroelectronics Community