Hi,
I want the linker to put all code in entire code region except one section that must be located at specific location. for example,
RO: 0x40000000 - 0x40008000
Init area: 0x40008000- 0x40008100
RO: 0x40008100 - 0x40040000
What is the simple way to do this with scatter file?
Thank you
Ari