Hi,I'm using AT91SAM9260-EK to develop prototype of a Thermal Printer. I'm using the MDK3.50 & ARM-RL3.50 and AT91SAM9260-EK code example as framework of my project. The problem is with the scatter-loading or variable initialization. When code size(including const data like fonts etc) is less then the scatter-loading works fine but when I increase the size of code adding some more function, big arrays of constant data etc then the scatter-loading malfunctions. Since the scatter-loading, variable initialization, copying data from ROM to RAM all are done by library functions I don't have control over it and can't able to debug where is the mistake..
Pls suggest me what should I do in such situation. Thanks