Tool/software: Code Composer Studio
I want to set optimization level (CCS) is same optimization level low (IAR).
But CCS is have more than option.
figure 1. option optimization level (CCS)
figure 2. option optimization level (IAR)
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
I want to set optimization level (CCS) is same optimization level low (IAR).
But CCS is have more than option.
figure 1. option optimization level (CCS)
figure 2. option optimization level (IAR)
Please understand that, with regard to code correctness, it is not necessary to precisely match the optimization level between compilers.
To learn more about the TI MSP430 compiler options --opt_level and --opt_for_speed, I recommend you use a feature of CCS called Optimizer Assistant. Use it to easily build your project with different settings, and compare the results.
Thanks and regards,
-George