STM32H7 RAM Domain linkcmds modification error,
In H7 , RAM_D2 have 288KB size memory domain. Currently i'm looking to split this domain memory into two areas as below,MEMORY { RAM_INT : ORIGIN = 0x20000000, LENGTH = 128K RAM_D1 : ORIGIN = 0x24000000, LENGTH = 512K RAM_D2 : ORIGIN = 0x300000...