We want to use it on StarterWare with CCS 5.5.0.
Because optimize usually make code run incorrect, we don’t want to optimize too many sectors.
Could the TI compiler arm_5.1.7 do it?
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.
We want to use it on StarterWare with CCS 5.5.0.
Because optimize usually make code run incorrect, we don’t want to optimize too many sectors.
Could the TI compiler arm_5.1.7 do it?
Hello Prasad,
We want to optimize just a function or a part of function, rather then all file.
Could CCS do that?
thanks
Brian Hsiao said:We want to optimize just a function or a part of function, rather then all file.
You can control the level of optimization applied to one function with the FUNCTION_OPTIONS pragma. Please read about it in the ARM compiler manual.
Thanks and regards,
-George