Where and how are some SYSCFG registers stored?
Hello,
I read ref manual part about SYSCFG (STM32H7 in my case). There are some regs that have an undefined reset value and the meaning of the regs is so that the contents is important at HW reset (BOOT_ADDx, BANK_SWAP). These regs are marked read only.
I couldn't find anything, how to set the values and where they are stored. Can I change them somehow from my software, ie change the boot address or swap the banks for the next reset?
General topic is to design a custom bootloader that will also be called after reset when BOOT0 is set. Also a fall back to the previous version after a corrupted firmware upload would be nice.
Thanks a lot
Martin
