Hello,
What is the difference between COFF and EABI format?
I am having issues with boot time when using EABI format which is taking more time than COFF format.
If I use EABI format the boot time takes 10ms, if I use COFF format the boot time is 2ms what could be causing the big difference in EABI format?
My observation:
In EABI format I have found the global variable initialization takes a significant amount of time during cinit. I used the zero_init = of but ideally, we should not be using it for our software.
I cannot go with COFF format because the Flash Api is developed with EABI format and this needs to be integrated to my application.
Can you please let me know how can i achieve the same boot time as COFF format.
thanks,
Nagesh