Customer would like to understand why CCS created the different size of the .out files using different compiler versions for the same project, without optimization.
1) CCS 3.3, C2800 compiler version: 5.2.1, the size of .out file was 274kB.
2) CCS6.0, C2800 compiler version: 15.12.3.LTS, the size of .out file was 226kB.
And customer found the ISR execution time of the project with the newer compiler version required longer time, but
Could you please help share any comments on this? Thank you.