Hello!
In my project rts2800_ml.lib uses an awful lot of memory:
00000088 rts2800_ml.lib : lowlev.obj (.ebss)
00000120 rts2800_ml.lib : ankmsg.obj (.cio)
00000160 rts2800_ml.lib : defs.obj (.ebss)
00000108 rts2800_ml.lib : trgdrv.obj (.ebss)
In Examples with rts2800_ml.lib linked takes up very little memory (Example_Flash28035_API).
I do not use library (printf like) functions.
Related Warnings began to appear:
1) creating ".sysmem" section with default size of 0x400; use the -heap option to change the default size
2) creating output section ".cio" without a SECTIONS specification
What should i do to solve this problem?