Tool/software:
Hi,
After adding the stdio library and one sscanf command the code memory size requirement incresed by 46kB.
I'm using a GCC compiler. Optimization for space helps a litte.
Is this to be expected? Can something be done to reduce this overhead, such as remove unused functions from the library?
I need space for my application :-).
Thanks,
Dave