Hello Hani,
in the project linker file, there is by default set heap size to 0x500 and stack size 0x400, which causes, almost 2,5Kb of memory is reserved.
I recommend you to shrink these two areas (heap size can be 0 in case you do not use dynamic memory allocation or some similar features), stack size depends on your application.

Regards,
Martin