STM32H563 DBank choose
Is the flash dual-BANK feature of H563 enabled by default?
How to switch banks
Is the flash dual-BANK feature of H563 enabled by default?
How to switch banks
Hello
STM32H56x supports the dual bank by architecture.

To switch banks, modify the SWAP_BANK option bit using the FLASH_OPTSR_PRG register and perform a system reset to make the change effective.
Hope that helps
An example on how to swap the banks is available on github: https://github.com/STMicroelectronics/STM32CubeH5/tree/main/Projects/NUCLEO-H563ZI/Examples/FLASH/FLASH_SwapBanks
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.