How can I allocate .text section to FLASH and FLASH2 at STM32CUBEIDE (STM32H743VGT6)
STM32H743VGT6 has 1M FLASH, but the flash memory is divided into two independent banks.
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 512K
FLASH2 (rx) : ORIGIN = 0x08100000, LENGTH = 512K
Now my code size is bigger.
The section .text is over 512K.
So,How can I allocate .text to FLASH and FLASH2???
