Hi
I'm using the g2001 controller which has 0.5KB program memory. But around 120 B are used for something I don't know what:
.text 0 0000fe00 00000098
0000fe00 0000005e rts430_eabi.lib : autoinit.obj (.text:_auto_init)
0000fe5e 0000001a : boot.obj (.text:_c_int00_noexit)
0000fe78 00000010 : epilog.obj (.text)
0000fe88 00000008 main.obj (.text:main)
0000fe90 00000004 rts430_eabi.lib : pre_init.obj (.text:_system_pre_init)
0000fe94 00000004
So my question is what are those "autoinit.obj", "boot.obj", etc and are they essential? I really could use that space :/
Thanks