Jumping to ST ROM Bootloader from user flash on STM32L073
Hi
STM32L073RZ supports dual bank mechanism. Dual-bank boot capability allowing to boot either from Bank 1 or Bank 2 at startup based on BOOT pins. However, I need to jump to system boot loader from user flash using simple address based mechanism to allow the user to upgrade new code on to flash memory.
Configuration
BOOT0 pin tied to 0
Using BANK 1 flash memory
Issue
On jumping to system memory from BANK 1 Flash, control (PC) returns to BANK1 flash start address as code BANK1 code is not valid. But I wanted to control to stay in system bootloader to upgrade flash memory
Is there any way to jump to system boot loader from BANK1 user flash?
#stm32l073 #stm32lo #dual-bank #system-bootloader #bootloader-rom