STM32F407 Backup SRAM backup regulator needed ?
Hi
i would like to use the backup SRAM of the STM32F407 MCU to share boot flags between the bootloader and main firmware.
The flag should be used to signal a "boot into bootloader" requested by the main firmware.
To boot into the bootloader the main firmware will set the boot flag in the SRAM memory and afterwards execute NVIC_SystemReset() to perform a soft reset.
Is it necessary to enable the SRAM backup regulator if the MCU is only reset by a software reset while VCC stays stable ?
Is the backup SRAM powered from VCC as long as the backup SRAM regulator is disabled ?
Best regards
Yannic
