Hi,
Some of my output sections in the linker file need fixed start address in its memory region and a fixed length too. These addresses are to be used directly in my source code to transfer data. How do i set absolute start address and length for an output section in a linker command file? I know this can be done for a particular MEMORY REGION. But i have checked in several example linker files on how to do this for a particular output section. But couldnt find it.
ISRAM : origin = 0x0, len = 0xe0000
CACHE_L2 : origin = 0xe0000, len = 0x20000
SDRAM : origin = 0x81d00000, len = 0x300000
SDRAM_data : origin = 0x80000000, len = 0x1d00000
}
X: {} > SDRAM_data