What is the best way to instruct the linker to place a section of specific file in a memory. For example I would like to place the .text section of all compiled code in SDRAM, except for a single file where I would like the .text section for that file to reside in IRAM. Is there a label which can be used to represent the .text section of a particular file?
Thanks!