How to change boot address on STM32L452
Hello,
I wrote a program that exchanges the existing bootloader with an attached one.
While this process works, it can be dangerous during the exchange due to power cut-off.
So I would like to implement some safety measures in the code.
Before deleting the existing (old) bootloader, set the boot address to another point in FLASH memory.
After inserting the new bootloader to the address where the old one has been, I would like to change the boot address once more.
I found out that the boot address can be stored in option bytes, at least that's the case for some of the STM32 models.
But as far as I can see, there is not option byte field to write the start address into?
So my question:
Am I overlooking something? Or is there another way to change the start address for the STM32L452?
Best regards
