Other Parts Discussed in Thread: TMS320C6457,
I am working on a project under Code Composer Studio 10.4.0.00006. I think it doesn't depend on the DSP (TMS320C6457 in my case) or on the fact that the project was created and fixed starting from an old project
developed under CCStudio v3.3.
I have seen that if I change the optimization level of any file of my project (Show Building Setting -> CCSBuild -> C6000 Compiler -> Optimizations -> Optimization level), then when I build the project no compiler
action is invoked by the tool. Only linker is involved in the process. So the specific obj is unchanged and the optimization will be ineffective.
I remember that this didn't happen in CCStudio v3.3. Is it normal?
Am I wrong expecting a different behaviour?
Thanks in advance to all those who will give some explanation!