I'm writing in-field update code for the STM32H753, and according to the reference manual (RM0433, Section 3.3.13) the FLASH memory bank swap takes effect only after a reset. But I wrote a test program that seems to indicate the bank swap actually h...