hello i have code size about 45K , and i m using CLIB.
I noticed that the main() starts running 14 ms after power up (very long time).
if i run a smaller code (1k) , the main() starts running less than 2ms after power up.
I must reduce the startup time in my project , how can i do that?
should i change the CLIB linker file?
thanks..