Good Day, I am porting a program from IAR where I used pragrams like :
#pragma location="INFOA"
And function definitions as
Void test(void) @ "BLOAD" {
}
Where BLOAD is a section defined in the linker file. I do not have
experience with customizing linker files in GCC, but my objective is to be
able to arbitrarily place code in specific section in RAM/ROM in sections
that I define in the linker file. Can you point me to a source of
information on this subject. This is for an 1132.
Thank you in advance.