Question
Is dual bank flash configuration available for STM32H743xxxx?
In STM32F7 dual/single bank configuration is available. It can be done using nDBANK bit of FLASH_OPTCR register.
For STM32H7, FLASH_OPTCR register is not having nDBANK bit. So, is there any way to use flash with single bank mode for STM32H7?
