We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
On some chips, you can get into troubles with the watchdog - if it is activated in the startup file, it may take too long to reach main().