Hello,
The documentation of the RealView tool chain is a little vague on this: can I run the preprocessor on scatter files? How exactly is that does? Can you offer a simple example?
OK, I see the compiler -E option. Can anybody provide more information?
The motivation for my question is the need to preserve a value of a variable over a reset. I don't want to have to manually update its address in the scatter file when the variable's address changes - I want to use the predefined address in the application. Is that possible?
I can do an absolute non-zero init positioning in both binaries...