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 t...