SWAP_BANK, OB launch, and spurious resets
With STM32L562, I'm implementing a firmware update strategy using the double flash bank.I write the new firmware in the second bank, then toggle the FLASH_OPTR_SWAP_BANK option bit, and then trigger a reset with OBL_LAUNCH.To write to the second bank...