Symbols in ARM Scatter file

1.1k Views Asked by At

Just like we can use Load, Execution regions symbols using ARM Scatter file in c source code. Is it possible to define your own symbol in Scatter file and use it in c source?

1

There are 1 best solutions below

0
On

you can define your symbols in a headerfile then include it in the scatterfile using the command at the beginning of the scatter file

#! armcc -E

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0474i/Chdiehag.html