Stm32h750 system flash bank 2
I would like to use the main flash sector for user data and use system bank 2 for code storage. Is it as simple as changing the linker script and the boot address so that code execution starts at the base address of the system flash bank 2?
I can't see exactly why not, bank 2 is not write protected and is connected to the axi bus just like the user flash sector.
Will stlink be able to erase/load and debug using the system flash?
Thanks.
