Tool/software:
Hi Champ,
I am asking for my customer.
They used to use COFF output format on F280049C, and they are migrating to EABI output format.
With the same piece of code, changing COFF to EABI, the execution time of the same ISR, EABI takes 4 times longer than COFF. The compiler opt. level is set to OFF since old image with COFF is fixed, couldn't be changed.
Going through the migration guide from below html, the possible impact comes to our mind is ONLY the double data type length change (32 bits -> 64 bits), may have affected the code execution time.
https://software-dl.ti.com/ccs/esd/documents/C2000_c28x_migration_from_coff_to_eabi.html
Besides this, what else are needed to be noticed or something different can cause the execution time takes longer with EABI format ? would the expect explicitly list down all the affecting factors ?
Thanks and regards,
Johnny