FLASH2 STM32h743
Hello,
I program STM32H743ZGT6 with STM32CUBE IDE Version: 1.12.1.
The FLASH1 is full and i want to use FLASH2 => during the compilation i have an error (of course).
How can i use FLASH2 ?

At the start i grown up the FLASH1 as below but i think its' not adising :
/* Specify the memory areas */
MEMORY
{
FLASH (rx) : ORIGIN = 0x08020000, LENGTH = 768K
FLASH2 (rx) : ORIGIN = 0x081C0000, LENGTH = 128K
DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512K
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288K
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
}
Looking forward to your reply
Best Regards
Malo
