I have a 2-dimensional array "x[ ][ ]" which I want to locate in extended memory (an external SRAM). I believe there is a Linker directive so I can set the base address to the base of the external SRAM "0x6000 0000". Note that I still want to use the internal SRAM (256KB) in addition to the external SRAM(1MB). I am using the TM4C1294.
If there is is a method without a linker directive, I would be interested as well.
Thank you.