STM32H7 Secure User Software
I'm planning out a bootloader for the STM32H743zi. I'd like to store two identical images in banks 1 and 2 of flash, and my preference would be to check validity of an image (and copy over a bad image) inside the secure user software section of sys...