In STM32H7x5 series, the MCU has 2 System Memory banks. Bank 1 is clearly described in reference manual, but not bank 2. My question is:What is the role of bank 2?Can user use bank 2 to flash homebrew bootloader?How to boot to bank 2?
Not exactly. Reference manual does not explicitly mention that bank 2 assign to CM4 core, unless I missed something from manual.In [1], it's stated only System Bank 1 is read-only.In [2], it stated that bank 2 can act as bootloader extensions, while ...